Änderungen von Dokument Knowledge Base

Zuletzt geändert von teamwire001 am 2023/09/19 09:26

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 4.1
bearbeitet von teamwire001
am 2021/06/10 11:39
Änderungskommentar: restructure_06-2021

Zusammenfassung

Details

Seiteneigenschaften
Titel
... ... @@ -1,1 +1,1 @@
1 -Hauptseite
1 +Home
Dokument-Autor
... ... @@ -1,1 +1,1 @@
1 -XWiki.teamwire-admin
1 +XWiki.teamwire001
Inhalt
... ... @@ -1,50 +1,286 @@
1 -{{box cssClass="floatinginfobox"}}
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 +Erleichtern Sie sich und Ihren Kollegen den Umstieg auf die Teamwire App mithilfe von Benutzerhandbüchern und Kurzanleitungen. Umfangreiche Dokumentationen und aufgabenorientierte Howtos helfen Ihnen dabei Teamwire in unserer Cloud und auf Ihrer eigenen Serverumgebung optimal zu strukturieren und zu verwalten. Informieren Sie sich über neue Funktionen und Änderungen aus der Vergangenheit mit den Changelogs zur Teamwire App und Backendfunktionen.
11 +)))
12 +
13 +(% class="col-xs-12 col-sm-2" %)
14 +(((
15 +
16 +)))
17 +)))
18 +
19 +## ##
20 +
2 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>
11 -{{/html}}
12 -{{/velocity}}
13 -{{/box}}
22 +#set ($usersGroup = $xwiki.getUser($xcontext.user).isUserInGroup('XWiki.00-user'))
23 +#set ($customerGroup = $xwiki.getUser($xcontext.user).isUserInGroup('XWiki.01-customer'))
24 +#set ($onpremiseGroup = $xwiki.getUser($xcontext.user).isUserInGroup('XWiki.02-onpremise'))
25 +#set ($partnerGroup = $xwiki.getUser($xcontext.user).isUserInGroup('XWiki.03-partner'))
26 +#set ($marketingGroup = $xwiki.getUser($xcontext.user).isUserInGroup('XWiki.04-marketing'))
27 +#set ($teamwireGroup = $xwiki.getUser($xcontext.user).isUserInGroup('XWiki.teamwire'))
28 +#set($firstName =
29 +$xwiki.getDocument($context.user).getObject('XWiki.XWikiUsers').getProperty('first_name').getValue())
30 +#set($lastName
31 += $xwiki.getDocument($context.user).getObject('XWiki.XWikiUsers').getProperty('last_name').getValue())
14 14  
15 -= Willkommen in Ihrem Wiki =
33 +## -------------------
34 +## start Marketing group view
35 +## -------------------
36 +#if($xwiki.getUser($xcontext.user).isUserInGroup('XWiki.04-marketing') or $xwiki.getUser($xcontext.user).isUserInGroup('XWiki.teamwire'))
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.
38 +(% class="row" %)
39 +(((
18 18  
19 -XWiki kann als Wissensdatenbank (Support, Dokumentation, Vertrieb, etc.), für kollaborative Arbeitsbereiche oder sogar als komplettes Intranet genutzt werden.
41 +(% class="col-xs-12 col-sm-2" %)
42 +(((
43 +)))
20 20  
21 -= Die Grundlagen =
45 +(% class="col-xs-12 col-sm-3" %)
46 +(((
47 += Sales & Marketing =
22 22  
23 -Um das Meiste aus Ihrem Wiki herauszuholen, melden Sie sich an und:
49 +{{documentTree showTranslations="false" showAttachments="false" root="document:xwiki:Marketing.WebHome" limit="6" compact="true"/}}
50 +)))
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.
52 +(% class="col-xs-12 col-sm-2" %)
53 +(((
54 +)))
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.
56 +(% class="col-xs-12 col-sm-2" %)
57 +(((
58 +)))
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.
60 +(% class="col-xs-12 col-sm-2" %)
61 +(((
62 +)))
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.
64 +(% class="col-xs-12 col-sm-1" %)
65 +(((
66 +)))
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}}
68 +)))
69 +## class="row" closed
34 34  
35 -(%class="row"%)(((
36 -(%class="col-xs-12 col-sm-6"%)(((
37 -= Erweitern Sie Ihr Wiki =
71 +#end
72 +## end Marketing group view
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.
74 +## -------------------
75 +## start Guest view
76 +## -------------------
77 +#if($isGuest)
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.
79 +(% class="row" %)
80 +(((
81 +
82 +(% class="col-xs-12 col-sm-2" %)
83 +(((
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.
86 +(% class="col-xs-12 col-sm-2" %)
87 +(((
88 += Einstieg =
47 47  
48 -AWM übernimmtr Sie und Ihre Benutzer die einfache Erstellung und Verwaltung der Daten.
90 +{{documentTree showTranslations="false" showAttachments="false" root="document:xwiki:Public.Getting-Started.WebHome" limit="6" compact="true"/}}
49 49  )))
92 +
93 +(% class="col-xs-12 col-sm-2" %)
94 +(((
95 += Anwendungen =
96 +
97 +{{documentTree showTranslations="false" showAttachments="false" root="document:xwiki:Public.Applications.WebHome" limit="6" compact="true"/}}
50 50  )))
99 +
100 +(% class="col-xs-12 col-sm-2" %)
101 +(((
102 += Administration =
103 +
104 +**[[Login>>path:${xwiki.getURL('XWiki.XWikiLogin', 'login')}]] required**
105 +
106 +If you do not have an account
107 +yet, you can [[register here>>path:${xwiki.getURL('XWiki.XWikiRegister', 'register')}]] for free.
108 +)))
109 +
110 +(% class="col-xs-12 col-sm-2" %)
111 +(((
112 += Integrationen =
113 +
114 +**[[Login>>path:${xwiki.getURL('XWiki.XWikiLogin', 'login')}]] required**
115 +
116 +If you do not have an account
117 +yet, you can [[register here>>path:${xwiki.getURL('XWiki.XWikiRegister', 'register')}]] for free.
118 +)))
119 +
120 +(% class="col-xs-12 col-sm-2" %)
121 +(((
122 +)))
123 +
124 +)))
125 +## class="row" closed
126 +
127 +#end
128 +## end Guest view
129 +
130 +## -------------------
131 +## start User group view
132 +## -------------------
133 +#if($xwiki.getUser($xcontext.user).isUserInGroup('XWiki.00-user'))
134 +
135 +(% class="row" %)
136 +(((
137 +
138 +(% class="col-xs-12 col-sm-2" %)
139 +(((
140 +)))
141 +
142 +(% class="col-xs-12 col-sm-2" %)
143 +(((
144 += Einstieg =
145 +
146 +{{documentTree showTranslations="false" showAttachments="false" root="document:xwiki:Public.Getting-Started.WebHome" limit="6" compact="true"/}}
147 +)))
148 +
149 +(% class="col-xs-12 col-sm-2" %)
150 +(((
151 += Anwendungen =
152 +
153 +{{documentTree showTranslations="false" showAttachments="false" root="document:xwiki:Public.Applications.WebHome" limit="6" compact="true"/}}
154 +)))
155 +
156 +(% class="col-xs-12 col-sm-2" %)
157 +(((
158 += Administration =
159 +
160 +**Approval pending**
161 +
162 +Please do have a little patience
163 +until all functions are available.
164 +)))
165 +
166 +(% class="col-xs-12 col-sm-2" %)
167 +(((
168 += Integrationen =
169 +
170 +**Approval pending**
171 +
172 +Please do have a little patience
173 +until all functions are available.
174 +)))
175 +
176 +(% class="col-xs-12 col-sm-2" %)
177 +(((
178 +)))
179 +
180 +)))
181 +## class="row" closed
182 +
183 +#end
184 +## end User group view
185 +
186 +## -------------------
187 +## start Customer group view
188 +## -------------------
189 +#if($xwiki.getUser($xcontext.user).isUserInGroup('XWiki.01-customer') or $xwiki.getUser($xcontext.user).isUserInGroup('XWiki.teamwire'))
190 +
191 +(% class="row" %)
192 +(((
193 +
194 +(% class="col-xs-12 col-sm-2" %)
195 +(((
196 +)))
197 +
198 +(% class="col-xs-12 col-sm-2" %)
199 +(((
200 += Einstieg =
201 +
202 +{{documentTree showTranslations="false" showAttachments="false" root="document:xwiki:Public.Getting-Started.WebHome" limit="6" compact="true"/}}
203 +)))
204 +
205 +(% class="col-xs-12 col-sm-2" %)
206 +(((
207 += Anwendungen =
208 +
209 +{{documentTree showTranslations="false" showAttachments="false" root="document:xwiki:Public.Applications.WebHome" limit="6" compact="true"/}}
210 +)))
211 +
212 +(% class="col-xs-12 col-sm-2" %)
213 +(((
214 += Administration =
215 +
216 +{{documentTree showTranslations="false" showAttachments="false" root="document:xwiki:Customer.Administration.WebHome" limit="6" compact="true"/}}
217 +)))
218 +
219 +(% class="col-xs-12 col-sm-2" %)
220 +(((
221 += Integrationen =
222 +
223 +{{documentTree showTranslations="false" showAttachments="false" root="document:xwiki:Customer.Integrations.WebHome" limit="6" compact="true"/}}
224 +)))
225 +
226 +(% class="col-xs-12 col-sm-2" %)
227 +(((
228 +)))
229 +
230 +)))
231 +## class="row" closed
232 +
233 +#end
234 +## end Customer group view
235 +
236 +## -------------------
237 +## start On-Premise group view
238 +## -------------------
239 +#if($xwiki.getUser($xcontext.user).isUserInGroup('XWiki.02-onpremise') or $xwiki.getUser($xcontext.user).isUserInGroup('XWiki.teamwire'))
240 +
241 +(% class="row" %)
242 +(((
243 +
244 +(% class="col-xs-12 col-sm-2" %)
245 +(((
246 +)))
247 +
248 +(% class="col-xs-12 col-sm-2" %)
249 +(((
250 += On-Premise =
251 +
252 +{{documentTree showTranslations="false" edges="true" showAttachments="false" root="document:xwiki:OnPremise.WebHome" limit="6" compact="true"/}}
253 +)))
254 +#end
255 +## end On-Premise group view
256 +
257 +## -------------------
258 +## start Partner group view
259 +## -------------------
260 +#if($xwiki.getUser($xcontext.user).isUserInGroup('XWiki.03-partner') or $xwiki.getUser($xcontext.user).isUserInGroup('XWiki.teamwire'))
261 +(% class="col-xs-12 col-sm-2" %)
262 +(((
263 += Partner Daten =
264 +
265 +{{documentTree showTranslations="false" showAttachments="false" root="document:xwiki:Partner.WebHome" limit="6" compact="true"/}}
266 +)))
267 +
268 +(% class="col-xs-12 col-sm-2" %)
269 +(((
270 +)))
271 +
272 +(% class="col-xs-12 col-sm-2" %)
273 +(((
274 +)))
275 +
276 +)))
277 +## class="row" closed
278 +
279 +#end
280 +## end Partner group view
281 +
282 +## ##
283 +
284 +## ##
285 +
286 +{{/velocity}}