aboutsummaryrefslogtreecommitdiff
path: root/conf.py
Commit message (Expand)AuthorAge
* adding munin probesFrançois Schmidts2015-07-31
* Changed variable 'notification_sender' to 'notification_email'.Cédric Bonhomme2015-05-03
* Fixed a bug when sending emails (email of the sender was empty).Cédric Bonhomme2015-05-03
* Automatically use the good Python executable for the classic crawler.Cédric Bonhomme2015-04-23
* The name of this conf variable should be 'DATABASE_URL' on Heroku.Cédric Bonhomme2015-04-19
* Forgot the section of postmark_api_key conf variable.Cédric Bonhomme2015-04-19
* Platform URL is missing for Heroku.Cédric Bonhomme2015-04-17
* Platform URL is missing for Heroku.Cédric Bonhomme2015-04-17
* Load Postmark API key for Heroku.Cédric Bonhomme2015-04-17
* facto on config and more option in log levelsFrançois Schmidts2015-04-16
* redoing full text searchFrançois Schmidts2015-04-16
* 'CRAWLING_METHOD wasn't initialized on Heroku.Cédric Bonhomme2015-04-14
* redoing conf gathering and using it in templatesFrançois Schmidts2015-04-14
* moving feed views related code in views.feed and massive use of url_forFrançois Schmidts2015-04-12
* The minimum error count is now specified in the configuration file.Cédric Bonhomme2015-04-08
* Merge remote-tracking branch 'origin/master' into evol/apiFrançois Schmidts2015-03-03
|\
| * Removed the functionality for the email notifications of new articles. No rea...Cédric Bonhomme2015-02-25
* | new crawler with cache control and error handlingFrançois Schmidts2015-03-03
|/
* No need to specify the version of python to use for the crawler on Heroku.Cédric Bonhomme2015-02-08
* Set the version of Python used by the crawler in the configuration file.Cédric Bonhomme2015-01-21
* Configuration variables has been updated.Cédric Bonhomme2014-08-18
* making pyagregator runnable by apacheFrançois Schmidts2014-06-09
* Removed ADMIN_PLATFORM_EMAIL env variable.Cédric Bonhomme2014-05-13
* trying to send email with postmarkCédric Bonhomme2014-05-13
* Load MAILGUN_SMTP_SERVER env variable.Cédric Bonhomme2014-05-13
* Add admin email in en variables..Cédric Bonhomme2014-05-13
* Integration of mailgun.Cédric Bonhomme2014-05-13
* Integration of recaptcha module.Cédric Bonhomme2014-05-05
* Added a link to the home to let the user request form an account.Cédric Bonhomme2014-05-05
* Available time zonez are defined in conf.py.Cédric Bonhomme2014-05-03
* Internationalization to french.Cédric Bonhomme2014-05-01
* Better to send email without Flask-Mail.Cédric Bonhomme2014-04-27
* Updated default user-agent when running on Heroku.Cédric Bonhomme2014-04-13
* The crawler is launched in a other process.Cédric Bonhomme2014-04-13
* Trying the export to HTML option on Heroku (4).Cédric Bonhomme2014-04-12
* Trying the export to HTML option on Heroku (3).Cédric Bonhomme2014-04-12
* Fixed a bug when launching the crawler via cron.Cédric Bonhomme2014-04-09
* Removed initialization script.Cédric Bonhomme2014-04-09
* Beginning of the port to PostgreSQL.Cédric Bonhomme2014-04-07
* Added an option to choose if URL of articles behind proxies should be resolved.Cédric Bonhomme2014-01-21
* It is now possible to configure the proxy and the user agent.Cédric Bonhomme2013-12-24
* Email notification.Cédric Bonhomme2013-11-10
* Updated configuration file.Cédric Bonhomme2013-11-10
* SECRET_KEY is set by os.urandom(12).Cédric Bonhomme2013-10-27
* Added new files. First prototype with the Flask micro-framework.Cédric Bonhomme2013-10-13
bgstack15