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
2020-07-11 10:24:46 +00:00
2021-03-11 23:50:37 +00:00
S
Description
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.
16 MiB
Languages
HTML 99.9%