aboutsummaryrefslogtreecommitdiff
path: root/doc/todo.mdwn
diff options
context:
space:
mode:
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2006-03-23 01:40:46 +0000
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2006-03-23 01:40:46 +0000
commit325d5c791fc50dc3868b2f1938d052d39b676248 (patch)
tree56ddda187ec55f50f97f4a6ae2d04c59ad2763bb /doc/todo.mdwn
parent33b7f3444c20da53a18203ed33bb470b1c513f07 (diff)
downloadikiwiki-325d5c791fc50dc3868b2f1938d052d39b676248.tar
ikiwiki-325d5c791fc50dc3868b2f1938d052d39b676248.tar.gz
added adminuser settings, globlist support, and used this to implement page
locking
Diffstat (limited to 'doc/todo.mdwn')
-rw-r--r--doc/todo.mdwn9
1 files changed, 6 insertions, 3 deletions
diff --git a/doc/todo.mdwn b/doc/todo.mdwn
index d8c5a5b8b..1d4f4759a 100644
--- a/doc/todo.mdwn
+++ b/doc/todo.mdwn
@@ -104,11 +104,14 @@ you need that data..
Might be nice to support automatically generating an index based on headers in a page, for long pages. The question is, how to turn on such an index?
-## page locking
+## basewiki underlay
-Some wikis will need the abiity to lock a page, or the whole wiki, so that only admins can edit them. Probably using the same globbing as for recentchanges mails to determine what to lock.
+Rather than copy the basewii around everywhere, it should be configured to
+underlay the main srcdir, and pages be rendered from there if not in the
+srcdir. This would allow upgrades to add/edit pages in the basewiki.
-Probably it's ok if locking is only supported for web commits.
+Impementaion will be slightly tricky since currently ikiwiki is hardcoded
+in many places to look in srcdir for pages.
## Logo