On 05/10/04 18:57 -0400, Barry Hoggard wrote: > I see an email in the archives from August 30 on this subject that has > no answer. Is there a plan to bring back kwiki-install and the privacy > features?
Bring back kwiki-install? I don't understand. The 'kwiki' command is the 0.3x equivalent of the 'kwiki-install' 0.18 command line tool. As for privacy, it should be available in the next release. When I say 'available' I really mean doable. Privacy will be implemented by setting up two kwikis in one. The private view will (most likely) me a subdirectory of the public view. Most of the files/directories in the private view will be symlinks to their public counterparts. The exceptions will be the plugins, registry.dd, and .htaccess files. This will allow you to set up different permissions and configurations for different parts of the site. This technique is not just limited to two views. You can set up all kinds of configurations and allow different groups to access them. Doing this does require a change that I am making for the 0.34 release. Basically I need to move the registry.dd file from the plugins directory to the top level. That way I can share the plugins directory and use differing registry.dd files between views. Cheers, Brian
