aboutsummaryrefslogtreecommitdiff
path: root/server
AgeCommit message (Collapse)Author
2022-08-17Integrate server into main pandoc.John MacFarlane
- Remove server flag. - Remove pandoc-server executable. - Add Text.Pandoc.Server as exposed module. [API change] - Re-use Opt (and our existing FromJSON instance) for Params. - Document.
2022-08-17Server: add missing importAlbert Krewinkel
2022-08-16Finished pandoc-server documentation.John MacFarlane
2022-08-16Improve documentation for pandoc-server.John MacFarlane
2022-08-15Small improvements to pandoc-server.md.John MacFarlane
2022-08-15server: add --version.John MacFarlane
2022-08-15Beginning of man page for pandoc-server.John MacFarlane
2022-08-15Server: allow setting Accept:'application/octet-stream'...John MacFarlane
to receive raw bytes instead of base64 encoded binary output, e.g. docx.
2022-08-15Server: minor changes. Add Blob type for auto base64 decoding.John MacFarlane
2022-08-14Server: TODO comments.John MacFarlane
2022-08-14Server: add more options.John MacFarlane
Still need to document these and to support some cli options that are handled as transforms.
2022-08-14Server: support more writer options.John MacFarlane
2022-08-14Server: add citeproc support.John MacFarlane
2022-08-14Server: add files.John MacFarlane
This allows the user to upload auxiliary files to be used in the conversion.
2022-08-14Server: add abbreviations, defaultImageExtension, ...John MacFarlane
... trackChanges, stripComments.
2022-08-13Server: support tabStop, indentedCodeClassesJohn MacFarlane
2022-08-13Server: add Default instance for Params.John MacFarlane
2022-08-09Server - set standalone by default to true if binary output.John MacFarlane
2022-08-09server /babelmark - make text a required param.John MacFarlane
2022-08-09server - have /babelmark accept form params rather than JSON.John MacFarlane
2022-08-08Server: Re-add /batch endpoint. We need it.John MacFarlane
2022-08-08server: change 'input' param back to 'text'.John MacFarlane
2022-08-08server: make babelmark endpoint accept GET.John MacFarlane
2022-08-08pandoc-server: allow binary writers/readers.John MacFarlane
The expectation (which needs to be documented, along with everything else about this server) is that the binary content be base 64 encoded.
2022-08-08server: Accept POST instead of GET at babelmark endpoint.John MacFarlane
2022-08-07Rename pandoc-cgi -> pandoc-server.John MacFarlane