You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by si...@apache.org on 2011/11/06 17:42:24 UTC

svn commit: r1198419 - in /maven/sandbox/trunk/skin/maven-fluido-skin/src/it: sidebar/src/site/apt/index.apt.vm topbar/src/site/apt/index.apt.vm

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.