aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorCédric Bonhomme <kimble.mandel@gmail.com>2013-11-12 23:19:59 +0100
committerCédric Bonhomme <kimble.mandel@gmail.com>2013-11-12 23:19:59 +0100
commit2341897504f005e84b1636737847b8c9c3e714f8 (patch)
treec9724155e2932ab50c542c8b8f31e2f6e10145ef /README.md
parentArticle searching with Whoosh OK. (diff)
downloadnewspipe-2341897504f005e84b1636737847b8c9c3e714f8.tar.gz
newspipe-2341897504f005e84b1636737847b8c9c3e714f8.tar.bz2
newspipe-2341897504f005e84b1636737847b8c9c3e714f8.zip
Updated README.
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 3541b2c6..6bfa43fe 100644
--- a/README.md
+++ b/README.md
@@ -12,6 +12,7 @@ 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;
* e-mail notification;
* favorite articles;
* share articles with Google +, Pinboard and reddit.
bgstack15