summaryrefslogtreecommitdiff
path: root/doc/index
diff options
context:
space:
mode:
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2006-08-23 02:19:56 +0000
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2006-08-23 02:19:56 +0000
commit549579ae98ef172c9c46beff0e3f2a2fb894a3eb (patch)
tree11d1452ff58133f1f73529eec98f585a8275c258 /doc/index
parentc89923e50982b15cfc70cbc20aa0e0758f3c7ed8 (diff)
thoughts
Diffstat (limited to 'doc/index')
-rw-r--r--doc/index/discussion.mdwn12
1 files changed, 11 insertions, 1 deletions
diff --git a/doc/index/discussion.mdwn b/doc/index/discussion.mdwn
index b4f38ee51..dc7fb14a7 100644
--- a/doc/index/discussion.mdwn
+++ b/doc/index/discussion.mdwn
@@ -3,10 +3,20 @@ ikiwiki, both pro and con, anything that didn't work, ideas, or whatever.
Do so here..
Note that for more formal bug reports or todo items, you can also edit the
-[[bugs]] and [[todo]] pages.
+[[bugs]] and [[todo]] pages.
----
+# ACL
+
How about adding ACL? So that you can control which users are allowed
to read, write certain pages. The moinmoin wiki has that, and it is
something, that I think is very valuable.
+
+> ikiwiki currently has only the most rudimentary access controls: pages
+> can be locked, or unlocked and only the admin can edit locked pages. That
+> could certianly be expanded on, although it's not an area that I have an
+> overwhelming desire to work on myself right now. Patches appreciated and
+> I'll be happy to point you in the right directions.. --[[Joey]]
+
+----