Wiki source code of Modify wiki aliases

Last modified by Thomas Mortagne on 2023/10/10 14:29

Show last authors
1 The wiki aliases are the way to define how to access a wiki.
2
3 See [[Access Wiki>>xwiki:Documentation.AdminGuide.AccessWiki]] documentation for more details on how aliases are used by XWiki engine.
4
5 See [[Edit Wiki Descriptor>>Wiki Manager Application EditWikiDescriptor]] documentation for more details on the wiki descriptor (how to access it, edit it, etc.).
6
7 = Using UI (Recommended) =
8
9 == Add an alias ==
10
11 To add an alias simply go to ##Create new alias## in the wiki descriptor and use the provided UI.
12
13 == Remove an alias ==
14
15 You can't remove the first aliases because it's the wiki descriptor and contains more then just the "alias datas". To delete other alias simply use the ##Delete## button placed under each one on the bottom of the wiki descriptor UI.
16
17 == Modify an alias ==
18
19 To modify an alias, edit the descriptor page (by clicking on the edit button on the top menu). You will get the whole descriptor as well as all the aliases in editable mode. When you finished just save using using the provided buttons.
20
21 = Using object editor =
22
23 Each wiki alias is a XWiki.XWikiServerClass wiki class object. The first represent the general wiki descriptor and all its content is used to describe the wiki itself. The other object are just used for the alias datas (alias, description, home page).
24
25 {{warning}}
26 If you remove all the objects the wiki will become unreachable except for specific use case you can find on [[xwiki:Documentation.AdminGuide.AccessWiki]]
27 {{/warning}}

Get Connected