mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2024-11-22 07:12:34 +00:00
3ce94409ab
Also preserves other properties.
29 lines
1008 B
XML
29 lines
1008 B
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>
|
|
<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"/>
|
|
<id>https://example.com/feed</id>
|
|
<updated>2000-01-01T12:00:00+00:00</updated>
|
|
<author>
|
|
<name>RSS-Bridge</name>
|
|
</author>
|
|
|
|
<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>
|