You are viewing a plain text version of this content. The canonical link for it is here.
Posted to easyant-commits@incubator.apache.org by jl...@apache.org on 2011/03/11 15:43:28 UTC

svn commit: r1080614 - in /incubator/easyant/site/sources: images/apache-incubator-logo.png index.html style/style.css template.html

Author: jlboudart
Date: Fri Mar 11 15:43:27 2011
New Revision: 1080614

URL: http://svn.apache.org/viewvc?rev=1080614&view=rev
Log:
Add disclaimer + ASF Incubator Logo

Added:
    incubator/easyant/site/sources/images/apache-incubator-logo.png   (with props)
Modified:
    incubator/easyant/site/sources/index.html
    incubator/easyant/site/sources/style/style.css
    incubator/easyant/site/sources/template.html

Added: incubator/easyant/site/sources/images/apache-incubator-logo.png
URL: http://svn.apache.org/viewvc/incubator/easyant/site/sources/images/apache-incubator-logo.png?rev=1080614&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/easyant/site/sources/images/apache-incubator-logo.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Modified: incubator/easyant/site/sources/index.html
URL: http://svn.apache.org/viewvc/incubator/easyant/site/sources/index.html?rev=1080614&r1=1080613&r2=1080614&view=diff
==============================================================================
--- incubator/easyant/site/sources/index.html (original)
+++ incubator/easyant/site/sources/index.html Fri Mar 11 15:43:27 2011
@@ -22,13 +22,14 @@
 </head>
 <body>
     <textarea id="xooki-source">
-<img src="images/easyant.jpg"/>
-
-<h2>What is EasyAnt</h2>
+<h1>What is EasyAnt</h1>
 
 Easyant is a toolbox focusing on easing project build processes.
 It's based on <a href="http://ant.apache.org">Apache Ant</a> and <a href="http://ant.apache.org/ivy/">Apache Ivy</a>, and allows for maximum flexibily, improved integration in existing build systems and provides conventions and guidelines.
 
+<img src="images/easyant.jpg"/>
+<br/>
+
 Our goals are :
 <ul>
     <li>to leverage popularity and flexibility of Ant.</li>
@@ -43,7 +44,11 @@ To still remain adaptable, 
     <li>Though EasyAnt comes with a lot of conventions, we never lock you in.</li>
     <li>EasyAnt allows you to easily extend existing modules or create and use your own modules.</li>
     <li>EasyAnt makes migration from Ant very simple. Your legacy Ant scripts could still be leveraged using EasyAnt.</li>
-</ul></textarea>
+</ul>
+
+<h2>Disclaimer</h2>
+
+Apache EasyAnt is an effort undergoing incubation at The Apache Software Foundation (ASF), sponsored by the Apache Ant PMC. 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.</textarea>
 <script type="text/javascript">xooki.postProcess();</script>
 </body>
 </html>

Modified: incubator/easyant/site/sources/style/style.css
URL: http://svn.apache.org/viewvc/incubator/easyant/site/sources/style/style.css?rev=1080614&r1=1080613&r2=1080614&view=diff
==============================================================================
--- incubator/easyant/site/sources/style/style.css (original)
+++ incubator/easyant/site/sources/style/style.css Fri Mar 11 15:43:27 2011
@@ -103,6 +103,11 @@ table, sortable {
     color: #FFFFFF;
 }
 
+#incubatorlogo  {
+    float: right;
+    padding: 25px 0 0 0;
+}
+
 /* Header > Top Menu */
 
 #topmenu {

Modified: incubator/easyant/site/sources/template.html
URL: http://svn.apache.org/viewvc/incubator/easyant/site/sources/template.html?rev=1080614&r1=1080613&r2=1080614&view=diff
==============================================================================
--- incubator/easyant/site/sources/template.html (original)
+++ incubator/easyant/site/sources/template.html Fri Mar 11 15:43:27 2011
@@ -28,6 +28,9 @@
 </head>
 <body>
 <div id="header">
+    <div id="incubatorlogo">
+	<img src="images/apache-incubator-logo.png"/>
+    </div>    
     <div id="topmenu">
         <ul>
             <li><a href="index.html" id="topmenu1" accesskey="1" title="">Home</a></li>