From 021e4a820949020a545c8f5425c0dd6ebad63847 Mon Sep 17 00:00:00 2001 From: Cédric Bonhomme Date: Sat, 2 Nov 2013 23:38:24 +0100 Subject: Updated README. --- README.md | 15 +++++---------- 1 file 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 ------ -- cgit