You are viewing a plain text version of this content. The canonical link for it is here.
Posted to svn@forrest.apache.org by cr...@apache.org on 2010/12/20 04:14:10 UTC

svn commit: r1050976 [1/2] - in /forrest/trunk/tools/logos: logos.xsl projects.xml templates/apache-asf.svg

Author: crossley
Date: Mon Dec 20 03:14:08 2010
New Revision: 1050976

URL: http://svn.apache.org/viewvc?rev=1050976&view=rev
Log:
Add an "ASF" banner template.

Added:
    forrest/trunk/tools/logos/templates/apache-asf.svg
Modified:
    forrest/trunk/tools/logos/logos.xsl
    forrest/trunk/tools/logos/projects.xml

Modified: forrest/trunk/tools/logos/logos.xsl
URL: http://svn.apache.org/viewvc/forrest/trunk/tools/logos/logos.xsl?rev=1050976&r1=1050975&r2=1050976&view=diff
==============================================================================
--- forrest/trunk/tools/logos/logos.xsl (original)
+++ forrest/trunk/tools/logos/logos.xsl Mon Dec 20 03:14:08 2010
@@ -91,6 +91,12 @@ apache-jakarta - 350,68
           <xsl:when test="@logo='apachecon-wide'">
             <xsl:value-of select="234*number($scale)" />
           </xsl:when>
+          <xsl:when test="@logo='apache-asf'">
+            <xsl:value-of select="125*number($scale)" />
+          </xsl:when>
+          <xsl:when test="@logo='apache-thanks'">
+            <xsl:value-of select="88*number($scale)" />
+          </xsl:when>
           <xsl:otherwise>
             <xsl:value-of select="(450+(string-length(@name)*13))*number($scale)" />
           </xsl:otherwise>
@@ -110,6 +116,12 @@ apache-jakarta - 350,68
           <xsl:when test="@logo='apachecon-wide'">
             <xsl:value-of select="60*number($scale)" />
           </xsl:when>
+          <xsl:when test="@logo='apache-asf'">
+            <xsl:value-of select="125*number($scale)" />
+          </xsl:when>
+          <xsl:when test="@logo='apache-thanks'">
+            <xsl:value-of select="31*number($scale)" />
+          </xsl:when>
           <xsl:otherwise>
             <xsl:value-of select="51*number($scale)" />
           </xsl:otherwise>

Modified: forrest/trunk/tools/logos/projects.xml
URL: http://svn.apache.org/viewvc/forrest/trunk/tools/logos/projects.xml?rev=1050976&r1=1050975&r2=1050976&view=diff
==============================================================================
--- forrest/trunk/tools/logos/projects.xml (original)
+++ forrest/trunk/tools/logos/projects.xml Mon Dec 20 03:14:08 2010
@@ -17,6 +17,20 @@
 -->
 <projects>
   <project
+    id="asf-white"
+    logo="apache-asf"
+    name="ASF"
+    bgcolor="white"
+    color="black"
+    scale="normal" />
+  <project
+    id="asf-black"
+    logo="apache-asf"
+    name="ASF"
+    bgcolor="black"
+    color="white"
+    scale="normal" />
+  <project
     id="thanks-black"
     logo="apache-thanks"
     name="Thanks"