aboutsummaryrefslogtreecommitdiff
path: root/templates/rss.xml
diff options
context:
space:
mode:
Diffstat (limited to 'templates/rss.xml')
-rw-r--r--templates/rss.xml15
1 files changed, 15 insertions, 0 deletions
diff --git a/templates/rss.xml b/templates/rss.xml
new file mode 100644
index 0000000..cb45b89
--- /dev/null
+++ b/templates/rss.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<rss version="2.0"
+ xmlns:atom="http://www.w3.org/2005/Atom"
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
+>
+ <channel>
+ <title>Carbs Linux</title>
+ <description>a simple linux distribution</description>
+ <link>https://carbslinux.org</link>
+ <atom:link href="https://carbslinux.org/{{ SRC }}" rel="self" type="application/rss+xml" />
+ <lastBuildDate>{{ DATE }}</lastBuildDate>
+ {{ CONTENT }}
+ </channel>
+</rss>