diff options
author | Edmund von der Burg <evdb@mysociety.org> | 2011-03-17 16:47:14 +0000 |
---|---|---|
committer | Edmund von der Burg <evdb@mysociety.org> | 2011-03-17 16:47:14 +0000 |
commit | 3aa7a8d6e8aa2c8550f590cb994268b84b1183f2 (patch) | |
tree | 35c332a366d6667d5d2f98a4a648935495480baa | |
parent | e045ba2b288b58ada1d886240346ec62f2846f58 (diff) |
Start list of current urls
-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 + |