Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | reader: Export html-reader and fix style. | David Thompson | 2015-04-11 | 1 | -4/+4 |
| | | | | | * haunt/reader.scm (html-reader): Export. Use alist-cons to neaten up code. | ||||
* | reader: sxml-reader: Use absolute path when loading Scheme file. | David Thompson | 2015-04-11 | 1 | -1/+1 |
| | | | | | * haunt/reader.scm (sxml-reader): Call 'load' with an absolute file name. | ||||
* | reader: Add read-posts procedure. | David Thompson | 2015-04-11 | 1 | -0/+21 |
| | | | | * haunt/reader.scm (read-posts): New procedure. | ||||
* | reader: Add html-reader. | David Thompson | 2015-04-11 | 1 | -0/+23 |
| | | | | | * haunt/reader.scm (read-html-post): New procedure. (html-reader): New variable. | ||||
* | reader: Remove stray 'n'. | David Thompson | 2015-04-11 | 1 | -1/+1 |
| | | | | * haunt/reader.scm: Remove stray 'n' character. | ||||
* | Add reader module. | David Thompson | 2015-04-10 | 1 | -0/+75 |
* haunt/reader.scm: New file. * Makefile.am (SOURCES): Add it. |