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.
Go to file
peteyboy c81979dcbf Replace escape <,> with <, >
for i in *.html.docuwiki; do perl -pi -e "s/&gt;/>/g" $i; done
for i in *.html.docuwiki; do perl -pi -e "s/&lt;/</g" $i; done
2021-03-11 23:50:37 +00:00
bin initial and only intended commit 2020-07-11 10:24:46 +00:00
dump Replace escape <,> with <, > 2021-03-11 23:50:37 +00:00
site-tutorials initial and only intended commit 2020-07-11 10:24:46 +00:00