use non-existing urls

This commit is contained in:
Athou
2023-12-15 18:05:48 +01:00
parent e4863e8881
commit 7ef865506f
7 changed files with 13 additions and 9 deletions

View File

@@ -2,16 +2,16 @@
<rss version="2.0">
<channel>
<title>CommaFeed test feed</title>
<link>https://www.commafeed.com</link>
<link>https://hostname.local/commafeed</link>
<description>CommaFeed test feed description</description>
<item>
<title>Item 1</title>
<link>https://www.commafeed.com/1</link>
<link>https://hostname.local/commafeed/1</link>
<description>Item 1 description</description>
</item>
<item>
<title>Item 2</title>
<link>https://www.commafeed.com/2</link>
<link>https://hostname.local/commafeed/2</link>
<description>Item 2 description</description>
</item>
</channel>

View File

@@ -5,7 +5,8 @@
</head>
<body>
<outline text="out1" title="out1">
<outline type="rss" text="feed1" title="feed1" xmlUrl="http://www.feed.com/feed1.xml" htmlUrl="http://www.feed.com" />
<outline type="rss" text="feed1" title="feed1" xmlUrl="https://hostname.local/commafeed/feed1.xml"
htmlUrl="https://hostname.local/commafeed" />
</outline>
</body>
</opml>

View File

@@ -5,7 +5,8 @@
</head>
<body>
<outline text="out1" title="out1">
<outline type="rss" text="feed1" title="feed1" xmlUrl="http://www.feed.com/feed1.xml" htmlUrl="http://www.feed.com" />
<outline type="rss" text="feed1" title="feed1" xmlUrl="https://hostname.local/commafeed/feed1.xml"
htmlUrl="https://hostname.local/commafeed" />
</outline>
</body>
</opml>

View File

@@ -5,7 +5,8 @@
</head>
<body>
<outline text="out1" title="out1">
<outline type="rss" text="feed1" title="feed1" xmlUrl="http://www.feed.com/feed1.xml" htmlUrl="http://www.feed.com" />
<outline type="rss" text="feed1" title="feed1" xmlUrl="https://hostname.local/commafeed/feed1.xml"
htmlUrl="https://hostname.local/commafeed" />
</outline>
</body>
</opml>

View File

@@ -5,7 +5,8 @@
</head>
<body>
<outline text="out1" title="out1">
<outline type="rss" text="feed1" title="feed1" xmlUrl="http://www.feed.com/feed1.xml" htmlUrl="http://www.feed.com" />
<outline type="rss" text="feed1" title="feed1" xmlUrl="https://hostname.local/commafeed/feed1.xml"
htmlUrl="https://hostname.local/commafeed" />
</outline>
</body>
</opml>