Wiki source code of XWiki

Version 16.1 by Milad Afshar-Jahanshahi on 2025/06/27 07:08

Hide last authors
Milad Afshar-Jahanshahi 5.1 1 (% class="wikigeneratedid" %)
2 [[image:XWiki-logo-color.png||alt="Grafana Icon Logo PNG vector in SVG, PDF, AI, CDR format" data-xwiki-image-style-alignment="end" height="52" width="190"]]
3
4 = Content =
5
6 {{toc/}}
7
Milad Afshar-Jahanshahi 15.2 8 = =
Milad Afshar-Jahanshahi 5.1 9
Milad Afshar-Jahanshahi 15.2 10 =
11 Introduction =
12
Milad Afshar-Jahanshahi 5.1 13 XWiki is an open-source platform for creating, managing, and collaborating on structured and unstructured content. It functions as a powerful wiki engine with advanced features like version control, rights management, scripting, and extensible applications. XWiki enables users to build knowledge bases, documentation platforms, or collaborative intranets, all within a customizable and web-based environment.
14
15 [[Vendor Page>>https://www.xwiki.org/xwiki/bin/view/Main/WebHome]]
16
Milad Afshar-Jahanshahi 12.1 17 There are several useful resources available to get started with XWiki:
Milad Afshar-Jahanshahi 5.1 18
19 [[XWiki Documentation>>https://www.xwiki.org/xwiki/bin/view/Documentation/]]
20
21 [[XWikiTutorials>>https://www.xwiki.org/xwiki/bin/view/Documentation/UserGuide/GettingStarted/]]
22
Milad Afshar-Jahanshahi 15.2 23 =
24 Accessing XWiki =
Milad Afshar-Jahanshahi 5.1 25
Milad Afshar-Jahanshahi 15.2 26 ==
27 Preconditions in DevOps portal to access XWiki ==
Milad Afshar-Jahanshahi 5.1 28
29 * A XWiki license must be assigned to the user
30 * XWiki must be added to the tool list of the project
31 * If you are not already logged in to another tool in the toolchain, then you have to login using your configured SSO credentials.
32
33 After completing the preconditions, a project in XWik, which is part of the DevOps-as-a-Service toolchain, can be accessed via the DevOps Portal or directly through a URL.
34
Milad Afshar-Jahanshahi 16.1 35 ==
36 Via DevOps Portal ==
Milad Afshar-Jahanshahi 5.1 37
38 Go to the DevOps Portal Homepage and click on the XWiki tile:
39
40 [[image:Untitled.png||alt="XWiki-Tile" data-xwiki-image-style-border="true"]]
41
Milad Afshar-Jahanshahi 16.1 42 ==
43 Via Direct URL ==
Milad Afshar-Jahanshahi 5.1 44
45 You can also access it directly using the following link format:
46 [[https:~~/~~/<customer~>.devops.t-systems.net/xwiki/wiki/<MyProject~>/view>>https://<customer>.devops.t-systems.net/xwiki/wiki/<MyProject>/view]]
47
48 (% class="box warningmessage" %)
49 (((
50 ⚠ **Note**
51 Access to the main wiki at [[https:~~/~~/<customer~>.devops.t-systems.net/xwik>>https://<customer>.devops.t-systems.net/xwik]] is forbidden due to security restrictions and this page cannot be viewed.
52 )))
53
Milad Afshar-Jahanshahi 9.2 54 (% class="box warningmessage" %)
55 (((
56 ⚠ **Note**
57 If you are still unable to access your project in XWiki, it may be because you are logged in with an old session that still uses outdated permissions. To resolve this issue, please log out and then log in again:
Milad Afshar-Jahanshahi 15.1 58 \\[[image:Untitled2.png||height="185" width="825"]]
Milad Afshar-Jahanshahi 11.1 59
Milad Afshar-Jahanshahi 9.2 60 )))
Milad Afshar-Jahanshahi 5.1 61
62
63 = Users, Projects and Roles =
64
65 * Projects, users and their roles in projects are managed in the DevOps portal, the corresponding functions in XWiki are disabled (UI and API)
66
67 (% class="box warningmessage" %)
68 (((
69 ⚠ **Note**
70 Projects in the DevOps portal are mapped to corresponding subwikis in XWiki
71 )))
72
73 * When a new project is created in the portal with XWiki configured as a tool, a corresponding subwiki is automatically created. Users assigned to the project in the portal are then added to the subwiki with the roles defined in the configuration : 
74 ** Role mapping: (((
75 (% class="active" %)|=(% style="width: 237px;" %)Project Role in DevOps Portal|=(% style="width: 899px;" %)Permissions in XWiki
76 |(% style="width:237px" %)Admin|(% style="width:899px" %)View, comment, edit, and delete pages
77 |(% style="width:237px" %)Master|(% colspan="1" style="width:899px" %)Can view, comment, and edit pages, but cannot delete content
78 |(% style="width:237px" %)Developer|(% colspan="1" style="width:899px" %)Similar to Master
79 |(% style="width:237px" %)Viewer|(% style="width:899px" %)Read-only access. Can only view content, no edits or comments allowed
80
81 A detailed description of the XWiki role model can be found [[here>>https://www.xwiki.org/xwiki/bin/view/Documentation/AdminGuide/Access%20Rights/Permission%20types/]]
82 )))
83
Milad Afshar-Jahanshahi 15.2 84 = =
85
Milad Afshar-Jahanshahi 5.1 86 = Main Functions =
87
88 == Collaborative Content Editing ==
89
90 * WYSIWYG and wiki syntax editors
91 * Version control and history tracking
92 * Inline and structured content editing
93 * Commenting and annotations
94
95
96
97 == Advanced Page & Document Management ==
98
99 * Hierarchical page structure (nested pages)
100 * Templates for creating structured documents
101 * Tags, categories, and metadata support
102 * File attachments and preview
103
104
105
106 == Powerful Search and Navigation ==
107
108 * Full-text search (Solr-based)
109 * Faceted search filters
110 * Page index, breadcrumbs, and navigation panels
111
112
113
114 == Macros and Widgets ==
115
116 * Built-in and custom macros (charts, galleries, diagrams)
117 * Embedding of rich media (videos, iframes, etc.)
118 * Markdown and LaTeX support
119
120