shithub: sirjofri_de

Download patch

ref: 59e644418f39088c28db9928de6184554ed2a2ef
parent: 88238de7b3307a1b02a7d2c87883be5b3a2f5539
author: sirjofri <sirjofri@sirjofri.de>
date: Mon Jan 3 15:36:58 EST 2022

adds impressum and them

--- a/head.htf
+++ b/head.htf
@@ -20,7 +20,8 @@
 <nav>
 <a href="/">start</a> •
 <a href="/changeblog/">changeblog</a> •
-<a href="/files/">files</a>
+<a href="/them/">them</a> •
+<a href="/oat/">share</a>
 </nav>
 </header>
 <main>
--- /dev/null
+++ b/impressum.ht
@@ -1,0 +1,18 @@
+<section>
+<header>
+<h2>Impressum</h2>
+<p><b>German legal stuff</b></p>
+</header>
+<h3>General rules</h3>
+<ul>
+<li>Cookies are something to eat, not digital bites.</li>
+<li>I don't log data.</li>
+<li>It's almost impossible to store data on my server "by mistake".</li>
+</ul>
+<h3>About <code>/oat</code></h3>
+<ul>
+<li>You must have legal permission to share files here.</li>
+<li>You must be willing to share the files here. I <i>cannot</i> prevent other people from copying files to their machines.</li>
+<li>If you can't delete files yourself, tell me.</li>
+</ul>
+</section>
--- a/index.ht
+++ b/index.ht
@@ -18,7 +18,7 @@
 <b>You can find me in many places</b>
 </header>
 <ul>
-<li><a href="http://wiki.9gridchan.org">9gridchan</a></li>
+<li><s><a href="http://wiki.9gridchan.org">9gridchan</a></s> <a href="http://9p.zone">9p.zone</a></li>
 <li><a href="https://twitter.com/sirjofri">Twitter</a></li>
 <li><a href="https://sirjofri.artstation.com">Artstation</a></li>
 <li><a href="https://devrant.com/users/sirjofri">DevRant</a></li>
@@ -27,6 +27,7 @@
 <li><a href="https://github.com/sirjofri">GitHub</a></li>
 <li><a href="https://discordapp.com">Discord</a> (ask me)</li>
 <li><a rel="me" href="https://mastodon.sdf.org/@sirjofri">Mastodon @ SDF</a></li>
+<li><a href="https://shithub.us">Shithub.us</a></li>
 </ul>
 </section>
 <section>
@@ -43,5 +44,7 @@
 <li><a href="https://github.com/sirjofri/gridchat">gridchat</a> Dis/Inferno version.</li>
 <li><a href="https://github.com/sirjofri/plumbmon">plumbmon</a> — A plumb monitor.</li>
 <li><a href="https://github.com/sirjofri/tetris-bsd">tetris-bsd</a> version 2 of the original bsdgames tetris game.</li>
+<li><a href="https://shithub.us/sirjofri/epublish/HEAD/info.html">epublish</a> ebook publishing tools.</li>
+<li><a href="https://shithub.us/sirjofri/fingerd/HEAD/info.html">fingerd</a> finger server for Plan 9.</li>
 </ul>
 </section>
--- a/pub/robots.txt
+++ b/pub/robots.txt
@@ -1,4 +1,4 @@
 User-agent: *
-Disallow: /imprint/*
-Disallow: /imprint
-Disallow: /imprint/
+Disallow: /oat/*
+Disallow: /oat
+Disallow: /oat/
--- /dev/null
+++ b/them.ht
@@ -1,0 +1,10 @@
+<section>
+<header>
+<h2>Other interesting places</h2>
+</header>
+<p><b>Warning!</b> I'm not responsible for content on these pages!</p>
+<ul>
+<li><a href="http://9front.org">9front.org</a></li>
+<li><a href="http://shithub.us">shithub.us</a></li>
+</ul>
+</section>