You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pivot.apache.org by sm...@apache.org on 2012/09/06 17:45:20 UTC

svn commit: r1381648 - in /pivot/site/trunk: www/security.xml xsl/html.xsl xsl/project.xml

Author: smartini
Date: Thu Sep  6 15:45:20 2012
New Revision: 1381648

URL: http://svn.apache.org/viewvc?rev=1381648&view=rev
Log:
PIVOT-750, add ASF logo transparent, and update css to handle it, and add security page

Added:
    pivot/site/trunk/www/security.xml
Modified:
    pivot/site/trunk/xsl/html.xsl
    pivot/site/trunk/xsl/project.xml

Added: pivot/site/trunk/www/security.xml
URL: http://svn.apache.org/viewvc/pivot/site/trunk/www/security.xml?rev=1381648&view=auto
==============================================================================
--- pivot/site/trunk/www/security.xml (added)
+++ pivot/site/trunk/www/security.xml Thu Sep  6 15:45:20 2012
@@ -0,0 +1,35 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+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.
+-->
+
+<document group="about">
+    <properties>
+        <title>Security Reports</title>
+    </properties>
+
+    <body>
+        <section name="Reporting New Security Problems with Apache Pivot">
+            <p>
+				The Apache Software Foundation takes a very active stance in eliminating 
+				security problems and denial of service attacks against its products.
+
+				We strongly encourage folks to report such problems to our private 
+				security mailing list first, before disclosing them in a public forum.
+            </p>
+        </section>
+    </body>
+</document>

Modified: pivot/site/trunk/xsl/html.xsl
URL: http://svn.apache.org/viewvc/pivot/site/trunk/xsl/html.xsl?rev=1381648&r1=1381647&r2=1381648&view=diff
==============================================================================
--- pivot/site/trunk/xsl/html.xsl (original)
+++ pivot/site/trunk/xsl/html.xsl Thu Sep  6 15:45:20 2012
@@ -71,7 +71,7 @@ limitations under the License.
         <div id="wrapper">
             <div id="main">
                 <div id="header">
-                    <!-- Logo -->
+                    <!-- Pivot Logo -->
                     <xsl:element name="div">
                         <xsl:attribute name="class">
                             <xsl:choose>
@@ -84,6 +84,12 @@ limitations under the License.
                                 title="{$project/title} Homepage"/>
                         </a>
                     </xsl:element>
+                    <!-- ASF Logo -->
+					<div xmlns="" class="logoASF">
+						<a href="http://www.apache.org/">
+							<img src="/images/asf_logo_wide_transp.png" alt="Apache" title="Apache Homepage"/>
+						</a>
+					</div>
 
                     <!-- Tagline -->
                     <div class="tagline">

Modified: pivot/site/trunk/xsl/project.xml
URL: http://svn.apache.org/viewvc/pivot/site/trunk/xsl/project.xml?rev=1381648&r1=1381647&r2=1381648&view=diff
==============================================================================
--- pivot/site/trunk/xsl/project.xml (original)
+++ pivot/site/trunk/xsl/project.xml Thu Sep  6 15:45:20 2012
@@ -83,6 +83,7 @@ limitations under the License.
                 <document href="contact.html">Contact</document>
                 <document href="http://www.apache.org/">Apache Home</document>
                 <document href="legal.html">Legal/License</document>
+                <document href="security.html" footer="false">Security</document>
                 <document href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</document>
                 <document href="http://www.apache.org/foundation/thanks.html">Thanks</document>
             </documents>