-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Expand file tree
/
Copy pathfeed-with-gmt-offset.xml
More file actions
31 lines (31 loc) · 1.53 KB
/
feed-with-gmt-offset.xml
File metadata and controls
31 lines (31 loc) · 1.53 KB
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
<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" xmlns:media="http://search.yahoo.com/mrss/" xmlns:fn="https://www.publishwithfoundation.com/rss/2.0" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" version="2.0">
<channel>
<title>Test RSS Feed</title>
<link>https://www.example.com</link>
<atom:link href="https://www.example.com/rss.xml" rel="self" type="application/rss+xml"/>
<description>This is a test RSS feed for unit testing.</description>
<language>en-us</language>
<pubDate>Wed, 19 Mar 2025 00:00:01 -0700</pubDate>
<lastBuildDate>Wed, 19 Mar 2025 03:58:04 -0700</lastBuildDate>
<generator>Test</generator>
<item>
<title>Test Article 1</title>
<link>https://www.example.com/article1</link>
<guid isPermaLink="true">https://www.example.com/article1</guid>
<dc:creator>Test Author</dc:creator>
<description>This is a test article description.</description>
<pubDate>Thu, 10 Mar 2025 04:00:00 -0700</pubDate>
<source url="https://www.example.com">Test Source</source>
</item>
<item>
<title>Test Article 2</title>
<link>https://www.example.com/article2</link>
<guid isPermaLink="true">https://www.example.com/article2</guid>
<dc:creator>Test Author 2</dc:creator>
<description>This is another test article description.</description>
<pubDate>Wed, 18 Mar 2025 10:30:00 -0700</pubDate>
<source url="https://www.example.com">Test Source</source>
</item>
</channel>
</rss>