summaryrefslogtreecommitdiff
path: root/templates/rss-header.xml
blob: c38d6f0036efa22ae2c805fb346432b5495d3d86 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
<channel>
 <title>senders.io - Blog</title>
 <description>senders.io's blog feed</description>
 <link>https://www.senders.io/</link>
 <copyright>2023 - CC-BY-SA 4.0 - senders.io </copyright>
 <lastBuildDate>Mon, 6 September 2010 00:01:00 +0000</lastBuildDate>
 <pubDate>Sun, 6 September 2009 16:20:00 +0000</pubDate>
 <ttl>1800</ttl>

 <item>
  <title>Example entry</title>
  <description>Here is some text containing an interesting description.</description>
  <link>http://www.example.com/blog/post/1</link>
  <guid isPermaLink="false">7bd204c6-1655-4c27-aeee-53f933c5395f</guid>
  <pubDate>Sun, 6 September 2009 16:20:00 +0000</pubDate>
 </item>

</channel>
</rss>