summary refs log tree commit diff stats
path: root/test/out/feed.xml
blob: 2f1f29fafc12e08f22541719fad3e6c159e21212 (plain)
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
<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
  <author>
    <name>nobody</name>
    <uri>example.com</uri>
  </author>
  <generator uri="https://git.acdw.net/boudin" version="rice">Boudin</generator>
  <id>example.com</id>
  <link href="example.com" rel="alternate" type="text/html" hreflang="en" />
  <link href="example.com/feed.xml" rel="self" type="application/atom+xml" />
  <rights type="text">(C) nobody</rights>
  <title type="text">a boudin site</title>
  <updated>2023-09-07T03:42:00Z</updated>
  <entry>
    <content type="html"><![CDATA[<p>a test file
</p>
<p>3
</p>
]]></content>
    <id>https:/example.com/foo/index.html</id>
    <title type="text">[untitled]</title>
    <updated>Wed Sep  6 04:59:10 2023</updated>
    <link href="https:/example.com/foo/index.html" rel="alternate" type="text/html" />
  </entry>
</feed>