Mercurial > p > roundup > code
comparison 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 |
comparison
equal
deleted
inserted
replaced
| 4917:2502a9dde1ac | 4918:35dc9191394d |
|---|---|
| 42 [ ] example.com/tracker/item | 42 [ ] example.com/tracker/item |
| 43 [ ] example.com/tracker?anything | 43 [ ] example.com/tracker?anything |
| 44 [ ] example.com/tracker/?anything | 44 [ ] example.com/tracker/?anything |
| 45 [ ] example.com/tracker/item?anything | 45 [ ] example.com/tracker/item?anything |
| 46 | 46 |
| 47 [ ] get full list of url handlers | 47 [x] get full list of url handlers |
| 48 (1.5.0, entrypoing: cgi.client.main) | |
| 49 [x] /xmlrpc - hardcoded xmlrpc endpoint | |
| 50 [x] / - main home page | |
| 51 /index | |
| 52 /home | |
| 53 [x] /_file - static resources | |
| 54 /@@file | |
| 55 [x] /<class> - dynamic handler based on db | |
| 48 | 56 |
| 49 [ ] check url handling for db scheme paths | 57 [ ] check url handling for db scheme paths |
| 50 | 58 |
| 51 [ ] example.com/tracker/class | 59 [ ] example.com/tracker/class |
| 52 [ ] example.com/tracker/class/ | 60 [ ] example.com/tracker/class/ |
