ref: 46ea7e78d97448afcb98e1794b7b8fe4e3f6d74e
parent: 416e728ea8ea985c6f179ce90296e000cae3a65d
author: sl <sl@9front>
date: Sat Aug 9 20:57:49 EDT 2025
remove references to deprecated a-b.xyz material (thanks, kvik)
--- a/index.md
+++ b/index.md
@@ -22,12 +22,6 @@
renders the document tree and makes it available for reading via 9p and
HTTP.
-### 9p (NOT BEING UPDATED)
-
-On Plan 9, run:
-
- 9fs tcp!wiki.a-b.xyz!909 /n/wiki
-
### HTTP
Visit [wiki.9front.org](http://wiki.9front.org) with a web browser.
--- a/this.md
+++ b/this.md
@@ -7,6 +7,13 @@
This page intends to document how this is done.
+*Note:* This page's original home has been deprecated, and it now
+lives solely (?) at <http://wiki.9front.org>. Acccordingly, page
+rendering is performed by [werc](http://werc.cat-v.org). References
+to page rendering with kvik's
+[ugh!](http://only9fans.com/kvik/ugh/HEAD/info.html) at the original
+site are left below to satisfy historical interest.
+
The software
------------
@@ -13,7 +20,7 @@
Ori's [git9](https://github.com/oridb/git9) is used for
pulling content updates from the repository.
-kvik's [ugh!](http://src.a-b.xyz/ugh) site generator
+kvik's [ugh!](http://only9fans.com/kvik/ugh/HEAD/info.html) site generator
renders the content, mainly the HTML pages.
ugh! depends on [discount](https://github.com/Orc/discount)
@@ -20,9 +27,9 @@
markdown processor by default.
cinap's [tcp80](http://felloff.net/tcp80.tgz) which has been
-slightly [modified](http://src.a-b.xyz/tcp80) serves the web clients.
+slightly [modified](http://only9fans.com/kvik/tcp80/HEAD/info.html) serves the web clients.
-kvik's [unionfs](http://src.a-b.xyz/unionfs) serves the 9p clients.
+kvik's [unionfs](http://only9fans.com/kvik/unionfs/HEAD/info.html) serves the 9p clients.
The setup
---------
@@ -31,7 +38,7 @@
### Starting off
- ; git/clone git://src.a-b.xyz/ugh /usr/wiki
+ ; git/clone git://shithub.us/kvik/ugh /usr/wiki
; git/clone git://shithub.us/garden/wiki.9front.org /usr/wiki/data
; mkdir /usr/web
--
⑨