Path to this page:
./
www/p5-Kwiki-PagePrivacy,
Kwiki page-level privacy plugin
Branch: pkgsrc-2022Q3,
Version: 0.10nb15,
Package name: p5-Kwiki-PagePrivacy-0.10nb15,
Maintainer: pkgsrc-usersKwiki::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.
Master sites: (Expand)
Filesize: 8.239 KB
Version history: (Expand)
- (2022-09-26) Package added to pkgsrc.se, version p5-Kwiki-PagePrivacy-0.10nb15 (created)