diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-02-02 02:33:03 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-02-02 02:33:03 +0000 |
commit | 5f162cfd344f6b75fa39a57be4b3d488cadd1535 (patch) | |
tree | 56528c6b3fad333fc32ee4a774a0130bbfaa6131 /doc/features.mdwn | |
parent | 930ca4d85f90ddf83cfaab7061a9ac49ee04313a (diff) | |
download | ikiwiki-5f162cfd344f6b75fa39a57be4b3d488cadd1535.tar ikiwiki-5f162cfd344f6b75fa39a57be4b3d488cadd1535.tar.gz |
* Add canedit hook, allowing arbitrary controls over when a page can be
edited.
* Move code forcing signing before edit to a new "signinedit" plugin, and
code checking for locked pages into a new "lockedit" plugin. Both are
enabled by default.
* Remove the anonok config setting. This is now implemented by a new
"anonok" plugin. Anyone with a wiki allowing anonymous edits should
change their configs to enable this new plugin.
* Add an opendiscussion plugin that allows anonymous users to edit
discussion pages, on a wiki that is otherwise wouldn't allow it.
* Lots of CGI code reorg and cleanup.
Diffstat (limited to 'doc/features.mdwn')
-rw-r--r-- | doc/features.mdwn | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/doc/features.mdwn b/doc/features.mdwn index b2c810f30..58d6d09cd 100644 --- a/doc/features.mdwn +++ b/doc/features.mdwn @@ -129,7 +129,7 @@ and can be enabled by enabling [[CGI]]. ### User registration -Can optionally be configured to allow only registered users to post +Can optionally be configured to allow only registered users to edit pages. User registration can be done using a web form, or ikiwiki can be @@ -142,10 +142,12 @@ Thanks to subpages, every page can easily and automatically have a /Discussion subpage. By default, these links are included in the [[templates]] for each page. -### Page locking +### Edit controls -Wiki admins can [[lock_pages|page_locking]] so that only other admins -can edit them. +Wiki admins can [[lock_pages|page_locking]] so that only other admins can +edit them. Or a wiki can be set up to allow anyone to edit Discussion +pages, but only registered users to edit other pages. These are just two +possibilities, since page edit controls can be changed via plugins. ### [[PageHistory]] |