(use-modules (haunt builder atom))
Return a builder procedure that renders a site’s posts as an Atom feed. All arguments are optional:
The page file name.
The feed subtitle.
The procedure called to manipulate the posts list before rendering.
The feed last updated date. Defaults to the current date.
The maximum number of posts to render in the feed.
The prefix for all post URLs, which is the combination of the blog’s prefix and post prefix. See Blog for more information.
Return a builder procedure that renders an atom feed for every tag used in a post. All arguments are optional:
The directory in which to write the feeds.
The procedure called to manipulate the posts list before rendering.
The feed last updated date. Defaults to the current date.
The maximum number of posts to render in each feed.
The prefix for all post URLs, which is the combination of the blog’s prefix and post prefix. See Blog for more information.