aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorCédric Bonhomme <kimble.mandel@gmail.com>2014-02-10 09:17:46 +0100
committerCédric Bonhomme <kimble.mandel@gmail.com>2014-02-10 09:17:46 +0100
commit546db93293bd970201649f973c8b714e50410362 (patch)
treebc296bf92f75c599abfb0eb0ce0c52fa5b5bf288 /README.md
parentExport feeds to OPML. (diff)
downloadnewspipe-546db93293bd970201649f973c8b714e50410362.tar.gz
newspipe-546db93293bd970201649f973c8b714e50410362.tar.bz2
newspipe-546db93293bd970201649f973c8b714e50410362.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 7d18d20f..00fbf553 100644
--- a/README.md
+++ b/README.md
@@ -14,6 +14,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;
* feeds batch import with OPML files;
+* export all your feeds to OPML;
* e-mail notification;
* export articles to HTML;
* favorite articles;
bgstack15