From b1cbbeb1963f83da957ab62ad4edd810436904d1 Mon Sep 17 00:00:00 2001 From: Cédric Bonhomme Date: Mon, 10 Feb 2014 08:17:17 +0100 Subject: Updated README? --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index dbe04574..7d18d20f 100644 --- a/README.md +++ b/README.md @@ -9,10 +9,11 @@ Presentation based on [Flask](http://flask.pocoo.org/). Articles are stored in a [MongoDB](http://api.mongodb.org/python/current/) base. Features ------------- +-------- * articles are stored in a [MongoDB](http://www.mongodb.org/) database; * fast full-text indexing and searching thanks the [Whoosh](https://bitbucket.org/mchaput/whoosh) library; +* feeds batch import with OPML files; * e-mail notification; * export articles to HTML; * favorite articles; -- cgit