You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ripple.apache.org by br...@apache.org on 2013/02/04 18:48:01 UTC

svn commit: r1442199 - in /incubator/ripple/site: css/custom.css img/asf-incubator-logo.png index.html

Author: brentlintner
Date: Mon Feb  4 17:48:00 2013
New Revision: 1442199

URL: http://svn.apache.org/viewvc?rev=1442199&view=rev
Log:
The website was missing a required disclaimer.

Since Ripple is still a podling, it SHOULD have a disclaimer
as outlined in:

http://incubator.apache.org/guides/branding.html

This includes the disclaimer text, and the incubator
logo at the bottom of the page (just above the footer).

Added:
    incubator/ripple/site/img/asf-incubator-logo.png   (with props)
Modified:
    incubator/ripple/site/css/custom.css
    incubator/ripple/site/index.html

Modified: incubator/ripple/site/css/custom.css
URL: http://svn.apache.org/viewvc/incubator/ripple/site/css/custom.css?rev=1442199&r1=1442198&r2=1442199&view=diff
==============================================================================
--- incubator/ripple/site/css/custom.css (original)
+++ incubator/ripple/site/css/custom.css Mon Feb  4 17:48:00 2013
@@ -28,6 +28,12 @@ p {
     bottom: 2px;
 }
 
+.asf-incubator-logo {
+    height: 57px;
+    padding: 0.5em 1em 0.5em 0.5em;
+    float: right;
+}
+
 .heading {
     font-weight: bold;
     padding-top: 0.5em;

Added: incubator/ripple/site/img/asf-incubator-logo.png
URL: http://svn.apache.org/viewvc/incubator/ripple/site/img/asf-incubator-logo.png?rev=1442199&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/ripple/site/img/asf-incubator-logo.png
------------------------------------------------------------------------------
    svn:mime-type = image/png

Modified: incubator/ripple/site/index.html
URL: http://svn.apache.org/viewvc/incubator/ripple/site/index.html?rev=1442199&r1=1442198&r2=1442199&view=diff
==============================================================================
--- incubator/ripple/site/index.html (original)
+++ incubator/ripple/site/index.html Mon Feb  4 17:48:00 2013
@@ -46,7 +46,8 @@
                 It can be paired with current web based mobile development workflows to decrease time spent developing and testing on real devices and/or simulators.
             </p>
             <p>
-                It is currently an incubator project in the Apache Software Foundation, and is free software, licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache v2.0 License</a>.
+                It is free software, licensed under the
+                <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.
             </p>
         </div>
 
@@ -179,9 +180,23 @@
             <p>Archives can be browsed <a href="http://markmail.org/search/?q=commits+ripple#query:commits%20ripple%20list%3Aorg.apache.ripple.commits+page:1+state:facets">here</a>.</p>
         </div>
 
+        <div class="container">
+            <h3>Disclaimer</h3>
+            <p>
+                <img src="img/asf-incubator-logo.png" class="asf-incubator-logo" alt="Apache Incubator Logo"/>
+                Apache Ripple&#8482; is an effort undergoing incubation at the
+                <a href="http://incubator.apache.org/">Apache Software Foundation (ASF)</a>, sponsored by
+                <a href="http://projects.apache.org/projects/cordova.html">Apache Cordova&#8482;</a>.
+                Incubation is required of all newly accepted projects until a further review indicates that the infrastructure, communications, and
+                decision making process have stabilized in a manner consistent with other successful ASF projects. While incubation status is not necessarily
+                a reflection of the completeness or stability of the code, it does indicate that the project has yet to be fully endorsed by the ASF.
+            </p>
+        </div>
+
         <div class="footer container">
             <p>
-                Copyright © 2013 The Apache Software Foundation, Licensed under the Apache License, Version 2.0.
+                Copyright © 2013 The Apache Software Foundation, Licensed under the
+                <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.
                 <br/>
                 Apache and the Apache feather logos are trademarks of The Apache Software Foundation.
             </p>