You are viewing a plain text version of this content. The canonical link for it is here.
Posted to kalumet-commits@incubator.apache.org by ol...@apache.org on 2012/07/09 10:39:52 UTC

svn commit: r1359037 - in /incubator/kalumet/site: pom.xml src/site/xdoc/index.xml

Author: olamy
Date: Mon Jul  9 10:39:52 2012
New Revision: 1359037

URL: http://svn.apache.org/viewvc?rev=1359037&view=rev
Log:
magnify home page :-)

Modified:
    incubator/kalumet/site/pom.xml
    incubator/kalumet/site/src/site/xdoc/index.xml

Modified: incubator/kalumet/site/pom.xml
URL: http://svn.apache.org/viewvc/incubator/kalumet/site/pom.xml?rev=1359037&r1=1359036&r2=1359037&view=diff
==============================================================================
--- incubator/kalumet/site/pom.xml (original)
+++ incubator/kalumet/site/pom.xml Mon Jul  9 10:39:52 2012
@@ -47,4 +47,26 @@
     </site>
   </distributionManagement>
 
+  <reporting>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-project-info-reports-plugin</artifactId>
+        <reportSets>
+          <reportSet>
+            <reports>
+              <report>cim</report>
+              <report>help</report>
+              <report>issue-tracking</report>
+              <report>license</report>
+              <report>mailing-list</report>
+              <report>project-team</report>
+              <report>scm</report>
+            </reports>
+          </reportSet>
+        </reportSets>
+      </plugin>
+    </plugins>
+  </reporting>
+
 </project>

Modified: incubator/kalumet/site/src/site/xdoc/index.xml
URL: http://svn.apache.org/viewvc/incubator/kalumet/site/src/site/xdoc/index.xml?rev=1359037&r1=1359036&r2=1359037&view=diff
==============================================================================
--- incubator/kalumet/site/src/site/xdoc/index.xml (original)
+++ incubator/kalumet/site/src/site/xdoc/index.xml Mon Jul  9 10:39:52 2012
@@ -20,12 +20,19 @@
     <title>What is Apache Kalumet?</title>
   </properties>
   <body>
-    <section name="What is Apache Kalumet?">
+    <div class="hero-unit">
+      <img src="images/logo.png" style="margin-bottom:15px"/>
+
+      <br clear="left"/>
+
       <p>
+        <span style="font-weight: bold">What is Apache Kalumet?</span>
         Apache Kalumet is a complete deployment and provisioning platform.
         It's a perfect complement of continuous integration tools (such as Jenkins, Continuum, etc),
         by providing continuous deployment.
       </p>
+    </div>
+    <div>
       <p>
         It supports custom provisioning plan (named kscripts), and provides native support
         of differents technologies, including J2EE, OSGi, etc.
@@ -69,6 +76,24 @@
       <p>
         <b>NB: the Kalumet website is under construction, new resources will be available soon.</b>
       </p>
-    </section>
+    </div>
+
+    <div class="alert-message warning">
+      <h2>Disclaimer</h2>
+      <p>Apache Kalumet is an effort undergoing
+        <a href="http://incubator.apache.org/">incubation</a>
+        at
+        The Apache Software Foundation (ASF), sponsored by the Apache Incubator 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.
+      </p>
+      <p>You can view our current
+        <a href="http://incubator.apache.org/projects/kalumet.html">incubation status</a>
+        for more details.
+      </p>
+    </div>
+
   </body>
 </document>
\ No newline at end of file