aboutsummaryrefslogtreecommitdiff
path: root/cmd/blog
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: 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/cmd/blog: use playground package from go.toolsAndrew Gerrand2013-07-24
| | | | | R=golang-dev, dsymonds https://golang.org/cl/11760043
* go.blog: add two most recent articlesAndrew Gerrand2013-05-24
| | | | | | R=golang-dev, r CC=golang-dev https://golang.org/cl/9716043
* go.blog/cmd/blog: fix JSON content-typeAndrew Gerrand2013-05-08
| | | | | | R=dsymonds CC=golang-dev https://golang.org/cl/9302044
* go.blog/cmd/blog: add JSON feed with JSONP supportAndrew Gerrand2013-05-08
| | | | | | | | This is to include summaries of the blog articles on the Go home page. R=golang-dev, dsymonds CC=golang-dev https://golang.org/cl/9302043
* 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/cmd/blog: serve Atom feed from old blog's feed URLAndrew Gerrand2013-03-21
| | | | | | R=golang-dev, minux.ma, rsc CC=golang-dev https://golang.org/cl/7833045
* go.blog: add Atom feedAndrew Gerrand2013-03-16
| | | | | | R=golang-dev, rsc CC=golang-dev https://golang.org/cl/7844043
* go.blog/cmd/blog: sort url rewrite map, add latest articlesAndrew Gerrand2013-03-16
| | | | | | R=golang-dev, r CC=golang-dev https://golang.org/cl/7821044
* go.blog: blog serverAndrew Gerrand2013-03-08
R=golang-dev, dsymonds, r CC=golang-dev https://golang.org/cl/7382064