Ghost/core/server/routes
Hannah Wolfe 13b65cecb9 Redirect feed -> rss
closes #2261

- reserved 'feed' in the list of reserved keywords for slugs
- added a 301 redirect from /feed/ to /rss/
- added a route test, and realised that standard express redirects don't get the right headers
- fixed the headers across all 301 redirects & added tests for the admin redirects
- removed the redirect from /ghost/login/ to /ghost/signin/ as this happens automatically if you're logged out, and isn't very useful if you're logged in as it just redirects again to /ghost/
2014-03-24 09:46:39 +00:00
..
admin.js Redirect feed -> rss 2014-03-24 09:46:39 +00:00
api.js Add JSON API tests & cleanup 2014-02-28 22:26:03 +00:00
frontend.js Redirect feed -> rss 2014-03-24 09:46:39 +00:00
index.js Reduce size of ghost.js by moving related Routing code to their own files 2013-11-19 21:05:09 -05:00