diff options
author | jlam <jlam@pkgsrc.org> | 2005-02-12 00:49:13 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2005-02-12 00:49:13 +0000 |
commit | a114f1f8dc7db618da440f8d476fc3bd86ffb49b (patch) | |
tree | eeae127b8d6b7c4edb79f4ffc7490e04cfee5502 /www/p5-Kwiki-PagePrivacy | |
parent | ca79a4a06eb551fcf6c1a8ee5ee85410de84f8a2 (diff) | |
download | pkgsrc-a114f1f8dc7db618da440f8d476fc3bd86ffb49b.tar.gz |
Update the description with a how-to taken from the Kwiki website.
Diffstat (limited to 'www/p5-Kwiki-PagePrivacy')
-rw-r--r-- | www/p5-Kwiki-PagePrivacy/DESCR | 21 |
1 files changed, 20 insertions, 1 deletions
diff --git a/www/p5-Kwiki-PagePrivacy/DESCR b/www/p5-Kwiki-PagePrivacy/DESCR index 7bf0f66c51e..90b9b8c9c10 100644 --- a/www/p5-Kwiki-PagePrivacy/DESCR +++ b/www/p5-Kwiki-PagePrivacy/DESCR @@ -1 +1,20 @@ -Kwiki plugin to protect pages from viewing and editing. +Kwiki::PagePrivacy is a plugin that lets you mark individual pages as: + + * Public - normal readable/writable + * Protected - readonly to everyone except the control group. + * Private - invisible to everyone but the control group. + +Each "view" or a point of entry into the kwiki has an associated +control (permissions) group. + +Here is the typical setup process: + + kwiki -new mykwiki + cd mykwiki + kwiki -add Kwiki::PagePrivacy + kwiki -new_view admin + echo 'privacy_group: admin' > admin/config2.yaml + +Don't forget to secure the admin view with something like Apache's +.htaccess files. You only want people who are admins setting the +privacy levels. |