diff roundup/web/NOTES.md @ 4918:35dc9191394d routing

routing: Use Router in cgi.client.main
author anatoly techtonik <techtonik@gmail.com>
date Tue, 12 Aug 2014 00:36:15 +0300
parents b860ede03056
children 355ce349df42
line wrap: on
line diff
--- a/roundup/web/NOTES.md	Mon Aug 11 18:31:49 2014 +0300
+++ b/roundup/web/NOTES.md	Tue Aug 12 00:36:15 2014 +0300
@@ -44,7 +44,15 @@
       [ ] example.com/tracker/?anything
       [ ] example.com/tracker/item?anything
 
-    [ ] get full list of url handlers
+    [x] get full list of url handlers
+        (1.5.0, entrypoing: cgi.client.main)
+      [x] /xmlrpc     - hardcoded xmlrpc endpoint
+      [x] /           - main home page
+          /index
+          /home
+      [x] /_file      - static resources
+          /@@file
+      [x] /<class>    - dynamic handler based on db
 
     [ ] check url handling for db scheme paths
 

Roundup Issue Tracker: http://roundup-tracker.org/