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 [-hvlstn] [-f rcfile] [-c nr,nr] [-S sec] short|uri_of_rss_file
shell $> rnews fm
$HOME/.rnewsrc.xml (prefered) :
<rnews>
<default shortcut="sl" />
<options>
<order>id</order>
<textwidth>75</textwidth>
</options>
<colors>
<text fg="white" bg="black" />
<uri fg="yellow" bg="white" />
<title fg="green" bg="black" />
</colors>
<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/.rnewsrc (deprecated) :
# - comment
empty or lines full of spacecharacter are ignored
short uri_to_rss_file regxp
eg:
sl slashdot.org/slashdot.rss */item
mathias gumz < gumz at dot cs minus magdeburg.de > falk feuersenger < feuersen at dot cs minus magdeburg.de >