diff options
author | Cédric Bonhomme <kimble.mandel@gmail.com> | 2014-01-20 08:19:59 +0100 |
---|---|---|
committer | Cédric Bonhomme <kimble.mandel@gmail.com> | 2014-01-20 08:19:59 +0100 |
commit | 7ed3f7a8534013d4de6fe4e3a101efe0330ee93a (patch) | |
tree | 57f5c1a2a8ea4faecf2fb111bd5b97d9f290ed61 /README.md | |
parent | Removed debug print. (diff) | |
download | newspipe-7ed3f7a8534013d4de6fe4e3a101efe0330ee93a.tar.gz newspipe-7ed3f7a8534013d4de6fe4e3a101efe0330ee93a.tar.bz2 newspipe-7ed3f7a8534013d4de6fe4e3a101efe0330ee93a.zip |
Updated default configuration file and README.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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; * e-mail notification; +* export articles to HTML; * favorite articles; * share articles with Google +, Pinboard and reddit. @@ -36,7 +37,9 @@ Configuration is done via the file **conf/conf.cfg**. Alternatively you can run the script ``install.sh``. -You can configure pyAggr3g470r (proxy, user agent, etc.) in the file ``conf/conf.cfg``. +You can configure pyAggr3g470r (proxy, user agent, etc.) in the file ``conf/conf.cfg``. +If you want to use pyAggr3g470r with Tor/Privoxy, you just have to set the value of +``http_proxy`` (for example: ``http_proxy = 127.0.0.1:8118``). Else leave the value blank. Backup ------ |