shithub: web

Download patch

ref: 527dde60c531d7b95fd5a746e78635b68eb27525
parent: e2846a054241ac322021a7d12ef0cef6c4970286
author: sirjofri <sirjofri@sirjofri.de>
date: Mon Feb 8 15:05:27 EST 2021

adds about and registry page.

--- /dev/null
+++ b/about.ht
@@ -1,0 +1,18 @@
+<section>
+<header>
+<h2>9p.zone Team</h2>
+<p>The team behind 9p.zone is an intercultural team spread across the world.
+We are united by our common interest in the protocol 9p and other concepts around the Plan 9 family of operating systems.</p>
+</section>
+
+<section>
+<header>
+<h2>Help Us</h2>
+</header>
+<p>It is possible to support us with money:</p>
+<p><a href="https://liberapay.com/9p.zone/donate">
+<img src="https://img.shields.io/liberapay/patrons/9p.zone.png?logo=liberapay">
+<img src="https://img.shields.io/liberapay/receives/9p.zone.png?logo=liberapay">
+<img src="https://img.shields.io/liberapay/goal/9p.zone.png?logo=liberapay">
+</a></p>
+</section>
--- /dev/null
+++ b/about.sed
@@ -1,0 +1,3 @@
+s/%TITLE%/About 9p.zone/g
+s/%DESC%/The Team behind 9p.zone/g
+s/%PAGETITLE%/About 9p.zone/g
--- a/frag/header.inc
+++ b/frag/header.inc
@@ -17,11 +17,11 @@
 <body>
 <header>
 <h1>%PAGETITLE%</h1>
-<b>9p.zone</b><br>
+<b><a href="/">9p.zone</a></b><br>
 <nav>
-<a href="/">start</a> •
+<a href="/about/">about</a> •
 <a href="/man/">man</a> •
-<a href="/registry.txt">registry</a> •
+<a href="/registry/">registry</a> •
 <a href="/legal/">legal</a>
 </nav>
 </header>
--- a/index.ht
+++ b/index.ht
@@ -53,8 +53,9 @@
 
 <section>
 <header>
-<h2>Support</h2>
+<h2>Help Us</h2>
 </header>
+<p>Best help: Use our services and talk about them!</p>
 <p>It is possible to support us with money:</p>
 <p><a href="https://liberapay.com/9p.zone/donate">
 <img src="https://img.shields.io/liberapay/patrons/9p.zone.png?logo=liberapay">
--- /dev/null
+++ b/registry.ht
@@ -1,0 +1,11 @@
+<section>
+<header>
+<h2>Registry</h2>
+</header>
+<p>The current registry can be retrieved as a plain text file:
+<a href="/registry.txt">http://9p.zone/registry.txt</a>.</p>
+<br>
+<p>The following services are currently registered:</p>
+<iframe src="/registry.txt" style="border:0;width:100%">
+</iframe>
+</section>
--- /dev/null
+++ b/registry.sed
@@ -1,0 +1,3 @@
+s/%TITLE%/Registered Services/g
+s/%DESC%/currently registered services in public registry/g
+s/%PAGETITLE%/Registered Services/g