http://hg.code.sf.net:8000/p/roundup/code/atom-log/tip/roundup/web/NOTES.md Mercurial Repository: p/roundup/code: roundup/web/NOTES.md history 2014-08-20T13:43:22+03:00 [routing] routing: Serve static files through proper routing in main() http://hg.code.sf.net:8000/p/roundup/code/#changeset-355ce349df42fe3652e946ee481aaac491e24bd3 anatoly techtonik techtonik@gmail.com 2014-08-20T13:43:22+03:00 2014-08-20T13:43:22+03:00
changeset 355ce349df42
branch routing
bookmark
tag
user anatoly techtonik <techtonik@gmail.com>
description routing: Serve static files through proper routing in main()
instead of exception in determine_context()

files
[routing] routing: Use Router in cgi.client.main http://hg.code.sf.net:8000/p/roundup/code/#changeset-35dc9191394d3301c0daf80b708aa982433f6591 anatoly techtonik techtonik@gmail.com 2014-08-12T00:36:15+03:00 2014-08-12T00:36:15+03:00
changeset 35dc9191394d
branch routing
bookmark
tag
user anatoly techtonik <techtonik@gmail.com>
description routing: Use Router in cgi.client.main
files
[routing] routing: Add example URL map http://hg.code.sf.net:8000/p/roundup/code/#changeset-b860ede030565e567d610ae56f1d3ad98ec9cef7 anatoly techtonik techtonik@gmail.com 2014-07-15T13:42:57+03:00 2014-07-15T13:42:57+03:00
changeset b860ede03056
branch routing
bookmark
tag
user anatoly techtonik <techtonik@gmail.com>
description routing: Add example URL map
files
[routing] routing: Add new roundup.web namespace with router component http://hg.code.sf.net:8000/p/roundup/code/#changeset-6e313bdf6b690e419b15100dc067cc8a102703bd anatoly techtonik techtonik@gmail.com 2014-07-15T13:33:43+03:00 2014-07-15T13:33:43+03:00
changeset 6e313bdf6b69
branch routing
bookmark
tag
user anatoly techtonik <techtonik@gmail.com>
description routing: Add new roundup.web namespace with router component

This branch is to untangle hardcoded Roundup URL scheme, make
it more readable and customizable with extensions.

Right now it doesn't seem possible to write extension that
renders static HTML page at /about without modifying Roundup
DB, and this web component should not depend on DB schema.
files