File: mrss-atom.xml

package info (click to toggle)
noss 1.10-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 704 kB
  • sloc: perl: 6,571; sh: 569; xml: 294; makefile: 2
file content (71 lines) | stat: -rw-r--r-- 2,881 bytes parent folder | download
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">&lt;p&gt;An HTML description.&lt;/p&gt;</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">&lt;p&gt;Test post #3&lt;/p&gt;</media:title>
        <media:description type="plain">Another text description.</media:description>
        <category term="test"/>
        <category term="sample"/>
        <category term="phony"/>
    </entry>
</feed>