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 2005/10/01 03:59:17 UTC

svn commit: r292899 [1/3] - in /forrest/trunk/tools/logos: logos.xsl projects.xml templates/apachecon.svg

Author: crossley
Date: Fri Sep 30 18:59:07 2005
New Revision: 292899

URL: http://svn.apache.org/viewcvs?rev=292899&view=rev
Log:
Added basic ApacheCon template for promotional icons.
See if we can encourage an SVG artist to improve this.

Added:
    forrest/trunk/tools/logos/templates/apachecon.svg   (with props)
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/viewcvs/forrest/trunk/tools/logos/logos.xsl?rev=292899&r1=292898&r2=292899&view=diff
==============================================================================
--- forrest/trunk/tools/logos/logos.xsl (original)
+++ forrest/trunk/tools/logos/logos.xsl Fri Sep 30 18:59:07 2005
@@ -86,6 +86,7 @@
         <xsl:choose>
 	     <xsl:when test="@logo='apache-httpd'"><xsl:value-of select="572*number($scale)" /></xsl:when>
 	     <xsl:when test="@logo='apache-jakarta'"><xsl:value-of select="(300+(string-length(@name)*13))*number($scale)" /></xsl:when>
+	     <xsl:when test="@logo='apachecon'"><xsl:value-of select="150*number($scale)" /></xsl:when>
          <xsl:otherwise><xsl:value-of select="(450+(string-length(@name)*13))*number($scale)" /></xsl:otherwise>
         </xsl:choose>
       </xsl:variable>
@@ -94,6 +95,7 @@
         <xsl:choose>
           <xsl:when test="@logo='apache-httpd'"><xsl:value-of select="53*number($scale)" /></xsl:when>
           <xsl:when test="@logo='apache-jakarta'"><xsl:value-of select="68*number($scale)" /></xsl:when>
+          <xsl:when test="@logo='apachecon'"><xsl:value-of select="75*number($scale)" /></xsl:when>
          <xsl:otherwise><xsl:value-of select="51*number($scale)" /></xsl:otherwise>
         </xsl:choose>
       </xsl:variable>

Modified: forrest/trunk/tools/logos/projects.xml
URL: http://svn.apache.org/viewcvs/forrest/trunk/tools/logos/projects.xml?rev=292899&r1=292898&r2=292899&view=diff
==============================================================================
--- forrest/trunk/tools/logos/projects.xml (original)
+++ forrest/trunk/tools/logos/projects.xml Fri Sep 30 18:59:07 2005
@@ -18,6 +18,24 @@
 <projects>
 
    <project
+    id="apachecon-europe-2006"
+    logo="apachecon"
+    name="Europe 06"
+    url="a p a c h e c o n"
+    bgcolor="white"
+    color="black"
+    scale="normal" />
+
+   <project
+    id="apachecon-us-2005"
+    logo="apachecon"
+    name="US 05"
+    url="a p a c h e c o n"
+    bgcolor="white"
+    color="black"
+    scale="normal" />
+
+   <project
     id="wiki"
     logo="apache-resource"
     name="WiKi"