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
Binary packages can be installed with the high-level tool pkgin (which can be installed with pkg_add) or pkg_add(1) (installed by default). The NetBSD packages collection is also designed to permit easy installation from source.
The pkg_admin audit command locates any installed package which has been mentioned in security advisories as having vulnerabilities.
Please note the vulnerabilities database might not be fully accurate, and not every bug is exploitable with every configuration.
Problem reports, updates or suggestions for this package should be reported with send-pr.