aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorCédric Bonhomme <kimble.mandel@gmail.com>2013-11-02 23:38:24 +0100
committerCédric Bonhomme <kimble.mandel@gmail.com>2013-11-02 23:38:24 +0100
commit021e4a820949020a545c8f5425c0dd6ebad63847 (patch)
tree1c2b983e829d464eb8675ecbb4728251e97f03e2 /README.md
parentDisplay a start for favorites articles. (diff)
downloadnewspipe-021e4a820949020a545c8f5425c0dd6ebad63847.tar.gz
newspipe-021e4a820949020a545c8f5425c0dd6ebad63847.tar.bz2
newspipe-021e4a820949020a545c8f5425c0dd6ebad63847.zip
Updated README.
Diffstat (limited to 'README.md')
-rw-r--r--README.md15
1 files changed, 5 insertions, 10 deletions
diff --git a/README.md b/README.md
index 0e597088..52522f07 100644
--- a/README.md
+++ b/README.md
@@ -18,7 +18,6 @@ Features
* e-mail notification;
* export articles to HTML, raw text;
* favorite articles;
-* language detection;
* share articles with Diaspora, Google +, Pinboard, Identi.ca, Digg, reddit, Scoopeo, and Blogmarks.
@@ -27,20 +26,16 @@ Requierements
Software required
-* [Python](http://python.org/) >= 3.1;
-* [MongoDB](http://www.mongodb.org/) and [PyMongo](http://api.mongodb.org/python/current/) >= 1.9;
+* [Python](http://python.org/);
+* [MongoDB](http://www.mongodb.org/) and [PyMongo](http://api.mongodb.org/python/current/);
* [Whoosh](https://bitbucket.org/mchaput/whoosh) (article searching);
-* [feedparser](http://code.google.com/p/feedparser/) >= 5.1.2 (for **feedgetter.py**, the RSS feed parser);
-* [BeautifulSoup](http://www.crummy.com/software/BeautifulSoup/) >= 4.1.2 (automatically find a feed in a HTML page).
+* [feedparser](http://code.google.com/p/feedparser/);
+* [BeautifulSoup](http://www.crummy.com/software/BeautifulSoup/).
-Python 2.7.
+Python >= 2.7.
Optional module
-The module below is not required but enables more features:
-
-* [guess_language](https://bitbucket.org/spirit/guess_language/) and [PyEnchant](http://pypi.python.org/pypi/pyenchant) for the language detection;
-
Backup
------
bgstack15