diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2003-11-03 16:19:16 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2003-11-03 16:19:16 +0000 |
commit | b5b569e0bc32ed836ae688f35cdc856556d7e467 (patch) | |
tree | 35afa87983456c3c44c7412f5d064ebca9719e31 /www/snownews/pkg-descr | |
parent | add mod_musicindex 0.8.9 (diff) |
Add snownews 1.3.3, a text mode RSS newsreader.
PR: 58854
Submitted by: Cheng-Lung Sung <clsung@dragon2.net>
Notes
Notes:
svn path=/head/; revision=92976
Diffstat (limited to 'www/snownews/pkg-descr')
-rw-r--r-- | www/snownews/pkg-descr | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/www/snownews/pkg-descr b/www/snownews/pkg-descr new file mode 100644 index 000000000000..0ef784ba3f55 --- /dev/null +++ b/www/snownews/pkg-descr @@ -0,0 +1,23 @@ +Snownews is a text mode RSS/RDF newsreader. It supports RSS 1.0 feeds that +comply with the W3C RDF specification and also supports Radio Userland's +RSS 0.91 and 2.0 versions. + +Features: + + * Runs on Linux, *BSD, OS X (Darwin), Solaris and probably + many more Unices. Yes, even works under Cygwin. + * Fast and very resource friendly. + * Bultin HTTP client will follow server redirects and update feed + URLs that point to permanent redirects (301) automatically. + * Snownews understands "Not-Modified" (304) server replies and handles + gzip/deflate Content-Encoding. + * Local cache for minimal network traffic. + * HTTP proxy support. + * A help menu available throughout the program. + * Automatic update checking (can be deactivated). + * Few dependencies on external libraries; ncurses and libxml2. + * Import feature for OPML subscription lists. + * Fully customizable key bindings of all program functions. + * Type Ahead Find for quick and easy navigation. + +WWW: http://home.kcore.de/~kiza/software/snownews/ |