aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorcedricbonhomme <devnull@localhost>2010-09-29 10:37:26 +0200
committercedricbonhomme <devnull@localhost>2010-09-29 10:37:26 +0200
commit403bcb3e0562d288556739b432d887028cf0fb7c (patch)
tree44051a3f6f25b54b53ce9eaee216c09c45d6d349 /README
parentError in the README file (diff)
downloadnewspipe-403bcb3e0562d288556739b432d887028cf0fb7c.tar.gz
newspipe-403bcb3e0562d288556739b432d887028cf0fb7c.tar.bz2
newspipe-403bcb3e0562d288556739b432d887028cf0fb7c.zip
restructuredtext format for README file
Diffstat (limited to 'README')
-rw-r--r--README28
1 files changed, 14 insertions, 14 deletions
diff --git a/README b/README
index 0617fedc..68d8c7fa 100644
--- a/README
+++ b/README
@@ -13,11 +13,11 @@ based on CherryPy. Articles are stored in a SQLite base.
Features
------------
-* notification of new articles by e-mail for selected feeds;
-* export articles (HTML 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.
+- notification of new articles by e-mail for selected feeds;
+- export articles (HTML 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.
@@ -25,18 +25,18 @@ Requierements
-------------
!! Software required
-* Python 2.7.*
-* SQLite
-* feedparser (http://feedparser.org/)
-* CherryPy (version 3 and up)
-* BeautifulSoup
+- 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.
These modules are:
-* oice.langdet
-* gamin.
+- oice.langdet
+- gamin.
If you want to install these modules:
@@ -47,14 +47,14 @@ Enable the detection of the language of articles.
Installation:
http://pypi.python.org/pypi/oice.langdet/
Download the archive, decompress, go to the folder and type:
-python setup.py install
+ python setup.py install
!!! Advanced monitoring
Name: Gamin
Enable a better monitoring of the base of feeds.
Installation:
-aptitude install python-gamin
+ aptitude install python-gamin
http://people.gnome.org/~veillard/gamin/python.html
bgstack15