This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
commit cb8a8aaaf71ab97a8758b73270d47d4d7bf2d944
tree 2382f1069799eb4575d59ba19ce040aaaac8b2c2
parent 603143aca1ef30cf5772036585f083cb200d41f9 parent e840c8d2f07ad5c33eed322ec892907a6e00667b
tree 2382f1069799eb4575d59ba19ce040aaaac8b2c2
parent 603143aca1ef30cf5772036585f083cb200d41f9 parent e840c8d2f07ad5c33eed322ec892907a6e00667b
| 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 | ||
| |
Makefile.prof | Thu Feb 05 01:51:09 -0800 2009 | |
| |
README | Fri Jun 19 13:10:15 -0700 2009 | |
| |
TODO | ||
| |
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/ | Fri Jun 19 13:16:21 -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/ | ||
| |
src/ | ||
| |
stfl/ | Tue Apr 28 01:28:32 -0700 2009 | |
| |
test/ | Mon Jun 22 22:12:55 -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.








