aboutsummaryrefslogtreecommitdiff
path: root/demo/dst/rss.xml
blob: b52750f7c82692f377eed6a452dbf1066c32471c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>https://example.org</title>
<link>https://example.org/</link>
<description>https://example.org</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>