summary refs log tree commit diff stats
path: root/test/out
diff options
context:
space:
mode:
Diffstat (limited to 'test/out')
-rw-r--r--test/out/feed.xml25
-rw-r--r--test/out/foo/index.html5
-rw-r--r--test/out/index.html1
3 files changed, 0 insertions, 31 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
diff --git a/test/out/foo/index.html b/test/out/foo/index.html deleted file mode 100644 index 7d408f6..0000000 --- a/test/out/foo/index.html +++ /dev/null
@@ -1,5 +0,0 @@
1<html lang="en-us"><head><meta charset="utf-8"></meta><meta name="viewport" content="initial-scale=1.0"></meta><link href="/style.css" rel="stylesheet"></link><title>[untitled]</title></head><body><p>a test file
2</p>
3<p>3
4</p>
5</body></html> \ No newline at end of file
diff --git a/test/out/index.html b/test/out/index.html deleted file mode 100644 index 2267cf0..0000000 --- a/test/out/index.html +++ /dev/null
@@ -1 +0,0 @@
1<html lang="en-us"><head><meta charset="utf-8"></meta><meta name="viewport" content="initial-scale=1.0"></meta><link href="/style.css" rel="stylesheet"></link><title>a boudin site</title></head><body><h1>a boudin site</h1><ul><li><a href="/foo/">/foo/</a></li></ul></body></html> \ No newline at end of file