diff options
author | Cédric Bonhomme <kimble.mandel@gmail.com> | 2014-02-10 08:17:17 +0100 |
---|---|---|
committer | Cédric Bonhomme <kimble.mandel@gmail.com> | 2014-02-10 08:17:17 +0100 |
commit | b1cbbeb1963f83da957ab62ad4edd810436904d1 (patch) | |
tree | bfce56fdf28c8eb47dac83876ffccc95e67fd164 /README.md | |
parent | Minor bug fixes. (diff) | |
download | newspipe-b1cbbeb1963f83da957ab62ad4edd810436904d1.tar.gz newspipe-b1cbbeb1963f83da957ab62ad4edd810436904d1.tar.bz2 newspipe-b1cbbeb1963f83da957ab62ad4edd810436904d1.zip |
Updated README?
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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; |