Edit page EducationalTechnologies
[wiki.git] / EditingTips
index 9b6f6ed22599e18aef1139276e5eb68e5bb71074..79fa3761715bebe6353c4039af2dfefe56ab4549 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>
 
-== Access Control Lists ==
+== Pragmas ==
 
-TODO: document
+Wiki pages can specify special-purpose commands in their header.  In the form:
 
-== Final Notes ==
+{{{
+# &lt;keyword&gt; &lt;values&gt;
+}}}
+
+=== 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 user-specified custom CSS before the default one(s).