aboutsummaryrefslogtreecommitdiff
path: root/conf
Commit message (Collapse)AuthorAge
* new crawler with cache control and error handlingFrançois Schmidts2015-03-03
|
* Set the version of Python used by the crawler in the configuration file.Cédric Bonhomme2015-01-21
|
* Updated README.Cédric Bonhomme2014-11-21
|
* Test with Vagrant.Cédric Bonhomme2014-11-21
|
* Configuration variables has been updated.Cédric Bonhomme2014-08-18
|
* making pyagregator runnable by apacheFrançois Schmidts2014-06-09
| | | | | | | | | * adding bootstrap module for basic import * redoing logging (config, proper use of the logging module) * making secret part of config (random wouldn't work with apache since it uses different instances of python) * making server entry point not executing application if just imported * not writing file for opml when we can read it from memory
* 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
|
* Better to send email without Flask-Mail.Cédric Bonhomme2014-04-27
|
* Updated default configuration file.Cédric Bonhomme2014-04-09
|
* Added an option to choose if URL of articles behind proxies should be resolved.Cédric Bonhomme2014-01-21
|
* Updated default configuration file and README.Cédric Bonhomme2014-01-20
|
* Updated default configuration file.Cédric Bonhomme2013-12-24
|
* Updated installation process.Cédric Bonhomme2013-12-07
|
* 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
|
* Updated default conf file.Cédric Bonhomme2013-10-14
|
* Added new files. First prototype with the Flask micro-framework.Cédric Bonhomme2013-10-13
bgstack15