." Text automatically generated by txt2man-1.4.7 .TH rnews "Februar 23, 2004" "" "" .SH ABOUT rnews is a small rss/rdf fetcher of newssites as slashdot or freshmeat. it depends on ruby and rexml .SH USAGE rnews [-hvls] [-c rcfile] [-t sec] short|uri_of_rss_file .SH OPTIONS .TP .B -h display help .TP .B -v display version .TP .B -s use stdin as input .TP .B -l list available shortcuts .TP .B -n output wihtout colors .TP .B -c rcfile configfile to use .TP .B -t sec time to sleep .SH EXAMPLES shell $> rnews fm shell $> rnews slash .SH RCFILE .IP 1) 4 xml format (prefered) .PP </colors> <sites> .RS .TP .B <site comment="slashdots finest" shortcut="sl" regexp="*/item" >slashdot.org/slashdot.rss< /site> .TP .B <site comment="plattenkritiken" shortcut="lp" >www.laut.de/partner/allgemein/platten.rdf</ site> <site comment="neuigkeiten" shortcut="ln" >www.laut.de/partner/allgemein/news.rdf</site> <site comment="ruby news" shortcut="r" >ruby-lang.org/en/index.rdf</site> </sites> </rnews> .RE .RE .PP .RS .IP 2) 4 plain format (deprecated) .PP # - comment empty or lines full of spacecharacter are ignored .PP short uri_to_rss_file regxp .PP eg: .PP .nf .fam C sl slashdot.org/slashdot.rss */item .fam T .fi .SH AUTHOR mathias gumz < gumz at dot minus magdeburg.de >