diff options
author | miwi <miwi@FreeBSD.org> | 2009-02-10 01:48:17 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2009-02-10 01:48:17 +0800 |
commit | e6037b3792307579a6882507ba191a7e6657ad36 (patch) | |
tree | 7d314b18c5d21b17dde71d40d7803e6409fe5464 /textproc/Makefile | |
parent | e5b561c80a9e8db83bb79dd8c6d2e411beec25d2 (diff) | |
download | freebsd-ports-gnome-e6037b3792307579a6882507ba191a7e6657ad36.tar.gz freebsd-ports-gnome-e6037b3792307579a6882507ba191a7e6657ad36.tar.zst freebsd-ports-gnome-e6037b3792307579a6882507ba191a7e6657ad36.zip |
Minimalistic cmdline tool to fetch RSS news from HTTP or local files and
convert them into plain text, formatted html, or token-separated strings.
This tool can be easily integrated into shellscripts, cron tasks, motd's,
etc.
WWW: http://nopcode.org/blog/rss2html.html
PR: ports/131266
Submitted by: Dennis Herrmann <adox at mcx2.org>
Diffstat (limited to 'textproc/Makefile')
-rw-r--r-- | textproc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index c63f7dd7118e..656dbeb739d1 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -924,6 +924,7 @@ SUBDIR += romdict SUBDIR += rot SUBDIR += rotix + SUBDIR += rss2html SUBDIR += rst.el SUBDIR += rtf2html SUBDIR += rtfreader |