====== 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 [[https://citius.usc.es/dashboard/enviar-incidencia| 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 if no permission is specified all pages are public (content is accessible to anybody) and can not be edited. When creating a new wiki the administrator sets the edition permission for the requester and follows his instructions to establish additional permissions. Permissions are established one per line, this way: X:user.name * Being ''X'' a letter that represents the permission: **N**one, **R**ead, **E**dit,**W**rite.((Edit can not create or delete pages, meanwhile write can). * The ''user.name'' can be a username o one of the following groups:''@ALL'' (all users) or ''@user''(authentified users). When permissions are correctly processed, they appear enclosed in a grey rectangle. Any wrong permission appears outside the grey rectangle. == Example == The following set of permissions allow access to all authenticated users with read permission and only users ''usuario.uno'' and ''usuario.dos'' also with write permissions. User ''usuario.tres'' is not allowed to access. N:@ALL R:@user W:usuario.uno W:usuario.dos N:usuario.tres