Commit Graph

6 Commits

Author SHA1 Message Date
peteyboy 623fac7007 Fix ampersand symbols 2021-03-16 17:49:01 +00:00
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
peteyboy 11889ecf9e Revert "Replaced escaped '<' and '>' with '<' and '>' since docuwiki markup don't care"
This reverts commit 229b7f1fcf.
2021-03-11 23:48:07 +00:00
peteyboy 229b7f1fcf Replaced escaped '<' and '>' with '<' and '>' since docuwiki markup don't care 2021-03-11 23:43:09 +00:00
peteyboy 467a3bc0e0 removed chaff characters leftover from partially removed anchors
removed all tables of contents since docuwiki autogenerates
2021-03-11 23:31:52 +00:00
pifty 7b2d7b24b9 initial and only intended commit 2020-07-11 10:24:46 +00:00