You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@deltaspike.apache.org by rs...@apache.org on 2015/05/08 02:24:50 UTC

svn commit: r1678277 [2/3] - /deltaspike/site/trunk/content/staging/

Modified: deltaspike/site/trunk/content/staging/external.html
URL: http://svn.apache.org/viewvc/deltaspike/site/trunk/content/staging/external.html?rev=1678277&r1=1678276&r2=1678277&view=diff
==============================================================================
--- deltaspike/site/trunk/content/staging/external.html (original)
+++ deltaspike/site/trunk/content/staging/external.html Fri May  8 00:24:50 2015
@@ -1,44 +1,66 @@
 <!DOCTYPE html>
 <head>
-<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<meta charset="utf-8">
-<meta name="viewport" content="width=device-width, initial-scale=1.0">
-<meta name="description" content="deltaspike-generate-pages">
-<meta name="author" content="chm">
-<!-- No caching headers -->
-<meta http-equiv="cache-control" content="no-cache" />
-<meta http-equiv="pragma" content="no-cache" />
-<meta http-equiv="expires" content="-1" />
-
-<title>External Examples and Templates</title>
-
-<!--
-    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.
--->
-
-<!-- Styles -->
-
-<link href="https://deltaspike.apache.org/resources/css/bootstrap.css" rel="stylesheet">
-<link href="https://deltaspike.apache.org/resources/css/bootstrap-responsive.css" rel="stylesheet">
-<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/3.1.0/css/font-awesome.min.css" rel="stylesheet" >
+    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+    <meta charset="utf-8">
+    <meta name="viewport" content="width=device-width, initial-scale=1.0">
+    <meta name="description" content="deltaspike-generate-pages">
+    <meta name="author" content="chm">
+    <!-- No caching headers -->
+    <meta http-equiv="cache-control" content="no-cache"/>
+    <meta http-equiv="pragma" content="no-cache"/>
+    <meta http-equiv="expires" content="-1"/>
+
+    <title>External Examples and Templates</title>
+
+    <!--
+        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.
+    -->
+
+    <!-- Styles -->
+    <link href="https://deltaspike.apache.org/resources/css/bootstrap.css" rel="stylesheet">
+    <link href="https://deltaspike.apache.org/resources/css/bootstrap-responsive.css" rel="stylesheet">
+    <link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/3.1.0/css/font-awesome.min.css" rel="stylesheet">
+
+    
+
+    
+        <!-- Tocify - nice dynamic autoscrolling TOC -->
+        <link href="https://cdnjs.cloudflare.com/ajax/libs/jquery.tocify/1.9.0/stylesheets/jquery.tocify.min.css" rel="stylesheet">
+        <script src="https://code.jquery.com/jquery-1.11.3.min.js"></script>
+        <script src="https://cdnjs.cloudflare.com/ajax/libs/jqueryui/1.11.4/jquery-ui.min.js"></script>
+        <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery.tocify/1.9.0/javascripts/jquery.tocify.min.js"></script>
+
+
+        <script type="text/javascript">
+            $(function () {
+                $("#toc").tocify({
+                    scrollTo: 50,
+                    extendPage: true,
+                    context: "#doc-content",
+                    selectors: "h2,h3,h4,h5"
+                });
+                $(".fallback-toc").hide();
+            });
+        </script>
+    
 
-<style type="text/css">
-/* Stylesheet for CodeRay to match GitHub theme | MIT License | http://foundation.zurb.com */
+    <style type="text/css">
+        /* Stylesheet for CodeRay to match GitHub theme | MIT License | http://foundation.zurb.com */
 /*pre.CodeRay {background-color:#f7f7f8;}*/
 .CodeRay .line-numbers{border-right:1px solid #d8d8d8;padding:0 0.5em 0 .25em}
 .CodeRay span.line-numbers{display:inline-block;margin-right:.5em;color:rgba(0,0,0,.3)}
@@ -128,113 +150,129 @@ table.CodeRay td.code>pre{padding:0}
 .CodeRay .change .change{color:#66f}
 .CodeRay .head .head{color:#f4f}
 
-body {
-  padding-top: 60px;
-  padding-bottom: 40px;
-}
-</style>
-
-<script type="text/javascript">
-
-    var _gaq = _gaq || [];
-    _gaq.push(['_setAccount', 'UA-36103647-1']);
-    _gaq.push(['_trackPageview']);
-
-    (function() {
-    var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
-    ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
-    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
-    })();
+        body {
+            padding-top: 60px;
+            padding-bottom: 40px;
+        }
+
+        .toc-like {
+            border-radius: 6px;
+            border: 1px solid #ccc;
+        }
+
+        .toc-like li {
+            line-height: 30px;
+            text-indent: 10px;
+        }
+
+        .toc-like li.custom-toc-header {
+            font-weight: bold;
+            background: #666;
+            color: white;
+            cursor: initial !important;
+            padding: 5px;
+        }
+
+        .toc-like li.custom-toc-header a {
+            color: white;
+            font-style: normal;
+            text-shadow: none;
+            padding: 0;
+        }
+
+        .toc-like li.custom-toc-header:hover a {
+            background: #666;
+        }
+
+        .page-title {
+            text-align: left;
+        }
+
+        #doc-content h2,
+        #doc-content h3,
+        #doc-content h4,
+        #doc-content h5,
+        #doc-content h6 {
+            padding-top: 0;
+            margin-top: 25px;
+            margin-bottom: 10px;
+            line-height: 1.4em;
+        }
+
+        #doc-content h2 {
+            border-bottom: 1px solid lightgrey;
+        }
+
+
+    </style>
+
+    <script type="text/javascript">
+
+        var _gaq = _gaq || [];
+        _gaq.push(['_setAccount', 'UA-36103647-1']);
+        _gaq.push(['_trackPageview']);
+
+        (function () {
+            var ga = document.createElement('script');
+            ga.type = 'text/javascript';
+            ga.async = true;
+            ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
+            var s = document.getElementsByTagName('script')[0];
+            s.parentNode.insertBefore(ga, s);
+        })();
 
-  </script>
+    </script>
 </head>
 
 <body>
 
-  <div class="navbar navbar-fixed-top">
+<div class="navbar navbar-fixed-top">
     <div class="navbar-inner">
-      <div class="container">
-        <a class="btn btn-navbar" data-toggle="collapse"
-          data-target=".nav-collapse"> <span class="icon-bar"></span> <span
-          class="icon-bar"></span> <span class="icon-bar"></span>
-        </a>
-        <a class="brand logocolor" href="./index.html">Apache DeltaSpike</a>
-        <div class="nav-collapse">
-     
-          
-          <ul class="nav">
-            <li><a href="./index.html">Home</a></li>
-            <li ><a href="./documentation">Documentation</a></li>
-            <li  ><a href="./javadoc.html">Javadoc</a></li>
-            <li ><a href="./source.html">Source</a></li>
-            <li ><a href="./download.html">Download</a></li>
-            <li ><a href="./community.html">Community</a></li>
-            <!-- <li><a href="./support.html">Support</a></li>  -->
-            <li ><a href="./news.html">News</a></li>
-            <li ><a href="./migration-guide.html">Migration</a></li>
-          </ul>
+        <div class="container">
+            <a class="btn btn-navbar" data-toggle="collapse"
+               data-target=".nav-collapse"> <span class="icon-bar"></span> <span
+            class="icon-bar"></span> <span class="icon-bar"></span>
+            </a>
+            <a class="brand logocolor" href="./index.html">Apache DeltaSpike</a>
+
+            <div class="nav-collapse">
+
+                
+                <ul class="nav">
+                    <li><a href="./index.html">Home</a></li>
+                    <li ><a href="./documentation">Documentation</a></li>
+                    <li  ><a href="./javadoc.html">Javadoc</a></li>
+                    <li ><a href="./source.html">Source</a></li>
+                    <li ><a href="./download.html">Download</a></li>
+                    <li ><a href="./community.html">Community</a></li>
+                    <!-- <li><a href="./support.html">Support</a></li>  -->
+                    <li ><a href="./news.html">News</a></li>
+                    <li ><a href="./migration-guide.html">Migration</a></li>
+                </ul>
+            </div>
+            <!--/.nav-collapse -->
+            <form id="search-form" action="https://www.google.com/search"
+                  method="get" class="navbar-search pull-right">
+                <input value="deltaspike.apache.org" name="sitesearch"
+                       type="hidden"> <input class="search-query" name="q"
+                                             id="query" type="text">
+            </form>
         </div>
-        <!--/.nav-collapse -->
-        <form id="search-form" action="https://www.google.com/search"
-          method="get" class="navbar-search pull-right">
-          <input value="deltaspike.apache.org" name="sitesearch"
-            type="hidden"> <input class="search-query" name="q"
-            id="query" type="text">
-        </form>
-      </div>
     </div>
-  </div>
+</div>
 
-  <div class="container">
-    <div class="row">
-      <div class="span12">
-        <div class="page-title">
-          <h1>External Examples and Templates</h1>
-        </div>
+<div class="container">
+    <div class="row-fluid">
 
-        <div id="toc" class="toc">
-            <ul class="sectlevel1">
-<li><a href="#_presentations">Presentations</a>
-<ul class="sectlevel2">
-<li><a href="#_apache_deltaspike_the_cdi_toolbox">Apache DeltaSpike: The CDI toolbox</a></li>
-<li><a href="#_deltaspike_cdi_extensions_of_the_world_unite">DeltaSpike: CDI extensions of the world, unite!</a></li>
-<li><a href="#_apache_deltaspike">Apache DeltaSpike</a></li>
-<li><a href="#_myfaces_codi_and_jboss_seam3_become_apache_deltaspike">MyFaces CODI and JBoss Seam3 become Apache DeltaSpike</a></li>
-<li><a href="#_migrating_a_jsf_based_web_application_from_spring_3_to_java_ee_7_and_cdi">Migrating a JSF-Based Web Application from Spring 3 to Java EE 7 and CDI</a></li>
-<li><a href="#__de_flexibilitaet_mit_cdi_und_apache_deltaspike">[de] Flexibilitaet mit CDI und Apache DeltaSpike</a></li>
-</ul>
-</li>
-<li><a href="#_examples">Examples</a>
-<ul class="sectlevel2">
-<li><a href="#_confess_2012_workshop_demo">Confess 2012 Workshop Demo</a></li>
-<li><a href="#_fullstack_ee6_with_deltaspike">Fullstack EE6+ with DeltaSpike</a></li>
-<li><a href="#_fullstack_codi_to_deltaspike">Fullstack CODI to DeltaSpike</a></li>
-<li><a href="#_jboss_quickstarts">JBoss Quickstarts</a></li>
-<li><a href="#_deltaspike_examples">DeltaSpike Examples</a></li>
-<li><a href="#__pt_br_deltaspike_microblog_example">[pt-BR] DeltaSpike microblog example</a></li>
-</ul>
-</li>
-<li><a href="#_magazines">Magazines</a>
-<ul class="sectlevel2">
-<li><a href="#__pt_br_brazilian_java_magazine">[pt-BR] Brazilian Java Magazine</a></li>
-</ul>
-</li>
-<li><a href="#_interviews">Interviews</a>
-<ul class="sectlevel2">
-<li><a href="#__pt_br_infoq_brazil">[pt-BR] InfoQ Brazil</a></li>
-</ul>
-</li>
-<li><a href="#_templates">Templates</a>
-<ul class="sectlevel2">
-<li><a href="#_java_se_cdi_ds">Java SE + CDI + DS</a></li>
-<li><a href="#_jsf_cdi_ds_servlet_container">JSF + CDI + DS (Servlet-Container)</a></li>
-<li><a href="#_ejb_cdi_ds_module">EJB + CDI + DS (Module)</a></li>
-<li><a href="#_jsf_ejb_cdi_ds_ee_server">JSF + EJB + CDI + DS (EE-Server)</a></li>
-</ul>
-</li>
-</ul>
-            <hr>
-            <div id="preamble">
+        
+
+        <div class="span8">
+            <div class="page-title">
+                <h1>External Examples and Templates</h1>
+            </div>
+
+            <div id="doc-content">
+                <div id="preamble">
 <div class="sectionbody">
 <div class="paragraph">
 <p>A number of DeltaSpike examples and templates have been developed external to the DeltaSpike project. These extend the DeltaSpike resources from which you can see DeltaSpike in action. Brief information is given here about the examples and templates, with details of where they can be obtained from.</p>
@@ -440,17 +478,78 @@ In this session, we’ll start by pre
 </div>
 </div>
 </div>
+            </div>
         </div>
 
-        <hr>
+        
+            <div class="span4">
+                <div id="toc">
+                    <div class="moduledeps">
+                        <ul class="toc-like nav nav-list">
+                            
+                            
+                            
+                        </ul>
+                    </div>
+                </div>
+                
+                    <div class="fallback-toc">
+                        <ul class="sectlevel1">
+<li><a href="#_presentations">Presentations</a>
+<ul class="sectlevel2">
+<li><a href="#_apache_deltaspike_the_cdi_toolbox">Apache DeltaSpike: The CDI toolbox</a></li>
+<li><a href="#_deltaspike_cdi_extensions_of_the_world_unite">DeltaSpike: CDI extensions of the world, unite!</a></li>
+<li><a href="#_apache_deltaspike">Apache DeltaSpike</a></li>
+<li><a href="#_myfaces_codi_and_jboss_seam3_become_apache_deltaspike">MyFaces CODI and JBoss Seam3 become Apache DeltaSpike</a></li>
+<li><a href="#_migrating_a_jsf_based_web_application_from_spring_3_to_java_ee_7_and_cdi">Migrating a JSF-Based Web Application from Spring 3 to Java EE 7 and CDI</a></li>
+<li><a href="#__de_flexibilitaet_mit_cdi_und_apache_deltaspike">[de] Flexibilitaet mit CDI und Apache DeltaSpike</a></li>
+</ul>
+</li>
+<li><a href="#_examples">Examples</a>
+<ul class="sectlevel2">
+<li><a href="#_confess_2012_workshop_demo">Confess 2012 Workshop Demo</a></li>
+<li><a href="#_fullstack_ee6_with_deltaspike">Fullstack EE6+ with DeltaSpike</a></li>
+<li><a href="#_fullstack_codi_to_deltaspike">Fullstack CODI to DeltaSpike</a></li>
+<li><a href="#_jboss_quickstarts">JBoss Quickstarts</a></li>
+<li><a href="#_deltaspike_examples">DeltaSpike Examples</a></li>
+<li><a href="#__pt_br_deltaspike_microblog_example">[pt-BR] DeltaSpike microblog example</a></li>
+</ul>
+</li>
+<li><a href="#_magazines">Magazines</a>
+<ul class="sectlevel2">
+<li><a href="#__pt_br_brazilian_java_magazine">[pt-BR] Brazilian Java Magazine</a></li>
+</ul>
+</li>
+<li><a href="#_interviews">Interviews</a>
+<ul class="sectlevel2">
+<li><a href="#__pt_br_infoq_brazil">[pt-BR] InfoQ Brazil</a></li>
+</ul>
+</li>
+<li><a href="#_templates">Templates</a>
+<ul class="sectlevel2">
+<li><a href="#_java_se_cdi_ds">Java SE + CDI + DS</a></li>
+<li><a href="#_jsf_cdi_ds_servlet_container">JSF + CDI + DS (Servlet-Container)</a></li>
+<li><a href="#_ejb_cdi_ds_module">EJB + CDI + DS (Module)</a></li>
+<li><a href="#_jsf_ejb_cdi_ds_ee_server">JSF + EJB + CDI + DS (EE-Server)</a></li>
+</ul>
+</li>
+</ul>
+                    </div>
+                
+            </div>
+        
 
+    </div>
+    <div class="row">
+        <hr>
         <footer>
-          <p>Copyright © 2011-2014 The Apache Software Foundation,
-            Licensed under the Apache License, Version 2.0.</p>
-          <p>Apache and the Apache feather logo are trademarks of The Apache Software Foundation.</p>
+            <p>Copyright &copy; 2011-2014 The Apache Software Foundation,
+                Licensed under the Apache License, Version 2.0.</p>
+
+            <p>Apache and the Apache feather logo are trademarks of The Apache Software Foundation.</p>
         </footer>
-      </div>
     </div>
-  </div>
+</div>
+
 </body>
 </html>
\ No newline at end of file

Modified: deltaspike/site/trunk/content/staging/javadoc.html
URL: http://svn.apache.org/viewvc/deltaspike/site/trunk/content/staging/javadoc.html?rev=1678277&r1=1678276&r2=1678277&view=diff
==============================================================================
--- deltaspike/site/trunk/content/staging/javadoc.html (original)
+++ deltaspike/site/trunk/content/staging/javadoc.html Fri May  8 00:24:50 2015
@@ -1,44 +1,47 @@
 <!DOCTYPE html>
 <head>
-<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<meta charset="utf-8">
-<meta name="viewport" content="width=device-width, initial-scale=1.0">
-<meta name="description" content="deltaspike-generate-pages">
-<meta name="author" content="chm">
-<!-- No caching headers -->
-<meta http-equiv="cache-control" content="no-cache" />
-<meta http-equiv="pragma" content="no-cache" />
-<meta http-equiv="expires" content="-1" />
-
-<title>Javadoc</title>
-
-<!--
-    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.
--->
-
-<!-- Styles -->
-
-<link href="https://deltaspike.apache.org/resources/css/bootstrap.css" rel="stylesheet">
-<link href="https://deltaspike.apache.org/resources/css/bootstrap-responsive.css" rel="stylesheet">
-<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/3.1.0/css/font-awesome.min.css" rel="stylesheet" >
+    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+    <meta charset="utf-8">
+    <meta name="viewport" content="width=device-width, initial-scale=1.0">
+    <meta name="description" content="deltaspike-generate-pages">
+    <meta name="author" content="chm">
+    <!-- No caching headers -->
+    <meta http-equiv="cache-control" content="no-cache"/>
+    <meta http-equiv="pragma" content="no-cache"/>
+    <meta http-equiv="expires" content="-1"/>
+
+    <title>Javadoc</title>
+
+    <!--
+        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.
+    -->
+
+    <!-- Styles -->
+    <link href="https://deltaspike.apache.org/resources/css/bootstrap.css" rel="stylesheet">
+    <link href="https://deltaspike.apache.org/resources/css/bootstrap-responsive.css" rel="stylesheet">
+    <link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/3.1.0/css/font-awesome.min.css" rel="stylesheet">
 
-<style type="text/css">
-/* Stylesheet for CodeRay to match GitHub theme | MIT License | http://foundation.zurb.com */
+    
+
+    
+
+    <style type="text/css">
+        /* Stylesheet for CodeRay to match GitHub theme | MIT License | http://foundation.zurb.com */
 /*pre.CodeRay {background-color:#f7f7f8;}*/
 .CodeRay .line-numbers{border-right:1px solid #d8d8d8;padding:0 0.5em 0 .25em}
 .CodeRay span.line-numbers{display:inline-block;margin-right:.5em;color:rgba(0,0,0,.3)}
@@ -128,79 +131,129 @@ table.CodeRay td.code>pre{padding:0}
 .CodeRay .change .change{color:#66f}
 .CodeRay .head .head{color:#f4f}
 
-body {
-  padding-top: 60px;
-  padding-bottom: 40px;
-}
-</style>
-
-<script type="text/javascript">
-
-    var _gaq = _gaq || [];
-    _gaq.push(['_setAccount', 'UA-36103647-1']);
-    _gaq.push(['_trackPageview']);
-
-    (function() {
-    var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
-    ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
-    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
-    })();
+        body {
+            padding-top: 60px;
+            padding-bottom: 40px;
+        }
+
+        .toc-like {
+            border-radius: 6px;
+            border: 1px solid #ccc;
+        }
+
+        .toc-like li {
+            line-height: 30px;
+            text-indent: 10px;
+        }
+
+        .toc-like li.custom-toc-header {
+            font-weight: bold;
+            background: #666;
+            color: white;
+            cursor: initial !important;
+            padding: 5px;
+        }
+
+        .toc-like li.custom-toc-header a {
+            color: white;
+            font-style: normal;
+            text-shadow: none;
+            padding: 0;
+        }
+
+        .toc-like li.custom-toc-header:hover a {
+            background: #666;
+        }
+
+        .page-title {
+            text-align: left;
+        }
+
+        #doc-content h2,
+        #doc-content h3,
+        #doc-content h4,
+        #doc-content h5,
+        #doc-content h6 {
+            padding-top: 0;
+            margin-top: 25px;
+            margin-bottom: 10px;
+            line-height: 1.4em;
+        }
+
+        #doc-content h2 {
+            border-bottom: 1px solid lightgrey;
+        }
+
+
+    </style>
+
+    <script type="text/javascript">
+
+        var _gaq = _gaq || [];
+        _gaq.push(['_setAccount', 'UA-36103647-1']);
+        _gaq.push(['_trackPageview']);
+
+        (function () {
+            var ga = document.createElement('script');
+            ga.type = 'text/javascript';
+            ga.async = true;
+            ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
+            var s = document.getElementsByTagName('script')[0];
+            s.parentNode.insertBefore(ga, s);
+        })();
 
-  </script>
+    </script>
 </head>
 
 <body>
 
-  <div class="navbar navbar-fixed-top">
+<div class="navbar navbar-fixed-top">
     <div class="navbar-inner">
-      <div class="container">
-        <a class="btn btn-navbar" data-toggle="collapse"
-          data-target=".nav-collapse"> <span class="icon-bar"></span> <span
-          class="icon-bar"></span> <span class="icon-bar"></span>
-        </a>
-        <a class="brand logocolor" href="./index.html">Apache DeltaSpike</a>
-        <div class="nav-collapse">
-     
-          
-          <ul class="nav">
-            <li><a href="./index.html">Home</a></li>
-            <li ><a href="./documentation">Documentation</a></li>
-            <li class="active" ><a href="./javadoc.html">Javadoc</a></li>
-            <li ><a href="./source.html">Source</a></li>
-            <li ><a href="./download.html">Download</a></li>
-            <li ><a href="./community.html">Community</a></li>
-            <!-- <li><a href="./support.html">Support</a></li>  -->
-            <li ><a href="./news.html">News</a></li>
-            <li ><a href="./migration-guide.html">Migration</a></li>
-          </ul>
+        <div class="container">
+            <a class="btn btn-navbar" data-toggle="collapse"
+               data-target=".nav-collapse"> <span class="icon-bar"></span> <span
+            class="icon-bar"></span> <span class="icon-bar"></span>
+            </a>
+            <a class="brand logocolor" href="./index.html">Apache DeltaSpike</a>
+
+            <div class="nav-collapse">
+
+                
+                <ul class="nav">
+                    <li><a href="./index.html">Home</a></li>
+                    <li ><a href="./documentation">Documentation</a></li>
+                    <li class="active" ><a href="./javadoc.html">Javadoc</a></li>
+                    <li ><a href="./source.html">Source</a></li>
+                    <li ><a href="./download.html">Download</a></li>
+                    <li ><a href="./community.html">Community</a></li>
+                    <!-- <li><a href="./support.html">Support</a></li>  -->
+                    <li ><a href="./news.html">News</a></li>
+                    <li ><a href="./migration-guide.html">Migration</a></li>
+                </ul>
+            </div>
+            <!--/.nav-collapse -->
+            <form id="search-form" action="https://www.google.com/search"
+                  method="get" class="navbar-search pull-right">
+                <input value="deltaspike.apache.org" name="sitesearch"
+                       type="hidden"> <input class="search-query" name="q"
+                                             id="query" type="text">
+            </form>
         </div>
-        <!--/.nav-collapse -->
-        <form id="search-form" action="https://www.google.com/search"
-          method="get" class="navbar-search pull-right">
-          <input value="deltaspike.apache.org" name="sitesearch"
-            type="hidden"> <input class="search-query" name="q"
-            id="query" type="text">
-        </form>
-      </div>
     </div>
-  </div>
+</div>
 
-  <div class="container">
-    <div class="row">
-      <div class="span12">
-        <div class="page-title">
-          <h1>Javadoc</h1>
-        </div>
+<div class="container">
+    <div class="row-fluid">
 
-        <div id="toc" class="toc">
-            <ul class="sectlevel1">
-<li><a href="#_latest_version">Latest version</a></li>
-<li><a href="#_stable_release">Stable Release</a></li>
-<li><a href="#_contribute">Contribute</a></li>
-<li><a href="#_publish_procedure_for_committers_only">Publish procedure (for committers only)</a></li>
-</ul>
-            <hr>
-            <div class="sect1">
+        
+
+        <div class="span12">
+            <div class="page-title">
+                <h1>Javadoc</h1>
+            </div>
+
+            <div id="doc-content">
+                <div class="sect1">
 <h2 id="_latest_version">Latest version</h2>
 <div class="sectionbody">
 <div class="ulist">
@@ -266,17 +319,22 @@ $ ./javadoc.sh</code></pre>
 </div>
 </div>
 </div>
+            </div>
         </div>
 
-        <hr>
+        
 
+    </div>
+    <div class="row">
+        <hr>
         <footer>
-          <p>Copyright © 2011-2014 The Apache Software Foundation,
-            Licensed under the Apache License, Version 2.0.</p>
-          <p>Apache and the Apache feather logo are trademarks of The Apache Software Foundation.</p>
+            <p>Copyright &copy; 2011-2014 The Apache Software Foundation,
+                Licensed under the Apache License, Version 2.0.</p>
+
+            <p>Apache and the Apache feather logo are trademarks of The Apache Software Foundation.</p>
         </footer>
-      </div>
     </div>
-  </div>
+</div>
+
 </body>
 </html>
\ No newline at end of file

Modified: deltaspike/site/trunk/content/staging/migration-guide.html
URL: http://svn.apache.org/viewvc/deltaspike/site/trunk/content/staging/migration-guide.html?rev=1678277&r1=1678276&r2=1678277&view=diff
==============================================================================
--- deltaspike/site/trunk/content/staging/migration-guide.html (original)
+++ deltaspike/site/trunk/content/staging/migration-guide.html Fri May  8 00:24:50 2015
@@ -1,44 +1,66 @@
 <!DOCTYPE html>
 <head>
-<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<meta charset="utf-8">
-<meta name="viewport" content="width=device-width, initial-scale=1.0">
-<meta name="description" content="deltaspike-generate-pages">
-<meta name="author" content="chm">
-<!-- No caching headers -->
-<meta http-equiv="cache-control" content="no-cache" />
-<meta http-equiv="pragma" content="no-cache" />
-<meta http-equiv="expires" content="-1" />
-
-<title>Migrate from MyFaces CODI-Core to DeltaSpike</title>
-
-<!--
-    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.
--->
-
-<!-- Styles -->
-
-<link href="https://deltaspike.apache.org/resources/css/bootstrap.css" rel="stylesheet">
-<link href="https://deltaspike.apache.org/resources/css/bootstrap-responsive.css" rel="stylesheet">
-<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/3.1.0/css/font-awesome.min.css" rel="stylesheet" >
+    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+    <meta charset="utf-8">
+    <meta name="viewport" content="width=device-width, initial-scale=1.0">
+    <meta name="description" content="deltaspike-generate-pages">
+    <meta name="author" content="chm">
+    <!-- No caching headers -->
+    <meta http-equiv="cache-control" content="no-cache"/>
+    <meta http-equiv="pragma" content="no-cache"/>
+    <meta http-equiv="expires" content="-1"/>
+
+    <title>Migration Guide</title>
+
+    <!--
+        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.
+    -->
+
+    <!-- Styles -->
+    <link href="https://deltaspike.apache.org/resources/css/bootstrap.css" rel="stylesheet">
+    <link href="https://deltaspike.apache.org/resources/css/bootstrap-responsive.css" rel="stylesheet">
+    <link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/3.1.0/css/font-awesome.min.css" rel="stylesheet">
+
+    
+
+    
+        <!-- Tocify - nice dynamic autoscrolling TOC -->
+        <link href="https://cdnjs.cloudflare.com/ajax/libs/jquery.tocify/1.9.0/stylesheets/jquery.tocify.min.css" rel="stylesheet">
+        <script src="https://code.jquery.com/jquery-1.11.3.min.js"></script>
+        <script src="https://cdnjs.cloudflare.com/ajax/libs/jqueryui/1.11.4/jquery-ui.min.js"></script>
+        <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery.tocify/1.9.0/javascripts/jquery.tocify.min.js"></script>
+
+
+        <script type="text/javascript">
+            $(function () {
+                $("#toc").tocify({
+                    scrollTo: 50,
+                    extendPage: true,
+                    context: "#doc-content",
+                    selectors: "h2,h3,h4,h5"
+                });
+                $(".fallback-toc").hide();
+            });
+        </script>
+    
 
-<style type="text/css">
-/* Stylesheet for CodeRay to match GitHub theme | MIT License | http://foundation.zurb.com */
+    <style type="text/css">
+        /* Stylesheet for CodeRay to match GitHub theme | MIT License | http://foundation.zurb.com */
 /*pre.CodeRay {background-color:#f7f7f8;}*/
 .CodeRay .line-numbers{border-right:1px solid #d8d8d8;padding:0 0.5em 0 .25em}
 .CodeRay span.line-numbers{display:inline-block;margin-right:.5em;color:rgba(0,0,0,.3)}
@@ -128,120 +150,129 @@ table.CodeRay td.code>pre{padding:0}
 .CodeRay .change .change{color:#66f}
 .CodeRay .head .head{color:#f4f}
 
-body {
-  padding-top: 60px;
-  padding-bottom: 40px;
-}
-</style>
-
-<script type="text/javascript">
-
-    var _gaq = _gaq || [];
-    _gaq.push(['_setAccount', 'UA-36103647-1']);
-    _gaq.push(['_trackPageview']);
-
-    (function() {
-    var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
-    ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
-    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
-    })();
+        body {
+            padding-top: 60px;
+            padding-bottom: 40px;
+        }
+
+        .toc-like {
+            border-radius: 6px;
+            border: 1px solid #ccc;
+        }
+
+        .toc-like li {
+            line-height: 30px;
+            text-indent: 10px;
+        }
+
+        .toc-like li.custom-toc-header {
+            font-weight: bold;
+            background: #666;
+            color: white;
+            cursor: initial !important;
+            padding: 5px;
+        }
+
+        .toc-like li.custom-toc-header a {
+            color: white;
+            font-style: normal;
+            text-shadow: none;
+            padding: 0;
+        }
+
+        .toc-like li.custom-toc-header:hover a {
+            background: #666;
+        }
+
+        .page-title {
+            text-align: left;
+        }
+
+        #doc-content h2,
+        #doc-content h3,
+        #doc-content h4,
+        #doc-content h5,
+        #doc-content h6 {
+            padding-top: 0;
+            margin-top: 25px;
+            margin-bottom: 10px;
+            line-height: 1.4em;
+        }
+
+        #doc-content h2 {
+            border-bottom: 1px solid lightgrey;
+        }
+
+
+    </style>
+
+    <script type="text/javascript">
+
+        var _gaq = _gaq || [];
+        _gaq.push(['_setAccount', 'UA-36103647-1']);
+        _gaq.push(['_trackPageview']);
+
+        (function () {
+            var ga = document.createElement('script');
+            ga.type = 'text/javascript';
+            ga.async = true;
+            ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
+            var s = document.getElementsByTagName('script')[0];
+            s.parentNode.insertBefore(ga, s);
+        })();
 
-  </script>
+    </script>
 </head>
 
 <body>
 
-  <div class="navbar navbar-fixed-top">
+<div class="navbar navbar-fixed-top">
     <div class="navbar-inner">
-      <div class="container">
-        <a class="btn btn-navbar" data-toggle="collapse"
-          data-target=".nav-collapse"> <span class="icon-bar"></span> <span
-          class="icon-bar"></span> <span class="icon-bar"></span>
-        </a>
-        <a class="brand logocolor" href="./index.html">Apache DeltaSpike</a>
-        <div class="nav-collapse">
-     
-          
-          <ul class="nav">
-            <li><a href="./index.html">Home</a></li>
-            <li ><a href="./documentation">Documentation</a></li>
-            <li  ><a href="./javadoc.html">Javadoc</a></li>
-            <li ><a href="./source.html">Source</a></li>
-            <li ><a href="./download.html">Download</a></li>
-            <li ><a href="./community.html">Community</a></li>
-            <!-- <li><a href="./support.html">Support</a></li>  -->
-            <li ><a href="./news.html">News</a></li>
-            <li class="active"><a href="./migration-guide.html">Migration</a></li>
-          </ul>
+        <div class="container">
+            <a class="btn btn-navbar" data-toggle="collapse"
+               data-target=".nav-collapse"> <span class="icon-bar"></span> <span
+            class="icon-bar"></span> <span class="icon-bar"></span>
+            </a>
+            <a class="brand logocolor" href="./index.html">Apache DeltaSpike</a>
+
+            <div class="nav-collapse">
+
+                
+                <ul class="nav">
+                    <li><a href="./index.html">Home</a></li>
+                    <li ><a href="./documentation">Documentation</a></li>
+                    <li  ><a href="./javadoc.html">Javadoc</a></li>
+                    <li ><a href="./source.html">Source</a></li>
+                    <li ><a href="./download.html">Download</a></li>
+                    <li ><a href="./community.html">Community</a></li>
+                    <!-- <li><a href="./support.html">Support</a></li>  -->
+                    <li ><a href="./news.html">News</a></li>
+                    <li class="active"><a href="./migration-guide.html">Migration</a></li>
+                </ul>
+            </div>
+            <!--/.nav-collapse -->
+            <form id="search-form" action="https://www.google.com/search"
+                  method="get" class="navbar-search pull-right">
+                <input value="deltaspike.apache.org" name="sitesearch"
+                       type="hidden"> <input class="search-query" name="q"
+                                             id="query" type="text">
+            </form>
         </div>
-        <!--/.nav-collapse -->
-        <form id="search-form" action="https://www.google.com/search"
-          method="get" class="navbar-search pull-right">
-          <input value="deltaspike.apache.org" name="sitesearch"
-            type="hidden"> <input class="search-query" name="q"
-            id="query" type="text">
-        </form>
-      </div>
     </div>
-  </div>
+</div>
 
-  <div class="container">
-    <div class="row">
-      <div class="span12">
-        <div class="page-title">
-          <h1>Migrate from MyFaces CODI-Core to DeltaSpike</h1>
-        </div>
+<div class="container">
+    <div class="row-fluid">
 
-        <div id="toc" class="toc">
-            <ul class="sectlevel1">
-<li><a href="#_introduction">Introduction</a></li>
-<li><a href="#_apache_myfaces_codi_to_apache_deltaspike">Apache MyFaces CODI to Apache DeltaSpike</a>
-<ul class="sectlevel2">
-<li><a href="#_example_overview">Example Overview</a></li>
-<li><a href="#_basically_unchanged_parts">Basically unchanged parts</a>
-<ul class="sectlevel3">
-<li><a href="#_project_stage">Project-stage</a></li>
-<li><a href="#_deactivatable_and_classdeactivator">Deactivatable and ClassDeactivator</a></li>
-<li><a href="#_codiconfig">CodiConfig</a></li>
-<li><a href="#_annotation_literals">Annotation literals</a></li>
-<li><a href="#_beanmanagerprovider">BeanManagerProvider</a></li>
-</ul>
-</li>
-<li><a href="#_extended_concepts">Extended concepts</a>
-<ul class="sectlevel3">
-<li><a href="#_configuredvalueresolver">ConfiguredValueResolver</a></li>
-<li><a href="#_projectstageactivated_and_expressionactivated">ProjectStageActivated and ExpressionActivated</a></li>
-<li><a href="#_defaultannotation">DefaultAnnotation</a></li>
-</ul>
-</li>
-<li><a href="#_postponed_concepts">Postponed concepts</a>
-<ul class="sectlevel3">
-<li><a href="#_beannames">BeanNames</a></li>
-</ul>
-</li>
-<li><a href="#_dropped_concepts">Dropped concepts</a>
-<ul class="sectlevel3">
-<li><a href="#_java_1_5_support">Java 1.5 Support</a></li>
-</ul>
-</li>
-<li><a href="#_jsf_module">JSF Module</a>
-<ul class="sectlevel3">
-<li><a href="#_type_safe_view_config">Type-safe view config</a></li>
-</ul>
-</li>
-</ul>
-</li>
-<li><a href="#_jboss_seam2_to_apache_deltaspike">JBoss Seam2 to Apache DeltaSpike</a></li>
-<li><a href="#_jboss_seam3_to_apache_deltaspike">JBoss Seam3 to Apache DeltaSpike</a></li>
-</ul>
-            <hr>
-            <div class="sect1">
-<h2 id="_introduction">Introduction</h2>
-<div class="sectionbody">
+        
 
-</div>
-</div>
-<div class="sect1">
+        <div class="span8">
+            <div class="page-title">
+                <h1>Migration Guide</h1>
+            </div>
+
+            <div id="doc-content">
+                <div class="sect1">
 <h2 id="_apache_myfaces_codi_to_apache_deltaspike">Apache MyFaces CODI to Apache DeltaSpike</h2>
 <div class="sectionbody">
 <div class="sect2">
@@ -367,32 +398,93 @@ might haven&#8217;t seen so far, we will
 </div>
 </div>
 <div class="sect1">
-<h2 id="_jboss_seam2_to_apache_deltaspike">JBoss Seam2 to Apache DeltaSpike</h2>
+<h2 id="_jboss_seam_2_to_java_ee_6_deltaspike_other">JBoss Seam 2 to Java EE 6 + DeltaSpike + other</h2>
 <div class="sectionbody">
 <div class="paragraph">
-<p>(TODO)</p>
+<p>Migration of a Seam 2 application to Java EE 6 technologies and some alternatives including DeltaSpike is described along with a complete migrated Seam 2 application in the <a href="https://github.com/mareknovotny/seam-migration/wiki">Seam 2 Migration Wiki</a>.</p>
 </div>
 </div>
 </div>
 <div class="sect1">
-<h2 id="_jboss_seam3_to_apache_deltaspike">JBoss Seam3 to Apache DeltaSpike</h2>
+<h2 id="_jboss_seam_3_to_apache_deltaspike">JBoss Seam 3 to Apache DeltaSpike</h2>
 <div class="sectionbody">
 <div class="paragraph">
 <p>(TODO)</p>
 </div>
 </div>
 </div>
+            </div>
         </div>
 
-        <hr>
+        
+            <div class="span4">
+                <div id="toc">
+                    <div class="moduledeps">
+                        <ul class="toc-like nav nav-list">
+                            
+                            
+                            
+                        </ul>
+                    </div>
+                </div>
+                
+                    <div class="fallback-toc">
+                        <ul class="sectlevel1">
+<li><a href="#_apache_myfaces_codi_to_apache_deltaspike">Apache MyFaces CODI to Apache DeltaSpike</a>
+<ul class="sectlevel2">
+<li><a href="#_example_overview">Example Overview</a></li>
+<li><a href="#_basically_unchanged_parts">Basically unchanged parts</a>
+<ul class="sectlevel3">
+<li><a href="#_project_stage">Project-stage</a></li>
+<li><a href="#_deactivatable_and_classdeactivator">Deactivatable and ClassDeactivator</a></li>
+<li><a href="#_codiconfig">CodiConfig</a></li>
+<li><a href="#_annotation_literals">Annotation literals</a></li>
+<li><a href="#_beanmanagerprovider">BeanManagerProvider</a></li>
+</ul>
+</li>
+<li><a href="#_extended_concepts">Extended concepts</a>
+<ul class="sectlevel3">
+<li><a href="#_configuredvalueresolver">ConfiguredValueResolver</a></li>
+<li><a href="#_projectstageactivated_and_expressionactivated">ProjectStageActivated and ExpressionActivated</a></li>
+<li><a href="#_defaultannotation">DefaultAnnotation</a></li>
+</ul>
+</li>
+<li><a href="#_postponed_concepts">Postponed concepts</a>
+<ul class="sectlevel3">
+<li><a href="#_beannames">BeanNames</a></li>
+</ul>
+</li>
+<li><a href="#_dropped_concepts">Dropped concepts</a>
+<ul class="sectlevel3">
+<li><a href="#_java_1_5_support">Java 1.5 Support</a></li>
+</ul>
+</li>
+<li><a href="#_jsf_module">JSF Module</a>
+<ul class="sectlevel3">
+<li><a href="#_type_safe_view_config">Type-safe view config</a></li>
+</ul>
+</li>
+</ul>
+</li>
+<li><a href="#_jboss_seam_2_to_java_ee_6_deltaspike_other">JBoss Seam 2 to Java EE 6 + DeltaSpike + other</a></li>
+<li><a href="#_jboss_seam_3_to_apache_deltaspike">JBoss Seam 3 to Apache DeltaSpike</a></li>
+</ul>
+                    </div>
+                
+            </div>
+        
 
+    </div>
+    <div class="row">
+        <hr>
         <footer>
-          <p>Copyright © 2011-2014 The Apache Software Foundation,
-            Licensed under the Apache License, Version 2.0.</p>
-          <p>Apache and the Apache feather logo are trademarks of The Apache Software Foundation.</p>
+            <p>Copyright &copy; 2011-2014 The Apache Software Foundation,
+                Licensed under the Apache License, Version 2.0.</p>
+
+            <p>Apache and the Apache feather logo are trademarks of The Apache Software Foundation.</p>
         </footer>
-      </div>
     </div>
-  </div>
+</div>
+
 </body>
 </html>
\ No newline at end of file

Modified: deltaspike/site/trunk/content/staging/news.html
URL: http://svn.apache.org/viewvc/deltaspike/site/trunk/content/staging/news.html?rev=1678277&r1=1678276&r2=1678277&view=diff
==============================================================================
--- deltaspike/site/trunk/content/staging/news.html (original)
+++ deltaspike/site/trunk/content/staging/news.html Fri May  8 00:24:50 2015
@@ -1,44 +1,47 @@
 <!DOCTYPE html>
 <head>
-<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<meta charset="utf-8">
-<meta name="viewport" content="width=device-width, initial-scale=1.0">
-<meta name="description" content="deltaspike-generate-pages">
-<meta name="author" content="chm">
-<!-- No caching headers -->
-<meta http-equiv="cache-control" content="no-cache" />
-<meta http-equiv="pragma" content="no-cache" />
-<meta http-equiv="expires" content="-1" />
-
-<title>Apache DeltaSpike News</title>
-
-<!--
-    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.
--->
-
-<!-- Styles -->
-
-<link href="https://deltaspike.apache.org/resources/css/bootstrap.css" rel="stylesheet">
-<link href="https://deltaspike.apache.org/resources/css/bootstrap-responsive.css" rel="stylesheet">
-<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/3.1.0/css/font-awesome.min.css" rel="stylesheet" >
+    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+    <meta charset="utf-8">
+    <meta name="viewport" content="width=device-width, initial-scale=1.0">
+    <meta name="description" content="deltaspike-generate-pages">
+    <meta name="author" content="chm">
+    <!-- No caching headers -->
+    <meta http-equiv="cache-control" content="no-cache"/>
+    <meta http-equiv="pragma" content="no-cache"/>
+    <meta http-equiv="expires" content="-1"/>
+
+    <title>Apache DeltaSpike News</title>
+
+    <!--
+        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.
+    -->
+
+    <!-- Styles -->
+    <link href="https://deltaspike.apache.org/resources/css/bootstrap.css" rel="stylesheet">
+    <link href="https://deltaspike.apache.org/resources/css/bootstrap-responsive.css" rel="stylesheet">
+    <link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/3.1.0/css/font-awesome.min.css" rel="stylesheet">
 
-<style type="text/css">
-/* Stylesheet for CodeRay to match GitHub theme | MIT License | http://foundation.zurb.com */
+    
+
+    
+
+    <style type="text/css">
+        /* Stylesheet for CodeRay to match GitHub theme | MIT License | http://foundation.zurb.com */
 /*pre.CodeRay {background-color:#f7f7f8;}*/
 .CodeRay .line-numbers{border-right:1px solid #d8d8d8;padding:0 0.5em 0 .25em}
 .CodeRay span.line-numbers{display:inline-block;margin-right:.5em;color:rgba(0,0,0,.3)}
@@ -128,124 +131,147 @@ table.CodeRay td.code>pre{padding:0}
 .CodeRay .change .change{color:#66f}
 .CodeRay .head .head{color:#f4f}
 
-body {
-  padding-top: 60px;
-  padding-bottom: 40px;
-}
-</style>
-
-<script type="text/javascript">
-
-    var _gaq = _gaq || [];
-    _gaq.push(['_setAccount', 'UA-36103647-1']);
-    _gaq.push(['_trackPageview']);
-
-    (function() {
-    var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
-    ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
-    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
-    })();
+        body {
+            padding-top: 60px;
+            padding-bottom: 40px;
+        }
+
+        .toc-like {
+            border-radius: 6px;
+            border: 1px solid #ccc;
+        }
+
+        .toc-like li {
+            line-height: 30px;
+            text-indent: 10px;
+        }
+
+        .toc-like li.custom-toc-header {
+            font-weight: bold;
+            background: #666;
+            color: white;
+            cursor: initial !important;
+            padding: 5px;
+        }
+
+        .toc-like li.custom-toc-header a {
+            color: white;
+            font-style: normal;
+            text-shadow: none;
+            padding: 0;
+        }
+
+        .toc-like li.custom-toc-header:hover a {
+            background: #666;
+        }
+
+        .page-title {
+            text-align: left;
+        }
+
+        #doc-content h2,
+        #doc-content h3,
+        #doc-content h4,
+        #doc-content h5,
+        #doc-content h6 {
+            padding-top: 0;
+            margin-top: 25px;
+            margin-bottom: 10px;
+            line-height: 1.4em;
+        }
+
+        #doc-content h2 {
+            border-bottom: 1px solid lightgrey;
+        }
+
+
+    </style>
+
+    <script type="text/javascript">
+
+        var _gaq = _gaq || [];
+        _gaq.push(['_setAccount', 'UA-36103647-1']);
+        _gaq.push(['_trackPageview']);
+
+        (function () {
+            var ga = document.createElement('script');
+            ga.type = 'text/javascript';
+            ga.async = true;
+            ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
+            var s = document.getElementsByTagName('script')[0];
+            s.parentNode.insertBefore(ga, s);
+        })();
 
-  </script>
+    </script>
 </head>
 
 <body>
 
-  <div class="navbar navbar-fixed-top">
+<div class="navbar navbar-fixed-top">
     <div class="navbar-inner">
-      <div class="container">
-        <a class="btn btn-navbar" data-toggle="collapse"
-          data-target=".nav-collapse"> <span class="icon-bar"></span> <span
-          class="icon-bar"></span> <span class="icon-bar"></span>
-        </a>
-        <a class="brand logocolor" href="./index.html">Apache DeltaSpike</a>
-        <div class="nav-collapse">
-     
-          
-          <ul class="nav">
-            <li><a href="./index.html">Home</a></li>
-            <li ><a href="./documentation">Documentation</a></li>
-            <li  ><a href="./javadoc.html">Javadoc</a></li>
-            <li ><a href="./source.html">Source</a></li>
-            <li ><a href="./download.html">Download</a></li>
-            <li ><a href="./community.html">Community</a></li>
-            <!-- <li><a href="./support.html">Support</a></li>  -->
-            <li class="active"><a href="./news.html">News</a></li>
-            <li ><a href="./migration-guide.html">Migration</a></li>
-          </ul>
+        <div class="container">
+            <a class="btn btn-navbar" data-toggle="collapse"
+               data-target=".nav-collapse"> <span class="icon-bar"></span> <span
+            class="icon-bar"></span> <span class="icon-bar"></span>
+            </a>
+            <a class="brand logocolor" href="./index.html">Apache DeltaSpike</a>
+
+            <div class="nav-collapse">
+
+                
+                <ul class="nav">
+                    <li><a href="./index.html">Home</a></li>
+                    <li ><a href="./documentation">Documentation</a></li>
+                    <li  ><a href="./javadoc.html">Javadoc</a></li>
+                    <li ><a href="./source.html">Source</a></li>
+                    <li ><a href="./download.html">Download</a></li>
+                    <li ><a href="./community.html">Community</a></li>
+                    <!-- <li><a href="./support.html">Support</a></li>  -->
+                    <li class="active"><a href="./news.html">News</a></li>
+                    <li ><a href="./migration-guide.html">Migration</a></li>
+                </ul>
+            </div>
+            <!--/.nav-collapse -->
+            <form id="search-form" action="https://www.google.com/search"
+                  method="get" class="navbar-search pull-right">
+                <input value="deltaspike.apache.org" name="sitesearch"
+                       type="hidden"> <input class="search-query" name="q"
+                                             id="query" type="text">
+            </form>
         </div>
-        <!--/.nav-collapse -->
-        <form id="search-form" action="https://www.google.com/search"
-          method="get" class="navbar-search pull-right">
-          <input value="deltaspike.apache.org" name="sitesearch"
-            type="hidden"> <input class="search-query" name="q"
-            id="query" type="text">
-        </form>
-      </div>
     </div>
-  </div>
+</div>
 
-  <div class="container">
-    <div class="row">
-      <div class="span12">
-        <div class="page-title">
-          <h1>Apache DeltaSpike News</h1>
-        </div>
+<div class="container">
+    <div class="row-fluid">
 
-        <div id="toc" class="toc">
-            <ul class="sectlevel1">
-<li><a href="#_overview">Overview</a>
-<ul class="sectlevel2">
-<li><a href="#_15th_release_1_3_0_10_03_2015">15th Release (1.3.0) (10.03.2015)</a></li>
-<li><a href="#_14th_release_1_2_1_20_12_2014">14th Release (1.2.1) (20.12.2014)</a></li>
-<li><a href="#_13th_release_1_2_0_30_11_2014">13th Release (1.2.0) (30.11.2014)</a></li>
-<li><a href="#_new_pmc_member_20_11_2014">New PMC Member (20.11.2014)</a></li>
-<li><a href="#_12th_release_1_1_0_01_11_2014">12th Release (1.1.0) (01.11.2014)</a></li>
-<li><a href="#_duke_s_choice_award_28_09_2014">Duke&#8217;s Choice Award (28.09.2014)</a></li>
-<li><a href="#_11th_release_1_0_3_21_09_2014">11th Release (1.0.3) (21.09.2014)</a></li>
-<li><a href="#_10th_release_1_0_2_17_08_2014">10th Release (1.0.2) (17.08.2014)</a></li>
-<li><a href="#_9th_release_1_0_1_13_07_2014">9th Release (1.0.1) (13.07.2014)</a></li>
-<li><a href="#_8th_release_1_0_0_14_06_2014">8th Release (1.0.0) (14.06.2014)</a></li>
-<li><a href="#_new_committer_18_05_2014">New Committer (18.05.2014)</a></li>
-<li><a href="#_7th_release_0_7_03_05_2014">7th Release (0.7) (03.05.2014)</a></li>
-<li><a href="#_6th_release_0_6_20_03_2014">6th Release (0.6) (20.03.2014)</a></li>
-<li><a href="#_new_committer_14_12_2013">New Committer (14.12.2013)</a></li>
-<li><a href="#_5th_release_0_5_18_09_2013">5th Release (0.5) (18.09.2013)</a></li>
-<li><a href="#_4th_release_0_4_31_05_2013">4th Release (0.4) (31.05.2013)</a></li>
-<li><a href="#_graduation_28_05_2013">Graduation (28.05.2013)</a></li>
-<li><a href="#_3rd_release_0_3_incubating_22_08_2012">3rd Release (0.3 incubating) (22.08.2012)</a></li>
-<li><a href="#_new_committer_21_08_2012">New Committer (21.08.2012)</a></li>
-<li><a href="#_new_committers_11_07_2012">New Committers (11.07.2012)</a></li>
-<li><a href="#_apache_cms_30_05_2012">Apache CMS (30.05.2012)</a></li>
-<li><a href="#_2nd_release_0_2_incubating_22_04_2012">2nd Release (0.2 incubating) (22.04.2012)</a></li>
-<li><a href="#_1st_release_0_1_incubating_10_02_2012">1st Release (0.1 incubating) (10.02.2012)</a></li>
-<li><a href="#_execution_of_integration_tests_with_remote_servers_01_02_2012">Execution of integration tests with remote servers (01.02.2012)</a></li>
-<li><a href="#_new_committer_29_01_2012">New Committer (29.01.2012)</a></li>
-<li><a href="#_new_committer_28_01_2012">New Committer (28.01.2012)</a></li>
-<li><a href="#_new_committer_27_01_2012">New Committer (27.01.2012)</a></li>
-<li><a href="#_nabble_mirror_21_01_2012">Nabble Mirror (21.01.2012)</a></li>
-<li><a href="#_new_committers_13_01_2012">New Committers (13.01.2012)</a></li>
-<li><a href="#_github_mirror_12_01_2012">GitHub Mirror (12.01.2012)</a></li>
-<li><a href="#_creation_of_the_status_page_30_12_2011">Creation of the Status Page (30.12.2011)</a></li>
-<li><a href="#_nightly_builds_29_12_2011">Nightly builds (29.12.2011)</a></li>
-<li><a href="#_sonar_build_29_12_2011">Sonar build (29.12.2011)</a></li>
-<li><a href="#_first_commit_22_12_2011">First Commit (22.12.2011)</a></li>
-<li><a href="#_first_jira_ticket_13_12_2011">First JIRA ticket (13.12.2011)</a></li>
-<li><a href="#_first_report_12_2011_12_12_2011">First report 12.2011 (12.12.2011)</a></li>
-<li><a href="#_twitter_account">Twitter Account</a></li>
-<li><a href="#_mailing_lists_8_12_2011">Mailing-lists (8.12.2011)</a></li>
-<li><a href="#_vote_closed_7_12_2011">Vote closed (7.12.2011)</a></li>
-<li><a href="#_vote_to_join_the_incubator_4_12_2011">Vote to join the Incubator (4.12.2011)</a></li>
-<li><a href="#_proposal_30_11_2011">Proposal (30.11.2011)</a></li>
-</ul>
-</li>
-</ul>
-            <hr>
-            <div class="sect1">
-<h2 id="_overview">Overview</h2>
+        
+
+        <div class="span12">
+            <div class="page-title">
+                <h1>Apache DeltaSpike News</h1>
+            </div>
+
+            <div id="doc-content">
+                <div class="sect1">
+<h2 id="_new_pmc_member_21_04_2015">New PMC Member (21.04.2015)</h2>
+<div class="sectionbody">
+<div class="paragraph">
+<p>Rafael Benevides joined our PMC.</p>
+</div>
+</div>
+</div>
+<div class="sect1">
+<h2 id="_new_committer_17_14_2015">New Committer (17.14.2015)</h2>
+<div class="sectionbody">
+<div class="paragraph">
+<p>Ron Smeral joined our development community.</p>
+</div>
+</div>
+</div>
+<div class="sect1">
+<h2 id="_15th_release_1_3_0_10_03_2015">15th Release (1.3.0) (10.03.2015)</h2>
 <div class="sectionbody">
-<div class="sect2">
-<h3 id="_15th_release_1_3_0_10_03_2015">15th Release (1.3.0) (10.03.2015)</h3>
 <div class="paragraph">
 <p>The Apache DeltaSpike team is pleased to announce the 15th release
 (v1.3.0).</p>
@@ -254,8 +280,10 @@ body {
 <p>The <a href="http://s.apache.org/DeltaSpike_1.3.0">release notes</a> contains 31 JIRA tickets.</p>
 </div>
 </div>
-<div class="sect2">
-<h3 id="_14th_release_1_2_1_20_12_2014">14th Release (1.2.1) (20.12.2014)</h3>
+</div>
+<div class="sect1">
+<h2 id="_14th_release_1_2_1_20_12_2014">14th Release (1.2.1) (20.12.2014)</h2>
+<div class="sectionbody">
 <div class="paragraph">
 <p>The Apache DeltaSpike team is pleased to announce the 14th release
 (v1.2.1).</p>
@@ -264,8 +292,10 @@ body {
 <p>The <a href="http://s.apache.org/DeltaSpike_1.2.1">release notes</a> contains 19 JIRA tickets.</p>
 </div>
 </div>
-<div class="sect2">
-<h3 id="_13th_release_1_2_0_30_11_2014">13th Release (1.2.0) (30.11.2014)</h3>
+</div>
+<div class="sect1">
+<h2 id="_13th_release_1_2_0_30_11_2014">13th Release (1.2.0) (30.11.2014)</h2>
+<div class="sectionbody">
 <div class="paragraph">
 <p>The Apache DeltaSpike team is pleased to announce the 13th release
 (v1.2.0).</p>
@@ -274,14 +304,18 @@ body {
 <p>The <a href="http://s.apache.org/DeltaSpike_1.2.0">release notes</a> contains 22 JIRA tickets.</p>
 </div>
 </div>
-<div class="sect2">
-<h3 id="_new_pmc_member_20_11_2014">New PMC Member (20.11.2014)</h3>
+</div>
+<div class="sect1">
+<h2 id="_new_pmc_member_20_11_2014">New PMC Member (20.11.2014)</h2>
+<div class="sectionbody">
 <div class="paragraph">
 <p>Thomas Andraschko joined our PMC.</p>
 </div>
 </div>
-<div class="sect2">
-<h3 id="_12th_release_1_1_0_01_11_2014">12th Release (1.1.0) (01.11.2014)</h3>
+</div>
+<div class="sect1">
+<h2 id="_12th_release_1_1_0_01_11_2014">12th Release (1.1.0) (01.11.2014)</h2>
+<div class="sectionbody">
 <div class="paragraph">
 <p>The Apache DeltaSpike team is pleased to announce the 12th release (v1.1.0).</p>
 </div>
@@ -289,14 +323,18 @@ body {
 <p>The <a href="http://s.apache.org/DeltaSpike_1.1.0">release notes</a> contains 24 JIRA tickets.</p>
 </div>
 </div>
-<div class="sect2">
-<h3 id="_duke_s_choice_award_28_09_2014">Duke&#8217;s Choice Award (28.09.2014)</h3>
+</div>
+<div class="sect1">
+<h2 id="_duke_s_choice_award_28_09_2014">Duke&#8217;s Choice Award (28.09.2014)</h2>
+<div class="sectionbody">
 <div class="paragraph">
 <p>We won a <a href="https://blogs.oracle.com/java/entry/2014_duke_s_choice_award">Duke&#8217;s Choice Award</a>!</p>
 </div>
 </div>
-<div class="sect2">
-<h3 id="_11th_release_1_0_3_21_09_2014">11th Release (1.0.3) (21.09.2014)</h3>
+</div>
+<div class="sect1">
+<h2 id="_11th_release_1_0_3_21_09_2014">11th Release (1.0.3) (21.09.2014)</h2>
+<div class="sectionbody">
 <div class="paragraph">
 <p>The Apache DeltaSpike team is pleased to announce the 11th release (v1.0.3).</p>
 </div>
@@ -304,8 +342,10 @@ body {
 <p>The <a href="http://s.apache.org/DeltaSpike_1.0.3">release notes</a> contains 20 JIRA tickets.</p>
 </div>
 </div>
-<div class="sect2">
-<h3 id="_10th_release_1_0_2_17_08_2014">10th Release (1.0.2) (17.08.2014)</h3>
+</div>
+<div class="sect1">
+<h2 id="_10th_release_1_0_2_17_08_2014">10th Release (1.0.2) (17.08.2014)</h2>
+<div class="sectionbody">
 <div class="paragraph">
 <p>The Apache DeltaSpike team is pleased to announce the 10th release (v1.0.2).</p>
 </div>
@@ -313,8 +353,10 @@ body {
 <p>The <a href="http://s.apache.org/DeltaSpike_1.0.2">release notes</a> contains 15 JIRA tickets.</p>
 </div>
 </div>
-<div class="sect2">
-<h3 id="_9th_release_1_0_1_13_07_2014">9th Release (1.0.1) (13.07.2014)</h3>
+</div>
+<div class="sect1">
+<h2 id="_9th_release_1_0_1_13_07_2014">9th Release (1.0.1) (13.07.2014)</h2>
+<div class="sectionbody">
 <div class="paragraph">
 <p>The Apache DeltaSpike team is pleased to announce the 9th release (v1.0.1).</p>
 </div>
@@ -322,8 +364,10 @@ body {
 <p>The <a href="http://s.apache.org/DeltaSpike_1.0.1">release notes</a> contains 18 JIRA tickets.</p>
 </div>
 </div>
-<div class="sect2">
-<h3 id="_8th_release_1_0_0_14_06_2014">8th Release (1.0.0) (14.06.2014)</h3>
+</div>
+<div class="sect1">
+<h2 id="_8th_release_1_0_0_14_06_2014">8th Release (1.0.0) (14.06.2014)</h2>
+<div class="sectionbody">
 <div class="paragraph">
 <p>The Apache DeltaSpike team is pleased to announce the 8th release (v1.0.0).</p>
 </div>
@@ -331,14 +375,18 @@ body {
 <p>The <a href="http://s.apache.org/DeltaSpike_1.0.0">release notes</a> contains 48 JIRA tickets.</p>
 </div>
 </div>
-<div class="sect2">
-<h3 id="_new_committer_18_05_2014">New Committer (18.05.2014)</h3>
+</div>
+<div class="sect1">
+<h2 id="_new_committer_18_05_2014">New Committer (18.05.2014)</h2>
+<div class="sectionbody">
 <div class="paragraph">
 <p>Rafael Benevides joined our development community.</p>
 </div>
 </div>
-<div class="sect2">
-<h3 id="_7th_release_0_7_03_05_2014">7th Release (0.7) (03.05.2014)</h3>
+</div>
+<div class="sect1">
+<h2 id="_7th_release_0_7_03_05_2014">7th Release (0.7) (03.05.2014)</h2>
+<div class="sectionbody">
 <div class="paragraph">
 <p>The Apache DeltaSpike team is pleased to announce the 7th release (v0.7).</p>
 </div>
@@ -346,8 +394,10 @@ body {
 <p>The <a href="http://s.apache.org/DS-0.7-RNotes">release notes</a> contains 35 JIRA tickets.</p>
 </div>
 </div>
-<div class="sect2">
-<h3 id="_6th_release_0_6_20_03_2014">6th Release (0.6) (20.03.2014)</h3>
+</div>
+<div class="sect1">
+<h2 id="_6th_release_0_6_20_03_2014">6th Release (0.6) (20.03.2014)</h2>
+<div class="sectionbody">
 <div class="paragraph">
 <p>The Apache DeltaSpike team is pleased to announce the 6th release (v0.6).</p>
 </div>
@@ -355,14 +405,18 @@ body {
 <p>The <a href="http://s.apache.org/DS-0.6-RNotes">release notes</a> contains 102 JIRA tickets.</p>
 </div>
 </div>
-<div class="sect2">
-<h3 id="_new_committer_14_12_2013">New Committer (14.12.2013)</h3>
+</div>
+<div class="sect1">
+<h2 id="_new_committer_14_12_2013">New Committer (14.12.2013)</h2>
+<div class="sectionbody">
 <div class="paragraph">
 <p>Thomas Andraschko joined our development community.</p>
 </div>
 </div>
-<div class="sect2">
-<h3 id="_5th_release_0_5_18_09_2013">5th Release (0.5) (18.09.2013)</h3>
+</div>
+<div class="sect1">
+<h2 id="_5th_release_0_5_18_09_2013">5th Release (0.5) (18.09.2013)</h2>
+<div class="sectionbody">
 <div class="paragraph">
 <p>The Apache DeltaSpike team is pleased to announce the 5th release (v0.5).</p>
 </div>
@@ -370,8 +424,10 @@ body {
 <p>The <a href="http://s.apache.org/DS-0.5-RNotes">release notes</a> contains 29 JIRA tickets.</p>
 </div>
 </div>
-<div class="sect2">
-<h3 id="_4th_release_0_4_31_05_2013">4th Release (0.4) (31.05.2013)</h3>
+</div>
+<div class="sect1">
+<h2 id="_4th_release_0_4_31_05_2013">4th Release (0.4) (31.05.2013)</h2>
+<div class="sectionbody">
 <div class="paragraph">
 <p>The Apache DeltaSpike team is pleased to announce the fourth release (v0.4).
 This is our first release as a top level project!</p>
@@ -380,14 +436,18 @@ This is our first release as a top level
 <p>The <a href="http://s.apache.org/DS-0.4-RNotes">release notes</a> contains a large list of bug fixes and new features.</p>
 </div>
 </div>
-<div class="sect2">
-<h3 id="_graduation_28_05_2013">Graduation (28.05.2013)</h3>
+</div>
+<div class="sect1">
+<h2 id="_graduation_28_05_2013">Graduation (28.05.2013)</h2>
+<div class="sectionbody">
 <div class="paragraph">
 <p>The Apache DeltaSpike team is pleased to announce that we have complete graduation as a top level project.</p>
 </div>
 </div>
-<div class="sect2">
-<h3 id="_3rd_release_0_3_incubating_22_08_2012">3rd Release (0.3 incubating) (22.08.2012)</h3>
+</div>
+<div class="sect1">
+<h2 id="_3rd_release_0_3_incubating_22_08_2012">3rd Release (0.3 incubating) (22.08.2012)</h2>
+<div class="sectionbody">
 <div class="paragraph">
 <p>The Apache DeltaSpike team is pleased to announce the second release (v0.3-incubating).</p>
 </div>
@@ -395,26 +455,34 @@ This is our first release as a top level
 <p>The <a href="http://s.apache.org/DeltaSpike_03incubating">release notes</a> contains 104 JIRA tickets.</p>
 </div>
 </div>
-<div class="sect2">
-<h3 id="_new_committer_21_08_2012">New Committer (21.08.2012)</h3>
+</div>
+<div class="sect1">
+<h2 id="_new_committer_21_08_2012">New Committer (21.08.2012)</h2>
+<div class="sectionbody">
 <div class="paragraph">
 <p>Bolesław Dawidowicz joined our development community.</p>
 </div>
 </div>
-<div class="sect2">
-<h3 id="_new_committers_11_07_2012">New Committers (11.07.2012)</h3>
+</div>
+<div class="sect1">
+<h2 id="_new_committers_11_07_2012">New Committers (11.07.2012)</h2>
+<div class="sectionbody">
 <div class="paragraph">
 <p>Charles Moulliard and Romain Manni-Bucau joined our development community.</p>
 </div>
 </div>
-<div class="sect2">
-<h3 id="_apache_cms_30_05_2012">Apache CMS (30.05.2012)</h3>
+</div>
+<div class="sect1">
+<h2 id="_apache_cms_30_05_2012">Apache CMS (30.05.2012)</h2>
+<div class="sectionbody">
 <div class="paragraph">
 <p>The setup of the project-site in Apache CMS started.</p>
 </div>
 </div>
-<div class="sect2">
-<h3 id="_2nd_release_0_2_incubating_22_04_2012">2nd Release (0.2 incubating) (22.04.2012)</h3>
+</div>
+<div class="sect1">
+<h2 id="_2nd_release_0_2_incubating_22_04_2012">2nd Release (0.2 incubating) (22.04.2012)</h2>
+<div class="sectionbody">
 <div class="paragraph">
 <p>The Apache DeltaSpike team is pleased to announce the second release (v0.2-incubating).</p>
 </div>
@@ -422,8 +490,10 @@ This is our first release as a top level
 <p>The <a href="http://s.apache.org/DeltaSpike_02incubating">release notes</a> contains 61 JIRA tickets.</p>
 </div>
 </div>
-<div class="sect2">
-<h3 id="_1st_release_0_1_incubating_10_02_2012">1st Release (0.1 incubating) (10.02.2012)</h3>
+</div>
+<div class="sect1">
+<h2 id="_1st_release_0_1_incubating_10_02_2012">1st Release (0.1 incubating) (10.02.2012)</h2>
+<div class="sectionbody">
 <div class="paragraph">
 <p>The Apache DeltaSpike team is pleased to <a href="http://s.apache.org/cTt">announce</a> the first release (v0.1-incubating).</p>
 </div>
@@ -431,101 +501,133 @@ This is our first release as a top level
 <p>The first release contains about 5 000 lines of code (including tests and 10 000 including comments). The <a href="http://s.apache.org/DeltaSpike_01incubating">release notes</a> contains 42 JIRA tickets.</p>
 </div>
 </div>
-<div class="sect2">
-<h3 id="_execution_of_integration_tests_with_remote_servers_01_02_2012">Execution of integration tests with remote servers (01.02.2012)</h3>
+</div>
+<div class="sect1">
+<h2 id="_execution_of_integration_tests_with_remote_servers_01_02_2012">Execution of integration tests with remote servers (01.02.2012)</h2>
+<div class="sectionbody">
 <div class="paragraph">
 <p>C4J helps us with nightly builds which deploy our integration tests to remote-servers (AS7 and GF3).</p>
 </div>
 </div>
-<div class="sect2">
-<h3 id="_new_committer_29_01_2012">New Committer (29.01.2012)</h3>
+</div>
+<div class="sect1">
+<h2 id="_new_committer_29_01_2012">New Committer (29.01.2012)</h2>
+<div class="sectionbody">
 <div class="paragraph">
 <p>Lukasz Lenart joined our development community.</p>
 </div>
 </div>
-<div class="sect2">
-<h3 id="_new_committer_28_01_2012">New Committer (28.01.2012)</h3>
+</div>
+<div class="sect1">
+<h2 id="_new_committer_28_01_2012">New Committer (28.01.2012)</h2>
+<div class="sectionbody">
 <div class="paragraph">
 <p>Christian Kaltepoth joined our development community.</p>
 </div>
 </div>
-<div class="sect2">
-<h3 id="_new_committer_27_01_2012">New Committer (27.01.2012)</h3>
+</div>
+<div class="sect1">
+<h2 id="_new_committer_27_01_2012">New Committer (27.01.2012)</h2>
+<div class="sectionbody">
 <div class="paragraph">
 <p>Rudy De Busscher joined our development community.</p>
 </div>
 </div>
-<div class="sect2">
-<h3 id="_nabble_mirror_21_01_2012">Nabble Mirror (21.01.2012)</h3>
+</div>
+<div class="sect1">
+<h2 id="_nabble_mirror_21_01_2012">Nabble Mirror (21.01.2012)</h2>
+<div class="sectionbody">
 <div class="paragraph">
 <p>Dan Allen created a <a href="http://s.apache.org/deltaspike-dev_nabble">Nabble mirror</a> for the dev-list (based on <a href="http://incubator.apache.org/mail/deltaspike-dev/" class="bare">http://incubator.apache.org/mail/deltaspike-dev/</a>)</p>
 </div>
 </div>
-<div class="sect2">
-<h3 id="_new_committers_13_01_2012">New Committers (13.01.2012)</h3>
+</div>
+<div class="sect1">
+<h2 id="_new_committers_13_01_2012">New Committers (13.01.2012)</h2>
+<div class="sectionbody">
 <div class="paragraph">
 <p>Dan Allen and Lincoln Baxter III are our first committers after the initial committers.</p>
 </div>
 </div>
-<div class="sect2">
-<h3 id="_github_mirror_12_01_2012">GitHub Mirror (12.01.2012)</h3>
+</div>
+<div class="sect1">
+<h2 id="_github_mirror_12_01_2012">GitHub Mirror (12.01.2012)</h2>
+<div class="sectionbody">
 <div class="paragraph">
 <p>The infra team created our mirror (<a href="https://github.com/apache/incubator-deltaspike" class="bare">https://github.com/apache/incubator-deltaspike</a>)</p>
 </div>
 </div>
-<div class="sect2">
-<h3 id="_creation_of_the_status_page_30_12_2011">Creation of the Status Page (30.12.2011)</h3>
+</div>
+<div class="sect1">
+<h2 id="_creation_of_the_status_page_30_12_2011">Creation of the Status Page (30.12.2011)</h2>
+<div class="sectionbody">
 <div class="paragraph">
 <p>We created an initial version of our status page (<a href="http://incubator.apache.org/guides/website.html" class="bare">http://incubator.apache.org/guides/website.html</a>)</p>
 </div>
 </div>
-<div class="sect2">
-<h3 id="_nightly_builds_29_12_2011">Nightly builds (29.12.2011)</h3>
+</div>
+<div class="sect1">
+<h2 id="_nightly_builds_29_12_2011">Nightly builds (29.12.2011)</h2>
+<div class="sectionbody">
 <div class="paragraph">
 <p>The infra team added the GIT plugin to Jenkins and we created build jobs for nightly builds which get deployed to
 <a href="https://repository.apache.org/content/groups/snapshots/org/apache/deltaspike/" class="bare">https://repository.apache.org/content/groups/snapshots/org/apache/deltaspike/</a></p>
 </div>
 </div>
-<div class="sect2">
-<h3 id="_sonar_build_29_12_2011">Sonar build (29.12.2011)</h3>
+</div>
+<div class="sect1">
+<h2 id="_sonar_build_29_12_2011">Sonar build (29.12.2011)</h2>
+<div class="sectionbody">
 <div class="paragraph">
 <p>Gavin McDonald did the Sonar setup
 (<a href="https://analysis.apache.org/dashboard/index/org.apache.deltaspike:deltaspike-project" class="bare">https://analysis.apache.org/dashboard/index/org.apache.deltaspike:deltaspike-project</a>)</p>
 </div>
 </div>
-<div class="sect2">
-<h3 id="_first_commit_22_12_2011">First Commit (22.12.2011)</h3>
+</div>
+<div class="sect1">
+<h2 id="_first_commit_22_12_2011">First Commit (22.12.2011)</h2>
+<div class="sectionbody">
 <div class="paragraph">
 <p>The infra team created our GIT repository and we made the first commit.</p>
 </div>
 </div>
-<div class="sect2">
-<h3 id="_first_jira_ticket_13_12_2011">First JIRA ticket (13.12.2011)</h3>
+</div>
+<div class="sect1">
+<h2 id="_first_jira_ticket_13_12_2011">First JIRA ticket (13.12.2011)</h2>
+<div class="sectionbody">
 <div class="paragraph">
 <p>We created our JIRA project and filed the first ticket.</p>
 </div>
 </div>
-<div class="sect2">
-<h3 id="_first_report_12_2011_12_12_2011">First report 12.2011 (12.12.2011)</h3>
+</div>
+<div class="sect1">
+<h2 id="_first_report_12_2011_12_12_2011">First report 12.2011 (12.12.2011)</h2>
+<div class="sectionbody">
 <div class="paragraph">
 <p>We submitted the first report to
 <a href="http://wiki.apache.org/incubator/December2011" class="bare">http://wiki.apache.org/incubator/December2011</a></p>
 </div>
 </div>
-<div class="sect2">
-<h3 id="_twitter_account">Twitter Account</h3>
+</div>
+<div class="sect1">
+<h2 id="_twitter_account">Twitter Account</h2>
+<div class="sectionbody">
 <div class="paragraph">
 <p>We created our Twitter account <a href="https://twitter.com/deltaspiketeam">@DeltaSpikeTeam</a></p>
 </div>
 </div>
-<div class="sect2">
-<h3 id="_mailing_lists_8_12_2011">Mailing-lists (8.12.2011)</h3>
+</div>
+<div class="sect1">
+<h2 id="_mailing_lists_8_12_2011">Mailing-lists (8.12.2011)</h2>
+<div class="sectionbody">
 <div class="paragraph">
 <p>Matt Benson created our <a href="https://s.apache.org/Kpg">mailing-lists</a>.</p>
 </div>
 </div>
-<div class="sect2">
-<h3 id="_vote_closed_7_12_2011">Vote closed (7.12.2011)</h3>
+</div>
+<div class="sect1">
+<h2 id="_vote_closed_7_12_2011">Vote closed (7.12.2011)</h2>
+<div class="sectionbody">
 <div class="paragraph">
 <p>The vote to join the incubator was closed. There were 8 binding +1
 votes, 3 non-binding +1 votes and no -1 votes. In parallel several other
@@ -628,32 +730,40 @@ members):</p>
 </ul>
 </div>
 </div>
-<div class="sect2">
-<h3 id="_vote_to_join_the_incubator_4_12_2011">Vote to join the Incubator (4.12.2011)</h3>
+</div>
+<div class="sect1">
+<h2 id="_vote_to_join_the_incubator_4_12_2011">Vote to join the Incubator (4.12.2011)</h2>
+<div class="sectionbody">
 <div class="paragraph">
 <p>Gerhard Petracek started the official <a href="http://s.apache.org/h8">vote</a>.</p>
 </div>
 </div>
-<div class="sect2">
-<h3 id="_proposal_30_11_2011">Proposal (30.11.2011)</h3>
+</div>
+<div class="sect1">
+<h2 id="_proposal_30_11_2011">Proposal (30.11.2011)</h2>
+<div class="sectionbody">
 <div class="paragraph">
 <p>After some discussions between the teams (of Apache MyFaces CODI, Seam3 and CDISource), Mark Struberg submitted the
 <a href="http://wiki.apache.org/incubator/DeltaSpikeProposal">proposal</a>. Since Spike couldn&#8217;t be used as project-name, we agreed on DeltaSpike as initial code name (delta because it closes several gaps).</p>
 </div>
 </div>
 </div>
-</div>
+            </div>
         </div>
 
-        <hr>
+        
 
+    </div>
+    <div class="row">
+        <hr>
         <footer>
-          <p>Copyright © 2011-2014 The Apache Software Foundation,
-            Licensed under the Apache License, Version 2.0.</p>
-          <p>Apache and the Apache feather logo are trademarks of The Apache Software Foundation.</p>
+            <p>Copyright &copy; 2011-2014 The Apache Software Foundation,
+                Licensed under the Apache License, Version 2.0.</p>
+
+            <p>Apache and the Apache feather logo are trademarks of The Apache Software Foundation.</p>
         </footer>
-      </div>
     </div>
-  </div>
+</div>
+
 </body>
 </html>
\ No newline at end of file