mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2024-12-20 10:54:34 +03:00
44e8007d9c
We cannot yet switch to namespaces for RSS-Bridge itself but for tests we are not limited by BC. It does not actually do anything since PHPUnit will search for the test files without the help of the autoloader but it still makes the directory cleaner.
30 lines
1.1 KiB
XML
30 lines
1.1 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<feed xmlns="http://www.w3.org/2005/Atom" xmlns:media="http://search.yahoo.com/mrss/">
|
|
|
|
<title type="text">Sample feed with minimum data</title>
|
|
<id>https://example.com/feed</id>
|
|
<icon>https://github.com/favicon.ico</icon>
|
|
<logo>https://github.com/favicon.ico</logo>
|
|
<updated>2000-01-01T12:00:00+00:00</updated>
|
|
<author>
|
|
<name>RSS-Bridge</name>
|
|
</author>
|
|
<link href="https://github.com/RSS-Bridge/rss-bridge/" rel="alternate" type="text/html"/>
|
|
<link href="https://example.com/feed" rel="self" type="application/atom+xml"/>
|
|
|
|
<entry>
|
|
<title type="html">Sample Item #1</title>
|
|
<published>2000-01-01T12:00:00+00:00</published>
|
|
<updated>2000-01-01T12:00:00+00:00</updated>
|
|
<id>urn:sha1:29f59918d266c56a935da13e4122b524298e5a39</id>
|
|
<content type="html"> </content>
|
|
</entry>
|
|
<entry>
|
|
<title type="html">Sample Item #2</title>
|
|
<published>2000-01-01T12:00:00+00:00</published>
|
|
<updated>2000-01-01T12:00:00+00:00</updated>
|
|
<id>urn:sha1:edf358cad1a7ae255d6bc97640dd9d27738f1b7b</id>
|
|
<content type="html"> </content>
|
|
</entry>
|
|
|
|
</feed>
|