This is an old revision of the document!
Wiki pages
Wiki space directed to workgroups. This spaces allow the creation of an unlimited number of pages below a namespace like the following:
http://wiki.citius.usc.es/spacename
http://wiki.citius.usc.es/spacename:subpage
http://wiki.citius.usc.es/spacename:subpage:other_subpage
Access to this pages can be public or restricted as desired.
Activation
Any CITIUS researcher can request the creation of a new wiki space using the requests and problem reporting form. You must specify the name desired for the wiki space which can only be composed of lowercase letters, numbers and some symbols but no whitespaces.
User manual
Access permissions
Access permissions can be manged directly using the wiki. By default they can only be modified by the user who requested the wiki. If someone else has to be capable of modifying them it must be requested.
ACL space: Where permits are defined
The acl
space is a special place in which access permits are kept and its always public (this means that anybody can see who has access to a wiki).
Permissions for the some_name
space are stored in acl:some_name:start
. So in order to modify the permissions of http://wiki.citius.usc.es/samename you must access
http://wiki.citius.usc.es/acl:samename:start.
Permissions can also be specified for particular pages, for example, permissions of
spacename:example are kept in
acl:spacename:example. If instead of a page is a subspace then
:start must be added at the end.
=== How to specify permissions ===
By default
Por defecto, si no se especifica ningún permiso, todas las páginas son públicas (todo el mundo puede leer el contenido) y no editables. Al crear una nueva wiki, el administrador establece permisos de edición para la persona que lo solicite y sigue las indicaciones del solicitante para establecer permisos adicionales.
Los permisos se especifican un por línea, de la siguiente manera:
<code>X:nome.de.usuario</code>
* Siendo
X una letra que representa el permiso: Ninguno, lectura(R), Edición, escritura(W)1).
* El
nombre.de.usuario puede ser un nombre de usuario o los nombres de los grupos
@ALL o
@user, que representan a todos los usuarios y a los usuarios identificados, respetivamente.
Cuando los permisos se procesan correctamente, aparecen recogidos dentro de un recuadro gris. Si algún permiso no se procesa correctamente, aparece fuera del recuadro gris.
== Ejemplo ==
Los siguientes permisos sólo dejan acceder a los usuarios registrados con permiso de lectura, y sólo pueden escribir en él los usuarios
usuario.uno y
usuario.dos. El usuario
usuario.tres'' no puede acceder.
N:@ALL R:@user W:usuario.uno W:usuario.dos N:usuario.tres