summaryrefslogtreecommitdiff
path: root/example/README.md
AgeCommit message (Collapse)Author
2019-02-11Update READMEsdefanor
- Use XSLT_DIR instead of FCGI_CHDIR in the nginx configuration example, since FCGI_CHDIR is not always available. - Link the "dynamic websites" note as additional documentation.
2019-02-05Use plain CGIdefanor
This eliminates the last of large Haskell dependencies. The multipart enctype is not supported now.
2019-02-03Replace wai-cli with wai-handler-fastcgidefanor
Another step towards making pgxhtml more lightweight, dependencies-wise.
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.