forked from pifty/tutes-dump
c81979dcbf9237aec11d1815e4ce6efb9a07e98a
for i in *.html.docuwiki; do perl -pi -e "s/>/>/g" $i; done for i in *.html.docuwiki; do perl -pi -e "s/</</g" $i; done
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%