aboutsummaryrefslogtreecommitdiff
path: root/pkg
Commit message (Collapse)AuthorAge
* go.blog/pkg/atom: remove packageAndrew Gerrand2013-09-19
| | | | | | | It has been moved code.google.com/p/go.tools/godoc/blog/atom. R=golang-dev, dsymonds https://golang.org/cl/13760043
* go.blog: use godoc design, use blog package from go.toolsAndrew Gerrand2013-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 commandAndrew Gerrand2013-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 feedAndrew Gerrand2013-03-16
R=golang-dev, rsc CC=golang-dev https://golang.org/cl/7844043