Last modified by Aurelie Bertrand on 2024/05/22 16:13
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -1,8 +1,10 @@ 1 - HTTP header "forwarded": null2 -HTTP header " x-forwarded-host": null3 - Applicationrport:804 - https:~/~/doc-new.digdash.com:80\\1 +{{groovy wiki="false"}} 2 + println 'HTTP header "forwarded": ' + xcontext.request.getHeader('forwarded') 3 + println 'HTTP header "x-forwarded-host": ' + org.xwiki.container.servlet.HttpServletUtils.getFirstHeaderValue(xcontext.request, 'x-forwarded-host') 4 + println 'Application server port: ' + xcontext.request.getServerPort() 5 5 6 + println org.xwiki.container.servlet.HttpServletUtils.getSourceBaseURL(xcontext.request) 7 +{{/groovy}} 6 6 == Welcome to your wiki == 7 7 8 8 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. ... ... @@ -13,15 +13,15 @@ 13 13 14 14 To make the most out of your wiki, log-in and: 15 15 16 -Use the button above to //edit// this page and start customizing your wiki to your needs. 18 +Use the {{displayIcon name="pencil"/}} button above to //edit// this page and start customizing your wiki to your needs. 17 17 18 -Use the button above to //add// more pages to your wiki and create the //hierarchy// that best organizes your content. 20 +Use the {{displayIcon name="add"/}} button above to //add// more pages to your wiki and create the //hierarchy// that best organizes your content. 19 19 20 -Use the breadcrumbs located above the title to //navigate// inside your pages. It's easy to get lost in a big wiki without them. 22 +Use the {{displayIcon name="home"/}} breadcrumbs located above the title to //navigate// inside your pages. It's easy to get lost in a big wiki without them. 21 21 22 -You can also use the [[Sandbox>> path:/xwiki/bin/view/Sandbox/]] for more demo content and generally a place to experiment with your wiki's features.24 +You can also use the [[Sandbox>>Sandbox.WebHome]] for more demo content and generally a place to experiment with your wiki's features. 23 23 24 - (% class="box" %)Learn more on how to use XWiki with the [[Getting Started Guide>>url:http://www.xwiki.org/xwiki/bin/view/Documentation/UserGuide/GettingStarted/WebHome]].26 + {{box}}Learn more on how to use XWiki with the [[Getting Started Guide>>http://www.xwiki.org/xwiki/bin/view/Documentation/UserGuide/GettingStarted/WebHome]].{{/box}} 25 25 26 26 (% class="row" %) 27 27 ((( ... ... @@ -29,9 +29,9 @@ 29 29 ((( 30 30 == Extend your wiki == 31 31 32 -To extend the power and functionalities of your wiki with the features that //you// need, head over to the [[Extension Manager>> path:/xwiki/bin/view/XWiki/XWikiPreferences?editor=globaladmin§ion=XWiki.Extensions]] where you can search for and install extensions.34 +To extend the power and functionalities of your wiki with the features that //you// need, head over to the [[Extension Manager>>XWiki.XWikiPreferences||queryString="editor=globaladmin§ion=XWiki.Extensions"]] where you can search for and install extensions. 33 33 34 -To browse through the 900+ community contributed extensions available for XWiki, head over to the [[Extensions Repository>> url:http://extensions.xwiki.org]].36 +To browse through the 900+ community contributed extensions available for XWiki, head over to the [[Extensions Repository>>http://extensions.xwiki.org]]. 35 35 ))) 36 36 37 37 (% class="col-xs-12 col-sm-6" %) ... ... @@ -38,7 +38,7 @@ 38 38 ((( 39 39 == Create your application == 40 40 41 -Go beyond the available extensions and define the //structure// of your data based on //your// needs, creating //your// own applications with [[App Within Minutes>> path:/xwiki/bin/view/AppWithinMinutes/]] (AWM).43 +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). 42 42 43 43 AWM will take care of making it easy for you and your users to create and manage the data. 44 44 )))