-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathrss.xml
23 lines (21 loc) · 887 Bytes
/
rss.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?xml version="1.0"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>My awesome static website</title>
<link>http://awesome.com</link>
<description>This is the description</description>
<managingEditor>Jaydson</managingEditor>
<webMaster>Jaydson</webMaster>
<pubDate>Tue, 28 Jul 2015 03:31:40 GMT</pubDate>
<language>en</language>
<atom:link href="http://awesome.com/rss.xml" rel="self" type="application/rss+xml" />
<item>
<title>hello world</title>
<link>http://awesome.com/2014/05/hello-world</link>
<description><![CDATA[<p>Hello World!</p>
]]></description>
<pubDate>Sat, 17 May 2014 08:18:47 GMT</pubDate>
<guid>http://awesome.com/2014/05/hello-world</guid>
</item>
</channel>
</rss>