Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info

master
Joey Hess 2010-07-07 13:58:19 -04:00
commit 8ce11b51f8
2 changed files with 11 additions and 0 deletions

View File

@ -20,3 +20,5 @@ However both Perl OpenID 2.x implementations have not been released and are inco
> I've tested with yahoo, and it works with the updated module. Sweet and > I've tested with yahoo, and it works with the updated module. Sweet and
> [[done]] --[[Joey]] > [[done]] --[[Joey]]
## A quick fix for the impatient running stable is simply `sudo apt-get install libnet-openid-consumer-perl -t unstable`

View File

@ -0,0 +1,9 @@
Enable [[plugins/lockedit]] in your setup file.
For example:
add_plugins => [qw{goodstuff table rawhtml template embed typography sidebar img remove lockedit}],
And to only allow admin users to edit the page, simply specify a pagespec for everything in the .setup:
locked_pages => '*',