Wiki source code of Knowledge Base

Version 25.2 by teamwire001 on 2026/03/16 07:50

Show last authors
1 (% class="row" %)
2 (((
3 (% class="col-xs-12 col-sm-2" %)
4 (((
5
6 )))
7
8 (% class="col-xs-12 col-sm-8" style="text-align:center" %)
9 (((
10 Structured user manuals and quick guides make it easy for you and your colleagues to use our business messenger. Technical documentation and task-oriented howtos help you set up and manage Teamwire on our cloud and on your own servers. Changelogs for the Teamwire app and servers inform you about new features and all changes.
11 ## ##
12
13 {{html}}
14 <a href="/bin/view/Public/FAQ" style="text-decoration: none;" target="_self">
15 <button class="btn btn-light_blue" style="width:220px; height:60px;" type="button">FAQ</button>
16 </a>
17 {{/html}}
18
19 Visit our new FAQ section. It covers questions about features, administration, server management and troubleshooting!
20 )))
21
22 (% class="col-xs-12 col-sm-2" %)
23 (((
24
25 )))
26 )))
27
28 ## ##
29
30 {{velocity}}
31 #set ($usersGroup = $xwiki.getUser($xcontext.user).isUserInGroup('XWiki.00-user'))
32 #set ($customerGroup = $xwiki.getUser($xcontext.user).isUserInGroup('XWiki.01-customer'))
33 #set ($onpremiseGroup = $xwiki.getUser($xcontext.user).isUserInGroup('XWiki.02-onpremise'))
34 #set ($partnerGroup = $xwiki.getUser($xcontext.user).isUserInGroup('XWiki.03-partner'))
35 #set ($marketingGroup = $xwiki.getUser($xcontext.user).isUserInGroup('XWiki.04-marketing'))
36 #set ($teamwireGroup = $xwiki.getUser($xcontext.user).isUserInGroup('XWiki.teamwire'))
37 #set($firstName =
38 $xwiki.getDocument($context.user).getObject('XWiki.XWikiUsers').getProperty('first_name').getValue())
39 #set($lastName
40 = $xwiki.getDocument($context.user).getObject('XWiki.XWikiUsers').getProperty('last_name').getValue())
41
42 ## -------------------
43 ## start Marketing group view
44 ## -------------------
45 #if($xwiki.getUser($xcontext.user).isUserInGroup('XWiki.04-marketing') or $xwiki.getUser($xcontext.user).isUserInGroup('XWiki.teamwire'))
46
47 (% class="row" %)
48 (((
49
50 (% class="col-xs-12 col-sm-2" %)
51 (((
52 )))
53
54 (% class="col-xs-12 col-sm-3" %)
55 (((
56 == Sales & Marketing ==
57
58 {{documentTree showTranslations="false" showAttachments="false" root="document:xwiki:Marketing.WebHome" limit="50" compact="true"/}}
59 )))
60
61 (% class="col-xs-12 col-sm-2" %)
62 (((
63 )))
64
65 (% class="col-xs-12 col-sm-2" %)
66 (((
67 )))
68
69 (% class="col-xs-12 col-sm-2" %)
70 (((
71 )))
72
73 (% class="col-xs-12 col-sm-1" %)
74 (((
75 )))
76
77 )))
78 ## class="row" closed
79
80 #end
81 ## end Marketing group view
82
83 ## -------------------
84 ## start Guest view
85 ## -------------------
86 #if($isGuest)
87
88 (% class="row" %)
89 (((
90
91 (% class="col-xs-12 col-sm-2" %)
92 (((
93 )))
94
95 (% class="col-xs-12 col-sm-2" %)
96 (((
97 == Getting Started ==
98
99 {{documentTree showTranslations="false" showAttachments="false" root="document:xwiki:Public.Getting-Started.WebHome" limit="50" compact="true"/}}
100 )))
101
102 (% class="col-xs-12 col-sm-2" %)
103 (((
104 == Applications ==
105
106 {{documentTree showTranslations="false" showAttachments="false" root="document:xwiki:Public.Applications.WebHome" limit="50" compact="true"/}}
107 )))
108
109 (% class="col-xs-12 col-sm-2" %)
110 (((
111 == Administration ==
112
113 **[[Login>>path:${xwiki.getURL('XWiki.XWikiLogin', 'login')}]] required**
114
115 If you do not have an account yet, you can [[register here>>path:${xwiki.getURL('XWiki.XWikiRegister', 'register')}]] for free.
116 )))
117
118 (% class="col-xs-12 col-sm-2" %)
119 (((
120 == Integrations ==
121
122 **[[Login>>path:${xwiki.getURL('XWiki.XWikiLogin', 'login')}]] required**
123
124 If you do not have an account yet, you can [[register here>>path:${xwiki.getURL('XWiki.XWikiRegister', 'register')}]] for free.
125 )))
126
127 (% class="col-xs-12 col-sm-2" %)
128 (((
129 )))
130
131 )))
132 ## class="row" closed
133
134 #end
135 ## end Guest view
136
137 ## -------------------
138 ## start User group view
139 ## -------------------
140 #if($xwiki.getUser($xcontext.user).isUserInGroup('XWiki.00-user'))
141
142 (% class="row" %)
143 (((
144
145 (% class="col-xs-12 col-sm-2" %)
146 (((
147 )))
148
149 (% class="col-xs-12 col-sm-2" %)
150 (((
151 == Getting Started ==
152
153 {{documentTree showTranslations="false" showAttachments="false" root="document:xwiki:Public.Getting-Started.WebHome" limit="50" compact="true"/}}
154 )))
155
156 (% class="col-xs-12 col-sm-2" %)
157 (((
158 == Applications ==
159
160 {{documentTree showTranslations="false" showAttachments="false" root="document:xwiki:Public.Applications.WebHome" limit="50" compact="true"/}}
161 )))
162 )))
163
164 (% class="col-xs-12 col-sm-2" %)
165 (((
166 == Integrations ==
167
168 **Approval pending**
169
170 Please do have a little patience until all functions are available.
171 )))
172
173 (% class="col-xs-12 col-sm-2" %)
174 (((
175 )))
176
177 )))
178 ## class="row" closed
179
180 #end
181 ## end User group view
182
183 ## -------------------
184 ## start Customer group view
185 ## -------------------
186 #if($xwiki.getUser($xcontext.user).isUserInGroup('XWiki.01-customer') or $xwiki.getUser($xcontext.user).isUserInGroup('XWiki.teamwire'))
187
188 (% class="row" %)
189 (((
190
191 (% class="col-xs-12 col-sm-2" %)
192 (((
193 )))
194
195 (% class="col-xs-12 col-sm-2" %)
196 (((
197 == Getting Started ==
198
199 {{documentTree showTranslations="false" showAttachments="false" root="document:xwiki:Public.Getting-Started.WebHome" limit="50" compact="true"/}}
200 )))
201
202 (% class="col-xs-12 col-sm-2" %)
203 (((
204 == Applications ==
205
206 {{documentTree showTranslations="false" showAttachments="false" root="document:xwiki:Public.Applications.WebHome" limit="50" compact="true"/}}
207 )))
208
209 (% class="col-xs-12 col-sm-2" %)
210 (((
211 == Administration ==
212
213 {{documentTree showTranslations="false" showAttachments="false" root="document:xwiki:Customer.Administration.WebHome" limit="50" compact="true"/}}
214 )))
215
216 (% class="col-xs-12 col-sm-2" %)
217 (((
218 == Integrations ==
219
220 {{documentTree showTranslations="false" showAttachments="false" root="document:xwiki:Customer.Integrations.WebHome" limit="50" compact="true"/}}
221 )))
222
223 (% class="col-xs-12 col-sm-2" %)
224 (((
225 )))
226
227 )))
228 ## class="row" closed
229
230 #end
231 ## end Customer group view
232
233 ## -------------------
234 ## start On-Premise group view
235 ## -------------------
236 #if($xwiki.getUser($xcontext.user).isUserInGroup('XWiki.02-onpremise') or $xwiki.getUser($xcontext.user).isUserInGroup('XWiki.teamwire'))
237
238 (% class="row" %)
239 (((
240
241 (% class="col-xs-12 col-sm-2" %)
242 (((
243 )))
244
245 (% class="col-xs-12 col-sm-2" %)
246 (((
247 == On-Premise ==
248
249 {{documentTree showTranslations="false" edges="true" showAttachments="false" root="document:xwiki:OnPremise.WebHome" limit="50" compact="true"/}}
250 )))
251 #end
252 ## end On-Premise group view
253
254 ## -------------------
255 ## start Partner group view
256 ## -------------------
257 #if($xwiki.getUser($xcontext.user).isUserInGroup('XWiki.03-partner') or $xwiki.getUser($xcontext.user).isUserInGroup('XWiki.teamwire'))
258 (% class="col-xs-12 col-sm-2" %)
259 (((
260 == Partner Data ==
261
262 {{documentTree showTranslations="false" showAttachments="false" root="document:xwiki:Partner.WebHome" limit="50" compact="true"/}}
263 )))
264 )))
265
266 (% class="col-xs-12 col-sm-2" %)
267 (((
268 )))
269
270 )))
271 ## class="row" closed
272
273 #end
274
275 ## ##
276
277 ## ##
278
279 {{/velocity}}