This repository was archived by the owner on Jan 11, 2023. It is now read-only.

Description
The page content type header is always sets as "text/html".
There is no clear way to serve for e.g. XHTML which requires setting the content-type header to application/xhtml+xml. For various technical reasons i need to serve the pages as XHTML rather than HTML5. The only way at the moment seems to be to hack the code to replace instances of text/html with the XHTML content-type header.