Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | go.blog: use godoc design, use blog package from go.tools | Andrew Gerrand | 2013-09-18 |
| | | | | | | | Also delete go.blog/pkg/blog and unused static files. R=golang-dev, dsymonds https://golang.org/cl/13754043 | ||
* | go.blog: split blog server into a package and a command | Andrew Gerrand | 2013-09-17 |
| | | | | | | | | | | | | Also add a "BasePath" configuration option, so that the blog may be served under "/blog", for instance. This is preparation to include the blog server in the binary distributions of godoc. R=r, dsymonds CC=golang-dev https://golang.org/cl/13737043 | ||
* | go.blog: add Atom feed | Andrew Gerrand | 2013-03-16 |
R=golang-dev, rsc CC=golang-dev https://golang.org/cl/7844043 |