I wan't to use a wiki but as a prived site. I
don't wan't the wiki be
readable for anyone not loggued in.
Remove all the view permission from the Anonymous-Group. In VisualWorks
the following code snipped does it for you:
(server userAt: 'anonymous') roles do: [ :role |
Structure allSubclassesDo: [ :class |
role remove: class permissionView ] ]
There is also a administration extension that can do the trick from the
web-interface, but it is currently available in VisualWorks only.
Hope this helps,
Lukas
--
Lukas Renggli
http://renggli.freezope.org