aboutsummaryrefslogtreecommitdiff
path: root/cmd
Commit message (Collapse)AuthorAge
* 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