A quick and dirty Java app to convert a Disqus export file into HashOver's file structure.
Find a file
2017-02-24 07:29:14 +00:00
nbproject First commit 2017-02-23 21:40:50 +00:00
src/com/ianrenton/disqustohashover First commit 2017-02-23 21:38:50 +00:00
xml-resources/jaxb/disqus First commit 2017-02-23 21:38:50 +00:00
build.xml First commit 2017-02-23 21:38:50 +00:00
catalog.xml First commit 2017-02-23 21:38:50 +00:00
README.md Update README.md 2017-02-24 07:29:14 +00:00

disqus-to-hashover

A quick and dirty Java app to convert a Disqus export file into HashOver's file structure.

Includes Disqus' own schema for the file format, which I've had to modify slightly to make it compatible with JAXB.

Released under the terms of the BSD 2-clause licence.

Known issue: Disqus exports links as standard HTML, i.e. <a href.... but when HashOver does its rendering, it expects to see URLs as plain text, and will render badly if it finds URLs inside an a tag. My comments only had a few links in so i juat fixed them manually, but if you have a lot, you may want to modify the script so that it spots the tags and converts them to a plain URL.