summaryrefslogtreecommitdiff
path: root/haunt/reader.scm
Commit message (Expand)AuthorAgeFilesLines
* Fix Guile < 3.0 compatibility issue.David Thompson2022-01-131-2/+13
* Mark modules that call 'load' as non-declarative.v0.2.5David Thompson2021-04-151-0/+1
* reader: Follow symlinks in read-posts.David Thompson2021-03-181-1/+1
* reader: html: Add support for multiple top-level elements.Jakob L. Kreuze2019-05-211-2/+11
* post: Add read-metadata-headers procedure.David Thompson2015-10-151-15/+3
* html: Remove 'raw' element type.David Thompson2015-10-021-1/+4
* site: Change post-filter to file-filter.David Thompson2015-08-081-7/+7
* site: Add a way to ignore post files that match a pattern.David Thompson2015-08-031-7/+10
* reader: Export html-reader and fix style.David Thompson2015-04-111-4/+4
* reader: sxml-reader: Use absolute path when loading Scheme file.David Thompson2015-04-111-1/+1
* reader: Add read-posts procedure.David Thompson2015-04-111-0/+21
* reader: Add html-reader.David Thompson2015-04-111-0/+23
* reader: Remove stray 'n'.David Thompson2015-04-111-1/+1
* Add reader module.David Thompson2015-04-101-0/+75