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)
Tue Nov 04 13:01:59 -0800 2008
commit  f09bb18ddac21e0a5907798fdafb29e7b94467ab
tree    b152aa46ee73629ec7092fc5a1fc9dde9660f4a5
parent  da693b799c7256c7578f06a121475441e1de5765
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.

== 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.14 or newer): http://www.clifford.at/stfl/
SQLite 3: http://www.sqlite.org/
libmRss (version 0.18.0 or newer): http://www2.autistici.org/bakunin/libmrss/
libnXml (version 0.18.0 or newer): http://www2.autistici.org/bakunin/libnxml/

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.