Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | html: Remove gratuitous escape codes. | David Thompson | 2015-07-26 | 1 | -244/+1 |
| | | | | | | | | | UTF-8 encoded HTML pages are much better than maintaining a giant lookup table. * haunt/build/html.scm (%escape-chars): Remove all but the absolutely necessary escape codes. * haunt/builder/blog.scm (ugly-theme)[#:layout]: Add UTF-8 meta tag. | ||||
* | html: Add sxml->html-string. | David Thompson | 2015-04-11 | 1 | -1/+8 |
| | | | | * haunt/build/html.scm (sxml->html-string): New procedure. | ||||
* | Add SXML to HTML conversion module. | David Thompson | 2015-04-10 | 1 | -0/+370 |
* haunt/build/html.scm: New file. * Makefile.am (SOURCES): Add it. |