aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
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 70cb3598..e74ad42e 100644
--- a/README.md
+++ b/README.md
@@ -15,6 +15,7 @@ A documentation is available [here](https://pyaggr3g470r.readthedocs.org/).
Features
------------
* articles are stored in a [MongoDB](http://www.mongodb.org/) database (local or remote);
+* HTTP proxy support;
* fast full-text indexing and searching thanks the [Whoosh](https://bitbucket.org/mchaput/whoosh) library;
* e-mail notification;
* export articles to HTML, EPUB, PDF or raw text;
bgstack15