aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorCédric Bonhomme <kimble.mandel@gmail.com>2012-12-06 23:28:14 +0100
committerCédric Bonhomme <kimble.mandel@gmail.com>2012-12-06 23:28:14 +0100
commite30fd7e1f2a150bfb8fbd177e557ddafa58bb1e6 (patch)
tree7a996c185c8ce834806c24f1879e8b8f4ba2e59c /README.md
parentLast commit was in the wrong branch! (diff)
downloadnewspipe-e30fd7e1f2a150bfb8fbd177e557ddafa58bb1e6.tar.gz
newspipe-e30fd7e1f2a150bfb8fbd177e557ddafa58bb1e6.tar.bz2
newspipe-e30fd7e1f2a150bfb8fbd177e557ddafa58bb1e6.zip
Updated README.
Diffstat (limited to 'README.md')
-rw-r--r--README.md15
1 files changed, 7 insertions, 8 deletions
diff --git a/README.md b/README.md
index 45f08b1b..8383884c 100644
--- a/README.md
+++ b/README.md
@@ -5,20 +5,20 @@ pyAggr3g470r
Presentation
------------
-[pyAggr3g470r](https://bitbucket.org/cedricbonhomme/pyaggr3g470r/) is a multi-threaded news aggregator with a web interface
+[pyAggr3g470r](https://bitbucket.org/cedricbonhomme/pyaggr3g470r/) is a news aggregator with a web interface
based on [CherryPy](http://cherrypy.org/). Articles are stored in a [MongoDB](http://api.mongodb.org/python/current/) base.
Features
------------
-* articles are stored in a [MongoDB](http://www.mongodb.org/) database;
-* find an article with history;
+* articles are stored in a [MongoDB](http://www.mongodb.org/) database (local or remote);
+* search articles;
* e-mail notification;
* export articles to HTML, EPUB, PDF or raw text;
-* mark or unmark articles as favorites;
-* share articles with Diaspora, Google Buzz, Pinboard, delicious, Identi.ca, Digg, reddit, Scoopeo, Blogmarks and Twitter;
-* generation of QR code with the content or URL of an article. So you can read an article later on your smartphone (or share with friends).
+* favorite articles;
+* share articles with Diaspora, Google Buzz, Pinboard, Identi.ca, Digg, reddit, Scoopeo, Blogmarks and Twitter;
+* generation of QR codes with URLs of articles.
@@ -40,8 +40,7 @@ These modules are not required but enables more features:
* lxml and Genshi;
* Python Imaging Library for the generation of QR codes.
-
-If you want to install these modules:
+Not yet tested with Python 3.2. If you want to install these modules:
$ sudo aptitude install python-lxml python-genshi
bgstack15