aboutsummaryrefslogtreecommitdiff
path: root/doc/page_locking.mdwn
diff options
context:
space:
mode:
authorJoey Hess <joey@kodama.kitenet.net>2008-10-08 17:09:24 -0400
committerJoey Hess <joey@kodama.kitenet.net>2008-10-08 17:09:24 -0400
commit6caed59b9c852836371f9542636da290350c0e8b (patch)
tree10d0afce14fd9e1dea143ee21e6035318722bfcd /doc/page_locking.mdwn
parent5b2b4a28a6e8d04b05f3bd3904c245aef5758716 (diff)
downloadikiwiki-6caed59b9c852836371f9542636da290350c0e8b.tar
ikiwiki-6caed59b9c852836371f9542636da290350c0e8b.tar.gz
remove page_locking page, move content to plugins/lockedit
Also, removed obsolte para about using the prefs page to configure locked pages, that interface is obsolete, hidden by default, and the locked_pages setup file setting is used instead.
Diffstat (limited to 'doc/page_locking.mdwn')
-rw-r--r--doc/page_locking.mdwn17
1 files changed, 0 insertions, 17 deletions
diff --git a/doc/page_locking.mdwn b/doc/page_locking.mdwn
deleted file mode 100644
index 21f4fb027..000000000
--- a/doc/page_locking.mdwn
+++ /dev/null
@@ -1,17 +0,0 @@
-The administrator of a wiki can choose to lock some pages, which allows
-only the admin to edit them using the online interface. This doesn't
-prevent anyone who can commit to the underlying revision control system
-from editing the pages, however.
-
-To lock a page, log into the wiki as whatever user is configured as the
-admin, and in your Preferences page, you'll find a field listing locked
-pages. This is a [[ikiwiki/PageSpec]], so you have a fair bit of control
-over what kinds of pages to lock. For example, you could choose to lock all
-pages created before 2006, or all pages that are linked to from the page
-named "locked". More usually though, you'll just list some names of pages
-to lock.
-
-One handy thing to do if you're using ikiwiki for your blog is to lock
-"* and !*/Discussion". This prevents others from adding to or modifying
-posts in your blog, while still letting them comment via the Discussion
-pages.