1. 27 Apr, 2010 1 commit
  2. 31 Mar, 2010 1 commit
  3. 20 Mar, 2010 1 commit
  4. 16 Mar, 2010 1 commit
  5. 19 Feb, 2010 1 commit
  6. 01 Dec, 2009 1 commit
  7. 10 Nov, 2009 1 commit
  8. 09 Nov, 2009 4 commits
  9. 08 Nov, 2009 2 commits
  10. 07 Nov, 2009 1 commit
  11. 05 Nov, 2009 1 commit
  12. 04 Nov, 2009 1 commit
  13. 03 Nov, 2009 1 commit
  14. 27 Oct, 2009 2 commits
    • Robert Griesemer's avatar
      godoc search bug fixes: · e3fd2e1e
      Robert Griesemer authored
      - sort by package name (instead of package path) for results with snippets
      - sort line numbers in results without snippets
      - properly characterize package clauses
      - experiment with a leaner look: no underlines for top-level godoc links in the left side bar
      
      Still using colors to distinguish results. Next step.
      
      R=rsc
      http://go/go-review/1015016
      e3fd2e1e
    • Robert Griesemer's avatar
      code search for godoc: · 32810a5d
      Robert Griesemer authored
      - added goroutine to automatically index in the background
      - added handler for search requests
      - added search box to top-level godoc template
      - added search.html template for the display of search results
      - changes to spec.go because of name conflicts
      - added extra styles to style.css (for shorter .html files)
      
      R=rsc
      http://go/go-review/1014011
      32810a5d
  15. 22 Oct, 2009 1 commit
    • Robert Griesemer's avatar
      go/printer: · 90cc4a59
      Robert Griesemer authored
      - handle HTML tagging via (client-installable) Stylers
      
      go/doc:
      - basic styler support
      - some factoring
      - ready to contain the search code (but for now excluded)
      
      doc/style.css:
      - updated
      
      doc/go_spec.css:
      - cleanup: replace deprecated uses of <font> tag with <span> tag
      
      R=rsc
      DELTA=302  (160 added, 62 deleted, 80 changed)
      OCL=35973
      CL=35996
      90cc4a59
  16. 05 Oct, 2009 1 commit
  17. 24 Sep, 2009 1 commit
    • Russ Cox's avatar
      change code font to "monospace", which will · b817e979
      Russ Cox authored
      let the browser use the font the user has set up
      as the default fixed-width font, instead of forcing Courier.
      
      also set the size to 100%, which means 100% of the
      font size in the surrounding text.  this looks a little
      better in the main body but much better when the
      code is in a heading (like Package unsafe).
      
      R=r
      DELTA=4  (1 added, 0 deleted, 3 changed)
      OCL=34947
      CL=34947
      b817e979
  18. 17 Sep, 2009 1 commit
    • Larry Hosken's avatar
      A step towards "externalizing" some Go docs. · 698c6c00
      Larry Hosken authored
      + style sheet: like code.google.com but less feature-ful
      + JS with table-of-contents generation
      + tweaked go_spec.html and go_mem.html to use new style+JS
      + static-HTML-ified a few other Go docs:
        + static HTML versions of some wiki pages (which I'll turn
          into links to these pages).
      
      A notable thing that is _not_ in this changelist: any change
      to the godoc tool or whatever thing generates http://go/godoc
      
      R=r
      APPROVED=r
      DELTA=2472  (2307 added, 113 deleted, 52 changed)
      OCL=34644
      CL=34728
      698c6c00