summaryrefslogtreecommitdiff
path: root/www/p5-Kwiki-PagePrivacy/DESCR
diff options
context:
space:
mode:
authorjlam <jlam>2005-02-12 00:49:13 +0000
committerjlam <jlam>2005-02-12 00:49:13 +0000
commit80fec29529c97d3cab617be7837428aefb6e4aec (patch)
treeeeae127b8d6b7c4edb79f4ffc7490e04cfee5502 /www/p5-Kwiki-PagePrivacy/DESCR
parentcc4e5afefb519b79a4a018f52e3906323c79242d (diff)
downloadpkgsrc-80fec29529c97d3cab617be7837428aefb6e4aec.tar.gz
Update the description with a how-to taken from the Kwiki website.
Diffstat (limited to 'www/p5-Kwiki-PagePrivacy/DESCR')
-rw-r--r--www/p5-Kwiki-PagePrivacy/DESCR21
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.