diff options
author | Cédric Bonhomme <kimble.mandel@gmail.com> | 2013-08-11 15:02:39 +0200 |
---|---|---|
committer | Cédric Bonhomme <kimble.mandel@gmail.com> | 2013-08-11 15:02:39 +0200 |
commit | 23e8bfad1d883d8b2c5ea8cd71f622707423f31d (patch) | |
tree | 484983e615535b44a1cf43b0983be0afd9d36bcc /docs | |
parent | proxy object is now instancied in the __init__ function of feedgetter class. (diff) | |
download | newspipe-23e8bfad1d883d8b2c5ea8cd71f622707423f31d.tar.gz newspipe-23e8bfad1d883d8b2c5ea8cd71f622707423f31d.tar.bz2 newspipe-23e8bfad1d883d8b2c5ea8cd71f622707423f31d.zip |
Updated documentation and README file.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/index.rst | 9 |
1 files changed, 9 insertions, 0 deletions
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 ------ |