]> Cypherpunks repositories - gostls13.git/commit
Factored out boilerplate from all html docs in doc directory:
authorRobert Griesemer <gri@golang.org>
Thu, 1 Oct 2009 21:08:00 +0000 (14:08 -0700)
committerRobert Griesemer <gri@golang.org>
Thu, 1 Oct 2009 21:08:00 +0000 (14:08 -0700)
commit53440da835783963867652cfbfcfc85534d84d71
treed788feee5c1fcfcf09d0ae99aef491b1270b5c04
parent57f834aeffe220909cb4033c9c5f6ee962f6286d
Factored out boilerplate from all html docs in doc directory:
- 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
doc/effective_go.html
doc/go_for_cpp_programmers.html
doc/go_lang_faq.html
doc/go_mem.html
doc/go_spec.html
doc/go_tutorial.head
doc/go_tutorial.html
lib/godoc/package.html
lib/godoc/package.txt
lib/godoc/parseerror.html
src/cmd/godoc/godoc.go