mirror of https://github.com/home-assistant/core
22 lines
730 B
XML
22 lines
730 B
XML
<?xml version="1.0" encoding="UTF-8" ?>
|
|
<rss version="2.0">
|
|
<channel>
|
|
<title>RSS Sample</title>
|
|
<description>This is an example of an RSS feed</description>
|
|
<link>http://www.example.com/main.html</link>
|
|
<lastBuildDate>Mon, 26 Oct 2019 12:00:00 +1000 </lastBuildDate>
|
|
<pubDate>Mon, 26 Oct 2019 15:00:00 +1000</pubDate>
|
|
<ttl>1800</ttl>
|
|
|
|
<item>
|
|
<title>Title 1</title>
|
|
<description>Description 1</description>
|
|
<link>http://www.example.com/link/1</link>
|
|
<guid isPermaLink="false">GUID 1</guid>
|
|
<pubDate>26.10.2019 - 12:06:24</pubDate>
|
|
<content>Content 1</content>
|
|
</item>
|
|
|
|
</channel>
|
|
</rss>
|