Author: hboutemy
Date: Thu Oct 27 22:14:53 2011
New Revision: 1190063

URL: http://svn.apache.org/viewvc?rev=1190063&view=rev
Log:
copied the custom fluidoSkin documentation from IT to main documentation

Modified:
    maven/sandbox/trunk/skin/maven-fluido-skin/src/site/apt/index.apt.vm

Modified: maven/sandbox/trunk/skin/maven-fluido-skin/src/site/apt/index.apt.vm
URL: 
http://svn.apache.org/viewvc/maven/sandbox/trunk/skin/maven-fluido-skin/src/site/apt/index.apt.vm?rev=1190063&r1=1190062&r2=1190063&view=diff
==============================================================================
--- maven/sandbox/trunk/skin/maven-fluido-skin/src/site/apt/index.apt.vm 
(original)
+++ maven/sandbox/trunk/skin/maven-fluido-skin/src/site/apt/index.apt.vm Thu 
Oct 27 22:14:53 2011
@@ -48,3 +48,32 @@ ${project.name}
   ...
 </project>
 +-----+
+
+ The skin supports different layouts, enabling/disabling the left sidebar menu 
and the topbar menu.
+ Users have just play with flags in the <<<custom/fluidoSkin>>> element in 
<<<site.xml>>>:
+
++-----+
+<project name="xxx">
+  ...
+  <custom>
+    <fluidoSkin>
+      <topBarEnabled>true</topBarEnabled>
+      <sideBarEnabled>false</sideBarEnabled>
+    </fluidoSkin>
+  </custom>
+  ...
+</project>
++-----+
+
+ That allows users having 4 skins in only 1!
+
+  [[1]] sidebar only;
+
+  [[2]] topbar only;
+
+  [[3]] both side/top bars;
+
+  [[4]] none at all.
+
+ Default skin setting is the option <<1>>.
+


Reply via email to