pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/www/p5-Kwiki-PagePrivacy Update the description with a...
details: https://anonhg.NetBSD.org/pkgsrc/rev/3e9ab8448ae3
branches: trunk
changeset: 488921:3e9ab8448ae3
user: jlam <jlam%pkgsrc.org@localhost>
date: Sat Feb 12 00:49:13 2005 +0000
description:
Update the description with a how-to taken from the Kwiki website.
diffstat:
www/p5-Kwiki-PagePrivacy/DESCR | 21 ++++++++++++++++++++-
1 files changed, 20 insertions(+), 1 deletions(-)
diffs (25 lines):
diff -r 120f6f83ddeb -r 3e9ab8448ae3 www/p5-Kwiki-PagePrivacy/DESCR
--- a/www/p5-Kwiki-PagePrivacy/DESCR Sat Feb 12 00:47:45 2005 +0000
+++ b/www/p5-Kwiki-PagePrivacy/DESCR Sat Feb 12 00:49:13 2005 +0000
@@ -1,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.
Home |
Main Index |
Thread Index |
Old Index