aboutsummaryrefslogtreecommitdiff
path: root/demo/dst/rss.xml
diff options
context:
space:
mode:
Diffstat (limited to 'demo/dst/rss.xml')
-rw-r--r--demo/dst/rss.xml39
1 files changed, 39 insertions, 0 deletions
diff --git a/demo/dst/rss.xml b/demo/dst/rss.xml
new file mode 100644
index 0000000..34d2e0a
--- /dev/null
+++ b/demo/dst/rss.xml
@@ -0,0 +1,39 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
+<channel>
+<title>Blog</title>
+<link>https://example.org/</link>
+<description>Blog</description>
+<atom:link href="https://example.org/rss.xml" rel="self" type="application/rss+xml"/>
+<item>
+<title>This is a very interesting article about stamps</title>
+<link>https://example.org/articles/an-interesting-article/</link>
+<guid>https://example.org/articles/an-interesting-article/</guid>
+<pubDate>Fri, 04 Oct 2024 00:00:00 GMT</pubDate>
+</item>
+<item>
+<title>I love trains</title>
+<link>https://example.org/articles/another-interesting-article/</link>
+<guid>https://example.org/articles/another-interesting-article/</guid>
+<pubDate>Tue, 10 Sep 2024 00:00:00 GMT</pubDate>
+</item>
+<item>
+<title>Board games</title>
+<link>https://example.org/lists/board-games.html</link>
+<guid>https://example.org/lists/board-games.html</guid>
+<pubDate>Fri, 12 Jul 2024 00:00:00 GMT</pubDate>
+</item>
+<item>
+<title>This is a third article!</title>
+<link>https://example.org/articles/article3.html</link>
+<guid>https://example.org/articles/article3.html</guid>
+<pubDate>Sun, 08 Oct 2023 00:00:00 GMT</pubDate>
+</item>
+<item>
+<title>Movies</title>
+<link>https://example.org/lists/movies.html</link>
+<guid>https://example.org/lists/movies.html</guid>
+<pubDate>Sun, 05 Jun 2022 00:00:00 GMT</pubDate>
+</item>
+</channel>
+</rss>