Spaces

As of my current understanding -- skb

We are running XWiki. There is this notion of 'space' in XWiki, which is like a root folder of the wiki. These spaces are accessible from their root page named 'WebHome' or other pages created inside them. All the pages that are protected from public discussions are grouped under their individual spaces. Public pages mostly come from the 'Main' space, administrative pages are found under the 'XWiki' space.

You refer to an existing page by putting it inside square brackets (eg, [aLink]). Within a space, these links refer to the pages inside that space. To link to pages from one space to another, you need to include the fully qualified space name, for example "CodeRank.CodeRankDesign" while linking to or accessing the page "CodeRankDesign" (created inside the space "CodeRank") from a page in some other space than "CodeRank".

Examples:

This is a public page starting from 'Main?' space. Note that [Main], points to a missing link here. It seems these spaces, if linked directly by their name, point to a missing link. By default they do not point to the respective 'WebHome' page. Like try Main.WebHome

All mondego people have full administrative (ie, we all are administrators) access to all the spaces. Project collaborators will have full access within selected spaces. regular visitors are limited to commenting on public spaces.