Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-07-15 | Implement XML configuration support | Daniel Schadt | |
This alleviates the need to define the server in Haskell and re-compile the binary every time something in the configuration changes. | |||
2021-06-29 | Add static file server | Daniel Schadt | |
Some simple code that allows Cana to serve files from a directory, and not just provide static responses. | |||
2021-06-28 | Initial commit | Daniel Schadt | |
This is a working version that can serve pages, yay! A lot of features still missing though, as well as proper package metadata. |