Änderungen von Dokument Knowledge Base

Zuletzt geändert von teamwire001 am 2025/05/30 07:19

Von Version 1.1
bearbeitet von teamwire-admin
am 2020/08/26 13:09
Änderungskommentar: Install extension [org.xwiki.platform:xwiki-platform-distribution-flavor-common/11.10.8]
Auf Version 6.2
bearbeitet von teamwire001
am 2025/05/30 07:19
Änderungskommentar: fix link

Zusammenfassung

Details

Seiteneigenschaften
Titel
... ... @@ -1,1 +1,1 @@
1 -Hauptseite
1 +Knowledge Base
Dokument-Autor
... ... @@ -1,1 +1,1 @@
1 -XWiki.teamwire-admin
1 +XWiki.teamwire001
Inhalt
... ... @@ -1,50 +1,291 @@
1 -{{box cssClass="floatinginfobox"}}
2 -{{velocity}}
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>
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 +Strukturierte Benutzerhandbücher und Kurzanleitungen erleichtern die Nutzung unseres Business Messengers für Sie und Kollegen. Technische Dokumentationen und aufgabenorientierte Howtos helfen Teamwire in unserer Cloud und auf eigenen Servern optimal aufzusetzen und zu verwalten. Changelogs zur Teamwire App und Servern informieren Sie über neue Funktionen und alle Änderungen.
11 +## ##
12 +
13 +{{html}}
14 +<a target="_self" href="https://wiki.teamwire.eu/bin/view/Public/FAQ" style="text-decoration: none;">
15 + <button class="btn btn-default" type="button" style="width: 200px; height: 50px;">FAQ</button>
16 +</a>
11 11  {{/html}}
12 -{{/velocity}}
13 -{{/box}}
14 14  
15 -= Willkommen in Ihrem Wiki =
19 +Wir haben einen neuen Bereich eingerichtet, der Antworten auf häufige Fragen zu Funktionen, Administration, Servermanagement und Fehlerbehebung bereitstellt!
20 +)))
16 16  
17 -XWiki ist das beste Werkzeug, um Ihr Wissen zu organisieren und zu verwalten. Ein //Wiki// ist aufgeteilt in eine Hierarchie von //Seiten//. Sie können mehrere Wikis erstellen, jedes mit einem eigenen Satz von Seiten.
22 +(% class="col-xs-12 col-sm-2" %)
23 +(((
24 +
25 +)))
26 +)))
18 18  
19 -XWiki kann als Wissensdatenbank (Support, Dokumentation, Vertrieb, etc.), für kollaborative Arbeitsbereiche oder sogar als komplettes Intranet genutzt werden.
28 +## ##
20 20  
21 -= Die Grundlagen =
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())
22 22  
23 -Um das Meiste aus Ihrem Wiki herauszuholen, melden Sie sich an und:
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'))
24 24  
25 -Verwenden Sie die {{velocity}}$services.icon.render('pencil'){{/velocity}} Schaltfläche oberhalb, um diese Seite zu //bearbeiten// und beginnen Sie damit, das Wiki Ihren Vorstellungen anzupassen.
47 +(% class="row" %)
48 +(((
26 26  
27 -Verwenden Sie die {{velocity}}$services.icon.render('add'){{/velocity}} Schaltfläche oberhalb, um neue Seiten zu //erstellen// und erzeugen Sie eine //Hierarchie//, die Ihre Informationen am besten organisiert.
50 +(% class="col-xs-12 col-sm-2" %)
51 +(((
52 +)))
28 28  
29 -Verwenden Sie die {{velocity}}$services.icon.render('home'){{/velocity}} Breadcrumbs über dem Titel, um innerhalb Ihrer Seiten zu navigieren. Ohne diese ist es leicht, sich in einem großen Wiki zu verirren.
54 +(% class="col-xs-12 col-sm-3" %)
55 +(((
56 += Sales & Marketing =
30 30  
31 -Außerdem können Sie den [[Sandkasten>>Sandbox.WebHome]] verwenden, um weitere Demo-Inhalte anzusehen und die einzelnen Funktionen des Wikis auszuprobieren und besser kennenzulernen.
58 +{{documentTree showTranslations="false" showAttachments="false" root="document:xwiki:Marketing.WebHome" limit="30" compact="true"/}}
59 +)))
32 32  
33 - {{box}}Mit dem {{velocity}}[[Getting Started Guide>>http://www.xwiki.org/xwiki/bin/view/Documentation/UserGuide/GettingStarted/WebHome?version=$xwiki.version]]{{/velocity}} erfahren Sie mehr darüber, wie Sie XWiki verwenden.{{/box}}
61 +(% class="col-xs-12 col-sm-2" %)
62 +(((
63 +)))
34 34  
35 -(%class="row"%)(((
36 -(%class="col-xs-12 col-sm-6"%)(((
37 -= Erweitern Sie Ihr Wiki =
65 +(% class="col-xs-12 col-sm-2" %)
66 +(((
67 +)))
38 38  
39 -Um die Leistungsfähigkeit zu erhöhen und den Funktionsumfang Ihres Wikis zu erweitern, verwenden Sie den {{velocity}}[[Extension Manager>>path:$xwiki.getURL($services.model.createDocumentReference('wiki', 'XWiki', 'XWikiPreferences'), 'admin', 'editor=globaladmin&section=XWiki.Extensions')]]{{/velocity}}, um Erweiterungen zu suchen und zu installieren.
69 +(% class="col-xs-12 col-sm-2" %)
70 +(((
71 +)))
40 40  
41 -Benutzen Sie das [[Erweiterungsverzeichnis>>http://extensions.xwiki.org]], um durch die mehr als 900 für XWiki verfügbaren Community-Erweiterungen zu blättern.
73 +(% class="col-xs-12 col-sm-1" %)
74 +(((
42 42  )))
43 -(%class="col-xs-12 col-sm-6"%)(((
44 -= Erstellen Sie Ihre Anwendung =
45 45  
46 -Gehen Sie über die verfügbaren Erweiterungen hinaus und definieren Sie die //Struktur// Ihrer Daten basierend auf //Ihrem// Bedarf, indem Sie //Ihre// eigenen Anwendungen mit [[App Within Minutes>>AppWithinMinutes]] (AWM) erstellen.
77 +)))
78 +## class="row" closed
47 47  
48 -AWM übernimmt für Sie und Ihre Benutzer die einfache Erstellung und Verwaltung der Daten.
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 +(((
49 49  )))
94 +
95 +(% class="col-xs-12 col-sm-2" %)
96 +(((
97 += Einstieg =
98 +
99 +{{documentTree showTranslations="false" showAttachments="false" root="document:xwiki:Public.Getting-Started.WebHome" limit="30" compact="true"/}}
50 50  )))
101 +
102 +(% class="col-xs-12 col-sm-2" %)
103 +(((
104 += Anwendungen =
105 +
106 +{{documentTree showTranslations="false" showAttachments="false" root="document:xwiki:Public.Applications.WebHome" limit="30" compact="true"/}}
107 +)))
108 +
109 +(% class="col-xs-12 col-sm-2" %)
110 +(((
111 += Administration =
112 +
113 +**[[Anmeldung>>path:${xwiki.getURL('XWiki.XWikiLogin', 'login')}]] erforderlich**
114 +
115 +Falls Sie noch keinen Account haben, können Sie sich [[kostenlos registrieren>>path:${xwiki.getURL('XWiki.XWikiRegister', 'register')}]].
116 +)))
117 +
118 +(% class="col-xs-12 col-sm-2" %)
119 +(((
120 += Integrationen =
121 +
122 +**[[Anmeldung>>path:${xwiki.getURL('XWiki.XWikiLogin', 'login')}]] erforderlich**
123 +
124 +Falls Sie noch keinen Account haben, können Sie sich [[kostenlos registrieren>>path:${xwiki.getURL('XWiki.XWikiRegister', 'register')}]].
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 += Einstieg =
152 +
153 +{{documentTree showTranslations="false" showAttachments="false" root="document:xwiki:Public.Getting-Started.WebHome" limit="30" compact="true"/}}
154 +)))
155 +
156 +(% class="col-xs-12 col-sm-2" %)
157 +(((
158 += Anwendungen =
159 +
160 +{{documentTree showTranslations="false" showAttachments="false" root="document:xwiki:Public.Applications.WebHome" limit="30" compact="true"/}}
161 +)))
162 +
163 +(% class="col-xs-12 col-sm-2" %)
164 +(((
165 += Administration =
166 +
167 +**Freigabe ausstehend**
168 +
169 +Bitte haben Sie ein wenig Geduld bis alle Funktionen verfügbar sind.
170 +)))
171 +
172 +(% class="col-xs-12 col-sm-2" %)
173 +(((
174 += Integrationen =
175 +
176 +**Freigabe ausstehend**
177 +
178 +Bitte haben Sie ein wenig Geduld bis alle Funktionen verfügbar sind.
179 +)))
180 +
181 +(% class="col-xs-12 col-sm-2" %)
182 +(((
183 +)))
184 +
185 +)))
186 +## class="row" closed
187 +
188 +#end
189 +## end User group view
190 +
191 +## -------------------
192 +## start Customer group view
193 +## -------------------
194 +#if($xwiki.getUser($xcontext.user).isUserInGroup('XWiki.01-customer') or $xwiki.getUser($xcontext.user).isUserInGroup('XWiki.teamwire'))
195 +
196 +(% class="row" %)
197 +(((
198 +
199 +(% class="col-xs-12 col-sm-2" %)
200 +(((
201 +)))
202 +
203 +(% class="col-xs-12 col-sm-2" %)
204 +(((
205 += Einstieg =
206 +
207 +{{documentTree showTranslations="false" showAttachments="false" root="document:xwiki:Public.Getting-Started.WebHome" limit="30" compact="true"/}}
208 +)))
209 +
210 +(% class="col-xs-12 col-sm-2" %)
211 +(((
212 += Anwendungen =
213 +
214 +{{documentTree showTranslations="false" showAttachments="false" root="document:xwiki:Public.Applications.WebHome" limit="30" compact="true"/}}
215 +)))
216 +
217 +(% class="col-xs-12 col-sm-2" %)
218 +(((
219 += Administration =
220 +
221 +{{documentTree showTranslations="false" showAttachments="false" root="document:xwiki:Customer.Administration.WebHome" limit="30" compact="true"/}}
222 +)))
223 +
224 +(% class="col-xs-12 col-sm-2" %)
225 +(((
226 += Integrationen =
227 +
228 +{{documentTree showTranslations="false" showAttachments="false" root="document:xwiki:Customer.Integrations.WebHome" limit="30" compact="true"/}}
229 +)))
230 +
231 +(% class="col-xs-12 col-sm-2" %)
232 +(((
233 +)))
234 +
235 +)))
236 +## class="row" closed
237 +
238 +#end
239 +## end Customer group view
240 +
241 +## -------------------
242 +## start On-Premise group view
243 +## -------------------
244 +#if($xwiki.getUser($xcontext.user).isUserInGroup('XWiki.02-onpremise') or $xwiki.getUser($xcontext.user).isUserInGroup('XWiki.teamwire'))
245 +
246 +(% class="row" %)
247 +(((
248 +
249 +(% class="col-xs-12 col-sm-2" %)
250 +(((
251 +)))
252 +
253 +(% class="col-xs-12 col-sm-2" %)
254 +(((
255 += On-Premise =
256 +
257 +{{documentTree showTranslations="false" showAttachments="false" root="document:xwiki:OnPremise.WebHome" limit="30" compact="true"/}}
258 +)))
259 +#end
260 +## end On-Premise group view
261 +
262 +## -------------------
263 +## start Partner group view
264 +## -------------------
265 +#if($xwiki.getUser($xcontext.user).isUserInGroup('XWiki.03-partner') or $xwiki.getUser($xcontext.user).isUserInGroup('XWiki.teamwire'))
266 +(% class="col-xs-12 col-sm-2" %)
267 +(((
268 += Partner Daten =
269 +
270 +{{documentTree showTranslations="false" showAttachments="false" root="document:xwiki:Partner.WebHome" limit="30" compact="true"/}}
271 +)))
272 +
273 +(% class="col-xs-12 col-sm-2" %)
274 +(((
275 +)))
276 +
277 +(% class="col-xs-12 col-sm-2" %)
278 +(((
279 +)))
280 +
281 +)))
282 +## class="row" closed
283 +
284 +#end
285 +## end Partner group view
286 +
287 +## ##
288 +
289 +## ##
290 +
291 +{{/velocity}}