make a "urlfile" file containing the feeds like
(these first two are obviously DUMMY examples... put real ones)
echo "http://feed.url/thing.xml" >> /mnt/us/extensions/newsbeuter/feeds.txt
echo "http://feed2.url/thing.xml" >> /mnt/us/extensions/newsbeuter/feeds.txt
echo "http://lifehacker.com/vip.xml" >> /mnt/us/extensions/newsbeuter/feeds.txt
(or however you want to make the file...)
then call the app like
cd /mnt/us/extensions/newsbeuter; usr/bin/newsbeuter -u ./feeds.txt
(or full paths)
/mnt/us/extensions/newsbeuter/usr/bin/newsbeuter -u /mnt/us/extensions/newsbeuter/feeds.txt
press
r in the app to reload the feeds.
press ENTER on one to load the feeds...
I got this from:
Quote:
-u <urlfile> read RSS feed URLs from <urlfile>
|
section 3:
First Steps
http://www.newsbeuter.org/doc/newsbeuter.html
That'll work.