summaryrefslogtreecommitdiff
path: root/lib/godoc/dirlist.html
AgeCommit message (Collapse)AuthorFilesLines
2011-08-24Imported Upstream version 2011.08.17Ondřej Surý1-5/+7
2011-08-03Imported Upstream version 2011.07.29upstream-weekly/2011.07.29Ondřej Surý1-3/+3
2010-03-24godoc: show relative file names without leading '/' (per r's request)Robert Griesemer1-2/+2
- change the various url-xxx formatters to return a relative URL path - make the leading '/' for URLs explicit in the template - on the way change some |html formatters to |html-esc (html should only be used for formatting AST nodes) R=rsc, r CC=golang-dev http://codereview.appspot.com/740041
2010-01-13Distinguish between html generation and html quoting in godoc formatters.Robert Griesemer1-1/+1
Replacement for CL 184084; originally by Roger Peppe (rogpeppe@gmail.com). R=rsc CC=golang-dev, rog http://codereview.appspot.com/189059
2010-01-13godoc: skip template wrapping for complete HTML filesRuss Cox1-1/+1
demo at http://wreck:8080/doc/ click on go_talk-20100112.html R=gri CC=golang-dev http://codereview.appspot.com/186137
2009-11-09cleanup style:Robert Griesemer1-2/+2
- consistently remove all underbars from links - this removes need for noline style - removed unused info style R=r, rsc http://go/go-review/1025032
2009-11-08- properly align package synopsesRobert Griesemer1-1/+7
(this was surprisingly hard to get right in HTML) - show modification times in source directory listings - various tweaks R=rsc http://go/go-review/1024024
2009-11-08TBRRobert Griesemer1-0/+23
step 2: adding renamed dirlist.html again R=rsc http://go/go-review/1024022