You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by db...@apache.org on 2011/10/26 21:22:57 UTC

svn commit: r1189401 - in /openejb/site/trunk: content/index.html templates/basic.html

Author: dblevins
Date: Wed Oct 26 19:22:56 2011
New Revision: 1189401

URL: http://svn.apache.org/viewvc?rev=1189401&view=rev
Log:
tweak descriptions.  add logo.  fill in some top links

Modified:
    openejb/site/trunk/content/index.html
    openejb/site/trunk/templates/basic.html

Modified: openejb/site/trunk/content/index.html
URL: http://svn.apache.org/viewvc/openejb/site/trunk/content/index.html?rev=1189401&r1=1189400&r2=1189401&view=diff
==============================================================================
--- openejb/site/trunk/content/index.html (original)
+++ openejb/site/trunk/content/index.html Wed Oct 26 19:22:56 2011
@@ -4,7 +4,7 @@
 {% block content %}
     <!-- Main hero unit for a primary marketing message or call to action -->
     <div class="hero-unit">
-      <h1>Apache TomEE</h1>
+      <img src="http://openejb.staging.apache.org/images/feather-logo.png" alt="">
       <p>Apache TomEE, pronounced "Tommy", is an all-Apache Java EE 6 Web Profile certified stack where Tomcat is top dog. Apache TomEE is assembled from a vanilla Apache Tomcat zip file. We start with Tomcat, add our jars and zip up the rest. The result is Tomcat with added EE features - TomEE.</p>
       <p><a class="btn primary large" href="downloads.html">Download &raquo;</a></p>
     </div>
@@ -13,12 +13,12 @@
     <div class="row">
       <div class="span6">
         <h2>TomEE+</h2>
-        <p>Etiam porta sem malesuada magna mollis euismod. Integer posuere erat a ante venenatis dapibus posuere velit aliquet. Aenean eu leo quam. Pellentesque ornare sem lacinia quam venenatis vestibulum. Duis mollis, est non commodo luctus, nisi erat porttitor ligula, eget lacinia odio sem nec elit.</p>
+        <p>TomEE Plus has all the features of TomEE with the addition of JAX-RS, JAX-WS, JMS and the Java Connector Architecture.  The additional functionality is delivered via Apache CXF, Apache ActiveMQ and the Geronimo Connector library</p>
         <p><a class="btn" href="#">View details &raquo;</a></p>
       </div>
       <div class="span5">
         <h2>OpenEJB</h2>
-         <p>Donec id elit non mi porta gravida at eget metus. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Etiam porta sem malesuada magna mollis euismod. Donec sed odio dui. </p>
+         <p>Don't be mislead by the name, OpenEJB contains a lot more than EJB.  A better description might be "headless TomEE+" as it contains everything TomEE+ contains minus Servlets, JSP and JSF.  OpenEJB contains full support for EJB 3.1, CDI, JPA, JMS, JAX-RS, JAX-WS, Transaction, Security, JavaMail, Bean Validation and the Java Connector Architecture.</p>
         <p><a class="btn" href="#">View details &raquo;</a></p>
      </div>
       <div class="span5">
@@ -28,20 +28,18 @@
       </div>
     </div>
 
-    <div>
-        {{ project_info.content|markdown }}
-    </div>
-    <div class="clear"></div>
-    <div id="news" class="container_16">
-    <div id="news_feed" class="grid_9 suffix_1">
-        <h3>Latest News</h3>
+    <div class="row">
+        <div class="clear"></div>
+        <div id="news" class="container_16">
+        <div id="news_feed" class="grid_9 suffix_1">
+            <h3>Latest News</h3>
 
-        {% for e in blog.list %}
-        <h4><a href="{{ e.url }}">{{ e.title }}</a></h4>
-        <div class="section-content">{{ e.content|safe|truncatewords_html:50 }}</div>
-        <hr>
-        {% endfor %}
-    </div>
-    <div class="clear"></div>
+            {% for e in blog.list %}
+            <h4><a href="{{ e.url }}">{{ e.title }}</a></h4>
+            <div class="section-content">{{ e.content|safe|truncatewords_html:50 }}</div>
+            <hr>
+            {% endfor %}
+        </div>
+        <div class="clear"></div>
     </div>
 {% endblock %}

Modified: openejb/site/trunk/templates/basic.html
URL: http://svn.apache.org/viewvc/openejb/site/trunk/templates/basic.html?rev=1189401&r1=1189400&r2=1189401&view=diff
==============================================================================
--- openejb/site/trunk/templates/basic.html (original)
+++ openejb/site/trunk/templates/basic.html Wed Oct 26 19:22:56 2011
@@ -31,11 +31,13 @@
     <div class="topbar">
       <div class="fill">
         <div class="container">
-          <a class="brand" href="#">Apache Open Enterprise JavaBeans</a>
+          <a class="brand" href="/">Apache Open Enterprise JavaBeans</a>
           <ul class="nav">
-            <li class="active"><a href="#">Home</a></li>
-            <li><a href="#about">About</a></li>
-            <li><a href="#contact">Contact</a></li>
+            <li class="active"><a href="/">Home</a></li>
+            <li><a href="downloads.html">Downloads</a></li>
+            <li><a href="documentation.html">Documentation</a></li>
+            <li><a href="examples.html">Examples</a></li>
+            <li><a href="support.html">Support</a></li>
           </ul>
         </div>
       </div>