diff options
-rw-r--r-- | TODO.txt | 10 | ||||
-rw-r--r-- | urls.txt | 12 |
2 files changed, 22 insertions, 0 deletions
@@ -19,3 +19,13 @@ Users: Email: * currently don't send email via EvEl or do any of the smarts it does - should we switch to using it (Email::Send::EvEl...)? + +Framework: + * use Plack to handle all the redirects and also run cgi scripts - get apache + out of the picture (what about tile proxy...). Does this makes sense? + + + +Future ideas: + * dashboard for council to put on big screen +
\ No newline at end of file diff --git a/urls.txt b/urls.txt new file mode 100644 index 000000000..5c9b25f34 --- /dev/null +++ b/urls.txt @@ -0,0 +1,12 @@ +This is a list of some of the urls currently served: + +homepage: / +postcode search: /?pc=SW1A+1AA +placename: /?pc=Westminster +street (ambiguous): /?pc=St+Margaret+St +street (exact): /?pc=St+Margaret+St%2c+Westminster%2c+London+SW1A+2 + +all reports: /reports +council reports: /reports/Aberdeen +individual report: /report/173526 + |