From: Paul Hänsch <paul@plutz.net>
Date: Thu, 13 Oct 2022 13:48:54 +0000 (+0200)
Subject: acl scheme for [wiki] special pages
X-Git-Url: https://git.plutz.net/?a=commitdiff_plain;h=b0ccec5d3d972350accfc64149bf724c29bf577a;p=shellwiki

acl scheme for [wiki] special pages
---

diff --git a/pages/#page.md b/pages/#page.md
index 4dd6aeb..4b72bae 100644
--- a/pages/#page.md
+++ b/pages/#page.md
@@ -1,2 +1,5 @@
+%acl	Known:read,write
+	All:read,write
+
 It Works!
 =========
diff --git a/pages/[wiki]/#page.md b/pages/[wiki]/#page.md
new file mode 100644
index 0000000..c0a7a04
--- /dev/null
+++ b/pages/[wiki]/#page.md
@@ -0,0 +1,12 @@
+%acl	Known:read,write
+	All:read
+
+TECHNICAL pages
+===============
+The pages in this section are used to display various wiki functions. You can update them to apply your own theme to the wiki.
+
+I.e. you can change Error pages, the wikis header and footer sections etc.
+
+Write access should be controlled by overriding this page. However most pages in this section should remain readable to All.
+
+<<pagelist *>>