Changes for page Knowledge Base
Last modified by teamwire001 on 2024/01/17 07:57
From version 1.60
edited by teamwire006
on 2020/10/13 13:39
on 2020/10/13 13:39
Change comment:
deny script right for XWiki.users
To version 2.1
edited by teamwire001
on 2020/10/14 10:50
on 2020/10/14 10:50
Change comment:
There is no comment for this version
Summary
-
Page properties (2 modified, 0 added, 0 removed)
Details
- Page properties
-
- Author
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki.teamwire00 61 +XWiki.teamwire001 - Content
-
... ... @@ -1,56 +2,122 @@ 1 -{{box cssClass="floatinginfobox"}} 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}} 14 14 15 - =Welcometo your wiki =3 +#if ($isGuest) 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. 5 +(% style="text-align:center" %) 6 +((( 7 +(% class="lead" %) 8 +Find information and all documentation about the Teamwire apps, server and integrations. 18 18 19 - XWikican be used asa knowledgebase (support, documentation, sales,etc.),forcollaborativeworkspacesor evenas a completeintranet.10 +(% class="btn btn-twcollapsible" %) ((( (% class="lead" %)[[LOGIN>>path:${xwiki.getURL('XWiki.XWikiLogin', 'login')}]] ))) 20 20 21 - =The basics =12 +## ## 22 22 23 - Tomake the most out of your wiki, log-in and:14 +## ## 24 24 25 - Usethe {{velocity}}$services.icon.render('pencil'){{/velocity}} button above to //edit// this page and start customizing your wiki to your needs.16 +## ## 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. 18 +(% class="lead" %) 19 +You don't have an account yet? 20 +[[Please register>>path:${xwiki.getURL('XWiki.XWikiRegister', 'register')}]] 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. 22 +Please Note: 23 +You will be granted access to FAQs, changelogs and documentation manually by the Teamwire staff. 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. 25 +For further questions please contact [[mailto:support@teamwire.eu]]. 26 +))) 27 +#else 28 +#end 29 +#set ($customersGroup = $xwiki.getUser($xcontext.user).isUserInGroup('XWiki.users')) 30 +#set ($customersGroup = $xwiki.getUser($xcontext.user).isUserInGroup('XWiki.customers')) 31 +#set ($partnersGroup = $xwiki.getUser($xcontext.user).isUserInGroup('XWiki.partners')) 32 +#set ($teamwireGroup = $xwiki.getUser($xcontext.user).isUserInGroup('XWiki.teamwire')) 33 +#set($firstName = 34 +$xwiki.getDocument($context.user).getObject('XWiki.XWikiUsers').getProperty('first_name').getValue()) 35 +#set($lastName 36 += $xwiki.getDocument($context.user).getObject('XWiki.XWikiUsers').getProperty('last_name').getValue()) 37 +## Users 38 +#if($xwiki.getUser($xcontext.user).isUserInGroup('XWiki.users')) 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}} 40 +(% style="text-align:center" %) 41 +((( 42 +(% class="lead" %) 43 +Hi $firstName! 36 36 37 -(%class="row"%) 45 +(% class="lead" %) 46 +It seems you have not been granted the necessary access rights yet to see any FAQs, changelogs and documentation. 47 +The Teamwire staff will upgrade your user soon. 48 + 49 +For further questions please contact [[mailto:support@teamwire.eu]]. 50 +))) 51 +#end 52 +## Customers 53 +#if($xwiki.getUser($xcontext.user).isUserInGroup('XWiki.customers') or $xwiki.getUser($xcontext.user).isUserInGroup('XWiki.teamwire')) 54 + 55 +(% style="text-align:center" %) 38 38 ((( 39 -(%class="col-xs-12 col-sm-6"%) 57 +(% class="lead" %) 58 +Hi $firstName! 59 + 60 +(% class="lead" %) 61 +We are happy to see you around. What information are you looking for? 62 +))) 63 + 64 +## ## 65 + 66 +## ## 67 + 68 +(% class="row" %) 40 40 ((( 41 -= Extend your wiki = 70 +(% class="col-xs-12 col-sm-4" %) 71 +((( 72 +(% style="text-align:center" %) 73 +((( 74 +[[image:dappsandclients.png>>doc:Customer.Apps.WebHome]] 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. 76 +(% class="lead" %) 77 +[[Apps and Clients>>doc:Customer.Apps.WebHome]] 78 +))) 79 +))) 44 44 45 -To browse through the 900+ community contributed extensions available for XWiki, head over to the [[Extensions Repository>>http://extensions.xwiki.org]]. 81 +(% class="col-xs-12 col-sm-4" %) 82 +((( 83 +(% style="text-align:center" %) 84 +((( 85 +[[image:ddashboard.png>>doc:Customer.Dashboard.WebHome]] 86 + 87 +(% class="lead" %) 88 +[[Dashboard>>doc:Customer.Dashboard.WebHome]] 46 46 ))) 90 +))) 47 47 48 -(%class="col-xs-12 col-sm- 6"%)92 +(% class="col-xs-12 col-sm-4" %) 49 49 ((( 50 -= Create your application = 94 +(% style="text-align:center" %) 95 +((( 96 +[[image:dintegrations.png>>doc:Customer.Integrations.WebHome]] 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). 98 +(% class="lead" %) 99 +[[Integrations>>doc:Customer.Integrations.WebHome]] 100 +))) 101 +))) 102 +))) 103 +#end 104 +## Partners 105 +#if($xwiki.getUser($xcontext.user).isUserInGroup('XWiki.partners') or $xwiki.getUser($xcontext.user).isUserInGroup('XWiki.teamwire')) 53 53 54 -AWM will take care of making it easy for you and your users to create and manage the data. 107 +(% class="row" %) 108 +((( 109 +(% class="col-xs-12 col-sm-12" %) 110 +((( 111 +(% style="text-align:center" %) 112 +((( 113 +[[image:dserver.png>>doc:Partner.Teamwire Server.WebHome]] 114 + 115 +(% class="lead" %) 116 +[[Server>>doc:Partner.Teamwire Server.WebHome]] 55 55 ))) 56 56 ))) 119 +))) 120 +#end 121 + 122 +{{/velocity}}