mirror of
https://github.com/Athou/commafeed.git
synced 2026-03-21 21:37:29 +00:00
split client and server into maven modules
This commit is contained in:
18
commafeed-server/src/test/resources/feed/rss.xml
Normal file
18
commafeed-server/src/test/resources/feed/rss.xml
Normal file
@@ -0,0 +1,18 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<rss version="2.0">
|
||||
<channel>
|
||||
<title>CommaFeed test feed</title>
|
||||
<link>https://www.commafeed.com</link>
|
||||
<description>CommaFeed test feed description</description>
|
||||
<item>
|
||||
<title>Item 1</title>
|
||||
<link>https://www.commafeed.com/1</link>
|
||||
<description>Item 1 description</description>
|
||||
</item>
|
||||
<item>
|
||||
<title>Item 2</title>
|
||||
<link>https://www.commafeed.com/2</link>
|
||||
<description>Item 2 description</description>
|
||||
</item>
|
||||
</channel>
|
||||
</rss>
|
||||
Reference in New Issue
Block a user