]> Cypherpunks repositories - gostls13.git/commit
godoc: show relative file names without leading '/' (per r's request)
authorRobert Griesemer <gri@golang.org>
Wed, 24 Mar 2010 23:28:59 +0000 (16:28 -0700)
committerRobert Griesemer <gri@golang.org>
Wed, 24 Mar 2010 23:28:59 +0000 (16:28 -0700)
commitacfd6d5f055ca5283dff5de16390c1d0cfc9f0ca
treebb37c8c63620e3713feeda7676b10c3c7ccc73d7
parentbf9b8f2c1717f825ab8a0a2c2ca1417e9a92dc1b
godoc: show relative file names without leading '/' (per r's request)

- 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
https://golang.org/cl/740041
lib/godoc/dirlist.html
lib/godoc/godoc.html
lib/godoc/package.html
lib/godoc/search.html
src/cmd/godoc/godoc.go