summaryrefslogtreecommitdiff
path: root/pandoc-cgi
AgeCommit message (Collapse)Author
2022-08-07Rename pandoc-cgi -> pandoc-server.John MacFarlane
2022-08-07pandoc-cgi: change babelmark endpoint to GET, as expected.John MacFarlane
2022-08-07pandoc-cgi:John MacFarlane
Remove /batch endpoint; instead, behave differently if passed an array of JSON objects. Rename multidingus endpoint to babelmark.
2022-08-07pandoc-cgi - add multidingus endpoint.John MacFarlane
This is what babelmark expects.
2022-08-07Add version endpoint to pandoc-cgiJohn MacFarlane
2022-08-06Replace old trypandoc code with new pandoc-cgi.John MacFarlane
This is based on servant. It is less hacky and more extensible.