summaryrefslogtreecommitdiff
path: root/app/views/rss/updates.xml.builder
AgeCommit message (Collapse)Author
4 daysrss: fix self link to include .xml suffixerdgeist
/rss/updates without format suffix returns HTTP 406 when the client does not send an appropriate Accept header. The self link in the Atom feed was pointing to the format-less URL, causing feed readers that follow the self link to hit the 406. Fixed to /rss/updates.xml.
4 daysStop forcing escaped HTML into the database just because XML Builder was used wrongerdgeist
2025-01-28Big overhaul patch and style changesCharlie Root
2010-01-31hmm this should've been there all along.hukl
2009-11-14Resolved issue of changing rss feed ids when changing the slugs of nodeshukl
Closes #35
2009-11-08id must be an url of coursehukl
2009-11-08changes for atom feed - hope that helpshukl
2009-10-31now setting correct date for sorting the rss feedhukl
2009-10-31fixed problem for failing rss feedhukl
2009-10-31temporary xml feed fixhukl
2009-09-10and one more tiny modification on the atom feedhukl
2009-09-10more rss feed enhancementshukl
2009-09-10modifications for a valid atom feedhukl
2009-09-10added public rss controller plus template to render the latest 20 updates into a neat little atom feedhukl