How do I create a page/folder that can only be viewed by a specific set
of users (in a wiki that is otherwise publicly accessible)?
From the SmallWiki evaluate:
(server root at: 'Top Secret Folder')
roles: (OrderedCollection
" a role without any permissions "
with: (BasicRole name: 'anonymous'))
From now on all people belonging to the anonymous role have no
permission, like the anonymous user. To access the page you have to
belong to a different role, e.g. having the admin role.
Hope this helps,
Lukas
--
Lukas Renggli
http://www.lukas-renggli.ch