Go to file
Dustin C. Hatch 6cf47a0339 Added a traversal dispatch method and cleaned up the router
* Created a dispatcher protocol for classes to implement for path resolution
* Implemented a traversal dispatcher
* Updated the router to implement the dispatcher protocol
* Added unit tests for both dispatchers
* Replaced the Controller class with an Application class
2011-03-26 23:35:31 -05:00
.settings Started documentation 2011-03-13 16:48:16 -05:00
doc Started documentation 2011-03-13 16:48:16 -05:00
src/milla Added a traversal dispatch method and cleaned up the router 2011-03-26 23:35:31 -05:00
.hgignore Started the Milla project, a simple WSGI web framework 2011-03-13 16:46:42 -05:00
.project Started the Milla project, a simple WSGI web framework 2011-03-13 16:46:42 -05:00
.pydevproject Started the Milla project, a simple WSGI web framework 2011-03-13 16:46:42 -05:00
distribute_setup.py Added setup.py 2011-03-13 16:48:35 -05:00
setup.cfg Added setup.py 2011-03-13 16:48:35 -05:00
setup.py Fix `package_dir` keyword in `setup.py` 2011-03-18 19:45:18 -05:00