summaryrefslogtreecommitdiffstats
path: root/tests/feeds/feed-rss2.rss
blob: 312998b35e89cca748dd37008845a2585f69d364 (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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:media="http://search.yahoo.com/mrss/"
	version="2.0">
<channel>
	<title>Test Feed</title>
	<link>https://blog.example.com</link>
	<description>some description</description>
	<lastBuildDate>Fri, 03 Dec 2021 18:41:33 +0000</lastBuildDate>
	<language>fr-FR</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://generator.example.com/?v=1.2.3</generator>
	<image>
		<url></url>
		<title>Test Feed</title>
		<link>https://blog.example.com</link>
		<width>32</width>
		<height>32</height>
	</image> 
	<item>
		<title>Test Post</title>
		<link>https://blog.example.com/2022/01/test-post/</link>
		<comments>https://blog.example.com/2022/01/test-post/#respond</comments>
		<pubDate>Fri, 03 Dec 2021 18:41:29 +0000</pubDate>
		<dc:creator><![CDATA[Creator]]></dc:creator>
		<category><![CDATA[Non classé]]></category>
		<guid isPermaLink="false">https://blog.example.com/?p=3863</guid>
		<description><![CDATA[Blabla.]]></description>
		<enclosure url="https://blog.example.com/wp-content/uploads/2022/01/1.jpg" length="39073" type="image/jpeg" />
		<media:content url="https://blog.example.com/wp-content/uploads/2022/01/2.jpg" width="700" height="699" medium="image" type="image/jpeg" />
	</item>
	<item>
		<title>Test Post With JavaScript</title>
		<link>https://blog.example.com/2022/01/test-post-js/</link>
		<comments>https://github.com/moonmoon/moonmoon/issues/111</comments>
		<pubDate>Fri, 03 Dec 2021 18:41:30 +0000</pubDate>
		<dc:creator><![CDATA[Creator]]></dc:creator>
		<category><![CDATA[Non classé]]></category>
		<guid isPermaLink="false">https://blog.example.com/?p=3864</guid>
		<description><![CDATA[Blabla. <script>document.location.replace('https://example.com');</script> Ho. Ho. Ho.]]></description>
	</item>
	<item>
		<title>Test Post With Image Relative Tag</title>
		<link>https://blog.example.com/2022/01/test-post-img-tag-rel/</link>
		<comments>https://github.com/moonmoon/moonmoon/issues/112</comments>
		<pubDate>Fri, 03 Dec 2021 18:41:31 +0000</pubDate>
		<dc:creator><![CDATA[Creator]]></dc:creator>
		<category><![CDATA[Non classé]]></category>
		<guid isPermaLink="false">https://blog.example.com/?p=3865</guid>
		<description><![CDATA[Image relative: <img src="data/images/jjg.jpg" />]]></description>
	</item>
	<item>
		<title>Test Post With Audio Relative Tag</title>
		<link>https://blog.example.com/2022/01/test-post-audio-tag-rel/</link>
		<comments>https://github.com/moonmoon/moonmoon/issues/112</comments>
		<pubDate>Fri, 03 Dec 2021 18:41:32 +0000</pubDate>
		<dc:creator><![CDATA[Creator]]></dc:creator>
		<category><![CDATA[Non classé]]></category>
		<guid isPermaLink="false">https://blog.example.com/?p=3866</guid>
		<description><![CDATA[Audio relatif: <audio src="/data/documents/jjg.mp3" type="audio/mp3" controls="controls">]]></description>
	</item>
	<item>
		<title>Test Post With Video Source Relative Tag</title>
		<link>https://blog.example.com/2022/01/test-post-video-tag-rel/</link>
		<comments>https://github.com/moonmoon/moonmoon/issues/112</comments>
		<pubDate>Fri, 03 Dec 2021 18:41:33 +0000</pubDate>
		<dc:creator><![CDATA[Creator]]></dc:creator>
		<category><![CDATA[Non classé]]></category>
		<guid isPermaLink="false">https://blog.example.com/?p=3867@</guid>
		<description><![CDATA[Video relative: <video><source src="/data/documents/jjg.mpeg"></video>]]></description>
	</item>
</channel>
</rss>