-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adding dummy rss data to start testing the upcoming card layout.
- Loading branch information
Showing
2 changed files
with
21 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<rss version="2.0"> | ||
<channel> | ||
<title>Dummy RSS Feed</title> | ||
<description>This is a test RSS feed with dummy content.</description> | ||
<link>http://example.com</link> | ||
<item> | ||
<title>Item 1</title> | ||
<description>Lorem ipsum dolor sit amet, consectetur adipiscing elit.</description> | ||
<pubDate>Sun, 24 Apr 2022 08:00:00 GMT</pubDate> | ||
<link>http://example.com/item1</link> | ||
</item> | ||
<item> | ||
<title>Item 2</title> | ||
<description>Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</description> | ||
<pubDate>Mon, 25 Apr 2022 08:00:00 GMT</pubDate> | ||
<link>http://example.com/item2</link> | ||
</item> | ||
</channel> | ||
</rss> |