Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Add this to httpd.conf:

AddType text/shtml .shtml
ExtFilterDefine shtml-to-html intype=text/shtml outtype=text/html cmd=/usr/local/bin/shtml2html
AddOutputFilter shtml-to-html shtml

Apache serves .shtml-files as HTML; for instance:

(html (p "Harro"))

becomes:

<!DOCTYPE html><html><p>Harro</p></html>

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages