Commit Graph

7 Commits

Author SHA1 Message Date
Jérôme Schneider b606ca56dd Cleanning README.rst, setup.py and auth/authform.py 2011-10-07 22:56:41 +02:00
Jérôme Schneider 85141684d0 Improve README and finish duonet support
* mandaye/auth/authform.py: update to support duonet replay
 * README.rst: improve the quick launch text
 * mandaye/filters/vincennes.py: filters for Duonet
 * mandaye/models.py: add birthdate for duonet
 * mandayectl: improve the cmd line management
2011-09-23 08:49:32 +02:00
Benjamin Dauvergne 9a39b99b1a add mako to dependencies 2011-09-19 11:38:20 +02:00
Benjamin Dauvergne c5407b90f0 add beaker to dependencies 2011-09-19 11:38:20 +02:00
Benjamin Dauvergne ba3bd92c6b fix some writing in the README file 2011-09-19 10:17:10 +02:00
Jérôme Schneider 8ceb28cae8 Begin Mandaye true project based on poc1.py
* COPYING: Mandaye's license
 * README.rst: begin of a readme
 * mandaye.py: script to launch the project
 * mandaye/: mandaye python module
 * mandaye/config.py: frst version of the Mandaye configuration file
 * mandaye/dispatchers/default.py: begin a draft of the default dispatcher
 * mandaye/response.py: mandaye http responses
 * mandaye/server.py: mandaye server based on gevent wsgi server
 * mandaye/utils.py: mandaye utils, only URlInfo at the moment
 * mandaye/filters: I need to do that :)
 * mandaye/handlers: todo
 * setup.py: first version of the installer using setuptools

Happy holidays guys ;)
2011-08-04 19:28:16 +02:00
Jérôme Schneider b67dadcccf first commit 2011-07-26 14:53:22 +02:00