summaryrefslogtreecommitdiffstats
path: root/templates/atom/feed.atom
diff options
context:
space:
mode:
Diffstat (limited to 'templates/atom/feed.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>