Changes for page Knowledge Base
Last modified by teamwire001 on 2025/05/13 06:43
From version 1.1
edited by teamwire-admin
on 2020/08/26 13:09
on 2020/08/26 13:09
Change comment:
Install extension [org.xwiki.platform:xwiki-platform-distribution-flavor-common/11.10.8]
Summary
-
Page properties (3 modified, 0 added, 0 removed)
-
Objects (0 modified, 1 added, 0 removed)
Details
- Page properties
-
- Title
-
... ... @@ -1,1 +1,1 @@ 1 - Home1 +Knowledge Base - Author
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki.teamwire -admin1 +XWiki.teamwire001 - Content
-
... ... @@ -1,56 +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 +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 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 -= Welcome to your wiki = 19 +Visit our new FAQ section. It covers questions about features, administration, server management and troubleshooting! 20 +))) 16 16 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. 22 +(% class="col-xs-12 col-sm-2" %) 23 +((( 24 + 25 +))) 26 +))) 18 18 19 - XWikican be used as a knowledge base (support, documentation, sales, etc.), for collaborative workspaces or even as a complete intranet.28 +## ## 20 20 21 -= The basics = 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 -To make the most out of your wiki, log-in and: 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 -Use the {{velocity}}$services.icon.render('pencil'){{/velocity}} button above to //edit// this page and start customizing your wiki to your needs. 47 +(% class="row" %) 48 +((( 26 26 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. 50 +(% class="col-xs-12 col-sm-2" %) 51 +((( 52 +))) 28 28 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. 54 +(% class="col-xs-12 col-sm-3" %) 55 +((( 56 += Sales & Marketing = 30 30 31 -You can also use the [[Sandbox>>Sandbox.WebHome]] for more demo content and generally a place to experiment with your wiki's features. 58 +{{documentTree showTranslations="false" showAttachments="false" root="document:xwiki:Marketing.WebHome" limit="30" compact="true"/}} 59 +))) 32 32 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}}61 +(% class="col-xs-12 col-sm-2" %) 62 +((( 63 +))) 36 36 37 -(%class=" row"%)65 +(% class="col-xs-12 col-sm-2" %) 38 38 ((( 39 -(%class="col-xs-12 col-sm-6"%) 67 +))) 68 + 69 +(% class="col-xs-12 col-sm-2" %) 40 40 ((( 41 - = Extend your wiki =71 +))) 42 42 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§ion=XWiki.Extensions')]]{{/velocity}} where you can search for and install extensions. 73 +(% class="col-xs-12 col-sm-1" %) 74 +((( 75 +))) 44 44 45 -To browse through the 900+ community contributed extensions available for XWiki, head over to the [[Extensions Repository>>http://extensions.xwiki.org]]. 46 46 ))) 78 +## class="row" closed 47 47 48 -(%class="col-xs-12 col-sm-6"%) 80 +#end 81 +## end Marketing group view 82 + 83 +## ------------------- 84 +## start Guest view 85 +## ------------------- 86 +#if($isGuest) 87 + 88 +(% class="row" %) 49 49 ((( 50 -= Create your application = 51 51 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). 91 +(% class="col-xs-12 col-sm-2" %) 92 +((( 93 +))) 53 53 54 -AWM will take care of making it easy for you and your users to create and manage the data. 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="30" compact="true"/}} 55 55 ))) 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="30" compact="true"/}} 56 56 ))) 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="30" 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="30" compact="true"/}} 161 +))) 162 + 163 +(% class="col-xs-12 col-sm-2" %) 164 +((( 165 += Administration = 166 + 167 +**Approval pending** 168 + 169 +Please do have a little patience until all functions are available. 170 +))) 171 + 172 +(% class="col-xs-12 col-sm-2" %) 173 +((( 174 += Integrations = 175 + 176 +**Approval pending** 177 + 178 +Please do have a little patience until all functions are available. 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 += Getting Started = 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 += Applications = 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 += Integrations = 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 Data = 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}}
- XWiki.UIExtensionClass[0]
-
- Asynchronous rendering
-
... ... @@ -1,0 +1,1 @@ 1 +No - Cached
-
... ... @@ -1,0 +1,1 @@ 1 +No