jsonp dep; TODO updates; video mime types

This commit is contained in:
Michael Snoyman 2009-10-08 13:11:49 +02:00
parent 9f399d0eea
commit 7addde1ec4
3 changed files with 5 additions and 3 deletions

4
TODO
View File

@ -1,4 +1,4 @@
Catch exceptions and return as 500 errors
approot
Request parameters without a request object?
More checking on parameters (minimum length etc)
remove listDetail?
int patterns (#name)

View File

@ -57,6 +57,8 @@ mimeType "html" = "text/html"
mimeType "png" = "image/png"
mimeType "gif" = "image/gif"
mimeType "txt" = "text/plain"
mimeType "flv" = "video/x-flv"
mimeType "ogv" = "video/ogg"
mimeType _ = "application/octet-stream"
ext :: String -> String

View File

@ -16,7 +16,7 @@ library
old-locale >= 1.0.0.1,
time >= 1.1.3,
hack-middleware-clientsession,
hack-middleware-jsonp >= 0.0.1,
hack-middleware-jsonp >= 0.0.2,
hack-middleware-cleanpath >= 0.0.1,
hack-middleware-gzip,
hack-handler-cgi >= 0.0.2,