You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@deltaspike.apache.org by ra...@apache.org on 2014/12/30 23:29:21 UTC

svn commit: r1648615 [1/2] - /deltaspike/site/trunk/content/

Author: rafabene
Date: Tue Dec 30 22:29:20 2014
New Revision: 1648615

URL: http://svn.apache.org/r1648615
Log:
Site checkin for project Apache DeltaSpike Site

Modified:
    deltaspike/site/trunk/content/addons.html
    deltaspike/site/trunk/content/articles.html
    deltaspike/site/trunk/content/community.html
    deltaspike/site/trunk/content/documentation.html
    deltaspike/site/trunk/content/download.html
    deltaspike/site/trunk/content/examples.html
    deltaspike/site/trunk/content/external.html
    deltaspike/site/trunk/content/javadoc.html
    deltaspike/site/trunk/content/migration-guide.html
    deltaspike/site/trunk/content/news.html
    deltaspike/site/trunk/content/release-preparation.html
    deltaspike/site/trunk/content/steps_for_a_release.html
    deltaspike/site/trunk/content/suggested-git-workflows.html

Modified: deltaspike/site/trunk/content/addons.html
URL: http://svn.apache.org/viewvc/deltaspike/site/trunk/content/addons.html?rev=1648615&r1=1648614&r2=1648615&view=diff
==============================================================================
--- deltaspike/site/trunk/content/addons.html (original)
+++ deltaspike/site/trunk/content/addons.html Tue Dec 30 22:29:20 2014
@@ -12,7 +12,24 @@
 
 <title>Add-ons</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 &quot;License&quot;); 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 &quot;AS IS&quot; 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. -->
+<!--
+    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 -->
 
@@ -112,76 +129,75 @@ table.CodeRay td.code>pre{padding:0}
 .CodeRay .head .head{color:#f4f}
 
 body {
-	padding-top: 60px;
-	padding-bottom: 40px;
+  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);
-	  })();
-	
-	</script>
+    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>
 </head>
 
 <body>
 
-	<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 class="active"><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="/documentation/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="http://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 class="container">
-		<div class="row">
-			<div class="span12">
-				<div class="page-title">
-			    <h1>Add-ons</h1>
-                </div>
+  <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 class="active"><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="./documentation/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="http://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 class="container">
+    <div class="row">
+      <div class="span12">
+        <div class="page-title">
+          <h1>Add-ons</h1>
+        </div>
 
-				<div id="toc" class="toc">
-       	 		<ul class="sectlevel1">
+        <div id="toc" class="toc">
+            <ul class="sectlevel1">
 <li><a href="#_monitoring">Monitoring</a></li>
 <li><a href="#_spring_bridge">Spring Bridge</a></li>
 <li><a href="#_disruptor">Disruptor</a></li>
 </ul>
-       	 		<hr>	
-       	 		
-				<div id="preamble">
+            <hr>
+            <div id="preamble">
 <div class="sectionbody">
 <div class="paragraph">
 <p>Add-ons extend the functionality of DeltaSpike and several have been developed external to the DeltaSpike project. Brief information is given here about each of the add-ons, with details of where they can be obtained from.</p>
@@ -221,17 +237,17 @@ body {
 </div>
 </div>
 </div>
-			</div>
-
-			<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>
-			</footer>
+        </div>
 
-		</div>
-		<!-- /.container -->
+        <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>
+        </footer>
+      </div>
+    </div>
+  </div>
 </body>
 </html>
\ No newline at end of file

Modified: deltaspike/site/trunk/content/articles.html
URL: http://svn.apache.org/viewvc/deltaspike/site/trunk/content/articles.html?rev=1648615&r1=1648614&r2=1648615&view=diff
==============================================================================
--- deltaspike/site/trunk/content/articles.html (original)
+++ deltaspike/site/trunk/content/articles.html Tue Dec 30 22:29:20 2014
@@ -12,7 +12,24 @@
 
 <title>Articles and Blogs</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 &quot;License&quot;); 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 &quot;AS IS&quot; 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. -->
+<!--
+    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 -->
 
@@ -112,75 +129,74 @@ table.CodeRay td.code>pre{padding:0}
 .CodeRay .head .head{color:#f4f}
 
 body {
-	padding-top: 60px;
-	padding-bottom: 40px;
+  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);
-	  })();
-	
-	</script>
+    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>
 </head>
 
 <body>
 
-	<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 class="active"><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="/documentation/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="http://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 class="container">
-		<div class="row">
-			<div class="span12">
-				<div class="page-title">
-			    <h1>Articles and Blogs</h1>
-                </div>
+  <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 class="active"><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="./documentation/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="http://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 class="container">
+    <div class="row">
+      <div class="span12">
+        <div class="page-title">
+          <h1>Articles and Blogs</h1>
+        </div>
 
-				<div id="toc" class="toc">
-       	 		<ul class="sectlevel1">
+        <div id="toc" class="toc">
+            <ul class="sectlevel1">
 <li><a href="#_ongoing">Ongoing</a></li>
 <li><a href="#_one_offs">One-offs</a></li>
 </ul>
-       	 		<hr>	
-       	 		
-				<div id="preamble">
+            <hr>
+            <div id="preamble">
 <div class="sectionbody">
 <div class="paragraph">
 <p>You can find lots of content related to DeltaSpike with a quick internet search. But here is a list of some useful articles and blogs to get you started.</p>
@@ -247,17 +263,17 @@ body {
 </div>
 </div>
 </div>
-			</div>
-
-			<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>
-			</footer>
+        </div>
 
-		</div>
-		<!-- /.container -->
+        <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>
+        </footer>
+      </div>
+    </div>
+  </div>
 </body>
 </html>
\ No newline at end of file

Modified: deltaspike/site/trunk/content/community.html
URL: http://svn.apache.org/viewvc/deltaspike/site/trunk/content/community.html?rev=1648615&r1=1648614&r2=1648615&view=diff
==============================================================================
--- deltaspike/site/trunk/content/community.html (original)
+++ deltaspike/site/trunk/content/community.html Tue Dec 30 22:29:20 2014
@@ -12,7 +12,24 @@
 
 <title>Community</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 &quot;License&quot;); 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 &quot;AS IS&quot; 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. -->
+<!--
+    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 -->
 
@@ -112,69 +129,69 @@ table.CodeRay td.code>pre{padding:0}
 .CodeRay .head .head{color:#f4f}
 
 body {
-	padding-top: 60px;
-	padding-bottom: 40px;
+  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);
-	  })();
-	
-	</script>
+    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>
 </head>
 
 <body>
 
-	<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 class="active"><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="/documentation/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="http://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 class="container">
-		<div class="row">
-			<div class="span12">
-				<div class="page-title">
-			    <h1>Community</h1>
-                </div>
+  <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 class="active"><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="./documentation/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="http://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 class="container">
+    <div class="row">
+      <div class="span12">
+        <div class="page-title">
+          <h1>Community</h1>
+        </div>
 
-				<div id="toc" class="toc">
-       	 		<ul class="sectlevel1">
+        <div id="toc" class="toc">
+            <ul class="sectlevel1">
 <li><a href="#_introduction">Introduction</a></li>
 <li><a href="#_users">Users</a></li>
 <li><a href="#_getting_involved">Getting Involved</a>
@@ -188,9 +205,8 @@ body {
 <li><a href="#_spread_the_word">Spread the word</a></li>
 <li><a href="#_irc">IRC</a></li>
 </ul>
-       	 		<hr>	
-       	 		
-				<div class="sect1">
+            <hr>
+            <div class="sect1">
 <h2 id="_introduction">Introduction</h2>
 <div class="sectionbody">
 
@@ -374,17 +390,17 @@ find <a href="http://people.apache.org/~
 </div>
 </div>
 </div>
-			</div>
-
-			<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>
-			</footer>
+        </div>
 
-		</div>
-		<!-- /.container -->
+        <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>
+        </footer>
+      </div>
+    </div>
+  </div>
 </body>
 </html>
\ No newline at end of file

Modified: deltaspike/site/trunk/content/documentation.html
URL: http://svn.apache.org/viewvc/deltaspike/site/trunk/content/documentation.html?rev=1648615&r1=1648614&r2=1648615&view=diff
==============================================================================
--- deltaspike/site/trunk/content/documentation.html (original)
+++ deltaspike/site/trunk/content/documentation.html Tue Dec 30 22:29:20 2014
@@ -12,7 +12,24 @@
 
 <title>Documentation</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 &quot;License&quot;); 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 &quot;AS IS&quot; 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. -->
+<!--
+    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 -->
 
@@ -112,78 +129,77 @@ table.CodeRay td.code>pre{padding:0}
 .CodeRay .head .head{color:#f4f}
 
 body {
-	padding-top: 60px;
-	padding-bottom: 40px;
+  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);
-	  })();
-	
-	</script>
+    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>
 </head>
 
 <body>
 
-	<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 class="active"><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="/documentation/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="http://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 class="container">
-		<div class="row">
-			<div class="span12">
-				<div class="page-title">
-			    <h1>Documentation</h1>
-                </div>
+  <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 class="active"><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="./documentation/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="http://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 class="container">
+    <div class="row">
+      <div class="span12">
+        <div class="page-title">
+          <h1>Documentation</h1>
+        </div>
 
-				<div id="toc" class="toc">
-       	 		<ul class="sectlevel1">
+        <div id="toc" class="toc">
+            <ul class="sectlevel1">
 <li><a href="#_sources">Sources</a></li>
 <li><a href="#_format">Format</a></li>
 <li><a href="#_rendering_documentation_as_html">Rendering documentation as HTML</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">
+            <hr>
+            <div class="sect1">
 <h2 id="_sources">Sources</h2>
 <div class="sectionbody">
 <div class="paragraph">
@@ -272,17 +288,17 @@ have a look at the <a href="suggested-gi
 </div>
 </div>
 </div>
-			</div>
-
-			<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>
-			</footer>
+        </div>
 
-		</div>
-		<!-- /.container -->
+        <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>
+        </footer>
+      </div>
+    </div>
+  </div>
 </body>
 </html>
\ No newline at end of file

Modified: deltaspike/site/trunk/content/download.html
URL: http://svn.apache.org/viewvc/deltaspike/site/trunk/content/download.html?rev=1648615&r1=1648614&r2=1648615&view=diff
==============================================================================
--- deltaspike/site/trunk/content/download.html (original)
+++ deltaspike/site/trunk/content/download.html Tue Dec 30 22:29:20 2014
@@ -12,7 +12,24 @@
 
 <title>Download</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 &quot;License&quot;); 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 &quot;AS IS&quot; 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. -->
+<!--
+    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 -->
 
@@ -112,69 +129,69 @@ table.CodeRay td.code>pre{padding:0}
 .CodeRay .head .head{color:#f4f}
 
 body {
-	padding-top: 60px;
-	padding-bottom: 40px;
+  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);
-	  })();
-	
-	</script>
+    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>
 </head>
 
 <body>
 
-	<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 class="active"><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="/documentation/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="http://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 class="container">
-		<div class="row">
-			<div class="span12">
-				<div class="page-title">
-			    <h1>Download</h1>
-                </div>
+  <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 class="active"><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="./documentation/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="http://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 class="container">
+    <div class="row">
+      <div class="span12">
+        <div class="page-title">
+          <h1>Download</h1>
+        </div>
 
-				<div id="toc" class="toc">
-       	 		<ul class="sectlevel1">
+        <div id="toc" class="toc">
+            <ul class="sectlevel1">
 <li><a href="#_latest_release">Latest Release</a></li>
 <li><a href="#_binary_distribution">Binary Distribution</a></li>
 <li><a href="#_source_distribution">Source Distribution</a></li>
@@ -182,9 +199,8 @@ body {
 <li><a href="#_previous_releases">Previous Releases</a></li>
 <li><a href="#_verifying_releases">Verifying Releases</a></li>
 </ul>
-       	 		<hr>	
-       	 		
-				<div class="sect1">
+            <hr>
+            <div class="sect1">
 <h2 id="_latest_release">Latest Release</h2>
 <div class="sectionbody">
 <div class="paragraph">
@@ -306,17 +322,17 @@ $ gpg --verify deltaspike-project-1.2.1-
 </div>
 </div>
 </div>
-			</div>
-
-			<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>
-			</footer>
+        </div>
 
-		</div>
-		<!-- /.container -->
+        <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>
+        </footer>
+      </div>
+    </div>
+  </div>
 </body>
 </html>
\ No newline at end of file

Modified: deltaspike/site/trunk/content/examples.html
URL: http://svn.apache.org/viewvc/deltaspike/site/trunk/content/examples.html?rev=1648615&r1=1648614&r2=1648615&view=diff
==============================================================================
--- deltaspike/site/trunk/content/examples.html (original)
+++ deltaspike/site/trunk/content/examples.html Tue Dec 30 22:29:20 2014
@@ -12,7 +12,24 @@
 
 <title>See DeltaSpike in Action</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 &quot;License&quot;); 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 &quot;AS IS&quot; 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. -->
+<!--
+    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 -->
 
@@ -112,74 +129,73 @@ table.CodeRay td.code>pre{padding:0}
 .CodeRay .head .head{color:#f4f}
 
 body {
-	padding-top: 60px;
-	padding-bottom: 40px;
+  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);
-	  })();
-	
-	</script>
+    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>
 </head>
 
 <body>
 
-	<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 class="active"><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="/documentation/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="http://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 class="container">
-		<div class="row">
-			<div class="span12">
-				<div class="page-title">
-			    <h1>See DeltaSpike in Action</h1>
-                </div>
+  <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 class="active"><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="./documentation/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="http://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 class="container">
+    <div class="row">
+      <div class="span12">
+        <div class="page-title">
+          <h1>See DeltaSpike in Action</h1>
+        </div>
 
-				<div id="toc" class="toc">
-       	 		<ul class="sectlevel1">
+        <div id="toc" class="toc">
+            <ul class="sectlevel1">
 <li><a href="#_next">Next</a></li>
 </ul>
-       	 		<hr>	
-       	 		
-				<div id="preamble">
+            <hr>
+            <div id="preamble">
 <div class="sectionbody">
 <div class="paragraph">
 <p>A collection of ready-to-build Maven-based projects are provided to demonstrate the inclusion of DeltaSpike in applications. Each example showcases a different DeltaSpike feature and explores the mechanics of DeltaSpike implementation. You can use these examples to see DeltaSpike in action and learn how to add these capabilities to your own projects. The Maven-based project examples are available in <code>deltaspike-project-&lt;version&gt;-source-release.zip</code>.</p>
@@ -228,17 +244,17 @@ $ mvn clean package</code></pre>
 </div>
 </div>
 </div>
-			</div>
-
-			<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>
-			</footer>
+        </div>
 
-		</div>
-		<!-- /.container -->
+        <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>
+        </footer>
+      </div>
+    </div>
+  </div>
 </body>
 </html>
\ No newline at end of file

Modified: deltaspike/site/trunk/content/external.html
URL: http://svn.apache.org/viewvc/deltaspike/site/trunk/content/external.html?rev=1648615&r1=1648614&r2=1648615&view=diff
==============================================================================
--- deltaspike/site/trunk/content/external.html (original)
+++ deltaspike/site/trunk/content/external.html Tue Dec 30 22:29:20 2014
@@ -12,7 +12,24 @@
 
 <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 &quot;License&quot;); 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 &quot;AS IS&quot; 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. -->
+<!--
+    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 -->
 
@@ -112,69 +129,69 @@ table.CodeRay td.code>pre{padding:0}
 .CodeRay .head .head{color:#f4f}
 
 body {
-	padding-top: 60px;
-	padding-bottom: 40px;
+  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);
-	  })();
-	
-	</script>
+    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>
 </head>
 
 <body>
 
-	<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 class="active"><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="/documentation/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="http://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 class="container">
-		<div class="row">
-			<div class="span12">
-				<div class="page-title">
-			    <h1>External Examples and Templates</h1>
-                </div>
+  <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 class="active"><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="./documentation/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="http://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 class="container">
+    <div class="row">
+      <div class="span12">
+        <div class="page-title">
+          <h1>External Examples and Templates</h1>
+        </div>
 
-				<div id="toc" class="toc">
-       	 		<ul class="sectlevel1">
+        <div id="toc" class="toc">
+            <ul class="sectlevel1">
 <li><a href="#_examples">Examples</a>
 <ul class="sectlevel2">
 <li><a href="#_confess_2012_workshop_demo">Confess 2012 Workshop Demo</a></li>
@@ -192,9 +209,8 @@ body {
 </ul>
 </li>
 </ul>
-       	 		<hr>	
-       	 		
-				<div id="preamble">
+            <hr>
+            <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>
@@ -281,17 +297,17 @@ body {
 </div>
 </div>
 </div>
-			</div>
-
-			<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>
-			</footer>
+        </div>
 
-		</div>
-		<!-- /.container -->
+        <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>
+        </footer>
+      </div>
+    </div>
+  </div>
 </body>
 </html>
\ No newline at end of file

Modified: deltaspike/site/trunk/content/javadoc.html
URL: http://svn.apache.org/viewvc/deltaspike/site/trunk/content/javadoc.html?rev=1648615&r1=1648614&r2=1648615&view=diff
==============================================================================
--- deltaspike/site/trunk/content/javadoc.html (original)
+++ deltaspike/site/trunk/content/javadoc.html Tue Dec 30 22:29:20 2014
@@ -12,7 +12,24 @@
 
 <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 &quot;License&quot;); 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 &quot;AS IS&quot; 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. -->
+<!--
+    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 -->
 
@@ -112,77 +129,76 @@ table.CodeRay td.code>pre{padding:0}
 .CodeRay .head .head{color:#f4f}
 
 body {
-	padding-top: 60px;
-	padding-bottom: 40px;
+  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);
-	  })();
-	
-	</script>
+    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>
 </head>
 
 <body>
 
-	<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 class="active"><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="/documentation/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="http://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 class="container">
-		<div class="row">
-			<div class="span12">
-				<div class="page-title">
-			    <h1>Javadoc</h1>
-                </div>
+  <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 class="active"><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="./documentation/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="http://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 class="container">
+    <div class="row">
+      <div class="span12">
+        <div class="page-title">
+          <h1>Javadoc</h1>
+        </div>
 
-				<div id="toc" class="toc">
-       	 		<ul class="sectlevel1">
+        <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">
+            <hr>
+            <div class="sect1">
 <h2 id="_latest_version">Latest version</h2>
 <div class="sectionbody">
 <div class="ulist">
@@ -248,17 +264,17 @@ $ ./javadoc.sh</code></pre>
 </div>
 </div>
 </div>
-			</div>
-
-			<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>
-			</footer>
+        </div>
 
-		</div>
-		<!-- /.container -->
+        <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>
+        </footer>
+      </div>
+    </div>
+  </div>
 </body>
 </html>
\ No newline at end of file

Modified: deltaspike/site/trunk/content/migration-guide.html
URL: http://svn.apache.org/viewvc/deltaspike/site/trunk/content/migration-guide.html?rev=1648615&r1=1648614&r2=1648615&view=diff
==============================================================================
--- deltaspike/site/trunk/content/migration-guide.html (original)
+++ deltaspike/site/trunk/content/migration-guide.html Tue Dec 30 22:29:20 2014
@@ -12,7 +12,24 @@
 
 <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 &quot;License&quot;); 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 &quot;AS IS&quot; 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. -->
+<!--
+    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 -->
 
@@ -112,69 +129,69 @@ table.CodeRay td.code>pre{padding:0}
 .CodeRay .head .head{color:#f4f}
 
 body {
-	padding-top: 60px;
-	padding-bottom: 40px;
+  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);
-	  })();
-	
-	</script>
+    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>
 </head>
 
 <body>
 
-	<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 class="active"><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="/documentation/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="http://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 class="container">
-		<div class="row">
-			<div class="span12">
-				<div class="page-title">
-			    <h1>Migrate from MyFaces CODI-Core to DeltaSpike</h1>
-                </div>
+  <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 class="active"><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="./documentation/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="http://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 class="container">
+    <div class="row">
+      <div class="span12">
+        <div class="page-title">
+          <h1>Migrate from MyFaces CODI-Core to DeltaSpike</h1>
+        </div>
 
-				<div id="toc" class="toc">
-       	 		<ul class="sectlevel1">
+        <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">
@@ -215,9 +232,8 @@ body {
 <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">
+            <hr>
+            <div class="sect1">
 <h2 id="_introduction">Introduction</h2>
 <div class="sectionbody">
 
@@ -364,17 +380,17 @@ might haven&#8217;t seen so far, we will
 </div>
 </div>
 </div>
-			</div>
-
-			<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>
-			</footer>
+        </div>
 
-		</div>
-		<!-- /.container -->
+        <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>
+        </footer>
+      </div>
+    </div>
+  </div>
 </body>
 </html>
\ No newline at end of file

Modified: deltaspike/site/trunk/content/news.html
URL: http://svn.apache.org/viewvc/deltaspike/site/trunk/content/news.html?rev=1648615&r1=1648614&r2=1648615&view=diff
==============================================================================
--- deltaspike/site/trunk/content/news.html (original)
+++ deltaspike/site/trunk/content/news.html Tue Dec 30 22:29:20 2014
@@ -12,7 +12,24 @@
 
 <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 &quot;License&quot;); 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 &quot;AS IS&quot; 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. -->
+<!--
+    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 -->
 
@@ -112,69 +129,69 @@ table.CodeRay td.code>pre{padding:0}
 .CodeRay .head .head{color:#f4f}
 
 body {
-	padding-top: 60px;
-	padding-bottom: 40px;
+  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);
-	  })();
-	
-	</script>
+    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>
 </head>
 
 <body>
 
-	<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 class="active"><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="/documentation/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="http://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 class="container">
-		<div class="row">
-			<div class="span12">
-				<div class="page-title">
-			    <h1>Apache DeltaSpike News</h1>
-                </div>
+  <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 class="active"><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="./documentation/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="http://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 class="container">
+    <div class="row">
+      <div class="span12">
+        <div class="page-title">
+          <h1>Apache DeltaSpike News</h1>
+        </div>
 
-				<div id="toc" class="toc">
-       	 		<ul class="sectlevel1">
+        <div id="toc" class="toc">
+            <ul class="sectlevel1">
 <li><a href="#_overview">Overview</a>
 <ul class="sectlevel2">
 <li><a href="#_14th_release_1_2_1_20_12_2014">14th Release (1.2.1) (20.12.2014)</a></li>
@@ -220,9 +237,8 @@ body {
 </ul>
 </li>
 </ul>
-       	 		<hr>	
-       	 		
-				<div class="sect1">
+            <hr>
+            <div class="sect1">
 <h2 id="_overview">Overview</h2>
 <div class="sectionbody">
 <div class="sect2">
@@ -614,17 +630,17 @@ members):</p>
 </div>
 </div>
 </div>
-			</div>
-
-			<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>
-			</footer>
+        </div>
 
-		</div>
-		<!-- /.container -->
+        <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>
+        </footer>
+      </div>
+    </div>
+  </div>
 </body>
 </html>
\ No newline at end of file

Modified: deltaspike/site/trunk/content/release-preparation.html
URL: http://svn.apache.org/viewvc/deltaspike/site/trunk/content/release-preparation.html?rev=1648615&r1=1648614&r2=1648615&view=diff
==============================================================================
--- deltaspike/site/trunk/content/release-preparation.html (original)
+++ deltaspike/site/trunk/content/release-preparation.html Tue Dec 30 22:29:20 2014
@@ -12,7 +12,24 @@
 
 <title>Reviewing an Apache Release</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 &quot;License&quot;); 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 &quot;AS IS&quot; 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. -->
+<!--
+    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 -->
 
@@ -112,74 +129,73 @@ table.CodeRay td.code>pre{padding:0}
 .CodeRay .head .head{color:#f4f}
 
 body {
-	padding-top: 60px;
-	padding-bottom: 40px;
+  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);
-	  })();
-	
-	</script>
+    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>
 </head>
 
 <body>
 
-	<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 class="active"><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="/documentation/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="http://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 class="container">
-		<div class="row">
-			<div class="span12">
-				<div class="page-title">
-			    <h1>Reviewing an Apache Release</h1>
-                </div>
+  <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 class="active"><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="./documentation/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="http://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 class="container">
+    <div class="row">
+      <div class="span12">
+        <div class="page-title">
+          <h1>Reviewing an Apache Release</h1>
+        </div>
 
-				<div id="toc" class="toc">
-       	 		<ul class="sectlevel1">
+        <div id="toc" class="toc">
+            <ul class="sectlevel1">
 <li><a href="#_introduction">Introduction</a></li>
 </ul>
-       	 		<hr>	
-       	 		
-				<div class="sect1">
+            <hr>
+            <div class="sect1">
 <h2 id="_introduction">Introduction</h2>
 <div class="sectionbody">
 <div class="paragraph">
@@ -225,17 +241,17 @@ only if they are optional, etc! See
 </div>
 </div>
 </div>
-			</div>
-
-			<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>
-			</footer>
+        </div>
 
-		</div>
-		<!-- /.container -->
+        <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>
+        </footer>
+      </div>
+    </div>
+  </div>
 </body>
 </html>
\ No newline at end of file