summaryrefslogtreecommitdiffstats
path: root/pages
diff options
context:
space:
mode:
authorMark Wielaard <mark@klomp.org>2020-01-28 18:03:01 +0100
committerMark Wielaard <mark@klomp.org>2020-01-28 18:04:19 +0100
commit4f09f1c16deef9ea73e60c8aad1c722158eba4b2 (patch)
tree8777022b65dfd7b766b6428cf5048a16e432d1a6 /pages
parentcode: Add 'send-en-masse' program. (diff)
Merge two sentences describing git backend. Add namespaces.
Diffstat (limited to 'pages')
-rw-r--r--pages/start.txt11
1 files changed, 7 insertions, 4 deletions
diff --git a/pages/start.txt b/pages/start.txt
index 839c699..a7a403d 100644
--- a/pages/start.txt
+++ b/pages/start.txt
@@ -2,9 +2,7 @@
2 2
3The wiki is entirely driven by a git backend. 3The wiki is entirely driven by a git backend.
4 4
5You clone the wiki like this: 5See the [[https://wiki.gnu.tools/git/gnu-tools-wiki|cgit page]] for instructions to clone the wiki contents.
6
7 git clone git@gnu.tools:gnu-tools-wiki
8 6
9To register for the wiki please email <wiki@gnu.tools> and interact with a human. 7To register for the wiki please email <wiki@gnu.tools> and interact with a human.
10 8
@@ -14,4 +12,9 @@ The wiki supports dokuwiki formatting natively or markdown via wrapping via %%<m
14 12
15The wiki is goverened by a [[wiki:code-of-conduct|code of conduct]]. 13The wiki is goverened by a [[wiki:code-of-conduct|code of conduct]].
16 14
17The wiki is [[https://wiki.gnu.tools/git/gnu-tools-wiki|online via cgit]]. 15The following namespaces are currently used:
16
17- [[wiki:]] for meta information about this wiki.
18- [[gnu:]] for GNU project wide working documents.
19- [[people:]] for GNU people.
20- [[software:]] for GNU package specific working documents (each in its own namespace).