summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--templates/atom/entry.atom7
1 files changed, 7 insertions, 0 deletions
diff --git a/templates/atom/entry.atom b/templates/atom/entry.atom
new file mode 100644
index 0000000..92865e0
--- /dev/null
+++ b/templates/atom/entry.atom
@@ -0,0 +1,7 @@
+ <entry>
+ <title><!-- Entry Title --></title>
+ <id>fsf.org.in:<!-- Entry Id --></id>
+ <link rel="alternate" href="<!-- Entry Link -->"></link>
+ <updated><!-- Entry Updated --></updated>
+ <content type="html"><!-- Entry Content --></content>
+ </entry>