public
Description: Newsbeuter is an open-source RSS/Atom feed reader for text terminals.
Homepage: http://www.newsbeuter.org/
Clone URL: git://github.com/akrennmair/newsbeuter.git
akrennmair (author)
Mon May 12 07:24:21 -0700 2008
commit  c2d829e277beca112b7f0d6bb0906765ff2e23e4
tree    505668ba50b08225db760d5ee19f32bd27ad31ae
parent  3397d9ad3f6204f1adb20767213fe33bf79b055c
README
README for newsbeuter:

== Introduction ==
Newsbeuter is an RSS feed reader for the text console. It is designed to run
Unix-like operating systems such as Linux. NetBSD is currently not supported,
due to technical limitations.

== Downloading ==
You can download the latest version of newsbeuter from the following website:
http://synflood.at/newsbeuter.html

Alternatively, you can check out the latest version from the newsbeuter
Subversion repository:
http://bereshit.synflood.at/svn/noos/trunk/

== Dependencies ==
Newsbeuter depends on a number of libraries, which need to be installed before
newsbeuter can be compiled.

STFL (version 0.18 or newer): http://www.clifford.at/stfl/
SQLite 3 (version 3.4 or newer): http://www.sqlite.org/
libcurl: http://curlm.haxx.se/download.html
GNU gettext (on systems that don't provide gettext in the libc): ftp://ftp.gnu.org/gnu/gettext/
pkg-config: http://pkg-config.freedesktop.org/wiki/

Debian unstable comes with ready-to-use packages for these dependencies.

== Installation ==
Compiling and installing newsbeuter is as simple as:
make
make install

== Contact ==
Andreas Krennmair <ak@synflood.at>

== License ==
Newsbeuter is licensed under the MIT/X Consortium License. See the file LICENSE
for further details.