diff options
author | Cédric Bonhomme <kimble.mandel@gmail.com> | 2013-11-02 23:38:24 +0100 |
---|---|---|
committer | Cédric Bonhomme <kimble.mandel@gmail.com> | 2013-11-02 23:38:24 +0100 |
commit | 021e4a820949020a545c8f5425c0dd6ebad63847 (patch) | |
tree | 1c2b983e829d464eb8675ecbb4728251e97f03e2 | |
parent | Display a start for favorites articles. (diff) | |
download | newspipe-021e4a820949020a545c8f5425c0dd6ebad63847.tar.gz newspipe-021e4a820949020a545c8f5425c0dd6ebad63847.tar.bz2 newspipe-021e4a820949020a545c8f5425c0dd6ebad63847.zip |
Updated README.
-rw-r--r-- | README.md | 15 |
1 files changed, 5 insertions, 10 deletions
@@ -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 ------ |