Changes for page

Last modified by Aurelie Bertrand on 2024/05/22 16:13

From version 1.2
edited by Admin DD
on 2024/03/20 17:33
Change comment: There is no comment for this version
To version 2.1
edited by Admin DD
on 2024/03/20 17:33
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -1,10 +1,8 @@
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()
1 +HTTP header "forwarded": null
2 +HTTP header "x-forwarded-host": null
3 +Application server port: 80
4 +https:~/~/doc-new.digdash.com:80\\
5 5  
6 - println org.xwiki.container.servlet.HttpServletUtils.getSourceBaseURL(xcontext.request)
7 -{{/groovy}}
8 8  == Welcome to your wiki ==
9 9  
10 10  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.
... ... @@ -15,15 +15,15 @@
15 15  
16 16  To make the most out of your wiki, log-in and:
17 17  
18 -Use the {{displayIcon name="pencil"/}} button above to //edit// this page and start customizing your wiki to your needs.
16 +Use the button above to //edit// this page and start customizing your wiki to your needs.
19 19  
20 -Use the {{displayIcon name="add"/}} button above to //add// more pages to your wiki and create the //hierarchy// that best organizes your content.
18 +Use the button above to //add// more pages to your wiki and create the //hierarchy// that best organizes your content.
21 21  
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.
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.
23 23  
24 -You can also use the [[Sandbox>>Sandbox.WebHome]] for more demo content and generally a place to experiment with your wiki's features.
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.
25 25  
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}}
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]].
27 27  
28 28  (% class="row" %)
29 29  (((
... ... @@ -31,9 +31,9 @@
31 31  (((
32 32  == Extend your wiki ==
33 33  
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&section=XWiki.Extensions"]] where you can search for and install extensions.
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&section=XWiki.Extensions]] where you can search for and install extensions.
35 35  
36 -To browse through the 900+ community contributed extensions available for XWiki, head over to the [[Extensions Repository>>http://extensions.xwiki.org]].
34 +To browse through the 900+ community contributed extensions available for XWiki, head over to the [[Extensions Repository>>url:http://extensions.xwiki.org]].
37 37  )))
38 38  
39 39  (% class="col-xs-12 col-sm-6" %)
... ... @@ -40,7 +40,7 @@
40 40  (((
41 41  == Create your application ==
42 42  
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).
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).
44 44  
45 45  AWM will take care of making it easy for you and your users to create and manage the data.
46 46  )))