diff options
author | Cédric Bonhomme <kimble.mandel@gmail.com> | 2012-12-06 23:28:14 +0100 |
---|---|---|
committer | Cédric Bonhomme <kimble.mandel@gmail.com> | 2012-12-06 23:28:14 +0100 |
commit | e30fd7e1f2a150bfb8fbd177e557ddafa58bb1e6 (patch) | |
tree | 7a996c185c8ce834806c24f1879e8b8f4ba2e59c /README.md | |
parent | Last commit was in the wrong branch! (diff) | |
download | newspipe-e30fd7e1f2a150bfb8fbd177e557ddafa58bb1e6.tar.gz newspipe-e30fd7e1f2a150bfb8fbd177e557ddafa58bb1e6.tar.bz2 newspipe-e30fd7e1f2a150bfb8fbd177e557ddafa58bb1e6.zip |
Updated README.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 15 |
1 files changed, 7 insertions, 8 deletions
@@ -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 |