At the moment, the Atom feed generated from the module only contain node titles, link, creation date, and author name. For most sites, a full feed with full content (after input format filtering) is desired.
forgot i did this a while back 'cause i was bored... here's a patch that does full feeds and adds categories 'n' stuff.
demo: http://walkah.net/atom.xml
which is valid according to http://www.feedvalidator.org/
The attached patch is completly broken.
hrm. you're right. apparently it's getting php "pretty printed". try this one...
Would be nice if the downloadable module can be patched as well to generate the full feed.
Strange thing is now that I have patched my atom feed with this patch, the URL at atom/feed/1 no longer works. Any suggestions to get this to work?
Sorry for littering this page. I got the feed to work by commenting out //if ($may_cache). Don't know why that works.
committed to CVS
Comments
Comment #1
walkah commentedforgot i did this a while back 'cause i was bored... here's a patch that does full feeds and adds categories 'n' stuff.
demo: http://walkah.net/atom.xml
which is valid according to http://www.feedvalidator.org/
Comment #2
(not verified) commentedThe attached patch is completly broken.
Comment #3
walkah commentedhrm. you're right. apparently it's getting php "pretty printed". try this one...
Comment #4
jibbajabba commentedWould be nice if the downloadable module can be patched as well to generate the full feed.
Comment #5
jibbajabba commentedStrange thing is now that I have patched my atom feed with this patch, the URL at atom/feed/1 no longer works. Any suggestions to get this to work?
Comment #6
jibbajabba commentedSorry for littering this page. I got the feed to work by commenting out //if ($may_cache). Don't know why that works.
Comment #7
walkah commentedcommitted to CVS
Comment #8
(not verified) commented