diff options
Diffstat (limited to '_rss')
-rw-r--r-- | _rss/comment-head.xml | 10 | ||||
-rw-r--r-- | _rss/comment-item.xml | 10 |
2 files changed, 20 insertions, 0 deletions
diff --git a/_rss/comment-head.xml b/_rss/comment-head.xml new file mode 100644 index 0000000..be8fa6c --- /dev/null +++ b/_rss/comment-head.xml @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<rss version="2.0" + xmlns:atom="http://www.w3.org/2005/Atom" + xmlns:content="http://purl.org/rss/1.0/modules/content" + xmlns:dc="http://purl.org/dc/elements/1.1"> +<channel> +<title>Comments on {{fd2rss rss_title}}</title> +<link>{{fd_full_url}}</link> +<description></description> +<generator>Formbox</generator> diff --git a/_rss/comment-item.xml b/_rss/comment-item.xml new file mode 100644 index 0000000..2078071 --- /dev/null +++ b/_rss/comment-item.xml @@ -0,0 +1,10 @@ +<item> + <link>https://lists.sr.ht/~cnx/site/{message_id}</link> + <guid>https://lists.sr.ht/~cnx/site/{message_id}</guid> + <pubDate>{date}</pubDate> + <dc:creator>{author}</dc:creator> + <title>On {date}, {author} wrote:</title> + <description>{subject}</description> + <content:encoded><![CDATA[{body}]]></content:encoded> +</item> +{children} |