fputchar: (Default)
fputchar ([personal profile] fputchar) wrote in [site community profile] dw_dev2009-10-31 02:57 am
Entry tags:

RSS Generator Doo-hicky Thingie

Hey all, I was wondering if someone could be so kind as to point me in the exact direction in the DW source code that is responsible for creating the RSS feeds for accounts/reading pages? Also if you happen to know where the corresponding responsible code is in the LJ source I'd rather appreciate it.

Thanks!
afuna: Cat under a blanket. Text: "Cats are just little people with Fur and Fangs" (Default)

[personal profile] afuna 2009-10-31 08:03 am (UTC)(link)
The feed generation stuff is here:

http://hg.dwscoalition.org/dw-free/file/tip/cgi-bin/ljfeed.pl.

It's one of the ones we haven't move around yet (IIRC, we also haven't changed it a whole lot since we forked from LJ), so it's at the same place in LJ's repo:

http://code.livejournal.org/trac/livejournal/browser/trunk/cgi-bin/ljfeed.pl

(Have fun ;-))
pauamma: Cartooney crab wearing hot pink and acid green facemask holding drink with straw (Default)

[personal profile] pauamma 2009-10-31 11:55 am (UTC)(link)
We look forward to it, whatever it is. :-) (Did you check the developer resources on the Dreamwidth development and server operations wiki?)

Unrelatedly, it looks like you forgot to escape <iostream> in your bio, so the HTML cleaner is removing it altogether.