From 0d8fcb008d487b71aeaba7d8c25f254eb00a5052 Mon Sep 17 00:00:00 2001 From: bnewbold Date: Fri, 14 Jul 2017 22:34:03 -0700 Subject: start with everything but code --- alternatives.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 alternatives.md (limited to 'alternatives.md') diff --git a/alternatives.md b/alternatives.md new file mode 100644 index 0000000..35c30cf --- /dev/null +++ b/alternatives.md @@ -0,0 +1,21 @@ + +What alternatives are there? +---------------------------- + +[https://github.com/laurencer/confluence-sync]() + +`confluence-sync-tool` was the closest thing to what I wanted. I even tried +hacking in the custom pandoc converter, but ran in to problems with `CNAME` +code blockes getting mangled and gave up trying to debug in Haskell. + +[https://bitbucket.org/atlassianlabs/confluence-pandoc-connect]() + +This is intended to run server-side. It's where I found the +`confluence-storage.lua` pandoc writer. + +[https://github.com/lanyonm/markdown-to-confluence-uploader]() + +Close, but no cigar. Does a meh job converting markdown to wiki markup, then +uses Confluence's API to convert to storage format via the XML-RPC API. The +results are poorly formatted. + -- cgit v1.2.3