diff options
Diffstat (limited to 'test/out/feed.xml')
-rw-r--r-- | test/out/feed.xml | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/test/out/feed.xml b/test/out/feed.xml deleted file mode 100644 index 2f1f29f..0000000 --- a/test/out/feed.xml +++ /dev/null | |||
@@ -1,25 +0,0 @@ | |||
1 | <?xml version="1.0" encoding="utf-8"?> | ||
2 | <feed xmlns="http://www.w3.org/2005/Atom"> | ||
3 | <author> | ||
4 | <name>nobody</name> | ||
5 | <uri>example.com</uri> | ||
6 | </author> | ||
7 | <generator uri="https://git.acdw.net/boudin" version="rice">Boudin</generator> | ||
8 | <id>example.com</id> | ||
9 | <link href="example.com" rel="alternate" type="text/html" hreflang="en" /> | ||
10 | <link href="example.com/feed.xml" rel="self" type="application/atom+xml" /> | ||
11 | <rights type="text">(C) nobody</rights> | ||
12 | <title type="text">a boudin site</title> | ||
13 | <updated>2023-09-07T03:42:00Z</updated> | ||
14 | <entry> | ||
15 | <content type="html"><![CDATA[<p>a test file | ||
16 | </p> | ||
17 | <p>3 | ||
18 | </p> | ||
19 | ]]></content> | ||
20 | <id>https:/example.com/foo/index.html</id> | ||
21 | <title type="text">[untitled]</title> | ||
22 | <updated>Wed Sep 6 04:59:10 2023</updated> | ||
23 | <link href="https:/example.com/foo/index.html" rel="alternate" type="text/html" /> | ||
24 | </entry> | ||
25 | </feed> \ No newline at end of file | ||