google-code-export / django-forum

Automatically exported from code.google.com/p/django-forum
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

RSS #14

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
wouldn't it make sense if you could subscribe to a forum via RSS?  that
will  be my next goal.  let me know what you think.

Original issue reported on code.google.com by mand...@gmail.com on 22 Feb 2008 at 10:49

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
Here's a patch to add rss and atom feeds here:

/forum/rss/
/forum/atom/
/forum/rss/<forum.slug>/
/forum/atom/<forum.slug>/

Original comment by eric.moritz on 25 Mar 2008 at 5:17

Attachments:

GoogleCodeExporter commented 9 years ago
Nice, I actually implemented something similar myself already but never got 
around to
adding a patch here because I already forked a while back.   I used the 
/feeds/forum/
URL structure which is more vague than specifying /rss/ or /atom/ somewhere in 
the
URL.   Is there a downside to that, or only supporting RSS, I'm not aware of?

Original comment by mand...@gmail.com on 25 Mar 2008 at 4:08

GoogleCodeExporter commented 9 years ago
Nah, there's no downside, some people really like ATOM, but I think it's the 
HDDVD of
the syndication world.

Original comment by eric.moritz on 4 Apr 2008 at 4:47

GoogleCodeExporter commented 9 years ago
I've merged Eric's patch into the codebase. I'm also merging a few other 
patches in
(some of them aren't backwards compatible) and will have the whole lot in trunk,
hopefully with a quick guide to upgrading, sometime later today.

Original comment by rwpoul...@gmail.com on 5 Apr 2008 at 12:35