summaryrefslogtreecommitdiff
path: root/haunt/build
Commit message (Collapse)AuthorAgeFilesLines
* html: Add punctuation to comment.David Thompson2015-07-261-1/+1
|
* html: Remove gratuitous escape codes.David Thompson2015-07-261-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 Thompson2015-04-111-1/+8
| | | | * haunt/build/html.scm (sxml->html-string): New procedure.
* Add SXML to HTML conversion module.David Thompson2015-04-101-0/+370
* haunt/build/html.scm: New file. * Makefile.am (SOURCES): Add it.