aboutsummaryrefslogtreecommitdiff
path: root/runserver.py
Commit message (Collapse)AuthorAge
* 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
* small practicity changesFrançois Schmidts2014-06-08
|
* Cleaned code.Cédric Bonhomme2014-04-27
|
* License is now AGPLv3.Cédric Bonhomme2014-04-09
|
* Removed initialization script.Cédric Bonhomme2014-04-09
|
* Uses the host address and port number specified in the configuration file.Cédric Bonhomme2014-01-12
|
* Added new files. First prototype with the Flask micro-framework.Cédric Bonhomme2013-10-13
bgstack15