Changes for page Knowledge Base
Last modified by teamwire001 on 2024/01/17 07:57
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]
To version 16.1
edited by teamwire001
on 2021/06/10 10:06
on 2021/06/10 10:06
Change comment:
Deleted image "dserver.png"
Summary
-
Page properties (2 modified, 0 added, 0 removed)
Details
- Page properties
-
- Author
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki.teamwire -admin1 +XWiki.teamwire001 - Content
-
... ... @@ -1,56 +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 +Make an easy transition to Teamwire with our user manuals and quick start guides. Comprehensive documentation and task-oriented how-tos help you to structure and manage Teamwire in our cloud and on your own server environment. Learn about new features and past changes of the Teamwire app and its backend from our changelogs. 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 -= Welcome to your 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 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. 38 +(% class="row" %) 39 +((( 18 18 19 -XWiki can be used as a knowledge base (support, documentation, sales, etc.), for collaborative workspaces or even as a complete intranet. 41 +(% class="col-xs-12 col-sm-2" %) 42 +((( 43 +))) 20 20 21 -= The basics = 45 +(% class="col-xs-12 col-sm-3" %) 46 +((( 47 += Sales & Marketing = 22 22 23 -To make the most out of your wiki, log-in and: 49 +{{documentTree showTranslations="false" showAttachments="false" root="document:xwiki:Marketing.WebHome" limit="6" compact="true"/}} 50 +))) 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. 52 +(% class="col-xs-12 col-sm-2" %) 53 +((( 54 +))) 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. 56 +(% class="col-xs-12 col-sm-2" %) 57 +((( 58 +))) 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. 60 +(% class="col-xs-12 col-sm-2" %) 61 +((( 62 +))) 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. 64 +(% class="col-xs-12 col-sm-1" %) 65 +((( 66 +))) 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}} 68 +))) 69 +## class="row" closed 36 36 37 -(%class="row"%) 71 +#end 72 +## end Marketing group view 73 + 74 +## ------------------- 75 +## start Guest view 76 +## ------------------- 77 +#if($isGuest) 78 + 79 +(% class="row" %) 38 38 ((( 39 -(%class="col-xs-12 col-sm-6"%) 81 + 82 +(% class="col-xs-12 col-sm-2" %) 40 40 ((( 41 - = Extend your wiki =84 +))) 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. 86 +(% class="col-xs-12 col-sm-2" %) 87 +((( 88 += Getting Started = 44 44 45 - Tobrowse through the 900+community contributedextensionsvailablefor XWiki,headovertothe[[ExtensionsRepository>>http://extensions.xwiki.org]].90 +{{documentTree showTranslations="false" showAttachments="false" root="document:xwiki:Public.Getting-Started.WebHome" limit="6" compact="true"/}} 46 46 ))) 47 47 48 -(%class="col-xs-12 col-sm- 6"%)93 +(% class="col-xs-12 col-sm-2" %) 49 49 ((( 50 -= Create your application =95 += Applications = 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). 97 +{{documentTree showTranslations="false" showAttachments="false" root="document:xwiki:Public.Applications.WebHome" limit="6" compact="true"/}} 98 +))) 53 53 54 -AWM will take care of making it easy for you and your users to create and manage the data. 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. 55 55 ))) 109 + 110 +(% class="col-xs-12 col-sm-2" %) 111 +((( 112 += Integrations = 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. 56 56 ))) 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 += Getting Started = 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 += Applications = 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 += Integrations = 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 += Getting Started = 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 += Applications = 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 += Integrations = 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 Data = 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}}