summaryrefslogtreecommitdiff
path: root/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* builder: Add Atom feed builder.David Thompson2015-04-111-0/+1
| | | | | * haunt/builder/atom.scm: New file. * Makefile.am (SOURCES): Add it.
* ui: Add 'build' subcommand.David Thompson2015-04-111-0/+1
| | | | | * haunt/ui/build.scm: New file. * Makefile.am (SOURCES): Add it.
* Add utils module.David Thompson2015-04-111-0/+1
| | | | | * haunt/utils.scm: New file. * Makefile.am (SOURCES): Add it.
* Add site module.David Thompson2015-04-111-0/+1
| | | | | * haunt/site.scm: New file. * Makefile.am (SOURCES): Add it.
* Add SXML to HTML conversion module.David Thompson2015-04-101-0/+1
| | | | | * haunt/build/html.scm: New file. * Makefile.am (SOURCES): Add it.
* Add page module.David Thompson2015-04-101-0/+1
| | | | | * haunt/page.scm: New file. * Makefile.am (SOURCES): Add it.
* Add reader module.David Thompson2015-04-101-0/+1
| | | | | * haunt/reader.scm: New file. * Makefile.am (SOURCES): Add it.
* Add post module.David Thompson2015-04-101-0/+1
| | | | | * haunt/post.scm: New file. * Makefile.am (SOURCES): Add it.
* Add serve command.David Thompson2015-01-041-1/+5
| | | | | | | | | | | | * haunt/config.scm: New file. * haunt/serve/mime-types.scm: New file. * haunt/serve/web-server.scm: New file. * haunt/ui/serve.scm: New file. * haunt/ui.scm (commands, program-name): New variables. (show-haunt-help): Display possible commands. (run-haunt-command): New procedure. (haunt-main): Run subcommands. * Makefile.am (SOURCES): Add files.
* First commit.David Thompson2015-01-041-0/+45