Commit graph

21 commits

Author SHA1 Message Date
John MacFarlane
3c2b97df32 server: add --version. 2022-08-15 09:57:08 -07:00
John MacFarlane
3f2b44b694 Beginning of man page for pandoc-server. 2022-08-15 09:51:17 -07:00
John MacFarlane
87daaa37a9 Server: allow setting Accept:'application/octet-stream'...
to receive raw bytes instead of base64 encoded binary output,
e.g. docx.
2022-08-15 09:20:15 -07:00
John MacFarlane
5416c7f82d Server: minor changes. Add Blob type for auto base64 decoding. 2022-08-15 09:00:25 -07:00
John MacFarlane
9d12fcb0c7 Server: TODO comments. 2022-08-14 23:40:14 -07:00
John MacFarlane
5ae98d4e08 Server: add more options.
Still need to document these and to support some cli options
that are handled as transforms.
2022-08-14 22:55:50 -07:00
John MacFarlane
5d9b36ae53 Server: support more writer options. 2022-08-14 21:50:00 -07:00
John MacFarlane
257587f55b Server: add citeproc support. 2022-08-14 21:22:24 -07:00
John MacFarlane
3966b016d1 Server: add files.
This allows the user to upload auxiliary files to be used in
the conversion.
2022-08-14 17:14:59 -07:00
John MacFarlane
4e04947470 Server: add abbreviations, defaultImageExtension, ...
... trackChanges, stripComments.
2022-08-14 16:57:33 -07:00
John MacFarlane
2f5c75132a Server: support tabStop, indentedCodeClasses 2022-08-13 23:16:47 -07:00
John MacFarlane
4dfc30ca10 Server: add Default instance for Params. 2022-08-13 16:47:16 -07:00
John MacFarlane
7a35e7ee68 Server - set standalone by default to true if binary output. 2022-08-09 15:37:47 -07:00
John MacFarlane
5db3f96400 server /babelmark - make text a required param. 2022-08-09 10:56:51 -07:00
John MacFarlane
59ac2933c9 server - have /babelmark accept form params rather than JSON. 2022-08-09 10:24:48 -07:00
John MacFarlane
30074c12e5 Server: Re-add /batch endpoint. We need it. 2022-08-08 15:17:08 -07:00
John MacFarlane
007483b2c3 server: change 'input' param back to 'text'. 2022-08-08 13:36:01 -07:00
John MacFarlane
0aeb7aec1a server: make babelmark endpoint accept GET. 2022-08-08 10:12:33 -07:00
John MacFarlane
5335410ace pandoc-server: allow binary writers/readers.
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 09:53:19 -07:00
John MacFarlane
297e48661d server: Accept POST instead of GET at babelmark endpoint. 2022-08-08 08:35:32 -07:00
John MacFarlane
2b30d27669 Rename pandoc-cgi -> pandoc-server. 2022-08-07 21:26:17 -07:00