summaryrefslogtreecommitdiff
path: root/pgxhtml.cabal
AgeCommit message (Collapse)Author
2019-02-09Handle media-typedefanor
Defaulting to application/xhtml+xml, but the xsl:output media-type attribute can now be set to change that.
2019-02-05Use plain CGIdefanor
This eliminates the last of large Haskell dependencies. The multipart enctype is not supported now.
2019-02-04Remove the wai-extra dependencydefanor
2019-02-04Remove the postgresql-simple dependencydefanor
It pulls Aeson, which is a rather large dependency (as does wai-extra, but it's to be removed too), and its functionality was barely used anyway.
2019-02-04Remove the dependency on envydefanor
It's not that useful for a couple of variables, but an additional dependency.
2019-02-03Lint, clean up dependenciesdefanor
2019-02-03Replace wai-cli with wai-handler-fastcgidefanor
Another step towards making pgxhtml more lightweight, dependencies-wise.
2019-02-03Replace HXT with libxmldefanor
The primary issue is that str:encode-uri function from EXSLT is not available with HXT (but available with libxml's friends: libxslt and libexslt, which are generally more complete). This function is important for HTML documents. Another reason is libxml being better documented and somewhat easier to work with. Yet another reason to switch is the intent to avoid dependencies that reimplement common functionality, and/or normally get statically linked.
2018-12-30Initial commitdefanor
The initial working version, an example, and brief description are included. Error handling and reporting, perhaps HTTP headers, CLI arguments, and documentation can still be improved, but that's for future commits.