silverstripe-blog/code/model
ksdhans 073fca5f0d Add RSS feeds for categories and tags
This patch adds RSS feeds for tags and categories. The RSS feeds are at the following URLs:
- */category/<category-name>/rss
- */tag/<tag-name>/rss
2016-06-13 23:20:07 +12:00
..
Blog.php Add RSS feeds for categories and tags 2016-06-13 23:20:07 +12:00
BlogCategory.php FIX Prevent duplicate tags and categories. 2016-02-05 23:21:13 +00:00
BlogPost.php FIX #394 add getDate to proxy publish date in rss template 2016-05-31 14:26:29 +12:00
BlogTag.php FIX Prevent duplicate tags and categories. 2016-02-05 23:21:13 +00:00
CategorisationObject.php Converted to PSR-2 2015-11-21 19:17:29 +13:00