aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorcedricbonhomme <devnull@localhost>2010-07-12 09:56:03 +0200
committercedricbonhomme <devnull@localhost>2010-07-12 09:56:03 +0200
commit18a482304589eddac1271ab28b3ded73b406ef04 (patch)
tree82e66d2f1152d763771dc67b4576445ec8acdf02 /README
parentRelease 1.6. It is now possible to automatically add a feed (with the URL of ... (diff)
downloadnewspipe-18a482304589eddac1271ab28b3ded73b406ef04.tar.gz
newspipe-18a482304589eddac1271ab28b3ded73b406ef04.tar.bz2
newspipe-18a482304589eddac1271ab28b3ded73b406ef04.zip
Updated README file.
Diffstat (limited to 'README')
-rw-r--r--README19
1 files changed, 7 insertions, 12 deletions
diff --git a/README b/README
index fcaf8b01..3be66923 100644
--- a/README
+++ b/README
@@ -6,6 +6,7 @@ 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;
@@ -16,9 +17,10 @@ based on CherryPy. Articles are stored in a SQLite base.
==== Requierements ====
=== Software required ===
-* Python (tested with 2.4 to 2.7)
+* Python 2.7.*
+* SQLite
+* feedparser (http://feedparser.org/)
* CherryPy (version 3 and up)
-* sqlite
* BeautifulSoup
@@ -26,10 +28,10 @@ based on CherryPy. Articles are stored in a SQLite base.
These modules are not required but provides better features.
These modules are:
* oice.langdet
-* matplotlib
* gamin.
If you want to install these modules:
+
== Language detection ==
Name: oice.langdet
Enable the detection of the language of articles.
@@ -39,14 +41,6 @@ http://pypi.python.org/pypi/oice.langdet/
Download the archive, decompress, go to the folder and type:
python setup.py install
-
-== Histogram ==
-Name: matplotlib
-
-Installation:
-aptitude install python-matplotlib
-
-
== Advanced monitoring ==
Name: Gamin
Enable a better monitoring of the base of feeds.
@@ -57,6 +51,7 @@ aptitude install python-gamin
http://people.gnome.org/~veillard/gamin/python.html
+
==== License ====
pyAggr3g470r is under GPLv3 license.
-http://www.gnu.org/licenses/gpl-3.0.txt \ No newline at end of file
+http://www.gnu.org/licenses/gpl-3.0.txt
bgstack15