| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-08-17 | Integrate 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-17 | Server: add missing import | Albert Krewinkel | |
| 2022-08-16 | Finished pandoc-server documentation. | John MacFarlane | |
| 2022-08-16 | Improve documentation for pandoc-server. | John MacFarlane | |
| 2022-08-15 | Small improvements to pandoc-server.md. | John MacFarlane | |
| 2022-08-15 | server: add --version. | John MacFarlane | |
| 2022-08-15 | Beginning of man page for pandoc-server. | John MacFarlane | |
| 2022-08-15 | Server: allow setting Accept:'application/octet-stream'... | John MacFarlane | |
| to receive raw bytes instead of base64 encoded binary output, e.g. docx. | |||
| 2022-08-15 | Server: minor changes. Add Blob type for auto base64 decoding. | John MacFarlane | |
| 2022-08-14 | Server: TODO comments. | John MacFarlane | |
| 2022-08-14 | Server: add more options. | John MacFarlane | |
| Still need to document these and to support some cli options that are handled as transforms. | |||
| 2022-08-14 | Server: support more writer options. | John MacFarlane | |
| 2022-08-14 | Server: add citeproc support. | John MacFarlane | |
| 2022-08-14 | Server: add files. | John MacFarlane | |
| This allows the user to upload auxiliary files to be used in the conversion. | |||
| 2022-08-14 | Server: add abbreviations, defaultImageExtension, ... | John MacFarlane | |
| ... trackChanges, stripComments. | |||
| 2022-08-13 | Server: support tabStop, indentedCodeClasses | John MacFarlane | |
| 2022-08-13 | Server: add Default instance for Params. | John MacFarlane | |
| 2022-08-09 | Server - set standalone by default to true if binary output. | John MacFarlane | |
| 2022-08-09 | server /babelmark - make text a required param. | John MacFarlane | |
| 2022-08-09 | server - have /babelmark accept form params rather than JSON. | John MacFarlane | |
| 2022-08-08 | Server: Re-add /batch endpoint. We need it. | John MacFarlane | |
| 2022-08-08 | server: change 'input' param back to 'text'. | John MacFarlane | |
| 2022-08-08 | server: make babelmark endpoint accept GET. | John MacFarlane | |
| 2022-08-08 | pandoc-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-08 | server: Accept POST instead of GET at babelmark endpoint. | John MacFarlane | |
| 2022-08-07 | Rename pandoc-cgi -> pandoc-server. | John MacFarlane | |
