aboutsummaryrefslogtreecommitdiffstats
path: root/alternatives.md
diff options
context:
space:
mode:
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.
+