An error occurred fetching the project authors.
  1. 13 Apr, 2009 2 commits
    • Russ Cox's avatar
      godoc: switch to go library template system · 3d0e4741
      Russ Cox authored
      R=gri
      DELTA=272  (38 added, 139 deleted, 95 changed)
      OCL=27372
      CL=27390
      3d0e4741
    • Russ Cox's avatar
      working checkpoint. · e97121a1
      Russ Cox authored
      add comment describing new web server tree.
      make room for command line interface.
      use new path package to get rid of doubled slashes.
      use new Chdir function to avoid goroot + everything.
      
      implement new /pkg/ tree instead of using regexps.
      
      R=gri
      DELTA=267  (103 added, 72 deleted, 92 changed)
      OCL=27150
      CL=27367
      e97121a1
  2. 03 Apr, 2009 4 commits
    • Robert Griesemer's avatar
      Daily snapshot. · 2a9f1ee2
      Robert Griesemer authored
      - godoc now supports the following url prefixes:
        /doc/ for package documentation
        /file/ for files (directories, html, and .go files)
        /spec for the spec
        /mem for the memory model
      - formatting of comments has been fixed
      - tons of minor cleanups (still more to do)
      
      Still missing:
      - pretty printing of source is not as pretty as it used to be
      (still a relict from the massive AST cleanup which has't quite made it's way everywhere)
      - documentation entries should be sorted
      - comments in code is not printed or not properly printed
      
      TBR=r
      DELTA=416  (182 added, 100 deleted, 134 changed)
      OCL=27078
      CL=27078
      2a9f1ee2
    • Robert Griesemer's avatar
      - renamed hasPostfix -> hasSuffix · 184c623e
      Robert Griesemer authored
      - fixed printing of function literals (require separating ";")
      
      R=rsc
      OCL=27055
      CL=27055
      184c623e
    • Robert Griesemer's avatar
      - moved functions before types in doc output (per rsc) · 91238c5b
      Robert Griesemer authored
      - use /src and /doc prefix in URL to distinguish output type (per rsc)
      - fixed a bug in an internal string function
      - ignore files ending in _test.go (consider them test files)
      
      R=rsc
      OCL=27054
      CL=27054
      91238c5b
    • Robert Griesemer's avatar
      Daily snapshot: · 9ef3d8e2
      Robert Griesemer authored
      first round of cleanups:
      - removed extra .html templates (reduced to one)
      - removed dependencies on various local files
      - minor fixes throughout
      
      Basic docserver is now operational: Automatically finds all
      (multi-file) packages under a root and serves either file
      or package documentation.
      
      R=r
      OCL=27049
      CL=27049
      9ef3d8e2
  3. 02 Apr, 2009 1 commit
    • Robert Griesemer's avatar
      - adjustments for changed AST · 695c90da
      Robert Griesemer authored
      - renamed gds -> godoc
      - functionality to find and serve packages
        (to get a list of packages provide dir path + "?p")
      
      Next steps: cleanups, better formatting, fine-tuning of output
      
      R=r
      OCL=27037
      CL=27039
      695c90da