Changes for page Knowledge Base

Last modified by teamwire001 on 2025/04/04 16:10

From version 21.1
edited by teamwire001
on 2025/04/04 16:10
Change comment: DOC-411
To version 1.15
edited by teamwire-admin
on 2020/08/27 08:53
Change comment: allow view right for XWiki.customers

Summary

Details

Page properties
Title
... ... @@ -1,1 +1,1 @@
1 -Knowledge Base
1 +Home
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.teamwire001
1 +XWiki.teamwire-admin
Content
... ... @@ -1,289 +1,56 @@
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 -(% class="box infomessage" %)
14 -(((
15 -**[[Check out the FAQ>>doc:Public.FAQ.WebHome]]**
16 -Visit our new FAQ section. It covers questions about features, administration, server management and troubleshooting!
17 -)))
18 -)))
19 -
20 -(% class="col-xs-12 col-sm-2" %)
21 -(((
22 -
23 -)))
24 -)))
25 -
26 -## ##
27 -
1 +{{box cssClass="floatinginfobox"}}
28 28  {{velocity}}
29 -#set ($usersGroup = $xwiki.getUser($xcontext.user).isUserInGroup('XWiki.00-user'))
30 -#set ($customerGroup = $xwiki.getUser($xcontext.user).isUserInGroup('XWiki.01-customer'))
31 -#set ($onpremiseGroup = $xwiki.getUser($xcontext.user).isUserInGroup('XWiki.02-onpremise'))
32 -#set ($partnerGroup = $xwiki.getUser($xcontext.user).isUserInGroup('XWiki.03-partner'))
33 -#set ($marketingGroup = $xwiki.getUser($xcontext.user).isUserInGroup('XWiki.04-marketing'))
34 -#set ($teamwireGroup = $xwiki.getUser($xcontext.user).isUserInGroup('XWiki.teamwire'))
35 -#set($firstName =
36 -$xwiki.getDocument($context.user).getObject('XWiki.XWikiUsers').getProperty('first_name').getValue())
37 -#set($lastName
38 -= $xwiki.getDocument($context.user).getObject('XWiki.XWikiUsers').getProperty('last_name').getValue())
3 +{{html clean="false"}}
4 +## Chrome's XSS Auditor blocks the preview action if:
5 +## * the submitted content has an iframe with an external URL
6 +## * the preview action displays the submitted iframe
7 +## The workaround is to make sure the submitted content (the macro markers) don't match the preview HTML.
8 +## See XWIKI-14818: Preview triggers ERR_BLOCKED_BY_XSS_AUDITOR in Chrome
9 +#set ($iframe = 'iframe')
10 +<$iframe src="https://www.youtube.com/embed/9QTWrZ7OfzI" title="YouTube video of XWiki" role="presentation" allowfullscreen></$iframe>
11 +{{/html}}
12 +{{/velocity}}
13 +{{/box}}
39 39  
40 -## -------------------
41 -## start Marketing group view
42 -## -------------------
43 -#if($xwiki.getUser($xcontext.user).isUserInGroup('XWiki.04-marketing') or $xwiki.getUser($xcontext.user).isUserInGroup('XWiki.teamwire'))
15 += Welcome to your wiki =
44 44  
45 -(% class="row" %)
46 -(((
17 +XWiki is the best tool to organize your knowledge. A //wiki// is organized in a hierarchy of //pages//. You can create multiple wikis, each with its own set of pages.
47 47  
48 -(% class="col-xs-12 col-sm-2" %)
49 -(((
50 -)))
19 +XWiki can be used as a knowledge base (support, documentation, sales, etc.), for collaborative workspaces or even as a complete intranet.
51 51  
52 -(% class="col-xs-12 col-sm-3" %)
53 -(((
54 -= Sales & Marketing =
21 += The basics =
55 55  
56 -{{documentTree showTranslations="false" showAttachments="false" root="document:xwiki:Marketing.WebHome" limit="30" compact="true"/}}
57 -)))
23 +To make the most out of your wiki, log-in and:
58 58  
59 -(% class="col-xs-12 col-sm-2" %)
60 -(((
61 -)))
25 +Use the {{velocity}}$services.icon.render('pencil'){{/velocity}} button above to //edit// this page and start customizing your wiki to your needs.
62 62  
63 -(% class="col-xs-12 col-sm-2" %)
64 -(((
65 -)))
27 +Use the {{velocity}}$services.icon.render('add'){{/velocity}} button above to //add// more pages to your wiki and create the //hierarchy// that best organizes your content.
66 66  
67 -(% class="col-xs-12 col-sm-2" %)
68 -(((
69 -)))
29 +Use the {{velocity}}$services.icon.render('home'){{/velocity}} breadcrumbs located above the title to //navigate// inside your pages. It's easy to get lost in a big wiki without them.
70 70  
71 -(% class="col-xs-12 col-sm-1" %)
72 -(((
73 -)))
31 +You can also use the [[Sandbox>>Sandbox.WebHome]] for more demo content and generally a place to experiment with your wiki's features.
74 74  
75 -)))
76 -## class="row" closed
33 + {{box}}
34 +Learn more on how to use XWiki with the {{velocity}}[[Getting Started Guide>>http://www.xwiki.org/xwiki/bin/view/Documentation/UserGuide/GettingStarted/WebHome?version=$xwiki.version]]{{/velocity}}.
35 +{{/box}}
77 77  
78 -#end
79 -## end Marketing group view
80 -
81 -## -------------------
82 -## start Guest view
83 -## -------------------
84 -#if($isGuest)
85 -
86 -(% class="row" %)
37 +(%class="row"%)
87 87  (((
88 -
89 -(% class="col-xs-12 col-sm-2" %)
39 +(%class="col-xs-12 col-sm-6"%)
90 90  (((
91 -)))
41 += Extend your wiki =
92 92  
93 -(% class="col-xs-12 col-sm-2" %)
94 -(((
95 -= Getting Started =
43 +To extend the power and functionalities of your wiki with the features that //you// need, head over to the {{velocity}}[[Extension Manager>>path:$xwiki.getURL($services.model.createDocumentReference('wiki', 'XWiki', 'XWikiPreferences'), 'admin', 'editor=globaladmin&section=XWiki.Extensions')]]{{/velocity}} where you can search for and install extensions.
96 96  
97 -{{documentTree showTranslations="false" showAttachments="false" root="document:xwiki:Public.Getting-Started.WebHome" limit="30" compact="true"/}}
45 +To browse through the 900+ community contributed extensions available for XWiki, head over to the [[Extensions Repository>>http://extensions.xwiki.org]].
98 98  )))
99 99  
100 -(% class="col-xs-12 col-sm-2" %)
48 +(%class="col-xs-12 col-sm-6"%)
101 101  (((
102 -= Applications =
50 += Create your application =
103 103  
104 -{{documentTree showTranslations="false" showAttachments="false" root="document:xwiki:Public.Applications.WebHome" limit="30" compact="true"/}}
105 -)))
52 +Go beyond the available extensions and define the //structure// of your data based on //your// needs, creating //your// own applications with [[App Within Minutes>>AppWithinMinutes]] (AWM).
106 106  
107 -(% class="col-xs-12 col-sm-2" %)
108 -(((
109 -= Administration =
110 -
111 -**[[Login>>path:${xwiki.getURL('XWiki.XWikiLogin', 'login')}]] required**
112 -
113 -If you do not have an account yet, you can [[register here>>path:${xwiki.getURL('XWiki.XWikiRegister', 'register')}]] for free.
54 +AWM will take care of making it easy for you and your users to create and manage the data.
114 114  )))
115 -
116 -(% class="col-xs-12 col-sm-2" %)
117 -(((
118 -= Integrations =
119 -
120 -**[[Login>>path:${xwiki.getURL('XWiki.XWikiLogin', 'login')}]] required**
121 -
122 -If you do not have an account yet, you can [[register here>>path:${xwiki.getURL('XWiki.XWikiRegister', 'register')}]] for free.
123 123  )))
124 -
125 -(% class="col-xs-12 col-sm-2" %)
126 -(((
127 -)))
128 -
129 -)))
130 -## class="row" closed
131 -
132 -#end
133 -## end Guest view
134 -
135 -## -------------------
136 -## start User group view
137 -## -------------------
138 -#if($xwiki.getUser($xcontext.user).isUserInGroup('XWiki.00-user'))
139 -
140 -(% class="row" %)
141 -(((
142 -
143 -(% class="col-xs-12 col-sm-2" %)
144 -(((
145 -)))
146 -
147 -(% class="col-xs-12 col-sm-2" %)
148 -(((
149 -= Getting Started =
150 -
151 -{{documentTree showTranslations="false" showAttachments="false" root="document:xwiki:Public.Getting-Started.WebHome" limit="30" compact="true"/}}
152 -)))
153 -
154 -(% class="col-xs-12 col-sm-2" %)
155 -(((
156 -= Applications =
157 -
158 -{{documentTree showTranslations="false" showAttachments="false" root="document:xwiki:Public.Applications.WebHome" limit="30" compact="true"/}}
159 -)))
160 -
161 -(% class="col-xs-12 col-sm-2" %)
162 -(((
163 -= Administration =
164 -
165 -**Approval pending**
166 -
167 -Please do have a little patience until all functions are available.
168 -)))
169 -
170 -(% class="col-xs-12 col-sm-2" %)
171 -(((
172 -= Integrations =
173 -
174 -**Approval pending**
175 -
176 -Please do have a little patience until all functions are available.
177 -)))
178 -
179 -(% class="col-xs-12 col-sm-2" %)
180 -(((
181 -)))
182 -
183 -)))
184 -## class="row" closed
185 -
186 -#end
187 -## end User group view
188 -
189 -## -------------------
190 -## start Customer group view
191 -## -------------------
192 -#if($xwiki.getUser($xcontext.user).isUserInGroup('XWiki.01-customer') or $xwiki.getUser($xcontext.user).isUserInGroup('XWiki.teamwire'))
193 -
194 -(% class="row" %)
195 -(((
196 -
197 -(% class="col-xs-12 col-sm-2" %)
198 -(((
199 -)))
200 -
201 -(% class="col-xs-12 col-sm-2" %)
202 -(((
203 -= Getting Started =
204 -
205 -{{documentTree showTranslations="false" showAttachments="false" root="document:xwiki:Public.Getting-Started.WebHome" limit="30" compact="true"/}}
206 -)))
207 -
208 -(% class="col-xs-12 col-sm-2" %)
209 -(((
210 -= Applications =
211 -
212 -{{documentTree showTranslations="false" showAttachments="false" root="document:xwiki:Public.Applications.WebHome" limit="30" compact="true"/}}
213 -)))
214 -
215 -(% class="col-xs-12 col-sm-2" %)
216 -(((
217 -= Administration =
218 -
219 -{{documentTree showTranslations="false" showAttachments="false" root="document:xwiki:Customer.Administration.WebHome" limit="30" compact="true"/}}
220 -)))
221 -
222 -(% class="col-xs-12 col-sm-2" %)
223 -(((
224 -= Integrations =
225 -
226 -{{documentTree showTranslations="false" showAttachments="false" root="document:xwiki:Customer.Integrations.WebHome" limit="30" compact="true"/}}
227 -)))
228 -
229 -(% class="col-xs-12 col-sm-2" %)
230 -(((
231 -)))
232 -
233 -)))
234 -## class="row" closed
235 -
236 -#end
237 -## end Customer group view
238 -
239 -## -------------------
240 -## start On-Premise group view
241 -## -------------------
242 -#if($xwiki.getUser($xcontext.user).isUserInGroup('XWiki.02-onpremise') or $xwiki.getUser($xcontext.user).isUserInGroup('XWiki.teamwire'))
243 -
244 -(% class="row" %)
245 -(((
246 -
247 -(% class="col-xs-12 col-sm-2" %)
248 -(((
249 -)))
250 -
251 -(% class="col-xs-12 col-sm-2" %)
252 -(((
253 -= On-Premise =
254 -
255 -{{documentTree showTranslations="false" showAttachments="false" root="document:xwiki:OnPremise.WebHome" limit="30" compact="true"/}}
256 -)))
257 -#end
258 -## end On-Premise group view
259 -
260 -## -------------------
261 -## start Partner group view
262 -## -------------------
263 -#if($xwiki.getUser($xcontext.user).isUserInGroup('XWiki.03-partner') or $xwiki.getUser($xcontext.user).isUserInGroup('XWiki.teamwire'))
264 -(% class="col-xs-12 col-sm-2" %)
265 -(((
266 -= Partner Data =
267 -
268 -{{documentTree showTranslations="false" showAttachments="false" root="document:xwiki:Partner.WebHome" limit="30" compact="true"/}}
269 -)))
270 -
271 -(% class="col-xs-12 col-sm-2" %)
272 -(((
273 -)))
274 -
275 -(% class="col-xs-12 col-sm-2" %)
276 -(((
277 -)))
278 -
279 -)))
280 -## class="row" closed
281 -
282 -#end
283 -## end Partner group view
284 -
285 -## ##
286 -
287 -## ##
288 -
289 -{{/velocity}}
XWiki.UIExtensionClass[0]
Asynchronous rendering
... ... @@ -1,1 +1,0 @@
1 -No
Cached
... ... @@ -1,1 +1,0 @@
1 -No
XWiki.XWikiRights[0]
Allow/Deny
... ... @@ -1,0 +1,1 @@
1 +Allow
Groups
... ... @@ -1,0 +1,1 @@
1 +XWiki.partners
Levels
... ... @@ -1,0 +1,1 @@
1 +view
XWiki.XWikiRights[2]
Allow/Deny
... ... @@ -1,0 +1,1 @@
1 +Deny
Groups
... ... @@ -1,0 +1,1 @@
1 +XWiki.customers
Levels
... ... @@ -1,0 +1,1 @@
1 +comment,edit
XWiki.XWikiRights[3]
Allow/Deny
... ... @@ -1,0 +1,1 @@
1 +Deny
Groups
... ... @@ -1,0 +1,1 @@
1 +XWiki.partners
Levels
... ... @@ -1,0 +1,1 @@
1 +comment,edit
XWiki.XWikiRights[4]
Allow/Deny
... ... @@ -1,0 +1,1 @@
1 +Allow
Levels
... ... @@ -1,0 +1,1 @@
1 +view
Users
... ... @@ -1,0 +1,1 @@
1 +XWiki.XWikiGuest
XWiki.XWikiRights[5]
Allow/Deny
... ... @@ -1,0 +1,1 @@
1 +Allow
Groups
... ... @@ -1,0 +1,1 @@
1 +XWiki.customers
Levels
... ... @@ -1,0 +1,1 @@
1 +view