aboutsummaryrefslogtreecommitdiff
path: root/cmd/blog/local.go
Commit message (Collapse)AuthorAge
* go.blog: move cmd/blog to repo rootAndrew Gerrand2013-09-19
| | | | | | | | To be consistent with go.talks/present and go-tour/gotour. R=r CC=golang-dev https://golang.org/cl/13751044
* go.blog/cmd/blog: update blog package importAndrew Gerrand2013-09-19
| | | | | R=golang-dev, r https://golang.org/cl/13769043
* go.blog: update import pathsAndrew Gerrand2013-09-18
| | | | | | | | Accidentally missed these files in the previous CL. R=dsymonds CC=golang-dev https://golang.org/cl/13457055
* 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/cmd/blog: remove Server's prefix argumentAndrew Gerrand2013-03-21
| | | | | | | | | I added this initially when I thought the Server might be used in another context. It added unnecessary complexity to the code. R=golang-dev, r CC=golang-dev https://golang.org/cl/7947046
* go.blog: blog serverAndrew Gerrand2013-03-08
R=golang-dev, dsymonds, r CC=golang-dev https://golang.org/cl/7382064