(use-modules (haunt builder rss))
Return a builder procedure that renders a list of posts as an RSS feed. All arguments are optional:
The page file name.
The feed subtitle.
The procedure called to manipulate the posts list before rendering.
The feed publication 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.