From 23e8bfad1d883d8b2c5ea8cd71f622707423f31d Mon Sep 17 00:00:00 2001 From: Cédric Bonhomme Date: Sun, 11 Aug 2013 15:02:39 +0200 Subject: Updated documentation and README file. --- docs/index.rst | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'docs') diff --git a/docs/index.rst b/docs/index.rst index c651654b..50ce635f 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -21,6 +21,7 @@ Features -------- * articles are stored in a MongoDB_ database (local or remote); +* HTTP proxy support; * fast full-text indexing and searching thanks the Whoosh_ library; * e-mail notification; * export articles to HTML, EPUB, PDF or raw text; @@ -177,9 +178,17 @@ section of the configuration file: password = your_password [misc] diaspora_pod = joindiaspora.com + feed_list = ./var/feed.lst + http_proxy = 127.0.0.1:8118 Then just click on "Stay tuned" for the desired feed(s) at the main page of pyAggr3g470r in your browser. +HTTP proxy +`````````` +You can specify the address of a proxy in the configuration file (in the *misc* section). +For example `127.0.0.1:8118` if you are using Privoxy/Tor. If you are not using a proxy just +leave the value of `http_proxy` to blank. + Launch ------ -- cgit