Content-type: text/html
rnews is a small rss/rdf fetcher of newssites as slashdot or freshmeat. it depends on ruby and rexml and makes use of a cachefile for saving newsfeeds for a given cachetime for speedup.
rnews [options] -- [moduleoptions] short|uri_of_rss_file
shell $> rnews fm
$HOME/.rnews/rc.xml :
<rnews> <modules> <textout> <default>sl</default> <order>id</order> <textwidth>75</textwidth> <colors> <text fg="white" bg="black" /> <uri fg="yellow" bg="white" /> <title fg="green" bg="black" /> </colors> </textout> </modules> <sites> <site comment="slashdots finest" shortcut="sl" regexp="*/item" cachetime="60">slashdot.org/slashdot.rss</site> <site comment="ruby news" shortcut="r" >ruby-lang.org/en/index.rdf</site> </sites> </rnews>
$HOME/.rnews/rc.xml - configfile
mathias gumz < akira at fluxbox dot org > falk feuersenger < feuersen at dot cs minus magdeburg.de >