.. -*-restructuredtext-*-

============
pyAggr3g470r
============

.. Use headers in this order #=~-_

:toc: yes
:symrefs: yes
:sortrefs: yes
:compact: yes
:subcompact: no
:rfcedstyle: no
:comments: no
:inline: yes
:private: yes

:author: Cédric Bonhomme
:contact: http://cedricbonhomme.org/


Presentation
------------
pyAggr3g470r is a multi-threaded news aggregator with a web interface
based on CherryPy. Articles are stored in a SQLite base.



Features
------------
* notification of new articles by e-mail for selected feeds;
* export articles (HTML, EPUB and raw text);
* 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.



Requierements
-------------
Software required
~~~~~~~~~~~~~~~~~
* Python 2.7.*
* SQLite
* feedparser (http://feedparser.org/)
* CherryPy (version 3 and up)
* BeautifulSoup


Optional module
~~~~~~~~~~~~~~~
These modules are not required but provides better features:
* lxml and Genshi;
* gamin.
If you want to install these modules:


EPUB generation
^^^^^^^^^^^^^^^^^^
wget http://codespeak.net/lxml/lxml-2.2.8.tgz
tar -xzvf lxml-2.2.8.tgz
rm -f lxml-2.2.8.tgz
cd lxml
sudo python setup.py install
cd ..
rm -Rf lxml

wget http://ftp.edgewall.com/pub/genshi/Genshi-0.6.tar.gz
tar -xzvf Genshi-0.6.tar.gz
rm -f Genshi-0.6.tar.gz
cd Genshi
sudo python setup.py install
cd ..
rm -Rf Genshi


Advanced monitoring
^^^^^^^^^^^^^^^^^^^
Name: Gamin
Enable a better monitoring of the base of feeds.

Installation:
aptitude install python-gamin

http://people.gnome.org/~veillard/gamin/python.html


Donnation
---------
If you wish and if you like pyAggr3g470r, you can donate via bitcoin. My bitcoin address: 1GVmhR9fbBeEh7rP1qNq76jWArDdDQ3otZ
Thank you!



License
------------
pyAggr3g470r is under GPLv3 license.
http://www.gnu.org/licenses/gpl-3.0.txt