Changes for page Skins
Last modified by Manuel Leduc on 2021/09/13
Change comment:
There is no comment for this version
Summary
-
Page properties (3 modified, 0 added, 0 removed)
Details
- Page properties
-
- Title
-
... ... @@ -1,0 +1,1 @@ 1 +What is a XWiki Skin used for ? - Author
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki.Si lviaRusu1 +XWiki.ManuelSmeria - Content
-
... ... @@ -1,26 +1,25 @@ 1 -(% class="floatinginfobox" %) 2 -((( 3 -**Contents** 4 - 1 +{{box cssClass="floatinginfobox" title="**Contents**"}} 5 5 {{toc/}} 6 - )))3 +{{/box}} 7 7 8 -= What is a XWiki Skin used for? = 9 - 10 -An XWiki Skin is used to customize the interface of a XWiki Enterprise instance. 5 +A XWiki skin is used to customize the interface of a XWiki Enterprise instance. 11 11 A Skin is composed of: 7 + 12 12 * [[Velocity templates>>platform:DevGuide.Scripting#velocity]] 13 13 * [[CSS files (stylesheets)>>platform:AdminGuide.CSS files]] 14 14 * [[Javascript files>>platform:DevGuide.JavaScriptAPI]] 15 15 * Images 16 -All these components are stored on the server that hosts the XWiki Enterprise instance, inside the webapps/xwiki/ folder. Each XWiki skin has its own directory. 17 17 13 +All these components are stored on the server that hosts the XWiki Enterprise instance, inside the ##webapps/xwiki/## folder. Each XWiki skin has its own directory. 14 + 18 18 = The default XWiki Skins = 19 19 20 -An XWiki Enterprise instance contains several skins by default, such as: 21 -* The [[Albatross>>extensions:Extension.Albatross Skin]] Skin 22 -* The [[Toucan>>extensions:Extension.Toucan Skin]] Skin 23 -* The [[Colibri>>extensions:Extension.Colibri Skin]] Skin 17 +An XWiki Enterprise instance contains several skins by default, such as: 18 + 19 +* The [[Colibri skin>>extensions:Extension.Colibri Skin]] 20 +* The [[Albatross skin>>extensions:Extension.Albatross Skin]] 21 +* The [[Toucan skin>>extensions:Extension.Toucan Skin]] 22 + 24 24 The full list of XWiki Skins that are included in your XWiki Enterprise instance can be found on the server filesystem, inside the webapps/xwiki/skins folder. 25 25 26 26 = The usage level for a XWiki Skin =