From e61c9e62f8965339edeb51337ceacc848c0fc123 Mon Sep 17 00:00:00 2001 From: Cédric Bonhomme Date: Thu, 15 Aug 2013 00:30:28 +0200 Subject: Updated documentation. --- docs/index.rst | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/docs/index.rst b/docs/index.rst index 50ce635f..9eaad962 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -169,6 +169,10 @@ section of the configuration file: dbname = bob_pyaggr3g470r user = bob password = + [feedparser] + http_proxy = 127.0.0.1:8118 + user_agent = pyAggr3g470r (https://bitbucket.org/cedricbonhomme/pyaggr3g470r) + feed_list = ./var/feed.lst [mail] enabled = 0 mail_from = pyAggr3g470r@no-reply.com @@ -178,15 +182,13 @@ 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 +You can specify the address of a proxy in the configuration file (in the *feedparser* 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. -- cgit