aboutsummaryrefslogtreecommitdiffstats
path: root/alternatives.md
diff options
context:
space:
mode:
authorbnewbold <bnewbold@robocracy.org>2017-07-14 22:34:03 -0700
committerbnewbold <bnewbold@robocracy.org>2017-07-14 22:34:03 -0700
commit0d8fcb008d487b71aeaba7d8c25f254eb00a5052 (patch)
treeb8943c34f918e748859d4b5c6e382a2ddbefb2af /alternatives.md
downloaddivergence-0d8fcb008d487b71aeaba7d8c25f254eb00a5052.tar.gz
divergence-0d8fcb008d487b71aeaba7d8c25f254eb00a5052.zip
start with everything but code
Diffstat (limited to 'alternatives.md')
-rw-r--r--alternatives.md21
1 files changed, 21 insertions, 0 deletions
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.
+