3 Commits

Author SHA1 Message Date
DoI
82438ac31c Standardize leading slases in web conent
Added bonus of moving ispsystem_billmanager_api.txt from CRLF to LF line
endings.
2023-05-18 23:55:53 +12:00
g0tmi1k
a65f6bd665 Close #291 - Fix encoding issues
$ for x in $( find . -type f ); do iconv -f utf-8 -t utf-8 -c ${x} | sed '/^$/d' > tmp; mv tmp ${x}; done
2019-05-08 11:04:00 +01:00
g0tmi1k
25d4ac447e rename 's/_/-/g' 2017-08-23 14:55:06 +01:00