Author: simonetripodi
Date: Sun Nov  6 16:42:23 2011
New Revision: 1198419

URL: http://svn.apache.org/viewvc?rev=1198419&view=rev
Log:
topBarIcon usage replicated in IT sites

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

Modified: 
maven/sandbox/trunk/skin/maven-fluido-skin/src/it/sidebar/src/site/apt/index.apt.vm
URL: 
http://svn.apache.org/viewvc/maven/sandbox/trunk/skin/maven-fluido-skin/src/it/sidebar/src/site/apt/index.apt.vm?rev=1198419&r1=1198418&r2=1198419&view=diff
==============================================================================
--- 
maven/sandbox/trunk/skin/maven-fluido-skin/src/it/sidebar/src/site/apt/index.apt.vm
 (original)
+++ 
maven/sandbox/trunk/skin/maven-fluido-skin/src/it/sidebar/src/site/apt/index.apt.vm
 Sun Nov  6 16:42:23 2011
@@ -44,6 +44,27 @@ ${skinName} test
 </project>
 +-----+
 
+ When users decide to enable the topbar, they can plug a small icon/logo there 
(typically 108*20 px) just configuring
+ the <<<custom/fluidoSkin/topBarIcon>>> element in <<<site.xml>>>:
+
++-----+
+<project name="xxx">
+  ...
+  <custom>
+    <fluidoSkin>
+      <topBarEnabled>true</topBarEnabled>
+      <topBarIcon>
+        <name>Maven Fluido Skin</name>
+        <alt>Maven Fluido Skin</alt>
+        <src>/images/topbar-logo.png</src>
+        <href>/index.html</href>
+      </topBarIcon>
+    </fluidoSkin>
+  </custom>
+  ...
+</project>
++-----+
+
  That allows users having 4 skins in only 1!
 
   [[1]] sidebar only;

Modified: 
maven/sandbox/trunk/skin/maven-fluido-skin/src/it/topbar/src/site/apt/index.apt.vm
URL: 
http://svn.apache.org/viewvc/maven/sandbox/trunk/skin/maven-fluido-skin/src/it/topbar/src/site/apt/index.apt.vm?rev=1198419&r1=1198418&r2=1198419&view=diff
==============================================================================
--- 
maven/sandbox/trunk/skin/maven-fluido-skin/src/it/topbar/src/site/apt/index.apt.vm
 (original)
+++ 
maven/sandbox/trunk/skin/maven-fluido-skin/src/it/topbar/src/site/apt/index.apt.vm
 Sun Nov  6 16:42:23 2011
@@ -56,6 +56,27 @@ ${skinName} test
 
  Default skin setting is the option <<1>>.
 
+ When users decide to enable the topbar, they can plug a small icon/logo there 
(typically 108*20 px) just configuring
+ the <<<custom/fluidoSkin/topBarIcon>>> element in <<<site.xml>>>:
+
++-----+
+<project name="xxx">
+  ...
+  <custom>
+    <fluidoSkin>
+      <topBarEnabled>true</topBarEnabled>
+      <topBarIcon>
+        <name>Maven Fluido Skin</name>
+        <alt>Maven Fluido Skin</alt>
+        <src>/images/topbar-logo.png</src>
+        <href>/index.html</href>
+      </topBarIcon>
+    </fluidoSkin>
+  </custom>
+  ...
+</project>
++-----+
+
 Sample content
 
   Paragraph 1, line 1.


Reply via email to