1. 10 Oct, 2011 1 commit
  2. 03 Oct, 2011 1 commit
  3. 13 Jul, 2011 1 commit
    • Rob Pike's avatar
      go_tutorial: change the way it's generated. · c1c8d46d
      Rob Pike authored
      No longer do we generate HTML from it; instead the input
      file is already in HTML but has template invocations to
      extract programs from other files.
      Delete htmlgen, which is no longer needed.
      Add tmpltohtml, which runs the templating code.
      
      R=golang-dev, dsymonds, adg
      CC=golang-dev
      https://golang.org/cl/4699041
      c1c8d46d
  4. 09 Jul, 2011 1 commit
  5. 04 Jul, 2011 1 commit
  6. 10 Jun, 2011 2 commits
  7. 06 Jun, 2011 1 commit
  8. 24 May, 2011 1 commit
  9. 27 Apr, 2011 1 commit
  10. 18 Apr, 2011 1 commit
  11. 14 Feb, 2011 1 commit
  12. 20 Jan, 2011 1 commit
  13. 18 Jan, 2011 1 commit
  14. 09 Dec, 2010 1 commit
  15. 21 Oct, 2010 1 commit
  16. 10 Sep, 2010 1 commit
  17. 04 Sep, 2010 1 commit
  18. 14 Jul, 2010 1 commit
  19. 05 Jul, 2010 1 commit
  20. 14 Jun, 2010 1 commit
  21. 05 Jun, 2010 1 commit
  22. 28 Apr, 2010 1 commit
  23. 15 Dec, 2009 1 commit
  24. 14 Dec, 2009 1 commit
  25. 15 Nov, 2009 1 commit
  26. 12 Nov, 2009 2 commits
  27. 09 Nov, 2009 2 commits
  28. 08 Nov, 2009 1 commit
  29. 02 Nov, 2009 1 commit
  30. 14 Oct, 2009 5 commits
  31. 13 Oct, 2009 1 commit
  32. 01 Oct, 2009 1 commit
    • Robert Griesemer's avatar
      Factored out boilerplate from all html docs in doc directory: · 53440da8
      Robert Griesemer authored
      - the first HTML comment in those files is extracted as page
        title when serving them
      - lib/godoc.html is top-level template for all pages served
      - experimented a bit with package documentation layout
        (feedback welcome)
      - various related cleanups
      
      TODO:
      - The / page (doc/root.html) content repeats links that are
        in the navigation bar. It needs to be cleaned up.
      
      R=rsc
      DELTA=826  (86 added, 692 deleted, 48 changed)
      OCL=35230
      CL=35245
      53440da8
  33. 23 Sep, 2009 1 commit