shithub: docs.9front.org

Download patch

ref: ca53810b42e7d62d20c1cc5b3753e0609653a63b
parent: ea5a9a9b07f1d68034379792cc0ed501ef9bd3bb
author: kvik <kvik@a-b.xyz>
date: Wed Jul 29 20:25:58 EDT 2020

rearrange the front page

--- a/index.md
+++ b/index.md
@@ -1,12 +1,34 @@
-9FRONT DOCUMENTATION PROJECT
-============================
+9FRONT DOCS
+===========
 
-**ACHTUNG!** This is a prototype.  Expect everything to change and
-demand change yourself.
+This is "docs", a repository of live documents covering plan9/front
+theory, usage, and development.
 
-This is a repository of documents and notes relating to plan9/front
-theory or use.
+**ACHTUNG!** This is a work-in-progress prototype.
+See the [technical details](this.html).
 
+### Springboards
+
+[HOWTO](howto.html)  
+[TODO](todo.html)  
+
+Reading
+-------
+
+Document updates are periodically fetched by the backend, which
+renders the document tree and makes it available for reading via 9p and
+HTTP.
+
+### 9p
+
+On Plan 9, run:
+
+	9fs tcp!docs.a-b.xyz!909 /n/docs
+
+### HTTP
+
+Visit [docs.a-b.xyz](http://docs.a-b.xyz) with a web browser.
+
 Contributing
 ------------
 
@@ -47,39 +69,3 @@
 
 Images and other static content is best hosted outside this repository.
 Dedicated upload and stable link space may be provided later.
-
-Reading
--------
-
-Document updates are periodically fetched by the backend, which
-renders the document tree and makes it available for reading via 9p and
-HTTP.
-
-### 9p
-
-On Plan 9, run:
-
-	9fs tcp!docs.a-b.xyz!909 /n/docs
-
-### HTTP
-
-Visit [docs.a-b.xyz](http://docs.a-b.xyz) with a web browser.
-
-Index
------
-
-Until some form of indexing and autolinking is implemented please
-link to your pages here, or from other top-level documents.
-
-[HOWTO](howto.html)  
-[Public 9p services](public-services.html)  
-[TODO lists](todo.html)  
-
-THIS
-----
-
-This prototype is presented to the community for evaluation,
-development, and bikeshedding.
-Some [notes and details](this.html) on the system itself.
-
-Any input is appreciated, especially criticism.