aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorCédric Bonhomme <kimble.mandel@gmail.com>2014-02-10 08:17:17 +0100
committerCédric Bonhomme <kimble.mandel@gmail.com>2014-02-10 08:17:17 +0100
commitb1cbbeb1963f83da957ab62ad4edd810436904d1 (patch)
treebfce56fdf28c8eb47dac83876ffccc95e67fd164 /README.md
parentMinor bug fixes. (diff)
downloadnewspipe-b1cbbeb1963f83da957ab62ad4edd810436904d1.tar.gz
newspipe-b1cbbeb1963f83da957ab62ad4edd810436904d1.tar.bz2
newspipe-b1cbbeb1963f83da957ab62ad4edd810436904d1.zip
Updated README?
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
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;
bgstack15