Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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! | ||||
* | Thank Jorge Maldonado Ventura. | David Thompson | 2018-04-02 | 1 | -0/+1 |
| | |||||
* | doc: Fix tarball download link. | Jorge Maldonado Ventura | 2018-04-02 | 1 | -3/+3 |
| | | | | * doc/haunt.texi (Downloading): Fix outdated download link. | ||||
* | Thank Alex Kost. | David Thompson | 2018-03-19 | 1 | -0/+1 |
| | |||||
* | Bump to version 0.2.2.v0.2.2 | David Thompson | 2018-03-10 | 1 | -1/+1 |
| | |||||
* | Makefile: Fix compiled Guile file installation directory. | David Thompson | 2018-03-10 | 1 | -1/+1 |
| | |||||
* | guix: Switch to Guile 2.2. | Ludovic Courtès | 2017-12-21 | 1 | -1/+1 |
| | | | | * guix.scm <inputs>: Switch to GUILE-2.2. | ||||
* | serve: Fix 'file-extension' so that the right MIME type is chosen. | Ludovic Courtès | 2017-12-21 | 1 | -10/+4 |
| | | | | | | | | Reported by sirgazil at <https://lists.gnu.org/archive/html/guile-user/2017-12/msg00070.html>. * haunt/serve/mime-types.scm (%file-ext-regexp): Remove. (file-extension): Rewrite using 'string-rindex'. | ||||
* | Thank Urbain Vaes. | David Thompson | 2017-11-01 | 1 | -0/+1 |
| | |||||
* | html: Stop escaping apostrophes. | David Thompson | 2017-11-01 | 1 | -1/+0 |
| | | | | | | | | | | | This was breaking the rendering of documents like: '(p (@ (onclick "javascriptFunction('argmunent')"))) The single quotes would be escaped and then the onclick handler wouldn't work at all. * haunt/html.scm (%escape-codes): Remove apostrophe escape code. | ||||
* | ui: serve: Fix deprecation warning. | Jelle Licht | 2017-10-31 | 1 | -0/+1 |
| | | | | * haunt/ui/serve.scm: Add '(ice-9 threads)' module import. | ||||
* | Don't ignore a specified non-default port in 'haunt serve'. | Sudarshan S Chawathe | 2017-09-03 | 1 | -1/+1 |
| | | | | | Without this patch 'haunt serve' claims to use the specified non-default port, but in fact uses the default 8080 instead. | ||||
* | website: Update manual. | David Thompson | 2017-01-23 | 28 | -194/+578 |
| | |||||
* | Add 0.2.1 release announcement. | David Thompson | 2017-01-23 | 2 | -2/+28 |
| | |||||
* | Add 'make publish' target. | David Thompson | 2017-01-23 | 1 | -0/+5 |
| | |||||
* | Bump version to 0.2.1.v0.2.1 | David Thompson | 2017-01-23 | 1 | -1/+1 |
| | |||||
* | Fix tests that fail during daylight savings time. | David Thompson | 2017-01-23 | 2 | -2/+4 |
| | | | | lol oops | ||||
* | doc: Add Readers section and reader subsections. | Erik Edrosa | 2016-12-14 | 1 | -0/+101 |
| | | | | | | | | * doc/haunt.texi ("Readers"): Add menu. ("Reader"): Change Readers to a subsection. ("Texinfo"): Add Textinfo subsection. ("Skribe"): Add Skribe subsection. ("CommonMark"): Add CommonMark subsection. | ||||
* | builder: atom: Provide a full URL for the "self" link. | Ludovic Courtès | 2016-11-01 | 1 | -1/+2 |
| | | | | | * haunt/builder/atom.scm (atom-feed): Use SITE's domain to generate a full URL for the "self" link. | ||||
* | example: Add a Markdown post. | David Thompson | 2016-08-18 | 2 | -1/+22 |
| | | | | | * example/haunt.scm: Add the commonmark-reader. * example/posts/frob.md: New file. | ||||
* | guix: Add guile-commonmark as a propagated input. | David Thompson | 2016-08-18 | 1 | -1/+2 |
| | |||||
* | doc: Add guile-commonmark as optional dependency. | Erik Edrosa | 2016-08-18 | 2 | -0/+4 |
| | | | | | * doc/haunt.text ("Requirements"): Add guile-commonmark. * README ("Requirements"): Add guile-commonmark. | ||||
* | reader: Add commonmark support. | Erik Edrosa | 2016-08-02 | 3 | -0/+48 |
| | | | | | | * haunt/reader/commonmark.scm: New file. * Makefile.am (SOURCES): Add it. * configure.ac: Check for guile-commonmark. |