From 1dff4e9c9b7aee844a77333d5ff67d8aba59b334 Mon Sep 17 00:00:00 2001 From: bernie Date: Mon, 14 Sep 2009 02:16:04 +0200 Subject: [PATCH] Edit page EditingTips --- EditingTips | 24 ++++++++++++++++++++---- 1 file changed, 20 insertions(+), 4 deletions(-) diff --git a/EditingTips b/EditingTips index 9b6f6ed..6bac464 100644 --- a/EditingTips +++ b/EditingTips @@ -139,10 +139,26 @@ You can use ##div##, ##span## and ##iframe## elements with any attribute, includ CSS, of course. -== Access Control Lists == +== Pragmas == -TODO: document +Wiki pages can provide special commands in their header, in the form: -== Final Notes == +{{{ +# +}}} + +=== Access Control Lists === + +{{{ +# acl SomeUser:read,write OtherUser:read All:none +}}} + +Limit read or write access to specific authenticated users + +=== Custom cascading style sheets === + +{{{ +# css my_style.css +}}} -Be aware that GeekiGeeki does not lock pages during editing, so if you pause for a long time on the edit screen you may overwrite somebody else's changes. +Include a custom CSS before the default ones. -- 2.25.1