RSS aggregators with web interface?

I think this may already exist, hence my question:

Is there something I can run which will create a Web page of RSS
aggregations for me, so I can use the resulting page to browse the
sites of my choice if they interest me?

I’d rather do this myself than subscribe to yet another service to
do it for me. I think most of the tools already exist, but have
found nothing that will aggregate RSS and yield the result as a
web page. Most of the components seem to be available, but not the
whole thing.

If the tool has options to generate RSS, so much the better.

Why is this “on topic” for Ruby? Well, if the tool is in ruby I’ll be
able to do more with it, and there is lots of RSS’d info relating to
Ruby, now.

    Thank you,
    Hugh

I think raggle can do this easily…
and it is pure ruby (webserver based on webrick included)

···

il Tue, 2 Dec 2003 01:15:13 +0900, Hugh Sasse Staff Elec Eng hgs@dmu.ac.uk ha scritto::

I think this may already exist, hence my question:

Is there something I can run which will create a Web page of RSS
aggregations for me, so I can use the resulting page to browse the
sites of my choice if they interest me?

Hi!

  • Hugh Sasse Staff Elec Eng; 2003-12-01, 21:58 UTC:

Is there something I can run which will create a Web page of RSS
aggregations for me, so I can use the resulting page to browse the
sites of my choice if they interest me?

I did try raggle but it ate up too much of my systems ressources. I
therefore wrote a very simple program that does not use XML
parsing libraries (the program was loosely modelled after an existing
Perl script).

If that’s urgent I’ll send you the program I am writing on in a PM.
If that can wait some days wait for rubyforge release (if no
unexpected problems occur the program will be released during the
course of this week). I wrote the program for precisely the reason
you want to use it for - with myself in mind.

Josef ‘Jupp’ Schugt

···


for i in $(seq 1 9); do
rm /bin/cat
done

Hi!
[…]
[I] therefore wrote a very simple program that does not use XML
[…]

If that’s urgent I’ll send you the program I am writing on in a PM.
If that can wait some days wait for rubyforge release (if no

It can wait a few days, certainly. Thank you.

unexpected problems occur the program will be released during the
course of this week). I wrote the program for precisely the reason
you want to use it for - with myself in mind.

Thank you. I’m reassured that I’m probably trying to use this
technology correctly! :slight_smile:

Josef ‘Jupp’ Schugt

    Hugh
···

On Tue, 2 Dec 2003, Josef ‘Jupp’ SCHUGT wrote:

Hi!

Initial release of ‘rubric’ (my tiny RSS aggregator) took place some
minutes ago. It is minimalistic but works quite fine with the feeds I
use:

http://csdaily.com/search.pl?content_type=rss
http://documentation.linux.com
http://freshmeat.net/backend/fm-newsletter.rdf
http://freshmeat.net/backend/fm-releases-themes.rdf
http://raa.ruby-lang.org/raa-rdf10.xml
http://rubyforge.org/export/rss_sfnewreleases.php
http://rubyforge.org/export/rss_sfnews.php
http://slashcode.com/slashcode.rss
http://tuxedo.org/search.pl?content_type=rss
http://tuxmobil.org/tuxmobil_rss.rdf


http://www.heise.de/mobil/newsticker/heise.rdf
http://www.heise.de/newsticker/heise.rdf
http://www.heise.de/security/news/news.rdf
http://www.heise.de/tp/news-xl.rdf
http://www.icewalkers.com/backend/icewalkers.rss
http://www.itmanagersjournal.com/itmanagersjournal.rss
http://www.linux.com/linuxcom.rss
http://www.osdn.com/events.rss
http://www.osdn.com/media.rss
http://www.symlink.ch/symlinkch.rdf
http://www.thinkgeek.com/thinkgeek.rdf

Any feedback is welcome. If you have trouble with a certain feed
please provide URL or (if that is not possible for whatever reason) a
sample file.

Known issue: rubric does not care for the character encoding. That is
not a bug because seemingly some feeds do use non-ASCII charsets
without providing information which one.

So here’s the URLs (the example is a snapshot of rubric’s output
using the above feeds).

Homepage: http://rubric.rubyforge.org/
Example: http://rubric.rubyforge.org/newsfeed.html (500 kB!)
Download: http://rubyforge.org/projects/rubric/

Anybody has an interesting feed for me?

Josef ‘Jupp’ Schugt, jupp(AT)rubyforge(DOT)org

···


for i in $(seq 1 9); do
rm /bin/cat
done

Josef ‘Jupp’ SCHUGT wrote:

Anybody has an interesting feed for me?

http://www.rubygarden.org/ruby?RssFeeds

James

···

Josef ‘Jupp’ Schugt, jupp(AT)rubyforge(DOT)org