I'm a total addict of reading the journals here at use.perl. But coming to the site, and opening 20 windows to read the latest journal entries does get a bit boring (not to mention hard on the system). What I'd love to be able to do is to subscribe to 1 RSS channel that would list all of the recent journal entries. But even though I'm a pretty smart guy, I can't figure out how to do that. What's worse, I think the existing feed might work, except that I don't know how to add people to my friends list.
Any suggestions?
Adding to Friends (Score:2)
Re:Adding to Friends (Score:1)
nntp://use.perl.org/journals.Matts
nntp://use.perl.org/stories
With each journal entry/story being the head article in a thread of comments. It should just be a simple matter of programming...
Re:Adding to Friends (Score:2)
It's reasonably easy to do (just hack NNML a bit, and you're done), I did it for O'Reilly's WebBoard, and it works damn well.
Re:Adding to Friends (Score:1)
Latest journals (Score:1)
http://use.perl.org/journal.pl?op=top&content_type=rss [perl.org]
http://use.perl.org/search.pl?op=journals&content_type=rss [perl.org]
The journal.pl one gives the most recent journal users. The search.pl one gives the most recent journals themselves.
The search.pl one is also broken right now (wrong URLs), though it has been fixed in CVS, and the corrected code will go live on the next code refresh (next week?).
Note that removing "&content_type=rss" from each gives you the same thing,