akrennmair / newsbeuter
- Source
- Commits
- Network (3)
- Issues (0)
- Downloads (23)
- Wiki (1)
- Graphs
-
Tree:
2913b40
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Mon Feb 09 00:38:35 -0800 2009 | |
| |
AUTHORS | Wed Apr 29 13:53:34 -0700 2009 | |
| |
CHANGES | Tue May 26 06:52:43 -0700 2009 | |
| |
LICENSE | Wed Dec 31 03:37:44 -0800 2008 | |
| |
Makefile | Wed Aug 26 00:39:02 -0700 2009 | |
| |
Makefile.prof | Thu Feb 05 01:51:09 -0800 2009 | |
| |
README | Fri Jun 19 13:10:15 -0700 2009 | |
| |
TODO | Wed Jul 01 06:31:13 -0700 2009 | |
| |
config.h | Tue Apr 21 09:32:14 -0700 2009 | |
| |
config.sh | Fri Jun 19 13:39:32 -0700 2009 | |
| |
contrib/ | Wed Jul 01 02:15:49 -0700 2009 | |
| |
doc/ | Fri Jun 19 13:10:15 -0700 2009 | |
| |
filter/ | Fri Mar 20 02:30:10 -0700 2009 | |
| |
include/ | Sun Aug 30 08:28:13 -0700 2009 | |
| |
libbeuter.deps | Tue Sep 18 05:45:41 -0700 2007 | |
| |
mk.deps | Mon Feb 09 00:38:35 -0800 2009 | |
| |
newsbeuter.cpp | Wed Dec 31 03:25:42 -0800 2008 | |
| |
newsbeuter.deps | Sun Jan 25 13:27:55 -0800 2009 | |
| |
po/ | Wed May 27 14:11:51 -0700 2009 | |
| |
podbeuter.cpp | Sat Feb 02 07:45:23 -0800 2008 | |
| |
podbeuter.deps | Tue May 22 13:27:00 -0700 2007 | |
| |
rss/ | Sun Aug 30 08:02:23 -0700 2009 | |
| |
src/ | ||
| |
stfl/ | Tue Apr 28 01:28:32 -0700 2009 | |
| |
test/ | Sun Aug 30 08:28:13 -0700 2009 | |
| |
txt2h.pl | Mon Feb 09 00:38:35 -0800 2009 |
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.

