Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | configure: Fix HAVE_INOTIFY conditional. | David Thompson | 2022-02-06 | 1 | -2/+1 |
| | |||||
* | Do not compile or load inotify module when inotify is not available. | David Thompson | 2022-02-06 | 3 | -2/+20 |
| | |||||
* | doc: Add docs for new blog features. | David Thompson | 2022-02-05 | 1 | -6/+15 |
| | |||||
* | ui: serve: Reload user modules when they change. | David Thompson | 2022-02-05 | 1 | -0/+17 |
| | |||||
* | builder: blog: Add support for collection pagination. | David Thompson | 2022-02-05 | 1 | -19/+104 |
| | |||||
* | Fix test suite.v0.2.6 | David Thompson | 2022-01-26 | 4 | -98/+117 |
| | |||||
* | Bump version to 0.2.6. | David Thompson | 2022-01-25 | 1 | -1/+1 |
| | |||||
* | Fix Guile < 3.0 compatibility issue. | David Thompson | 2022-01-13 | 3 | -6/+39 |
| | |||||
* | ui: serve: Watch files with inotify on Linux. | David Thompson | 2022-01-13 | 1 | -14/+63 |
| | |||||
* | Add inotify bindings. | David Thompson | 2022-01-13 | 2 | -0/+225 |
| | |||||
* | doc: Update copyright year. | David Thompson | 2021-12-13 | 1 | -1/+1 |
| | |||||
* | doc: Remove text that shouldn't be in the main menu. | David Thompson | 2021-12-13 | 1 | -12/+0 |
| | |||||
* | doc: apply nice css to html docs. | Filip Lajszczak | 2021-12-13 | 2 | -0/+26 |
| | |||||
* | doc: adds missing @. | Filip Lajszczak | 2021-12-13 | 1 | -1/+1 |
| | |||||
* | doc: Explain how to handle Guile path problems. | Filip Lajszczak | 2021-11-18 | 1 | -0/+20 |
| | | | | | | * doc/haunt.texi (Installation): Explains how to handle GUILE_LOAD_PATH and GUILE_LOAD_COMPILED_PATH problems (almost exact copy of Erik Edrosa's guile-commonmark installation instructions). | ||||
* | doc: Mention where to send patches. | Filip Lajszczak | 2021-11-18 | 1 | -0/+2 |
| | | | | doc/haunt.texi (Contributing): where to send bug reports and patches | ||||
* | make: Add missing flag when generating GPG release signature. | David Thompson | 2021-04-29 | 1 | -1/+1 |
| | |||||
* | Mark modules that call 'load' as non-declarative.v0.2.5 | David Thompson | 2021-04-15 | 3 | -0/+3 |
| | |||||
* | make: Update publish task to use new username. | David Thompson | 2021-04-15 | 1 | -1/+1 |
| | |||||
* | tests: Fix utils test. | David Thompson | 2021-04-15 | 1 | -1/+1 |
| | |||||
* | Bump version to 0.2.5. | David Thompson | 2021-04-15 | 1 | -1/+1 |
| | |||||
* | Revert "html: Add support for comments." | David Thompson | 2021-03-18 | 1 | -2/+0 |
| | | | | | | | This reverts commit 93334118aa3e156a0c47e76014fabc36b0752ebc. You cannot just put an unsanitized string in a comment, because there certain strings that cannot appear in a comment. | ||||
* | html: Add support for comments. | David Thompson | 2021-03-18 | 1 | -0/+2 |
| | | | | Thanks to Riku Viitanen for the patch. | ||||
* | builder: rss: Fix "//" in URI path when there is no blog prefix. | David Thompson | 2021-03-18 | 1 | -2/+5 |
| | |||||
* | example: Add RSS feed. | David Thompson | 2021-03-18 | 1 | -0/+2 |
| | |||||
* | builder: blog: Remove (haunt page) import. | David Thompson | 2021-03-18 | 1 | -1/+0 |
| | |||||
* | builder: rss: Migrate to artifacts. | David Thompson | 2021-03-18 | 1 | -17/+22 |
| | |||||
* | rss: Made RSS builder more W3-validation compliant | Philip K | 2021-03-18 | 1 | -28/+41 |
| | |||||
* | Create a unified type for build artifacts. | David Thompson | 2021-03-18 | 6 | -31/+106 |
| | | | | Deprecate <page> and <asset>. | ||||
* | utils: Remove leading "/" in join-file-name-components. | David Thompson | 2021-03-18 | 1 | -1/+1 |
| | |||||
* | site: Add files ending in "~" to the default file filter. | David Thompson | 2021-03-18 | 1 | -1/+1 |
| | | | | They are Emacs temp files. | ||||
* | guix: Update to Guile 3. | David Thompson | 2021-03-18 | 1 | -1/+1 |
| | |||||
* | reader: Follow symlinks in read-posts. | David Thompson | 2021-03-18 | 1 | -1/+1 |
| | |||||
* | atom: Change date format from ISO-8601 to RFC-3339. | Philip K | 2019-08-15 | 1 | -2/+2 |
| | | | | * haunt/builder/atom.scm (date->string*): Format in RFC-3339 style. | ||||
* | guix: Update module includes to work with newer versions of Guix. | Dan Frumin | 2019-06-28 | 1 | -0/+1 |
| | |||||
* | doc: Fix typo in "Builders" section. | Dan Frumin | 2019-06-28 | 1 | -1/+1 |
| | | | | * doc/haunt.texi: Fix typo. | ||||
* | atom: Add 'id' attribute to feed and entries. | David Thompson | 2019-06-28 | 1 | -35/+46 |
| | |||||
* | site: Add scheme field. | David Thompson | 2019-06-28 | 1 | -2/+7 |
| | | | | | * haunt/site.scm (<site>)[scheme]: New field. (site): Add #:scheme keyword argument. | ||||
* | configure: Accept Guile 3.0. | David Thompson | 2019-05-21 | 1 | -1/+1 |
| | |||||
* | reader: html: Add support for multiple top-level elements. | Jakob L. Kreuze | 2019-05-21 | 1 | -2/+11 |
| | | | | | Currently, if given a file containing more than one top-level elements, 'read-html-post will only return the first. | ||||
* | reader: skribe: Add additional HTML 5 tags. | humanitiesNerd | 2019-01-05 | 1 | -2/+6 |
| | | | | * haunt/skribe/utils.scm (h5 h6 section nav aside): New procedures. | ||||
* | Bump version to 0.2.4.v0.2.4 | David Thompson | 2018-11-29 | 1 | -1/+1 |
| | |||||
* | atom: links should use href attribute, not url attribute. | Christopher Lemmer Webber | 2018-11-29 | 1 | -1/+1 |
| | | | | | * haunt/builder/atom.scm (post->atom-entry): Switch url attribute to href attribute. | ||||
* | git: Ignore tarball signature files.v0.2.3 | David Thompson | 2018-11-25 | 1 | -0/+1 |
| | |||||
* | Bump version to 0.2.3. | David Thompson | 2018-11-25 | 1 | -1/+1 |
| | |||||
* | README: Mention RSS. | David Thompson | 2018-11-25 | 1 | -1/+1 |
| | |||||
* | Add RSS support. | Christopher Lemmer Webber | 2018-11-25 | 2 | -0/+108 |
| | | | | | * haunt/builder/rss.scm: New file with support for RSS feeds. * Makefile.am: Add it. | ||||
* | atom: Add support for enclosures. | David Thompson | 2018-11-18 | 1 | -2/+102 |
| | | | | | | | | | | | | The most notable use-case here is allowing Haunt to be used for podcasting. Thanks to Christopher Lemmer Webber for wanting to use Haunt to build their podcast Atom feed! * haunt/builder/atom.scm (<enclosure>): New record type. (make-enclosure, enclosure?, enclosure-title, enclosure-url, enclosure-extra, enclosure-mime-type, parse-enclosure): New procedures. (post->atom-entry): Render enclosures. | ||||
* | post: Add post-ref-all procedure. | David Thompson | 2018-11-18 | 1 | -0/+8 |
| | | | | * haunt/post.scm (post-ref-all): New procedure. | ||||
* | post: Fix export for register-metadata-parser! | David Thompson | 2018-11-18 | 1 | -1/+1 |
| | | | | | * haunt/post.scm: Fix typo preventing other modules from using register-metadata-parser! |