summaryrefslogtreecommitdiffstats
path: root/templates/atom
diff options
context:
space:
mode:
authorrsiddharth <s@ricketyspace.net>2019-05-16 21:13:58 -0400
committerrsiddharth <s@ricketyspace.net>2019-05-16 21:13:58 -0400
commit60de27582815f9dd9125de1c59071f6d8d144ab7 (patch)
tree50f85046d8b01b8f57ef00b4f6522e20c59ab4e8 /templates/atom
parent807e24606414a84de80d05a042a260a47d8293d7 (diff)
Add templates/atom/feed.atom.
Diffstat (limited to 'templates/atom')
-rw-r--r--templates/atom/feed.atom9
1 files changed, 9 insertions, 0 deletions
diff --git a/templates/atom/feed.atom b/templates/atom/feed.atom
new file mode 100644
index 0000000..f248c1b
--- /dev/null
+++ b/templates/atom/feed.atom
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="utf-8"?>
+<feed xmlns="http://www.w3.org/2005/Atom">
+ <title><!-- Feed Name --> Feed - Free Software Foundation of India</title>
+ <id>https://fsf.org.in/<!-- Feed Name -->.atom</id>
+ <link rel="self" href="<!-- Feed Link -->"></link>
+ <updated><!-- Feed Updated --></updated>
+ <author><name>Free Software Foundation of India</name></author>
+ <!-- Entries -->
+</feed>