Changes for page Dashboard

Last modified by Justin Morgan on 2019/11/15 23:51

From version 1.1
edited by Thomas Mortagne
on 2019/05/03 11:24
Change comment: Copied from template:Main.WebHome
To version 2.1
edited by Justin Morgan
on 2019/09/27 23:13
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -xwiki:XWiki.ThomasMortagne
1 +xwiki:XWiki.imamouse111
Content
... ... @@ -30,10 +30,19 @@
30 30  
31 31  You can also use the [[Sandbox>>Sandbox.WebHome]] for more demo content and generally a place to experiment with your wiki's features.
32 32  
33 - {{box}}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}}.{{/box}}
33 +{{code}}
34 +<b>BOLD</b>
35 +<i>italic</i>
36 +{{/code}}
34 34  
35 -(%class="row"%)(((
36 -(%class="col-xs-12 col-sm-6"%)(((
38 +{{box}}
39 +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}}.
40 +{{/box}}
41 +
42 +(% class="row" %)
43 +(((
44 +(% class="col-xs-12 col-sm-6" %)
45 +(((
37 37  = Extend your wiki =
38 38  
39 39  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&section=XWiki.Extensions')]]{{/velocity}} where you can search for and install extensions.
... ... @@ -40,7 +40,9 @@
40 40  
41 41  To browse through the 900+ community contributed extensions available for XWiki, head over to the [[Extensions Repository>>http://extensions.xwiki.org]].
42 42  )))
43 -(%class="col-xs-12 col-sm-6"%)(((
52 +
53 +(% class="col-xs-12 col-sm-6" %)
54 +(((
44 44  = Create your application =
45 45  
46 46  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).