Use `html2wiki` to convert the Bibtex HTML to DokuWiki
Files
2+ 9
− 9
@@ -5,6 +5,11 @@ if [ $# -ne 3 ]; then
@@ -13,15 +18,10 @@ cat header.wiki > references.wiki
I initially used pandoc, but it somehow messed up the encoding of the file (causing issues for special characters), and I couldn't find a way to fix this. This perl tool does seem to work well, though installing it can be somewhat tricky. To make this easier, I'll open a PR for an easyconfig that can be used to install the tool.