From b0ccec5d3d972350accfc64149bf724c29bf577a Mon Sep 17 00:00:00 2001 From: =?utf8?q?Paul=20H=C3=A4nsch?= Date: Thu, 13 Oct 2022 15:48:54 +0200 Subject: [PATCH] acl scheme for [wiki] special pages --- pages/#page.md | 3 +++ pages/[wiki]/#page.md | 12 ++++++++++++ 2 files changed, 15 insertions(+) create mode 100644 pages/[wiki]/#page.md 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. + +<> -- 2.39.2