aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorcedricbonhomme <devnull@localhost>2010-04-15 21:05:41 +0200
committercedricbonhomme <devnull@localhost>2010-04-15 21:05:41 +0200
commitcf76d25b2e4196dd0b77e188695f71d4a6439e6b (patch)
treeeddd3cd74ad52dd4a28bd19db88b92fb51d2051d /README
parentAdded images and two links on the main page. (diff)
downloadnewspipe-cf76d25b2e4196dd0b77e188695f71d4a6439e6b.tar.gz
newspipe-cf76d25b2e4196dd0b77e188695f71d4a6439e6b.tar.bz2
newspipe-cf76d25b2e4196dd0b77e188695f71d4a6439e6b.zip
Release 1.1. Added links for favorites articles on the main page.
Diffstat (limited to 'README')
-rw-r--r--README16
1 files changed, 13 insertions, 3 deletions
diff --git a/README b/README
index 8884663c..6cc28c13 100644
--- a/README
+++ b/README
@@ -5,9 +5,11 @@ based on CherryPy. Articles are stored in a SQLite base.
==== Features ====
-* notification by e-mail
-* language detection
-* TuxDroid support (for the notification of unread articles)
+* notification of new articles by e-mail for selected feeds;
+* mark or unmark an article as favorites;
+* share an article on Google Buzz, del.icio.us, Digg, reddit, Scoopeo and Blogmarks;
+* language detection and search articles by language;
+* TuxDroid support (for the notification of unread articles).
@@ -18,8 +20,14 @@ based on CherryPy. Articles are stored in a SQLite base.
* CherryPy (version 3 and up)
* sqlite
+
=== Optional module ===
These modules are not required but provides better features.
+These modules are:
+* oice.langdet
+* matplotlib
+* gamin.
+If you want to install these modules:
== Language detection ==
Name: oice.langdet
@@ -27,6 +35,8 @@ Enable the detection of the language of articles.
Installation:
http://pypi.python.org/pypi/oice.langdet/
+Download the archive, decompress, go to the folder and type:
+python setup.py install
== Histogram ==
bgstack15