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 2011/06/10 13:34:55 UTC

svn commit: r1134282 - in /forrest/trunk: site-author/resources/images/project-logo.png whiteboard/plugins/org.apache.forrest.plugin.input.logo/src/documentation/content/xdocs/images/project-logo-tm.svg

Author: crossley
Date: Fri Jun 10 11:34:55 2011
New Revision: 1134282

URL: http://svn.apache.org/viewvc?rev=1134282&view=rev
Log:
Add SVG template for our Forrest project-logo trademark, and replace projec t-logo.png with that genenerated by the new "logo" plugin.

Added:
    forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.logo/src/documentation/content/xdocs/images/project-logo-tm.svg
Modified:
    forrest/trunk/site-author/resources/images/project-logo.png

Modified: forrest/trunk/site-author/resources/images/project-logo.png
URL: http://svn.apache.org/viewvc/forrest/trunk/site-author/resources/images/project-logo.png?rev=1134282&r1=1134281&r2=1134282&view=diff
==============================================================================
Files forrest/trunk/site-author/resources/images/project-logo.png (original) and forrest/trunk/site-author/resources/images/project-logo.png Fri Jun 10 11:34:55 2011 differ

Added: forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.logo/src/documentation/content/xdocs/images/project-logo-tm.svg
URL: http://svn.apache.org/viewvc/forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.logo/src/documentation/content/xdocs/images/project-logo-tm.svg?rev=1134282&view=auto
==============================================================================
--- forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.logo/src/documentation/content/xdocs/images/project-logo-tm.svg (added)
+++ forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.logo/src/documentation/content/xdocs/images/project-logo-tm.svg Fri Jun 10 11:34:55 2011
@@ -0,0 +1,35 @@
+<?xml version="1.0" standalone="no"?>
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+-->
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.0//EN"
+"http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd" [
+<!ENTITY rm '&#x00AE;'> <!-- registered trademark -->
+<!ENTITY sm '&#x2120;'> <!-- service mark -->
+<!ENTITY tm '&#x2122;'> <!-- trademark -->
+]>
+<svg version="1.0"
+  xmlns="http://www.w3.org/2000/svg"
+  xmlns:xlink="http://www.w3.org/1999/xlink"
+  width="220" height="65"
+>
+<!-- image: Specify the dimensions of original image, both here and above.
+Note the @href will be automatically transformed by Forrest sitemaps.
+-->
+  <image width="220" height="65" xlink:href=""/>
+<!-- text: Either use one of the entities defined above or use plain TM text. -->
+  <text x="54" y="63" fill="#DCD5C6" style="font-family: Arial; font-size: 12px; font-weight: normal;" text-anchor="end">&tm;</text>
+</svg>