diff options
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 |