Edit page EditingTips
authorbernie <bernie@75.147.59.54>
Mon, 14 Sep 2009 00:16:04 +0000 (02:16 +0200)
committerGeekiGeeki <webmaster@codewiz.org>
Mon, 14 Sep 2009 00:16:04 +0000 (02:16 +0200)
EditingTips

index 9b6f6ed22599e18aef1139276e5eb68e5bb71074..6bac464249e4fdcbca30aded036160a67e2c6de4 100644 (file)
@@ -139,10 +139,26 @@ You can use ##div##, ##span## and ##iframe## elements with any attribute, includ
 <span style="color: green">CSS</span>, of course.
 </div>
 
 <span style="color: green">CSS</span>, of course.
 </div>
 
-== Access Control Lists ==
+== Pragmas ==
 
 
-TODO: document
+Wiki pages can provide special commands in their header, in the form:
 
 
-== Final Notes ==
+{{{
+# <keyword> <values>
+}}}
+
+=== 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.