summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2016-09-11 13:53:24 +0300
committerRichard Maw <richard.maw@gmail.com>2017-01-02 18:25:52 +0000
commitd6e8b298369b2c44a57727cae492ed2be1913764 (patch)
tree1c06114d1a77204b66e3a8c6c80fdef1af89c5aa /doc
parent1b9cd7a2997a9387190a850fb524e3d4af7b6938 (diff)
downloadgitano-d6e8b298369b2c44a57727cae492ed2be1913764.tar.gz
Wording tweaks for clarity
Diffstat (limited to 'doc')
-rw-r--r--doc/admin/000.mdwn13
1 files changed, 7 insertions, 6 deletions
diff --git a/doc/admin/000.mdwn b/doc/admin/000.mdwn
index 43052f9..57a3559 100644
--- a/doc/admin/000.mdwn
+++ b/doc/admin/000.mdwn
@@ -54,11 +54,12 @@ series of examples, starting from a minimal ruleset ("hello, world").
## The initial ruleset
-When a Gitano instance is installed and configured, a repository
-called `gitano-admin` is created. This repository contains
-administrative information for the Gitano instance:
+When a Gitano instance is installed and configured by the sysadmin, a
+repository called `gitano-admin` is automatically created. This
+repository contains administrative information for the Gitano
+instance:
-* Site metdadata: name, output prefix.
+* Site metadata: name, output prefix.
* Which users are created in Gitano, including any metadata about them
(name, ssh keys).
* Ditto for groups.
@@ -66,8 +67,8 @@ administrative information for the Gitano instance:
The Lace ruleset is in the directory `rules` in `gitano-admin`. A
default ruleset is inserted when the Gitano instance is created. Many
-Gitano sites can just use that, but it is somewhat simplistic, and so
-it may be worth adjusting it for your needs.
+Gitano sites can just use that, but it is simplistic, and so it may be
+worth adjusting it for your needs.
The root of the ruleset is in `rules/core.lace`. We will have a
walkthrough later, after we first cover some of the Lace language.