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
name age message
file .gitignore Mon Feb 09 00:38:35 -0800 2009 updated TODO list, renamed -v to -X, added lice... [akrennmair]
file AUTHORS Wed Apr 29 13:53:34 -0700 2009 updated authors and changelog. [akrennmair]
file CHANGES Tue May 26 06:52:43 -0700 2009 updated changelog. [akrennmair]
file LICENSE Wed Dec 31 03:37:44 -0800 2008 moved forward 2008 to 2009 (happy new year!) [akrennmair]
file Makefile Loading commit data...
file Makefile.prof Thu Feb 05 01:51:09 -0800 2009 improved code coverage stuff. [akrennmair]
file README Fri Jun 19 13:10:15 -0700 2009 updated required STFL version. [akrennmair]
file TODO
file config.h Tue Apr 21 09:32:14 -0700 2009 version number update. [akrennmair]
file config.sh Fri Jun 19 13:39:32 -0700 2009 updated config.sh script to display all unfulfi... [akrennmair]
directory contrib/ Wed Jul 01 02:15:49 -0700 2009 update to heise script; added slashdot script (... [akrennmair]
directory doc/ Fri Jun 19 13:10:15 -0700 2009 updated required STFL version. [akrennmair]
directory filter/ Fri Mar 20 02:30:10 -0700 2009 Revert "regenerated parser with latest version ... [akrennmair]
directory include/ Fri Jun 19 13:16:21 -0700 2009 fixed overeager censorship of "special" URLs th... [akrennmair]
file libbeuter.deps Tue Sep 18 05:45:41 -0700 2007 Andreas Krennmair: implemented format string s... [akrennmair]
file mk.deps Mon Feb 09 00:38:35 -0800 2009 updated TODO list, renamed -v to -X, added lice... [akrennmair]
file newsbeuter.cpp Wed Dec 31 03:25:42 -0800 2008 g++ 4.3 compile fixes. [akrennmair]
file newsbeuter.deps Sun Jan 25 13:27:55 -0800 2009 some optimizations. [akrennmair]
directory po/ Wed May 27 14:11:51 -0700 2009 corrected translations for 2 messages, and adde... [sevenfourk]
file podbeuter.cpp Sat Feb 02 07:45:23 -0800 2008 Andreas Krennmair: some gcc 4.3 compatibility ... [akrennmair]
file podbeuter.deps Tue May 22 13:27:00 -0700 2007 Andreas Krennmair: refactored setting of color... [akrennmair]
directory rss/
directory src/
directory stfl/ Tue Apr 28 01:28:32 -0700 2009 added ability to bind keys for "goto start of p... [akrennmair]
directory test/ Mon Jun 22 22:12:55 -0700 2009 reactivated unit test. [akrennmair]
file txt2h.pl Mon Feb 09 00:38:35 -0800 2009 updated TODO list, renamed -v to -X, added lice... [akrennmair]
README
README for newsbeuter
=====================
Andreas Krennmair <ak@newsbeuter.org>

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://www.newsbeuter.org/

Alternatively, you can check out the latest version from the newsbeuter
Git repository (hosted on GitHub):

  git clone git://github.com/akrennmair/newsbeuter.git

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

- STFL (version 0.21 or newer): http://www.clifford.at/stfl/
- SQLite3 (version 3.5 or newer): http://www.sqlite.org/download.html
- libcurl (version 7.17.0 or newer): 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/
- libxml2: http://xmlsoft.org/downloads.html

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@newsbeuter.org>

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