mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-08-28 10:30:12 +02:00
[AtomFormat] Update to comply with RFC 4287 (#995)
https://tools.ietf.org/html/rfc4287
This commit is contained in:
30
tests/samples/expectedAtomFormat/feed.emptyItems.xml
Normal file
30
tests/samples/expectedAtomFormat/feed.emptyItems.xml
Normal file
@@ -0,0 +1,30 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<feed xmlns="http://www.w3.org/2005/Atom">
|
||||
|
||||
<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">Sample Item #1</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">Sample Item #2</content>
|
||||
</entry>
|
||||
|
||||
</feed>
|
Reference in New Issue
Block a user