diff options
author | Nguyễn Gia Phong <mcsinyx@disroot.org> | 2021-12-20 17:49:31 +0700 |
---|---|---|
committer | Nguyễn Gia Phong <mcsinyx@disroot.org> | 2021-12-20 17:49:31 +0700 |
commit | 822a8410c29cf37be4ff5f288e9292db9b873497 (patch) | |
tree | d45a6577f3e053a4834d50ae27afb5feb2236fce /_rss | |
parent | 09f668df44432da378da7b251ea4bd4a011d62c6 (diff) | |
download | site-822a8410c29cf37be4ff5f288e9292db9b873497.tar.gz |
Fix mistakenly staged changes
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} |