1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71
|
<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xmlns:media="http://search.yahoo.com/mrss/">
<title>Test Atom Feed</title>
<updated>2025-06-15T18:07:01Z</updated>
<author>
<name>Samuel Young</name>
<email>samyoung12788 at gmail dot com</email>
<uri>https://1-1sam.codeberg.page/</uri>
</author>
<category term="test"/>
<category term="sample"/>
<category term="phony"/>
<generator>VIM 9.0</generator>
<logo>/logo.png</logo>
<rights>Copyright (C) 2025 Samuel Young (samyoung12788 at gmail dot com)</rights>
<subtitle>An Atom feed for testing purposes</subtitle>
<link rel="alternate" href="https://phonysite.com"/>
<entry>
<id>a1</id>
<title>Test post #1</title>
<published>2025-06-15T18:16:01Z</published>
<updated>2025-06-15T18:16:01Z</updated>
<author>
<name>Samuel Young</name>
<email>samyoung12788 at gmail dot com</email>
<uri>https://1-1sam.codeberg.page/</uri>
</author>
<content>Just a plain-text post.</content>
<link rel="alternate" href="https://phonysite.com/a1"/>
<media:group>
<media:title>Test post #1</media:title>
<media:description>Just a plain-text post.</media:description>
<media:keywords>test, sample, phony</media:keywords>
<media:content url="https://phonysite.com/a1"/>
</media:group>
</entry>
<entry>
<id>a2</id>
<published>2025-06-15T18:21:01Z</published>
<updated>2025-06-15T18:21:01Z</updated>
<author>
<name>Samuel Young</name>
<email>samyoung12788 at gmail dot com</email>
<uri>https://1-1sam.codeberg.page/</uri>
</author>
<media:content url="https://phonysite.com/a2">
<media:title>Test post #2</media:title>
<media:description type="html"><p>An HTML description.</p></media:description>
<media:keywords>tset, elpmas, ynohp</media:keywords>
</media:content>
<category term="test"/>
<category term="sample"/>
<category term="phony"/>
</entry>
<entry>
<id>a3</id>
<published>2025-06-15T19:49:01Z</published>
<updated>2025-06-15T19:49:01Z</updated>
<author>
<name>Samuel Young</name>
<email>samyoung12788 at gmail dot com</email>
<uri>https://1-1sam.codeberg.page/</uri>
</author>
<media:content url="https://phonysite.com/a3"/>
<media:title type="html"><p>Test post #3</p></media:title>
<media:description type="plain">Another text description.</media:description>
<category term="test"/>
<category term="sample"/>
<category term="phony"/>
</entry>
</feed>
|