mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 09:48:00 -04:00
15 lines
626 B
Plaintext
15 lines
626 B
Plaintext
rss2html is a simple converter from RSS/RDF/XML feeds (used for podcast,
|
|
blogs, news pages, etc) into HTML or other formats useful to read news
|
|
from commandline or automatized in cron.
|
|
|
|
The HTML generation can be done by using user defined templates.
|
|
|
|
You can also create planets joining some RSS and ordering them by date
|
|
(automatically done with '-P' flag).
|
|
|
|
Some examples:
|
|
$ rss2html -d http://someones.blog.org/feed.rss | lynx -stdin
|
|
$ rss2html http://podcasting/feed.xml | wget -c -F -i -
|
|
$ rss2html -P myplanet@http://my.url/ -r 150 -d -n 2 \
|
|
foo@http://foo/feed.xml bar@http://bar/feed.xml > planet.html
|