Skip to content

Instantly share code, notes, and snippets.

@simonmichael
Created June 12, 2009 16:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save simonmichael/128732 to your computer and use it in GitHub Desktop.
Save simonmichael/128732 to your computer and use it in GitHub Desktop.
61 -- qooxdoo ui
62 -- , dir "registercheckingdata" [method GET $ ok $ setContentType "text/plain" $ toResponse $ showRegisterReport (opts) ["checking"] l]
63 -- , dir "index.html" [ fileServe ["index.html"] "qooxledger" ]
64 -- , dir "script" [ withExpiresHeaders $ fileServe ["qooxledger.js","qooxledger-0.js"] "qooxledger/script" ]
65 -- , dir "resource" [dir "qooxledger" [ withExpiresHeaders $ fileServe ["test.png", "office-spreadsheet.png"] "qooxledger/resource/qooxledger" ]]
66 -- , browsedir "" "qooxledger" -- serve other resource files, doesn't know mime types
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment