From 1d765477568448b92f0e199e7832005ec419c259 Mon Sep 17 00:00:00 2001 From: cedricbonhomme Date: Sat, 15 Sep 2012 09:23:56 +0200 Subject: Added 'Setting' section in index.rst. --- docs/index.rst | 37 +++++++++++++++++++++++++++++++++---- 1 file changed, 33 insertions(+), 4 deletions(-) (limited to 'docs') diff --git a/docs/index.rst b/docs/index.rst index b36479a5..915be9ab 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -30,11 +30,12 @@ Features * 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). - +Installation +------------ Requierements -------------- +~~~~~~~~~~~~~ Software required -~~~~~~~~~~~~~~~~~ +````````````````` * Python_ 2.7.*; * MongoDB_ and PyMongo_; @@ -44,7 +45,7 @@ Software required Optional module -~~~~~~~~~~~~~~~ +``````````````` These modules are not required but enables more features: * lxml and Genshi; @@ -58,6 +59,34 @@ If you want to install these modules: $ sudo aptitude install python-lxml python-genshi +Setting +~~~~~~~ + +Rename the file **./cfg/pyAggr3g470r.cfg-sample** to **./cfg/pyAggr3g470r.cfg**. +By default you don't have to edit this file (only to configure mail notification). + +Then, indicate the feeds to retrieve in the file ./var/feed.lst. One feed per line. For example : + +.. code-block:: cfg + + http://blog.cedricbonhomme.org/feed/ + http://linuxfr.org/backend/news-homepage/rss20.rss + http://rss.slashdot.org/Slashdot/slashdot + http://theinvisiblethings.blogspot.com/feeds/posts/default + http://torvalds-family.blogspot.com/feeds/posts/default + http://www.python.org/channews.rdf + http://www.kde.org/dotkdeorg.rdf + http://feeds.feedburner.com/internetactu/bcmJ + http://www.april.org/fr/rss.xml + http://www.framablog.org/index.php/feed/atom + http://formats-ouverts.org/rss.php + http://lwn.net/headlines/newrss + http://kernelnewbies.org/RecentChanges?action=rss_rc&ddiffs=1&unique=1 + + + + + Backup ------ -- cgit