gophertype/pkg/controllers
Noah 5b6712ea97 Blog Archive, RSS Feeds, and Model Cleanup
* Legacy-importer tool updates the DB primary key serial after migrating
  the posts, to be max(posts.id)+1 -- especially important for
  PostgreSQL and MySQL (SQLite3 correctly picked the next ID by
  default?)
* Add blog archive page and RSS, Atom and JSON feeds for the blog.
  URLs are /blog.rss, /blog.atom and /blog.json
2020-02-17 18:10:35 -08:00
..
age_gate.go Age Gate, Legacy kirsle/blog Migration Program 2020-02-17 15:50:04 -08:00
authentication.go Blog Archive, RSS Feeds, and Model Cleanup 2020-02-17 18:10:35 -08:00
comments.go Comment Subscriptions and Recent Comments Page 2020-02-15 19:43:08 -08:00
index.go CSRF, Initial Setup and Admin User Creation 2019-11-14 20:58:55 -08:00
initial_setup.go Blog Archive, RSS Feeds, and Model Cleanup 2020-02-17 18:10:35 -08:00
posts.go Blog Archive, RSS Feeds, and Model Cleanup 2020-02-17 18:10:35 -08:00
rss.go Blog Archive, RSS Feeds, and Model Cleanup 2020-02-17 18:10:35 -08:00
static_files.go Image uploader on Blog Edit page 2020-02-15 20:34:32 -08:00
uploads.go Age Gate, Legacy kirsle/blog Migration Program 2020-02-17 15:50:04 -08:00