forked from pifty/tutes-dump
Dump of existing HTML tutorials into docuwiki format by the HTML::WikiConverter::DokuWiki Perl module. Useful for moving things from HTML tutes to the wiki at the SDF wiki. Convert script and source HTML also provided.
peteyboy
bee843235c
Added perl substitution for ampersand Changes to be committed: modified: perlsubstitutions.sh |
||
---|---|---|
bin | ||
dump | ||
site-tutorials | ||
README.md |
This is building on nice work by user pifty
In my attempt to port in these documents into the SDF wiki, I found that the html2dokuwiki converter left messes where the original docs had HTML anchors in headings. Also it didn't de-escape <, > which dokuwiki doesn't need escaped and doesn't render correctly in markup.
So in this repo, I'm adding fixes for the above. I will also add other fixes that are global.