why you should do it
how to do it
templates.pl:
replace &thread=
with &thread=
replace text/html
with application/xhtml+xml
replace document.threadform
with document.forms.threadform
kareha.pl:
replace text/html
with application/xhtml+xml
kareha.js:
replace document.threadform
with document.forms.threadform
replace nodeName=="A"
with nodeName.toLowerCase()=="a"
.htaccess:
add AddType application/xhtml+xml html