about summary refs log tree commit diff stats
path: root/public
diff options
context:
space:
mode:
Diffstat (limited to 'public')
-rw-r--r--public/archive.html5
-rw-r--r--public/changelog.html6
-rw-r--r--public/feed.xml27
-rw-r--r--public/index.html2
4 files changed, 40 insertions, 0 deletions
diff --git a/public/archive.html b/public/archive.html
new file mode 100644
index 0000000..98d3b82
--- /dev/null
+++ b/public/archive.html
@@ -0,0 +1,5 @@
+<h1 id="archive">Archive</h1>
+<ul>
+<li><a
+href="https://elioat.tilde.institute/wiki/index.html">index</a></li>
+</ul>
diff --git a/public/changelog.html b/public/changelog.html
new file mode 100644
index 0000000..c32a4af
--- /dev/null
+++ b/public/changelog.html
@@ -0,0 +1,6 @@
+<ul>
+<li><a href="https://elioat.tilde.institute/wiki/index.html">index</a>,
+Tue, 10 Jan 2023 22:15:47 -0500</li>
+<li><a href="/index.html">index</a>, Tue, 10 Jan 2023 22:11:32
+-0500</li>
+</ul>
diff --git a/public/feed.xml b/public/feed.xml
new file mode 100644
index 0000000..688e84c
--- /dev/null
+++ b/public/feed.xml
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="utf-8"?>
+<rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0">
+  <channel>
+    <title>
+      <![CDATA[ wiki]]>
+</title>
+    <link>https://elioat.tilde.institute/wiki</link>
+    <atom:link href="https://elioat.tilde.institute/wiki/feed.rss" rel="self" type="application/rss+xml" />
+    <description>
+      <![CDATA[ a little wiki ]]>
+</description>
+    <item>
+      <title>
+        <![CDATA[ the page "index" was updated! ]]>
+</title>
+      <link>https://elioat.tilde.institute/wiki/index.html</link>
+      <guid>https://elioat.tilde.institute/wiki/index.html#D81AA6D9-A45A-4FEF-9801-DE390B9AA66C</guid>
+      <pubDate>Tue, 10 Jan 2023 22:15:47 -0500</pubDate>
+      <description>
+        <![CDATA[ 
+<p><a href="https://elioat.tilde.institute/wiki/index.html">index</a> updated!</p><br><br><pre><code># wiki
+
+the start of a little wiki.</code></pre>  ]]>
+</description>
+    </item>
+  </channel>
+</rss>
diff --git a/public/index.html b/public/index.html
new file mode 100644
index 0000000..cc8b10b
--- /dev/null
+++ b/public/index.html
@@ -0,0 +1,2 @@
+<h1 id="wiki">wiki</h1>
+<p>the start of a little wiki.</p>