You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by db...@apache.org on 2018/12/01 22:00:15 UTC

svn commit: r1847923 [1/4] - in /tomee/site/trunk/content: ./ blog/ blog/2016/03/ blog/2017/ community/ css/ security/ tags/

Author: dblevins
Date: Sat Dec  1 22:00:15 2018
New Revision: 1847923

URL: http://svn.apache.org/viewvc?rev=1847923&view=rev
Log:
Maven update of the website on the Sat Dec 01 14:00:11 PST 2018 from dblevins

Modified:
    tomee/site/trunk/content/blog/2016/03/new-website.html
    tomee/site/trunk/content/blog/2017/tomee-7.0.3-released.html
    tomee/site/trunk/content/blog/index.html
    tomee/site/trunk/content/community/commercial.html
    tomee/site/trunk/content/community/contributors.html
    tomee/site/trunk/content/community/index.html
    tomee/site/trunk/content/community/social.html
    tomee/site/trunk/content/community/sources.html
    tomee/site/trunk/content/css/cardio.css
    tomee/site/trunk/content/css/idea.css
    tomee/site/trunk/content/docs.html
    tomee/site/trunk/content/documentation.html
    tomee/site/trunk/content/download-archive.html
    tomee/site/trunk/content/download-ng.html
    tomee/site/trunk/content/index.html
    tomee/site/trunk/content/security/index.html
    tomee/site/trunk/content/security/support.html
    tomee/site/trunk/content/sitemap.xml
    tomee/site/trunk/content/tags/website.html

Modified: tomee/site/trunk/content/blog/2016/03/new-website.html
URL: http://svn.apache.org/viewvc/tomee/site/trunk/content/blog/2016/03/new-website.html?rev=1847923&r1=1847922&r2=1847923&view=diff
==============================================================================
--- tomee/site/trunk/content/blog/2016/03/new-website.html (original)
+++ tomee/site/trunk/content/blog/2016/03/new-website.html Sat Dec  1 22:00:15 2018
@@ -47,6 +47,8 @@
 	
 	    <nav class="navbar">
 		<div class="container">
+		  <div class="row">          <div class="col-md-12">
+
 			<!-- Brand and toggle get grouped for better mobile display -->
 			<div class="navbar-header">
 				<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
@@ -70,13 +72,13 @@
 			<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
 				<ul class="nav navbar-nav navbar-right main-nav">
 					<li><a href="../../../docs.html">Documentation</a></li>
-					<li><a href="../../../examples/index.html">Examples</a></li>
 					<li><a href="../../../community/index.html">Community</a></li>
 					<li><a href="../../../security/index.html">Security</a></li>
 					<li><a href="../../../download-ng.html">Downloads</a></li>
 				</ul>
 			</div>
 			<!-- /.navbar-collapse -->
+		   </div></div>
 		</div>
 		<!-- /.container-fluid -->
 	</nav>
@@ -108,10 +110,10 @@
 		<div class="container">
 			<div class="row">
 				<div class="col-sm-6 text-center-mobile">
-					<h3 class="white">Apache TomEE the little great server.</h3>
+					<h3 class="white">Be simple.  Be certified. Be Tomcat.</h3>
 					<h5 class="light regular light-white">"A good application in a good server"</h5>
 					<ul class="social-footer">
-						<li><a href="https://fr-fr.facebook.com/ApacheTomEE/"><i class="fa fa-facebook"></i></a></li>
+						<li><a href="https://www.facebook.com/ApacheTomEE/"><i class="fa fa-facebook"></i></a></li>
 						<li><a href="https://twitter.com/apachetomee"><i class="fa fa-twitter"></i></a></li>
 						<li><a href="https://plus.google.com/communities/105208241852045684449"><i class="fa fa-google-plus"></i></a></li>
 					</ul>
@@ -119,21 +121,21 @@
 				<div class="col-sm-6 text-center-mobile">
 					<div class="row opening-hours">
 						<div class="col-sm-3 text-center-mobile">
-							<h5><a href="../../../documentation.html" class="white">Documentation</a></h5>
+							<h5><a href="../../../latest/docs/documentation.html" class="white">Documentation</a></h5>
 							<ul class="list-unstyled">
-								<li><a href="../../../admin/configuration/index.html" class="regular light-white">How to configure</a></li>
-								<li><a href="../../../admin/directory-structure.html" class="regular light-white">Dir. Structure</a></li>
-								<li><a href="../../../developer/testing/index.html" class="regular light-white">Testing</a></li>
-								<li><a href="../../../admin/cluster/index.html" class="regular light-white">Clustering</a></li>
+								<li><a href="../../../latest/docs/admin/configuration/index.html" class="regular light-white">How to configure</a></li>
+								<li><a href="../../../latest/docs/admin/file-layout.html" class="regular light-white">Dir. Structure</a></li>
+								<li><a href="../../../latest/docs/developer/testing/index.html" class="regular light-white">Testing</a></li>
+								<li><a href="../../../latest/docs/admin/cluster/index.html" class="regular light-white">Clustering</a></li>
 							</ul>
 						</div>
 						<div class="col-sm-3 text-center-mobile">
 							<h5><a href="../../../examples.html" class="white">Examples</a></h5>
 							<ul class="list-unstyled">
-								<li><a href="../../../examples/simple-cdi-interceptor.html" class="regular light-white">CDI Interceptor</a></li>
-								<li><a href="../../../examples/rest-cdi.html" class="regular light-white">REST with CDI</a></li>
-								<li><a href="../../../examples/ejb-examples.html" class="regular light-white">EJB</a></li>
-								<li><a href="../../../examples/jsf-managedBean-and-ejb.html" class="regular light-white">JSF</a></li>
+								<li><a href="../../../latest/examples/simple-cdi-interceptor.html" class="regular light-white">CDI Interceptor</a></li>
+								<li><a href="../../../latest/examples/rest-cdi.html" class="regular light-white">REST with CDI</a></li>
+								<li><a href="../../../latest/examples/ejb-examples.html" class="regular light-white">EJB</a></li>
+								<li><a href="../../../latest/examples/jsf-managedBean-and-ejb.html" class="regular light-white">JSF</a></li>
 							</ul>
 						</div>
 						<div class="col-sm-3 text-center-mobile">
@@ -165,9 +167,9 @@
 	<!-- Holder for mobile navigation -->
 	<div class="mobile-nav">
         <ul>
-          <li><a hef="../../../admin/index.html">Administrators</a>
-          <li><a hef="../../../developer/index.html">Developers</a>
-          <li><a hef="../../../advanced/index.html">Advanced</a>
+          <li><a hef="../../../latest/docs/admin/index.html">Administrators</a>
+          <li><a hef="../../../latest/docs/developer/index.html">Developers</a>
+          <li><a hef="../../../latest/docs/advanced/index.html">Advanced</a>
           <li><a hef="../../../community/index.html">Community</a>
         </ul>
 		<a href="#" class="close-link"><i class="arrow_up"></i></a>

Modified: tomee/site/trunk/content/blog/2017/tomee-7.0.3-released.html
URL: http://svn.apache.org/viewvc/tomee/site/trunk/content/blog/2017/tomee-7.0.3-released.html?rev=1847923&r1=1847922&r2=1847923&view=diff
==============================================================================
--- tomee/site/trunk/content/blog/2017/tomee-7.0.3-released.html (original)
+++ tomee/site/trunk/content/blog/2017/tomee-7.0.3-released.html Sat Dec  1 22:00:15 2018
@@ -47,6 +47,8 @@
 	
 	    <nav class="navbar">
 		<div class="container">
+		  <div class="row">          <div class="col-md-12">
+
 			<!-- Brand and toggle get grouped for better mobile display -->
 			<div class="navbar-header">
 				<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
@@ -70,13 +72,13 @@
 			<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
 				<ul class="nav navbar-nav navbar-right main-nav">
 					<li><a href="../../docs.html">Documentation</a></li>
-					<li><a href="../../examples/index.html">Examples</a></li>
 					<li><a href="../../community/index.html">Community</a></li>
 					<li><a href="../../security/index.html">Security</a></li>
 					<li><a href="../../download-ng.html">Downloads</a></li>
 				</ul>
 			</div>
 			<!-- /.navbar-collapse -->
+		   </div></div>
 		</div>
 		<!-- /.container-fluid -->
 	</nav>
@@ -269,10 +271,10 @@ or our download page.</p>
 		<div class="container">
 			<div class="row">
 				<div class="col-sm-6 text-center-mobile">
-					<h3 class="white">Apache TomEE the little great server.</h3>
+					<h3 class="white">Be simple.  Be certified. Be Tomcat.</h3>
 					<h5 class="light regular light-white">"A good application in a good server"</h5>
 					<ul class="social-footer">
-						<li><a href="https://fr-fr.facebook.com/ApacheTomEE/"><i class="fa fa-facebook"></i></a></li>
+						<li><a href="https://www.facebook.com/ApacheTomEE/"><i class="fa fa-facebook"></i></a></li>
 						<li><a href="https://twitter.com/apachetomee"><i class="fa fa-twitter"></i></a></li>
 						<li><a href="https://plus.google.com/communities/105208241852045684449"><i class="fa fa-google-plus"></i></a></li>
 					</ul>
@@ -280,21 +282,21 @@ or our download page.</p>
 				<div class="col-sm-6 text-center-mobile">
 					<div class="row opening-hours">
 						<div class="col-sm-3 text-center-mobile">
-							<h5><a href="../../documentation.html" class="white">Documentation</a></h5>
+							<h5><a href="../../latest/docs/documentation.html" class="white">Documentation</a></h5>
 							<ul class="list-unstyled">
-								<li><a href="../../admin/configuration/index.html" class="regular light-white">How to configure</a></li>
-								<li><a href="../../admin/directory-structure.html" class="regular light-white">Dir. Structure</a></li>
-								<li><a href="../../developer/testing/index.html" class="regular light-white">Testing</a></li>
-								<li><a href="../../admin/cluster/index.html" class="regular light-white">Clustering</a></li>
+								<li><a href="../../latest/docs/admin/configuration/index.html" class="regular light-white">How to configure</a></li>
+								<li><a href="../../latest/docs/admin/file-layout.html" class="regular light-white">Dir. Structure</a></li>
+								<li><a href="../../latest/docs/developer/testing/index.html" class="regular light-white">Testing</a></li>
+								<li><a href="../../latest/docs/admin/cluster/index.html" class="regular light-white">Clustering</a></li>
 							</ul>
 						</div>
 						<div class="col-sm-3 text-center-mobile">
 							<h5><a href="../../examples.html" class="white">Examples</a></h5>
 							<ul class="list-unstyled">
-								<li><a href="../../examples/simple-cdi-interceptor.html" class="regular light-white">CDI Interceptor</a></li>
-								<li><a href="../../examples/rest-cdi.html" class="regular light-white">REST with CDI</a></li>
-								<li><a href="../../examples/ejb-examples.html" class="regular light-white">EJB</a></li>
-								<li><a href="../../examples/jsf-managedBean-and-ejb.html" class="regular light-white">JSF</a></li>
+								<li><a href="../../latest/examples/simple-cdi-interceptor.html" class="regular light-white">CDI Interceptor</a></li>
+								<li><a href="../../latest/examples/rest-cdi.html" class="regular light-white">REST with CDI</a></li>
+								<li><a href="../../latest/examples/ejb-examples.html" class="regular light-white">EJB</a></li>
+								<li><a href="../../latest/examples/jsf-managedBean-and-ejb.html" class="regular light-white">JSF</a></li>
 							</ul>
 						</div>
 						<div class="col-sm-3 text-center-mobile">
@@ -326,9 +328,9 @@ or our download page.</p>
 	<!-- Holder for mobile navigation -->
 	<div class="mobile-nav">
         <ul>
-          <li><a hef="../../admin/index.html">Administrators</a>
-          <li><a hef="../../developer/index.html">Developers</a>
-          <li><a hef="../../advanced/index.html">Advanced</a>
+          <li><a hef="../../latest/docs/admin/index.html">Administrators</a>
+          <li><a hef="../../latest/docs/developer/index.html">Developers</a>
+          <li><a hef="../../latest/docs/advanced/index.html">Advanced</a>
           <li><a hef="../../community/index.html">Community</a>
         </ul>
 		<a href="#" class="close-link"><i class="arrow_up"></i></a>

Modified: tomee/site/trunk/content/blog/index.html
URL: http://svn.apache.org/viewvc/tomee/site/trunk/content/blog/index.html?rev=1847923&r1=1847922&r2=1847923&view=diff
==============================================================================
--- tomee/site/trunk/content/blog/index.html (original)
+++ tomee/site/trunk/content/blog/index.html Sat Dec  1 22:00:15 2018
@@ -47,6 +47,8 @@
 
 	    <nav class="navbar">
 		<div class="container">
+		  <div class="row">          <div class="col-md-12">
+
 			<!-- Brand and toggle get grouped for better mobile display -->
 			<div class="navbar-header">
 				<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
@@ -70,13 +72,13 @@
 			<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
 				<ul class="nav navbar-nav navbar-right main-nav">
 					<li><a href="../docs.html">Documentation</a></li>
-					<li><a href="../examples/index.html">Examples</a></li>
 					<li><a href="../community/index.html">Community</a></li>
 					<li><a href="../security/index.html">Security</a></li>
 					<li><a href="../download-ng.html">Downloads</a></li>
 				</ul>
 			</div>
 			<!-- /.navbar-collapse -->
+		   </div></div>
 		</div>
 		<!-- /.container-fluid -->
 	</nav>
@@ -276,10 +278,10 @@ or our download page.</p>
 		<div class="container">
 			<div class="row">
 				<div class="col-sm-6 text-center-mobile">
-					<h3 class="white">Apache TomEE the little great server.</h3>
+					<h3 class="white">Be simple.  Be certified. Be Tomcat.</h3>
 					<h5 class="light regular light-white">"A good application in a good server"</h5>
 					<ul class="social-footer">
-						<li><a href="https://fr-fr.facebook.com/ApacheTomEE/"><i class="fa fa-facebook"></i></a></li>
+						<li><a href="https://www.facebook.com/ApacheTomEE/"><i class="fa fa-facebook"></i></a></li>
 						<li><a href="https://twitter.com/apachetomee"><i class="fa fa-twitter"></i></a></li>
 						<li><a href="https://plus.google.com/communities/105208241852045684449"><i class="fa fa-google-plus"></i></a></li>
 					</ul>
@@ -287,21 +289,21 @@ or our download page.</p>
 				<div class="col-sm-6 text-center-mobile">
 					<div class="row opening-hours">
 						<div class="col-sm-3 text-center-mobile">
-							<h5><a href="../documentation.html" class="white">Documentation</a></h5>
+							<h5><a href="../latest/docs/documentation.html" class="white">Documentation</a></h5>
 							<ul class="list-unstyled">
-								<li><a href="../admin/configuration/index.html" class="regular light-white">How to configure</a></li>
-								<li><a href="../admin/directory-structure.html" class="regular light-white">Dir. Structure</a></li>
-								<li><a href="../developer/testing/index.html" class="regular light-white">Testing</a></li>
-								<li><a href="../admin/cluster/index.html" class="regular light-white">Clustering</a></li>
+								<li><a href="../latest/docs/admin/configuration/index.html" class="regular light-white">How to configure</a></li>
+								<li><a href="../latest/docs/admin/file-layout.html" class="regular light-white">Dir. Structure</a></li>
+								<li><a href="../latest/docs/developer/testing/index.html" class="regular light-white">Testing</a></li>
+								<li><a href="../latest/docs/admin/cluster/index.html" class="regular light-white">Clustering</a></li>
 							</ul>
 						</div>
 						<div class="col-sm-3 text-center-mobile">
 							<h5><a href="../examples.html" class="white">Examples</a></h5>
 							<ul class="list-unstyled">
-								<li><a href="../examples/simple-cdi-interceptor.html" class="regular light-white">CDI Interceptor</a></li>
-								<li><a href="../examples/rest-cdi.html" class="regular light-white">REST with CDI</a></li>
-								<li><a href="../examples/ejb-examples.html" class="regular light-white">EJB</a></li>
-								<li><a href="../examples/jsf-managedBean-and-ejb.html" class="regular light-white">JSF</a></li>
+								<li><a href="../latest/examples/simple-cdi-interceptor.html" class="regular light-white">CDI Interceptor</a></li>
+								<li><a href="../latest/examples/rest-cdi.html" class="regular light-white">REST with CDI</a></li>
+								<li><a href="../latest/examples/ejb-examples.html" class="regular light-white">EJB</a></li>
+								<li><a href="../latest/examples/jsf-managedBean-and-ejb.html" class="regular light-white">JSF</a></li>
 							</ul>
 						</div>
 						<div class="col-sm-3 text-center-mobile">
@@ -333,9 +335,9 @@ or our download page.</p>
 	<!-- Holder for mobile navigation -->
 	<div class="mobile-nav">
         <ul>
-          <li><a hef="../admin/index.html">Administrators</a>
-          <li><a hef="../developer/index.html">Developers</a>
-          <li><a hef="../advanced/index.html">Advanced</a>
+          <li><a hef="../latest/docs/admin/index.html">Administrators</a>
+          <li><a hef="../latest/docs/developer/index.html">Developers</a>
+          <li><a hef="../latest/docs/advanced/index.html">Advanced</a>
           <li><a hef="../community/index.html">Community</a>
         </ul>
 		<a href="#" class="close-link"><i class="arrow_up"></i></a>

Modified: tomee/site/trunk/content/community/commercial.html
URL: http://svn.apache.org/viewvc/tomee/site/trunk/content/community/commercial.html?rev=1847923&r1=1847922&r2=1847923&view=diff
==============================================================================
--- tomee/site/trunk/content/community/commercial.html (original)
+++ tomee/site/trunk/content/community/commercial.html Sat Dec  1 22:00:15 2018
@@ -46,6 +46,8 @@
 	</div>
 	    <nav class="navbar">
 		<div class="container">
+		  <div class="row">          <div class="col-md-12">
+
 			<!-- Brand and toggle get grouped for better mobile display -->
 			<div class="navbar-header">
 				<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
@@ -69,13 +71,13 @@
 			<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
 				<ul class="nav navbar-nav navbar-right main-nav">
 					<li><a href="../docs.html">Documentation</a></li>
-					<li><a href="../examples/index.html">Examples</a></li>
 					<li><a href="../community/index.html">Community</a></li>
 					<li><a href="../security/index.html">Security</a></li>
 					<li><a href="../download-ng.html">Downloads</a></li>
 				</ul>
 			</div>
 			<!-- /.navbar-collapse -->
+		   </div></div>
 		</div>
 		<!-- /.container-fluid -->
 	</nav>
@@ -83,6 +85,7 @@
 
     <div id="main-block" class="container section-padded">
         <div class="row title">
+          <div class="col-md-12">
             <div class='page-header'>
               
               <div class='btn-toolbar pull-right' style="z-index: 2000;">
@@ -91,8 +94,9 @@
                 </div>
               </div>
               
-              <h2>Commercial Support</h2>
+              <h1>Commercial Support</h1>
             </div>
+          </div>
         </div>
         <div class="row">
             
@@ -148,10 +152,10 @@
 		<div class="container">
 			<div class="row">
 				<div class="col-sm-6 text-center-mobile">
-					<h3 class="white">Apache TomEE the little great server.</h3>
+					<h3 class="white">Be simple.  Be certified. Be Tomcat.</h3>
 					<h5 class="light regular light-white">"A good application in a good server"</h5>
 					<ul class="social-footer">
-						<li><a href="https://fr-fr.facebook.com/ApacheTomEE/"><i class="fa fa-facebook"></i></a></li>
+						<li><a href="https://www.facebook.com/ApacheTomEE/"><i class="fa fa-facebook"></i></a></li>
 						<li><a href="https://twitter.com/apachetomee"><i class="fa fa-twitter"></i></a></li>
 						<li><a href="https://plus.google.com/communities/105208241852045684449"><i class="fa fa-google-plus"></i></a></li>
 					</ul>
@@ -159,21 +163,21 @@
 				<div class="col-sm-6 text-center-mobile">
 					<div class="row opening-hours">
 						<div class="col-sm-3 text-center-mobile">
-							<h5><a href="../documentation.html" class="white">Documentation</a></h5>
+							<h5><a href="../latest/docs/documentation.html" class="white">Documentation</a></h5>
 							<ul class="list-unstyled">
-								<li><a href="../admin/configuration/index.html" class="regular light-white">How to configure</a></li>
-								<li><a href="../admin/directory-structure.html" class="regular light-white">Dir. Structure</a></li>
-								<li><a href="../developer/testing/index.html" class="regular light-white">Testing</a></li>
-								<li><a href="../admin/cluster/index.html" class="regular light-white">Clustering</a></li>
+								<li><a href="../latest/docs/admin/configuration/index.html" class="regular light-white">How to configure</a></li>
+								<li><a href="../latest/docs/admin/file-layout.html" class="regular light-white">Dir. Structure</a></li>
+								<li><a href="../latest/docs/developer/testing/index.html" class="regular light-white">Testing</a></li>
+								<li><a href="../latest/docs/admin/cluster/index.html" class="regular light-white">Clustering</a></li>
 							</ul>
 						</div>
 						<div class="col-sm-3 text-center-mobile">
 							<h5><a href="../examples.html" class="white">Examples</a></h5>
 							<ul class="list-unstyled">
-								<li><a href="../examples/simple-cdi-interceptor.html" class="regular light-white">CDI Interceptor</a></li>
-								<li><a href="../examples/rest-cdi.html" class="regular light-white">REST with CDI</a></li>
-								<li><a href="../examples/ejb-examples.html" class="regular light-white">EJB</a></li>
-								<li><a href="../examples/jsf-managedBean-and-ejb.html" class="regular light-white">JSF</a></li>
+								<li><a href="../latest/examples/simple-cdi-interceptor.html" class="regular light-white">CDI Interceptor</a></li>
+								<li><a href="../latest/examples/rest-cdi.html" class="regular light-white">REST with CDI</a></li>
+								<li><a href="../latest/examples/ejb-examples.html" class="regular light-white">EJB</a></li>
+								<li><a href="../latest/examples/jsf-managedBean-and-ejb.html" class="regular light-white">JSF</a></li>
 							</ul>
 						</div>
 						<div class="col-sm-3 text-center-mobile">
@@ -205,9 +209,9 @@
 	<!-- Holder for mobile navigation -->
 	<div class="mobile-nav">
         <ul>
-          <li><a hef="../admin/index.html">Administrators</a>
-          <li><a hef="../developer/index.html">Developers</a>
-          <li><a hef="../advanced/index.html">Advanced</a>
+          <li><a hef="../latest/docs/admin/index.html">Administrators</a>
+          <li><a hef="../latest/docs/developer/index.html">Developers</a>
+          <li><a hef="../latest/docs/advanced/index.html">Advanced</a>
           <li><a hef="../community/index.html">Community</a>
         </ul>
 		<a href="#" class="close-link"><i class="arrow_up"></i></a>

Modified: tomee/site/trunk/content/community/contributors.html
URL: http://svn.apache.org/viewvc/tomee/site/trunk/content/community/contributors.html?rev=1847923&r1=1847922&r2=1847923&view=diff
==============================================================================
--- tomee/site/trunk/content/community/contributors.html (original)
+++ tomee/site/trunk/content/community/contributors.html Sat Dec  1 22:00:15 2018
@@ -46,6 +46,8 @@
 	</div>
 	    <nav class="navbar">
 		<div class="container">
+		  <div class="row">          <div class="col-md-12">
+
 			<!-- Brand and toggle get grouped for better mobile display -->
 			<div class="navbar-header">
 				<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
@@ -69,13 +71,13 @@
 			<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
 				<ul class="nav navbar-nav navbar-right main-nav">
 					<li><a href="../docs.html">Documentation</a></li>
-					<li><a href="../examples/index.html">Examples</a></li>
 					<li><a href="../community/index.html">Community</a></li>
 					<li><a href="../security/index.html">Security</a></li>
 					<li><a href="../download-ng.html">Downloads</a></li>
 				</ul>
 			</div>
 			<!-- /.navbar-collapse -->
+		   </div></div>
 		</div>
 		<!-- /.container-fluid -->
 	</nav>
@@ -95,11 +97,11 @@
                 
                   <div class="col-sm-4">
                     <div class="photo col-sm-5">
-                      <img alt="Jason van Zyl" src="http://www.gravatar.com/avatar/dd2ab408381395402fb0b183d002165c?s=140" style="width:140px">
+                      <img alt="Andy" src="http://www.gravatar.com/avatar/fea00dfa5f55664b225d9c072d9c6766?s=140" style="width:140px">
                       <i class="pull-right fa fa-star-o" style="color:#F38F24;"></i>
                     </div>
                     <div class="col-sm-7">
-                      <h3 class="contributor-name" style="font-size:1.4em;">Jason van Zyl</h3>
+                      <h3 class="contributor-name" style="font-size:1.4em;">Andy</h3>
                       <p></p>
                       <ul class="list-inline">
                       
@@ -108,45 +110,58 @@
               
                   <div class="col-sm-4">
                     <div class="photo col-sm-5">
-                      <img alt="David Blevins" src="http://www.gravatar.com/avatar/d46f3fc40e8ecba3bc3b250d5c0d1734?s=140" style="width:140px">
+                      <img alt="Dain Sundstrom" src="http://www.gravatar.com/avatar/9b67307a606e8dbc311c449cd4cae2aa?s=140" style="width:140px">
                       <i class="pull-right fa fa-star-o" style="color:#F38F24;"></i>
                     </div>
                     <div class="col-sm-7">
-                      <h3 class="contributor-name" style="font-size:1.4em;">David Blevins</h3>
+                      <h3 class="contributor-name" style="font-size:1.4em;">Dain Sundstrom</h3>
                       <p></p>
                       <ul class="list-inline">
                       
-                      <li><a href="http://people.apache.org/~dblevins">Apache</a></li>
-                      
-                      <li><a href="http://github.com/dblevins">Github</a></li>
-                      
-                      <li><a href="http://www.linkedin.com/in/dblevins">linkedin</a></li>
-                      
-                      <li><a href="http://twitter.com/dblevins">twitter</a></li>
+                    </div>
+                  </div>
+              
+                  <div class="col-sm-4">
+                    <div class="photo col-sm-5">
+                      <img alt="Jason van Zyl" src="http://www.gravatar.com/avatar/dd2ab408381395402fb0b183d002165c?s=140" style="width:140px">
+                      <i class="pull-right fa fa-star-o" style="color:#F38F24;"></i>
+                    </div>
+                    <div class="col-sm-7">
+                      <h3 class="contributor-name" style="font-size:1.4em;">Jason van Zyl</h3>
+                      <p></p>
+                      <ul class="list-inline">
                       
                     </div>
                   </div>
               
                   <div class="col-sm-4">
                     <div class="photo col-sm-5">
-                      <img alt="Andy" src="http://www.gravatar.com/avatar/fea00dfa5f55664b225d9c072d9c6766?s=140" style="width:140px">
+                      <img alt="David Blevins" src="http://www.gravatar.com/avatar/d46f3fc40e8ecba3bc3b250d5c0d1734?s=140" style="width:140px">
                       <i class="pull-right fa fa-star-o" style="color:#F38F24;"></i>
                     </div>
                     <div class="col-sm-7">
-                      <h3 class="contributor-name" style="font-size:1.4em;">Andy</h3>
+                      <h3 class="contributor-name" style="font-size:1.4em;">David Blevins</h3>
                       <p></p>
                       <ul class="list-inline">
                       
+                      <li><a href="http://people.apache.org/~dblevins">Apache</a></li>
+                      
+                      <li><a href="http://github.com/dblevins">Github</a></li>
+                      
+                      <li><a href="http://www.linkedin.com/in/dblevins">linkedin</a></li>
+                      
+                      <li><a href="http://twitter.com/dblevins">twitter</a></li>
+                      
                     </div>
                   </div>
               
                   <div class="col-sm-4">
                     <div class="photo col-sm-5">
-                      <img alt="Dain Sundstrom" src="http://www.gravatar.com/avatar/9b67307a606e8dbc311c449cd4cae2aa?s=140" style="width:140px">
+                      <img alt="Jeremy Whitlock" src="http://www.gravatar.com/avatar/34820bca697fbf1598774b393c5ca4fe?s=140" style="width:140px">
                       <i class="pull-right fa fa-star-o" style="color:#F38F24;"></i>
                     </div>
                     <div class="col-sm-7">
-                      <h3 class="contributor-name" style="font-size:1.4em;">Dain Sundstrom</h3>
+                      <h3 class="contributor-name" style="font-size:1.4em;">Jeremy Whitlock</h3>
                       <p></p>
                       <ul class="list-inline">
                       
@@ -165,9 +180,9 @@
                       
                       <li><a href="http://blog-rmannibucau.rhcloud.com">Blog</a></li>
                       
-                      <li><a href="http://github.com/rmannibucau">Github</a></li>
+                      <li><a href="http://github.com">Github</a></li>
                       
-                      <li><a href="http://javaeefactory-rmannibucau.rhcloud.com/#!/">JavaEE Factory</a></li>
+                      <li><a href="http://javaeefactory-rmannibucau.rhcloud.com">JavaEE Factory</a></li>
                       
                       <li><a href="http://www.linkedin.com/in/rmannibucau">linkedin</a></li>
                       
@@ -180,11 +195,11 @@
               
                   <div class="col-sm-4">
                     <div class="photo col-sm-5">
-                      <img alt="Jeremy Whitlock" src="http://www.gravatar.com/avatar/34820bca697fbf1598774b393c5ca4fe?s=140" style="width:140px">
+                      <img alt="Mark Struberg" src="http://www.gravatar.com/avatar/30fae5bce90608fb3df5c018c586aea6?s=140" style="width:140px">
                       <i class="pull-right fa fa-star-o" style="color:#F38F24;"></i>
                     </div>
                     <div class="col-sm-7">
-                      <h3 class="contributor-name" style="font-size:1.4em;">Jeremy Whitlock</h3>
+                      <h3 class="contributor-name" style="font-size:1.4em;">Mark Struberg</h3>
                       <p></p>
                       <ul class="list-inline">
                       
@@ -206,19 +221,6 @@
               
                   <div class="col-sm-4">
                     <div class="photo col-sm-5">
-                      <img alt="Mark Struberg" src="http://www.gravatar.com/avatar/30fae5bce90608fb3df5c018c586aea6?s=140" style="width:140px">
-                      <i class="pull-right fa fa-star-o" style="color:#F38F24;"></i>
-                    </div>
-                    <div class="col-sm-7">
-                      <h3 class="contributor-name" style="font-size:1.4em;">Mark Struberg</h3>
-                      <p></p>
-                      <ul class="list-inline">
-                      
-                    </div>
-                  </div>
-              
-                  <div class="col-sm-4">
-                    <div class="photo col-sm-5">
                       <img alt="Haihong Xu" src="../img/xuhaihong.jpg" style="width:140px">
                       <i class="pull-right fa fa-star-o" style="color:#F38F24;"></i>
                     </div>
@@ -245,11 +247,11 @@
               
                   <div class="col-sm-4">
                     <div class="photo col-sm-5">
-                      <img alt="Lajos Moczar" src="../img/noimg.png" style="width:140px">
+                      <img alt="Kevan Lee Miller" src="https://twitter.com/kevanmiller/profile_image?size=bigger" style="width:140px">
                       <i class="pull-right fa fa-star-o" style="color:#F38F24;"></i>
                     </div>
                     <div class="col-sm-7">
-                      <h3 class="contributor-name" style="font-size:1.4em;">Lajos Moczar</h3>
+                      <h3 class="contributor-name" style="font-size:1.4em;">Kevan Lee Miller</h3>
                       <p></p>
                       <ul class="list-inline">
                       
@@ -258,11 +260,11 @@
               
                   <div class="col-sm-4">
                     <div class="photo col-sm-5">
-                      <img alt="Mohammad Nour El-Din" src="../img/mnour.jpg" style="width:140px">
+                      <img alt="Lajos Moczar" src="../img/noimg.png" style="width:140px">
                       <i class="pull-right fa fa-star-o" style="color:#F38F24;"></i>
                     </div>
                     <div class="col-sm-7">
-                      <h3 class="contributor-name" style="font-size:1.4em;">Mohammad Nour El-Din</h3>
+                      <h3 class="contributor-name" style="font-size:1.4em;">Lajos Moczar</h3>
                       <p></p>
                       <ul class="list-inline">
                       
@@ -284,11 +286,11 @@
               
                   <div class="col-sm-4">
                     <div class="photo col-sm-5">
-                      <img alt="Kevan Lee Miller" src="https://twitter.com/kevanmiller/profile_image?size=bigger" style="width:140px">
+                      <img alt="Karan Singh Malhi" src="https://twitter.com/KrnMal/profile_image?size=bigger" style="width:140px">
                       <i class="pull-right fa fa-star-o" style="color:#F38F24;"></i>
                     </div>
                     <div class="col-sm-7">
-                      <h3 class="contributor-name" style="font-size:1.4em;">Kevan Lee Miller</h3>
+                      <h3 class="contributor-name" style="font-size:1.4em;">Karan Singh Malhi</h3>
                       <p></p>
                       <ul class="list-inline">
                       
@@ -297,11 +299,11 @@
               
                   <div class="col-sm-4">
                     <div class="photo col-sm-5">
-                      <img alt="Karan Singh Malhi" src="https://twitter.com/KrnMal/profile_image?size=bigger" style="width:140px">
+                      <img alt="Mohammad Nour El-Din" src="../img/mnour.jpg" style="width:140px">
                       <i class="pull-right fa fa-star-o" style="color:#F38F24;"></i>
                     </div>
                     <div class="col-sm-7">
-                      <h3 class="contributor-name" style="font-size:1.4em;">Karan Singh Malhi</h3>
+                      <h3 class="contributor-name" style="font-size:1.4em;">Mohammad Nour El-Din</h3>
                       <p></p>
                       <ul class="list-inline">
                       
@@ -349,11 +351,11 @@
               
                   <div class="col-sm-4">
                     <div class="photo col-sm-5">
-                      <img alt="Jarek Gawor" src="https://twitter.com/jgawor/profile_image?size=bigger" style="width:140px">
+                      <img alt="Jean-Louis Monteiro" src="https://twitter.com/JLouisMonteiro/profile_image?size=bigger" style="width:140px">
                       <i class="pull-right fa fa-star-o" style="color:#F38F24;"></i>
                     </div>
                     <div class="col-sm-7">
-                      <h3 class="contributor-name" style="font-size:1.4em;">Jarek Gawor</h3>
+                      <h3 class="contributor-name" style="font-size:1.4em;">Jean-Louis Monteiro</h3>
                       <p></p>
                       <ul class="list-inline">
                       
@@ -375,11 +377,11 @@
               
                   <div class="col-sm-4">
                     <div class="photo col-sm-5">
-                      <img alt="Aaron Mulder" src="../img/ammulder.png" style="width:140px">
+                      <img alt="Lin Quan Jiang" src="../img/genspring.jpg" style="width:140px">
                       <i class="pull-right fa fa-star-o" style="color:#F38F24;"></i>
                     </div>
                     <div class="col-sm-7">
-                      <h3 class="contributor-name" style="font-size:1.4em;">Aaron Mulder</h3>
+                      <h3 class="contributor-name" style="font-size:1.4em;">Lin Quan Jiang</h3>
                       <p></p>
                       <ul class="list-inline">
                       
@@ -388,11 +390,11 @@
               
                   <div class="col-sm-4">
                     <div class="photo col-sm-5">
-                      <img alt="Lin Quan Jiang" src="../img/genspring.jpg" style="width:140px">
+                      <img alt="Aaron Mulder" src="../img/ammulder.png" style="width:140px">
                       <i class="pull-right fa fa-star-o" style="color:#F38F24;"></i>
                     </div>
                     <div class="col-sm-7">
-                      <h3 class="contributor-name" style="font-size:1.4em;">Lin Quan Jiang</h3>
+                      <h3 class="contributor-name" style="font-size:1.4em;">Aaron Mulder</h3>
                       <p></p>
                       <ul class="list-inline">
                       
@@ -401,11 +403,11 @@
               
                   <div class="col-sm-4">
                     <div class="photo col-sm-5">
-                      <img alt="Daniel Stefan Haischt" src="https://twitter.com/uebermodean/profile_image?size=bigger" style="width:140px">
+                      <img alt="Jacek Laskowski" src="https://twitter.com/jaceklaskowski/profile_image?size=bigger" style="width:140px">
                       <i class="pull-right fa fa-star-o" style="color:#F38F24;"></i>
                     </div>
                     <div class="col-sm-7">
-                      <h3 class="contributor-name" style="font-size:1.4em;">Daniel Stefan Haischt</h3>
+                      <h3 class="contributor-name" style="font-size:1.4em;">Jacek Laskowski</h3>
                       <p></p>
                       <ul class="list-inline">
                       
@@ -414,11 +416,11 @@
               
                   <div class="col-sm-4">
                     <div class="photo col-sm-5">
-                      <img alt="Jean-Louis Monteiro" src="https://twitter.com/JLouisMonteiro/profile_image?size=bigger" style="width:140px">
+                      <img alt="Jarek Gawor" src="https://twitter.com/jgawor/profile_image?size=bigger" style="width:140px">
                       <i class="pull-right fa fa-star-o" style="color:#F38F24;"></i>
                     </div>
                     <div class="col-sm-7">
-                      <h3 class="contributor-name" style="font-size:1.4em;">Jean-Louis Monteiro</h3>
+                      <h3 class="contributor-name" style="font-size:1.4em;">Jarek Gawor</h3>
                       <p></p>
                       <ul class="list-inline">
                       
@@ -427,11 +429,11 @@
               
                   <div class="col-sm-4">
                     <div class="photo col-sm-5">
-                      <img alt="Matt Richard Hogstrom" src="https://twitter.com/hogstrom/profile_image?size=bigger" style="width:140px">
+                      <img alt="Daniel Stefan Haischt" src="https://twitter.com/uebermodean/profile_image?size=bigger" style="width:140px">
                       <i class="pull-right fa fa-star-o" style="color:#F38F24;"></i>
                     </div>
                     <div class="col-sm-7">
-                      <h3 class="contributor-name" style="font-size:1.4em;">Matt Richard Hogstrom</h3>
+                      <h3 class="contributor-name" style="font-size:1.4em;">Daniel Stefan Haischt</h3>
                       <p></p>
                       <ul class="list-inline">
                       
@@ -440,11 +442,11 @@
               
                   <div class="col-sm-4">
                     <div class="photo col-sm-5">
-                      <img alt="Jacek Laskowski" src="https://twitter.com/jaceklaskowski/profile_image?size=bigger" style="width:140px">
+                      <img alt="Gianny Damour" src="../img/gdamour.jpg" style="width:140px">
                       <i class="pull-right fa fa-star-o" style="color:#F38F24;"></i>
                     </div>
                     <div class="col-sm-7">
-                      <h3 class="contributor-name" style="font-size:1.4em;">Jacek Laskowski</h3>
+                      <h3 class="contributor-name" style="font-size:1.4em;">Gianny Damour</h3>
                       <p></p>
                       <ul class="list-inline">
                       
@@ -453,11 +455,11 @@
               
                   <div class="col-sm-4">
                     <div class="photo col-sm-5">
-                      <img alt="Gianny Damour" src="../img/gdamour.jpg" style="width:140px">
+                      <img alt="Jeff Genender" src="../img/jgenender.jpg" style="width:140px">
                       <i class="pull-right fa fa-star-o" style="color:#F38F24;"></i>
                     </div>
                     <div class="col-sm-7">
-                      <h3 class="contributor-name" style="font-size:1.4em;">Gianny Damour</h3>
+                      <h3 class="contributor-name" style="font-size:1.4em;">Jeff Genender</h3>
                       <p></p>
                       <ul class="list-inline">
                       
@@ -466,11 +468,11 @@
               
                   <div class="col-sm-4">
                     <div class="photo col-sm-5">
-                      <img alt="Jeff Genender" src="../img/jgenender.jpg" style="width:140px">
+                      <img alt="Matt Richard Hogstrom" src="https://twitter.com/hogstrom/profile_image?size=bigger" style="width:140px">
                       <i class="pull-right fa fa-star-o" style="color:#F38F24;"></i>
                     </div>
                     <div class="col-sm-7">
-                      <h3 class="contributor-name" style="font-size:1.4em;">Jeff Genender</h3>
+                      <h3 class="contributor-name" style="font-size:1.4em;">Matt Richard Hogstrom</h3>
                       <p></p>
                       <ul class="list-inline">
                       
@@ -485,10 +487,10 @@
 		<div class="container">
 			<div class="row">
 				<div class="col-sm-6 text-center-mobile">
-					<h3 class="white">Apache TomEE the little great server.</h3>
+					<h3 class="white">Be simple.  Be certified. Be Tomcat.</h3>
 					<h5 class="light regular light-white">"A good application in a good server"</h5>
 					<ul class="social-footer">
-						<li><a href="https://fr-fr.facebook.com/ApacheTomEE/"><i class="fa fa-facebook"></i></a></li>
+						<li><a href="https://www.facebook.com/ApacheTomEE/"><i class="fa fa-facebook"></i></a></li>
 						<li><a href="https://twitter.com/apachetomee"><i class="fa fa-twitter"></i></a></li>
 						<li><a href="https://plus.google.com/communities/105208241852045684449"><i class="fa fa-google-plus"></i></a></li>
 					</ul>
@@ -496,21 +498,21 @@
 				<div class="col-sm-6 text-center-mobile">
 					<div class="row opening-hours">
 						<div class="col-sm-3 text-center-mobile">
-							<h5><a href="../documentation.html" class="white">Documentation</a></h5>
+							<h5><a href="../latest/docs/documentation.html" class="white">Documentation</a></h5>
 							<ul class="list-unstyled">
-								<li><a href="../admin/configuration/index.html" class="regular light-white">How to configure</a></li>
-								<li><a href="../admin/directory-structure.html" class="regular light-white">Dir. Structure</a></li>
-								<li><a href="../developer/testing/index.html" class="regular light-white">Testing</a></li>
-								<li><a href="../admin/cluster/index.html" class="regular light-white">Clustering</a></li>
+								<li><a href="../latest/docs/admin/configuration/index.html" class="regular light-white">How to configure</a></li>
+								<li><a href="../latest/docs/admin/file-layout.html" class="regular light-white">Dir. Structure</a></li>
+								<li><a href="../latest/docs/developer/testing/index.html" class="regular light-white">Testing</a></li>
+								<li><a href="../latest/docs/admin/cluster/index.html" class="regular light-white">Clustering</a></li>
 							</ul>
 						</div>
 						<div class="col-sm-3 text-center-mobile">
 							<h5><a href="../examples.html" class="white">Examples</a></h5>
 							<ul class="list-unstyled">
-								<li><a href="../examples/simple-cdi-interceptor.html" class="regular light-white">CDI Interceptor</a></li>
-								<li><a href="../examples/rest-cdi.html" class="regular light-white">REST with CDI</a></li>
-								<li><a href="../examples/ejb-examples.html" class="regular light-white">EJB</a></li>
-								<li><a href="../examples/jsf-managedBean-and-ejb.html" class="regular light-white">JSF</a></li>
+								<li><a href="../latest/examples/simple-cdi-interceptor.html" class="regular light-white">CDI Interceptor</a></li>
+								<li><a href="../latest/examples/rest-cdi.html" class="regular light-white">REST with CDI</a></li>
+								<li><a href="../latest/examples/ejb-examples.html" class="regular light-white">EJB</a></li>
+								<li><a href="../latest/examples/jsf-managedBean-and-ejb.html" class="regular light-white">JSF</a></li>
 							</ul>
 						</div>
 						<div class="col-sm-3 text-center-mobile">
@@ -542,9 +544,9 @@
 	<!-- Holder for mobile navigation -->
 	<div class="mobile-nav">
         <ul>
-          <li><a hef="../admin/index.html">Administrators</a>
-          <li><a hef="../developer/index.html">Developers</a>
-          <li><a hef="../advanced/index.html">Advanced</a>
+          <li><a hef="../latest/docs/admin/index.html">Administrators</a>
+          <li><a hef="../latest/docs/developer/index.html">Developers</a>
+          <li><a hef="../latest/docs/advanced/index.html">Advanced</a>
           <li><a hef="../community/index.html">Community</a>
         </ul>
 		<a href="#" class="close-link"><i class="arrow_up"></i></a>

Modified: tomee/site/trunk/content/community/index.html
URL: http://svn.apache.org/viewvc/tomee/site/trunk/content/community/index.html?rev=1847923&r1=1847922&r2=1847923&view=diff
==============================================================================
--- tomee/site/trunk/content/community/index.html (original)
+++ tomee/site/trunk/content/community/index.html Sat Dec  1 22:00:15 2018
@@ -46,6 +46,8 @@
 	</div>
 	    <nav class="navbar">
 		<div class="container">
+		  <div class="row">          <div class="col-md-12">
+
 			<!-- Brand and toggle get grouped for better mobile display -->
 			<div class="navbar-header">
 				<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
@@ -69,13 +71,13 @@
 			<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
 				<ul class="nav navbar-nav navbar-right main-nav">
 					<li><a href="../docs.html">Documentation</a></li>
-					<li><a href="../examples/index.html">Examples</a></li>
 					<li><a href="../community/index.html">Community</a></li>
 					<li><a href="../security/index.html">Security</a></li>
 					<li><a href="../download-ng.html">Downloads</a></li>
 				</ul>
 			</div>
 			<!-- /.navbar-collapse -->
+		   </div></div>
 		</div>
 		<!-- /.container-fluid -->
 	</nav>
@@ -83,10 +85,12 @@
 
     <div id="main-block" class="container section-padded">
         <div class="row title">
+          <div class="col-md-12">
             <div class='page-header'>
               
-              <h2>Community</h2>
+              <h1>Community</h1>
             </div>
+          </div>
         </div>
         <div class="row">
             
@@ -142,10 +146,10 @@ Publishing the website is about running
 		<div class="container">
 			<div class="row">
 				<div class="col-sm-6 text-center-mobile">
-					<h3 class="white">Apache TomEE the little great server.</h3>
+					<h3 class="white">Be simple.  Be certified. Be Tomcat.</h3>
 					<h5 class="light regular light-white">"A good application in a good server"</h5>
 					<ul class="social-footer">
-						<li><a href="https://fr-fr.facebook.com/ApacheTomEE/"><i class="fa fa-facebook"></i></a></li>
+						<li><a href="https://www.facebook.com/ApacheTomEE/"><i class="fa fa-facebook"></i></a></li>
 						<li><a href="https://twitter.com/apachetomee"><i class="fa fa-twitter"></i></a></li>
 						<li><a href="https://plus.google.com/communities/105208241852045684449"><i class="fa fa-google-plus"></i></a></li>
 					</ul>
@@ -153,21 +157,21 @@ Publishing the website is about running
 				<div class="col-sm-6 text-center-mobile">
 					<div class="row opening-hours">
 						<div class="col-sm-3 text-center-mobile">
-							<h5><a href="../documentation.html" class="white">Documentation</a></h5>
+							<h5><a href="../latest/docs/documentation.html" class="white">Documentation</a></h5>
 							<ul class="list-unstyled">
-								<li><a href="../admin/configuration/index.html" class="regular light-white">How to configure</a></li>
-								<li><a href="../admin/directory-structure.html" class="regular light-white">Dir. Structure</a></li>
-								<li><a href="../developer/testing/index.html" class="regular light-white">Testing</a></li>
-								<li><a href="../admin/cluster/index.html" class="regular light-white">Clustering</a></li>
+								<li><a href="../latest/docs/admin/configuration/index.html" class="regular light-white">How to configure</a></li>
+								<li><a href="../latest/docs/admin/file-layout.html" class="regular light-white">Dir. Structure</a></li>
+								<li><a href="../latest/docs/developer/testing/index.html" class="regular light-white">Testing</a></li>
+								<li><a href="../latest/docs/admin/cluster/index.html" class="regular light-white">Clustering</a></li>
 							</ul>
 						</div>
 						<div class="col-sm-3 text-center-mobile">
 							<h5><a href="../examples.html" class="white">Examples</a></h5>
 							<ul class="list-unstyled">
-								<li><a href="../examples/simple-cdi-interceptor.html" class="regular light-white">CDI Interceptor</a></li>
-								<li><a href="../examples/rest-cdi.html" class="regular light-white">REST with CDI</a></li>
-								<li><a href="../examples/ejb-examples.html" class="regular light-white">EJB</a></li>
-								<li><a href="../examples/jsf-managedBean-and-ejb.html" class="regular light-white">JSF</a></li>
+								<li><a href="../latest/examples/simple-cdi-interceptor.html" class="regular light-white">CDI Interceptor</a></li>
+								<li><a href="../latest/examples/rest-cdi.html" class="regular light-white">REST with CDI</a></li>
+								<li><a href="../latest/examples/ejb-examples.html" class="regular light-white">EJB</a></li>
+								<li><a href="../latest/examples/jsf-managedBean-and-ejb.html" class="regular light-white">JSF</a></li>
 							</ul>
 						</div>
 						<div class="col-sm-3 text-center-mobile">
@@ -199,9 +203,9 @@ Publishing the website is about running
 	<!-- Holder for mobile navigation -->
 	<div class="mobile-nav">
         <ul>
-          <li><a hef="../admin/index.html">Administrators</a>
-          <li><a hef="../developer/index.html">Developers</a>
-          <li><a hef="../advanced/index.html">Advanced</a>
+          <li><a hef="../latest/docs/admin/index.html">Administrators</a>
+          <li><a hef="../latest/docs/developer/index.html">Developers</a>
+          <li><a hef="../latest/docs/advanced/index.html">Advanced</a>
           <li><a hef="../community/index.html">Community</a>
         </ul>
 		<a href="#" class="close-link"><i class="arrow_up"></i></a>

Modified: tomee/site/trunk/content/community/social.html
URL: http://svn.apache.org/viewvc/tomee/site/trunk/content/community/social.html?rev=1847923&r1=1847922&r2=1847923&view=diff
==============================================================================
--- tomee/site/trunk/content/community/social.html (original)
+++ tomee/site/trunk/content/community/social.html Sat Dec  1 22:00:15 2018
@@ -46,6 +46,8 @@
 	</div>
 	    <nav class="navbar">
 		<div class="container">
+		  <div class="row">          <div class="col-md-12">
+
 			<!-- Brand and toggle get grouped for better mobile display -->
 			<div class="navbar-header">
 				<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
@@ -69,13 +71,13 @@
 			<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
 				<ul class="nav navbar-nav navbar-right main-nav">
 					<li><a href="../docs.html">Documentation</a></li>
-					<li><a href="../examples/index.html">Examples</a></li>
 					<li><a href="../community/index.html">Community</a></li>
 					<li><a href="../security/index.html">Security</a></li>
 					<li><a href="../download-ng.html">Downloads</a></li>
 				</ul>
 			</div>
 			<!-- /.navbar-collapse -->
+		   </div></div>
 		</div>
 		<!-- /.container-fluid -->
 	</nav>
@@ -83,10 +85,12 @@
 
     <div id="main-block" class="container section-padded">
         <div class="row title">
+          <div class="col-md-12">
             <div class='page-header'>
               
-              <h2>Social</h2>
+              <h1>Social</h1>
             </div>
+          </div>
         </div>
         <div class="row">
             
@@ -117,10 +121,10 @@
 		<div class="container">
 			<div class="row">
 				<div class="col-sm-6 text-center-mobile">
-					<h3 class="white">Apache TomEE the little great server.</h3>
+					<h3 class="white">Be simple.  Be certified. Be Tomcat.</h3>
 					<h5 class="light regular light-white">"A good application in a good server"</h5>
 					<ul class="social-footer">
-						<li><a href="https://fr-fr.facebook.com/ApacheTomEE/"><i class="fa fa-facebook"></i></a></li>
+						<li><a href="https://www.facebook.com/ApacheTomEE/"><i class="fa fa-facebook"></i></a></li>
 						<li><a href="https://twitter.com/apachetomee"><i class="fa fa-twitter"></i></a></li>
 						<li><a href="https://plus.google.com/communities/105208241852045684449"><i class="fa fa-google-plus"></i></a></li>
 					</ul>
@@ -128,21 +132,21 @@
 				<div class="col-sm-6 text-center-mobile">
 					<div class="row opening-hours">
 						<div class="col-sm-3 text-center-mobile">
-							<h5><a href="../documentation.html" class="white">Documentation</a></h5>
+							<h5><a href="../latest/docs/documentation.html" class="white">Documentation</a></h5>
 							<ul class="list-unstyled">
-								<li><a href="../admin/configuration/index.html" class="regular light-white">How to configure</a></li>
-								<li><a href="../admin/directory-structure.html" class="regular light-white">Dir. Structure</a></li>
-								<li><a href="../developer/testing/index.html" class="regular light-white">Testing</a></li>
-								<li><a href="../admin/cluster/index.html" class="regular light-white">Clustering</a></li>
+								<li><a href="../latest/docs/admin/configuration/index.html" class="regular light-white">How to configure</a></li>
+								<li><a href="../latest/docs/admin/file-layout.html" class="regular light-white">Dir. Structure</a></li>
+								<li><a href="../latest/docs/developer/testing/index.html" class="regular light-white">Testing</a></li>
+								<li><a href="../latest/docs/admin/cluster/index.html" class="regular light-white">Clustering</a></li>
 							</ul>
 						</div>
 						<div class="col-sm-3 text-center-mobile">
 							<h5><a href="../examples.html" class="white">Examples</a></h5>
 							<ul class="list-unstyled">
-								<li><a href="../examples/simple-cdi-interceptor.html" class="regular light-white">CDI Interceptor</a></li>
-								<li><a href="../examples/rest-cdi.html" class="regular light-white">REST with CDI</a></li>
-								<li><a href="../examples/ejb-examples.html" class="regular light-white">EJB</a></li>
-								<li><a href="../examples/jsf-managedBean-and-ejb.html" class="regular light-white">JSF</a></li>
+								<li><a href="../latest/examples/simple-cdi-interceptor.html" class="regular light-white">CDI Interceptor</a></li>
+								<li><a href="../latest/examples/rest-cdi.html" class="regular light-white">REST with CDI</a></li>
+								<li><a href="../latest/examples/ejb-examples.html" class="regular light-white">EJB</a></li>
+								<li><a href="../latest/examples/jsf-managedBean-and-ejb.html" class="regular light-white">JSF</a></li>
 							</ul>
 						</div>
 						<div class="col-sm-3 text-center-mobile">
@@ -174,9 +178,9 @@
 	<!-- Holder for mobile navigation -->
 	<div class="mobile-nav">
         <ul>
-          <li><a hef="../admin/index.html">Administrators</a>
-          <li><a hef="../developer/index.html">Developers</a>
-          <li><a hef="../advanced/index.html">Advanced</a>
+          <li><a hef="../latest/docs/admin/index.html">Administrators</a>
+          <li><a hef="../latest/docs/developer/index.html">Developers</a>
+          <li><a hef="../latest/docs/advanced/index.html">Advanced</a>
           <li><a hef="../community/index.html">Community</a>
         </ul>
 		<a href="#" class="close-link"><i class="arrow_up"></i></a>

Modified: tomee/site/trunk/content/community/sources.html
URL: http://svn.apache.org/viewvc/tomee/site/trunk/content/community/sources.html?rev=1847923&r1=1847922&r2=1847923&view=diff
==============================================================================
--- tomee/site/trunk/content/community/sources.html (original)
+++ tomee/site/trunk/content/community/sources.html Sat Dec  1 22:00:15 2018
@@ -46,6 +46,8 @@
 	</div>
 	    <nav class="navbar">
 		<div class="container">
+		  <div class="row">          <div class="col-md-12">
+
 			<!-- Brand and toggle get grouped for better mobile display -->
 			<div class="navbar-header">
 				<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
@@ -69,13 +71,13 @@
 			<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
 				<ul class="nav navbar-nav navbar-right main-nav">
 					<li><a href="../docs.html">Documentation</a></li>
-					<li><a href="../examples/index.html">Examples</a></li>
 					<li><a href="../community/index.html">Community</a></li>
 					<li><a href="../security/index.html">Security</a></li>
 					<li><a href="../download-ng.html">Downloads</a></li>
 				</ul>
 			</div>
 			<!-- /.navbar-collapse -->
+		   </div></div>
 		</div>
 		<!-- /.container-fluid -->
 	</nav>
@@ -83,10 +85,12 @@
 
     <div id="main-block" class="container section-padded">
         <div class="row title">
+          <div class="col-md-12">
             <div class='page-header'>
               
-              <h2>Sources</h2>
+              <h1>Sources</h1>
             </div>
+          </div>
         </div>
         <div class="row">
             
@@ -109,7 +113,7 @@ you would do on any Github project and A
 </div>
 <div class="listingblock">
 <div class="content">
-<pre class="prettyprint highlight"><code>git clone https://git-wip-us.apache.org/repos/asf/tomee.git tomee-master</code></pre>
+<pre class="highlight"><code>git clone https://git-wip-us.apache.org/repos/asf/tomee.git tomee-master</code></pre>
 </div>
 </div>
 <div class="paragraph">
@@ -117,7 +121,7 @@ you would do on any Github project and A
 </div>
 <div class="listingblock">
 <div class="content">
-<pre class="prettyprint highlight"><code>git clone -b tomee-1.7.x https://git-wip-us.apache.org/repos/asf/tomee.git tomee-1.7.x</code></pre>
+<pre class="highlight"><code>git clone -b tomee-1.7.x https://git-wip-us.apache.org/repos/asf/tomee.git tomee-1.7.x</code></pre>
 </div>
 </div>
 <div class="paragraph">
@@ -131,14 +135,14 @@ you would do on any Github project and A
 </div>
 <div class="listingblock">
 <div class="content">
-<pre class="prettyprint highlight"><code>mvn clean install</code></pre>
+<pre class="highlight"><code>mvn clean install</code></pre>
 </div>
 </div>
 <div class="admonitionblock tip">
 <table>
 <tr>
 <td class="icon">
-<div class="title">Tip</div>
+<i class="fa icon-tip" title="Tip"></i>
 </td>
 <td class="content">
 you can need to tune your environment variable <code>MAVEN_OPTS</code>, a commonly use value is <code>-Xmx1536m -XX:PermSize=64m -XX:MaxPermSize=384m</code>
@@ -150,7 +154,7 @@ you can need to tune your environment va
 <table>
 <tr>
 <td class="icon">
-<div class="title">Note</div>
+<i class="fa icon-note" title="Note"></i>
 </td>
 <td class="content">
 if you are interested in testing arquillian tests with all adapters of tomee you will need to activate the dedicated profile: <code>-Pall-adapters</code>.
@@ -172,7 +176,7 @@ if you are interested in testing arquill
 </div>
 <div class="listingblock">
 <div class="content">
-<pre class="prettyprint highlight"><code>mvn clean install -DskipTests -pl tomee/apache-tomee -am</code></pre>
+<pre class="highlight"><code>mvn clean install -DskipTests -pl tomee/apache-tomee -am</code></pre>
 </div>
 </div>
 <div class="paragraph">
@@ -204,10 +208,10 @@ if you are interested in testing arquill
 		<div class="container">
 			<div class="row">
 				<div class="col-sm-6 text-center-mobile">
-					<h3 class="white">Apache TomEE the little great server.</h3>
+					<h3 class="white">Be simple.  Be certified. Be Tomcat.</h3>
 					<h5 class="light regular light-white">"A good application in a good server"</h5>
 					<ul class="social-footer">
-						<li><a href="https://fr-fr.facebook.com/ApacheTomEE/"><i class="fa fa-facebook"></i></a></li>
+						<li><a href="https://www.facebook.com/ApacheTomEE/"><i class="fa fa-facebook"></i></a></li>
 						<li><a href="https://twitter.com/apachetomee"><i class="fa fa-twitter"></i></a></li>
 						<li><a href="https://plus.google.com/communities/105208241852045684449"><i class="fa fa-google-plus"></i></a></li>
 					</ul>
@@ -215,21 +219,21 @@ if you are interested in testing arquill
 				<div class="col-sm-6 text-center-mobile">
 					<div class="row opening-hours">
 						<div class="col-sm-3 text-center-mobile">
-							<h5><a href="../documentation.html" class="white">Documentation</a></h5>
+							<h5><a href="../latest/docs/documentation.html" class="white">Documentation</a></h5>
 							<ul class="list-unstyled">
-								<li><a href="../admin/configuration/index.html" class="regular light-white">How to configure</a></li>
-								<li><a href="../admin/directory-structure.html" class="regular light-white">Dir. Structure</a></li>
-								<li><a href="../developer/testing/index.html" class="regular light-white">Testing</a></li>
-								<li><a href="../admin/cluster/index.html" class="regular light-white">Clustering</a></li>
+								<li><a href="../latest/docs/admin/configuration/index.html" class="regular light-white">How to configure</a></li>
+								<li><a href="../latest/docs/admin/file-layout.html" class="regular light-white">Dir. Structure</a></li>
+								<li><a href="../latest/docs/developer/testing/index.html" class="regular light-white">Testing</a></li>
+								<li><a href="../latest/docs/admin/cluster/index.html" class="regular light-white">Clustering</a></li>
 							</ul>
 						</div>
 						<div class="col-sm-3 text-center-mobile">
 							<h5><a href="../examples.html" class="white">Examples</a></h5>
 							<ul class="list-unstyled">
-								<li><a href="../examples/simple-cdi-interceptor.html" class="regular light-white">CDI Interceptor</a></li>
-								<li><a href="../examples/rest-cdi.html" class="regular light-white">REST with CDI</a></li>
-								<li><a href="../examples/ejb-examples.html" class="regular light-white">EJB</a></li>
-								<li><a href="../examples/jsf-managedBean-and-ejb.html" class="regular light-white">JSF</a></li>
+								<li><a href="../latest/examples/simple-cdi-interceptor.html" class="regular light-white">CDI Interceptor</a></li>
+								<li><a href="../latest/examples/rest-cdi.html" class="regular light-white">REST with CDI</a></li>
+								<li><a href="../latest/examples/ejb-examples.html" class="regular light-white">EJB</a></li>
+								<li><a href="../latest/examples/jsf-managedBean-and-ejb.html" class="regular light-white">JSF</a></li>
 							</ul>
 						</div>
 						<div class="col-sm-3 text-center-mobile">
@@ -261,9 +265,9 @@ if you are interested in testing arquill
 	<!-- Holder for mobile navigation -->
 	<div class="mobile-nav">
         <ul>
-          <li><a hef="../admin/index.html">Administrators</a>
-          <li><a hef="../developer/index.html">Developers</a>
-          <li><a hef="../advanced/index.html">Advanced</a>
+          <li><a hef="../latest/docs/admin/index.html">Administrators</a>
+          <li><a hef="../latest/docs/developer/index.html">Developers</a>
+          <li><a hef="../latest/docs/advanced/index.html">Advanced</a>
           <li><a hef="../community/index.html">Community</a>
         </ul>
 		<a href="#" class="close-link"><i class="arrow_up"></i></a>

Modified: tomee/site/trunk/content/css/cardio.css
URL: http://svn.apache.org/viewvc/tomee/site/trunk/content/css/cardio.css?rev=1847923&r1=1847922&r2=1847923&view=diff
==============================================================================
--- tomee/site/trunk/content/css/cardio.css (original)
+++ tomee/site/trunk/content/css/cardio.css Sat Dec  1 22:00:15 2018
@@ -1,12 +1,4 @@
 @import url(http://fonts.googleapis.com/css?family=Roboto:300,400,500,700);
-body {
-	font-family: 'Roboto', 'Helvetica Neue', 'Segoe UI', Helvetica, Arial, sans-serif;
-	font-size: 14px;
-	overflow-x: hidden;
-	color: #2a3237;
-	-webkit-font-smoothing: antialiased;
-	-moz-osx-font-smoothing: grayscale;
-}
 
 .parallax {
 	position: absolute;
@@ -52,41 +44,6 @@ body {
 	color: #80287a;
 }
 
-h1,
-h2,
-h3,
-h4,
-h5,
-h6 {
-	font-family: 'Roboto', 'Avenir Next', 'Helvetica Neue', 'Segoe UI', Helvetica, Arial, sans-serif;
-	position: relative;
-	margin: 10px 0;
-}
-
-h1 {
-	font-size: 60px;
-}
-
-h2 {
-	font-size: 48px;
-}
-
-h3 {
-	font-size: 30px;
-}
-
-h4 {
-	font-size: 24px;
-}
-
-h5 {
-	font-size: 18px;
-}
-
-h6 {
-	font-size: 16px;
-}
-
 ul.white-list {
 	padding: 0;
 	list-style-type: none;
@@ -152,12 +109,57 @@ header .typed-cursor {
 	animation-iteration-count: infinite;
 }
 
-a {
-	text-decoration: none;
-	color: #80287a;
-	-webkit-transition: all 0.3s ease;
-	transition: all 0.3s ease;
+
+pre {
+	border: 0px solid #ccc;
+	margin: 0 0 20px;
+}
+code {
+	color: #8a6d3b;
+	background-color: #f5f5f5;
+}
+p {
+    margin: 0px 0 20px;
+}
+td p {
+    margin: 0px;
+}
+
+body {
+    font-size: 17px;
+    line-height: 1.5;
+    -webkit-font-smoothing: antialiased;
 }
+h1, .h1, h2, .h2, h3, .h3, h4, .h4,  {
+    margin-top: 30px;
+    margin-bottom: 10px;
+}
+h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
+    font-weight: 300;
+}
+h5, .h5, h6, .h6 {
+    margin-top: 25px;
+    font-weight: 600;
+}
+.page-header h1 {
+	font-weight: 500;
+}
+.page-header {
+    margin: 40px 0 20px;
+}
+li {
+	margin-bottom: 10px;
+}
+
+.nav > li {
+	margin: 0px;
+}
+/*a {*/
+	/*text-decoration: none;*/
+	/*color: #80287a;*/
+	/*-webkit-transition: all 0.3s ease;*/
+	/*transition: all 0.3s ease;*/
+/*}*/
 /* Navigation Bar ( Navbar ) */
 
 nav.navbar {
@@ -403,6 +405,16 @@ section {
 	margin: 20px 0;
 }
 
+header h2 {
+	font-size: 48px;
+	font-weight: 500;
+}
+
+section h5 {
+	font-weight: 500;
+	font-size: 20px;
+}
+
 .intro-tables .intro-table .heading {
 	margin: 0;
 	padding: 30px;
@@ -1170,4 +1182,108 @@ h2 { /*ensure downlooad as PDF are click
 }
 vspace {
     height: 1em;
-}
\ No newline at end of file
+}
+
+.admonitionblock td.content > .title, .exampleblock > .title, .imageblock > .title, .videoblock > .title, .listingblock > .title, .literalblock > .title, .openblock > .title, .paragraph > .title, .quoteblock > .title, .sidebarblock > .title, .tableblock > .title, .verseblock > .title, .dlist > .title, .olist > .title, .ulist > .title, .qlist > .title, .hdlist > .title { text-align: left; font-weight: bold; }
+
+.tableblock > caption { text-align: left; font-weight: bold; white-space: nowrap; overflow: visible; max-width: 0; }
+
+table.tableblock #preamble > .sectionbody > .paragraph:first-of-type p { font-size: inherit; }
+
+.admonitionblock > table {
+	border: 0;
+	background: none;
+	width: 100%;
+	margin: 0px 0px 20px;
+}
+
+.admonitionblock > table td.icon {
+	text-align: center;
+	width: 80px;
+}
+
+.admonitionblock > table td.icon img {
+	max-width: none;
+}
+
+.admonitionblock > table td.icon .title {
+	font-weight: bold;
+	text-transform: uppercase;
+}
+
+.admonitionblock > table td.content {
+	padding-left: 1.125em;
+	padding-right: 1.25em;
+	border-left: 1px solid #dddddd;
+	color: #6f6f6f;
+	font-size: 15px;
+}
+
+.admonitionblock > table td.content > :last-child > :last-child {
+	margin-bottom: 0;
+}
+
+[class^="icon-"], [class*=" icon-"] {
+    display: inline-block;
+    vertical-align: middle;
+    background-position: 14px 14px;
+    background-repeat: no-repeat;
+}
+span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
+
+.admonitionblock td.icon [class^="fa icon-"]:before {
+	font-size: 2.5em;
+	text-shadow: 1px 1px 2px #e6e6e6;
+	cursor: default; /* -webkit-font-smoothing: antialiased; */
+}
+
+.admonitionblock td.icon .icon-note:before {
+	content: "\f05a";
+	color: #005498;
+	color: #80a8c7;
+}
+
+.admonitionblock td.icon .icon-tip:before {
+	content: "\f0eb";
+	text-shadow: 1px 1px 2px rgba(222, 222, 68, 0.8);
+	color: #c7ba71;
+}
+
+.admonitionblock td.icon .icon-warning:before {
+	content: "\f071";
+	color: #da8f33;
+}
+
+.admonitionblock td.icon .icon-caution:before {
+	content: "\f06d";
+	color: #af5e40;
+}
+
+.admonitionblock td.icon .icon-important:before {
+	content: "\f06a";
+	color: #bd5a5a;
+}
+
+/* Markdown table */
+.mdtable {
+	border: 1px solid #ddd;
+	width: 100%;
+	max-width: 100%;
+	margin-bottom: 20px;
+}
+.mdtable > thead > tr > th, .mdtable > thead > tr > td {
+    border-bottom-width: 2px;
+}
+.mdtable > thead > tr > th, .mdtable > tbody > tr > th, .mdtable > tfoot > tr > th, .mdtable > thead > tr > td, .mdtable > tbody > tr > td, .mdtable > tfoot > tr > td {
+    border: 1px solid #ddd;
+}
+.mdtable > thead > tr > th {
+    vertical-align: bottom;
+    border-bottom: 2px solid #ddd;
+}
+.mdtable > thead > tr > th, .mdtable > tbody > tr > th, .mdtable > tfoot > tr > th, .mdtable > thead > tr > td, .mdtable > tbody > tr > td, .mdtable > tfoot > tr > td {
+    padding: 8px;
+    line-height: 1.42857143;
+    vertical-align: top;
+    border-top: 1px solid #ddd;
+}

Modified: tomee/site/trunk/content/css/idea.css
URL: http://svn.apache.org/viewvc/tomee/site/trunk/content/css/idea.css?rev=1847923&r1=1847922&r2=1847923&view=diff
==============================================================================
--- tomee/site/trunk/content/css/idea.css (original)
+++ tomee/site/trunk/content/css/idea.css Sat Dec  1 22:00:15 2018
@@ -5,7 +5,6 @@ Intellij Idea-like styling (c) Vasily Po
 .hljs {
   display: block; padding: 0.5em;
   color: #000;
-  background: #fff;
 }
 
 .hljs-subst,

Modified: tomee/site/trunk/content/docs.html
URL: http://svn.apache.org/viewvc/tomee/site/trunk/content/docs.html?rev=1847923&r1=1847922&r2=1847923&view=diff
==============================================================================
--- tomee/site/trunk/content/docs.html (original)
+++ tomee/site/trunk/content/docs.html Sat Dec  1 22:00:15 2018
@@ -46,6 +46,8 @@
 	</div>
 	    <nav class="navbar">
 		<div class="container">
+		  <div class="row">          <div class="col-md-12">
+
 			<!-- Brand and toggle get grouped for better mobile display -->
 			<div class="navbar-header">
 				<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
@@ -69,13 +71,13 @@
 			<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
 				<ul class="nav navbar-nav navbar-right main-nav">
 					<li><a href="docs.html">Documentation</a></li>
-					<li><a href="examples/index.html">Examples</a></li>
 					<li><a href="community/index.html">Community</a></li>
 					<li><a href="security/index.html">Security</a></li>
 					<li><a href="download-ng.html">Downloads</a></li>
 				</ul>
 			</div>
 			<!-- /.navbar-collapse -->
+		   </div></div>
 		</div>
 		<!-- /.container-fluid -->
 	</nav>
@@ -83,86 +85,55 @@
 
     <div id="main-block" class="container section-padded">
         <div class="row title">
+          <div class="col-md-12">
             <div class='page-header'>
               
-              <div class='btn-toolbar pull-right' style="z-index: 2000;">
-                <div class='btn-group'>
-                    <a class="btn" href="docs.pdf"><i class="fa fa-file-pdf-o"></i> Download as PDF</a>
-                </div>
-              </div>
-              
-              <h2>TomEE Documentation</h2>
+              <h1>Apache TomEE Documentation</h1>
             </div>
+          </div>
         </div>
         <div class="row">
             
             <div class="col-md-12">
-                <div class="sect2">
-<h3 id="_administration">Administration</h3>
+                <div class="paragraph">
+<p><strong>tomee-8.0 (latest)</strong></p>
+</div>
 <div class="ulist">
 <ul>
 <li>
-<p><a href="admin/configuration/index.html">Server Configuration</a></p>
+<p><a href="tomee-8.0/docs">Documentation</a></p>
 </li>
 <li>
-<p><a href="admin/directory-structure.html">Directory Structure</a></p>
-</li>
-<li>
-<p><a href="admin/cluster/index.html">Clustering and High Availability (HA)</a></p>
+<p><a href="tomee-8.0/examples">Examples</a></p>
 </li>
 </ul>
 </div>
+<div class="paragraph">
+<p><strong>tomee-7.1</strong></p>
 </div>
-<div class="sect2">
-<h3 id="_developers">Developers</h3>
 <div class="ulist">
 <ul>
 <li>
-<p><a href="developer/ide/index.html">IDEs - Eclipse, Intellij Idea and Netbeans</a></p>
-</li>
-<li>
-<p><a href="developer/testing/index.html">Unit Testing - Arquillian, OpenEJB JUnit, TomEE Embedded and ApplicationComposer</a></p>
-</li>
-<li>
-<p><a href="developer/tools/index.html">Build Tools and Plugins</a></p>
-</li>
-<li>
-<p><a href="developer/migration/tomee-1-to-7.html">Migrating From TomEE 1.x to 7.x</a></p>
+<p><a href="tomee-7.1/docs">Documentation</a></p>
 </li>
 <li>
-<p><a href="developer/json/index.html">TomEE and Apache Johnzon - JAX-RS JSON Provider</a></p>
-</li>
-<li>
-<p><a href="developer/configuration/cxf.html">Apache CXF Configuration - JAX-RS (RESTful Services) and JAX-WS (Web Services)</a></p>
-</li>
-<li>
-<p><a href="developer/classloading/index.html">Understanding the TomEE ClassLoader</a></p>
+<p><a href="tomee-7.1/examples">Examples</a></p>
 </li>
 </ul>
 </div>
+<div class="paragraph">
+<p><strong>tomee-7.0</strong></p>
 </div>
-<div class="sect2">
-<h3 id="_advanced">Advanced</h3>
 <div class="ulist">
 <ul>
 <li>
-<p><a href="advanced/applicationcomposer/index.html"><code>ApplicationComposer</code> with JBatch</a></p>
-</li>
-<li>
-<p><a href="advanced/setup/index.html">How to Setup TomEE in Production</a></p>
+<p><a href="tomee-7.0/docs">Documentation</a></p>
 </li>
 <li>
-<p><a href="advanced/shading/index.html">Fat / Uber Jar Deployment using the Maven Shade Plugin</a></p>
-</li>
-<li>
-<p><a href="advanced/client/jndi.html">Java Naming and Directory Interface (JNDI)</a></p>
-</li>
-<li>
-<p><a href="advanced/jms/jms-configuration.html">Why is my ActiveMQ/JMS MDB not scaling as expected?</a></p>
+<p><a href="tomee-7.0/examples">Examples</a></p>
 </li>
 </ul>
 </div>
-</div>
             </div>
             
         </div>
@@ -171,10 +142,10 @@
 		<div class="container">
 			<div class="row">
 				<div class="col-sm-6 text-center-mobile">
-					<h3 class="white">Apache TomEE the little great server.</h3>
+					<h3 class="white">Be simple.  Be certified. Be Tomcat.</h3>
 					<h5 class="light regular light-white">"A good application in a good server"</h5>
 					<ul class="social-footer">
-						<li><a href="https://fr-fr.facebook.com/ApacheTomEE/"><i class="fa fa-facebook"></i></a></li>
+						<li><a href="https://www.facebook.com/ApacheTomEE/"><i class="fa fa-facebook"></i></a></li>
 						<li><a href="https://twitter.com/apachetomee"><i class="fa fa-twitter"></i></a></li>
 						<li><a href="https://plus.google.com/communities/105208241852045684449"><i class="fa fa-google-plus"></i></a></li>
 					</ul>
@@ -182,21 +153,21 @@
 				<div class="col-sm-6 text-center-mobile">
 					<div class="row opening-hours">
 						<div class="col-sm-3 text-center-mobile">
-							<h5><a href="documentation.html" class="white">Documentation</a></h5>
+							<h5><a href="latest/docs/documentation.html" class="white">Documentation</a></h5>
 							<ul class="list-unstyled">
-								<li><a href="admin/configuration/index.html" class="regular light-white">How to configure</a></li>
-								<li><a href="admin/directory-structure.html" class="regular light-white">Dir. Structure</a></li>
-								<li><a href="developer/testing/index.html" class="regular light-white">Testing</a></li>
-								<li><a href="admin/cluster/index.html" class="regular light-white">Clustering</a></li>
+								<li><a href="latest/docs/admin/configuration/index.html" class="regular light-white">How to configure</a></li>
+								<li><a href="latest/docs/admin/file-layout.html" class="regular light-white">Dir. Structure</a></li>
+								<li><a href="latest/docs/developer/testing/index.html" class="regular light-white">Testing</a></li>
+								<li><a href="latest/docs/admin/cluster/index.html" class="regular light-white">Clustering</a></li>
 							</ul>
 						</div>
 						<div class="col-sm-3 text-center-mobile">
 							<h5><a href="examples.html" class="white">Examples</a></h5>
 							<ul class="list-unstyled">
-								<li><a href="examples/simple-cdi-interceptor.html" class="regular light-white">CDI Interceptor</a></li>
-								<li><a href="examples/rest-cdi.html" class="regular light-white">REST with CDI</a></li>
-								<li><a href="examples/ejb-examples.html" class="regular light-white">EJB</a></li>
-								<li><a href="examples/jsf-managedBean-and-ejb.html" class="regular light-white">JSF</a></li>
+								<li><a href="latest/examples/simple-cdi-interceptor.html" class="regular light-white">CDI Interceptor</a></li>
+								<li><a href="latest/examples/rest-cdi.html" class="regular light-white">REST with CDI</a></li>
+								<li><a href="latest/examples/ejb-examples.html" class="regular light-white">EJB</a></li>
+								<li><a href="latest/examples/jsf-managedBean-and-ejb.html" class="regular light-white">JSF</a></li>
 							</ul>
 						</div>
 						<div class="col-sm-3 text-center-mobile">
@@ -228,9 +199,9 @@
 	<!-- Holder for mobile navigation -->
 	<div class="mobile-nav">
         <ul>
-          <li><a hef="admin/index.html">Administrators</a>
-          <li><a hef="developer/index.html">Developers</a>
-          <li><a hef="advanced/index.html">Advanced</a>
+          <li><a hef="latest/docs/admin/index.html">Administrators</a>
+          <li><a hef="latest/docs/developer/index.html">Developers</a>
+          <li><a hef="latest/docs/advanced/index.html">Advanced</a>
           <li><a hef="community/index.html">Community</a>
         </ul>
 		<a href="#" class="close-link"><i class="arrow_up"></i></a>

Modified: tomee/site/trunk/content/documentation.html
URL: http://svn.apache.org/viewvc/tomee/site/trunk/content/documentation.html?rev=1847923&r1=1847922&r2=1847923&view=diff
==============================================================================
--- tomee/site/trunk/content/documentation.html (original)
+++ tomee/site/trunk/content/documentation.html Sat Dec  1 22:00:15 2018
@@ -6,7 +6,8 @@
 	<meta http-equiv="X-UA-Compatible" content="IE=edge">
 	<meta name="viewport" content="width=device-width, initial-scale=1">
 	<title>Apache TomEE</title>
-	<meta name="description" content="Apache TomEE is a light JavaEE server with a lot tooling" />
+	<meta name="description"
+		  content="Apache TomEE is a lightweight, yet powerful, JavaEE Application server with feature rich tooling." />
 	<meta name="keywords" content="tomee,asf,apache,javaee,jee,shade,embedded,test,junit,applicationcomposer,maven,arquillian" />
 	<meta name="author" content="Luka Cvetinovic for Codrops" />
 	<link rel="icon" href="favicon.ico">
@@ -45,6 +46,8 @@
 	</div>
 	    <nav class="navbar">
 		<div class="container">
+		  <div class="row">          <div class="col-md-12">
+
 			<!-- Brand and toggle get grouped for better mobile display -->
 			<div class="navbar-header">
 				<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
@@ -53,7 +56,7 @@
 					<span class="icon-bar"></span>
 					<span class="icon-bar"></span>
 				</button>
-				<a class="navbar-brand" href="/#">
+				<a class="navbar-brand" href="/">
 				    <span>
 
 				    
@@ -67,17 +70,14 @@
 			<!-- Collect the nav links, forms, and other content for toggling -->
 			<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
 				<ul class="nav navbar-nav navbar-right main-nav">
-					<li><a href="developer/index.html">Developer</a></li>
-					<li><a href="admin/index.html">Admin</a></li>
-					<li><a href="advanced/index.html">Advanced</a></li>
-					<li><a href="security/index.html">Security</a></li>
-					<li><a href="examples/index.html">Examples</a></li>
-					<li><a href="blog/index.html">Blog</a></li>
+					<li><a href="docs.html">Documentation</a></li>
 					<li><a href="community/index.html">Community</a></li>
-                    <li><a href="download.html">Downloads</a></li>
+					<li><a href="security/index.html">Security</a></li>
+					<li><a href="download-ng.html">Downloads</a></li>
 				</ul>
 			</div>
 			<!-- /.navbar-collapse -->
+		   </div></div>
 		</div>
 		<!-- /.container-fluid -->
 	</nav>
@@ -85,23 +85,54 @@
 
     <div id="main-block" class="container section-padded">
         <div class="row title">
+          <div class="col-md-12">
             <div class='page-header'>
               
-              <div class='btn-toolbar pull-right' style="z-index: 2000;">
-                <div class='btn-group'>
-                    <a class="btn" href="documentation.pdf"><i class="fa fa-file-pdf-o"></i> Download as PDF</a>
-                </div>
-              </div>
-              
-              <h2>Documentation</h2>
+              <h1>Apache TomEE Documentation</h1>
             </div>
+          </div>
         </div>
         <div class="row">
             
             <div class="col-md-12">
                 <div class="paragraph">
-<p>Coming soon! Please join the community to help us update this section.</p>
-<p>You can find the <a href="documentation.old.html">old documentation here</a>, but please be warned that much of this is now outdated!</p>
+<p><strong>tomee-8.0 (latest)</strong></p>
+</div>
+<div class="ulist">
+<ul>
+<li>
+<p><a href="tomee-8.0/docs">Documentation</a></p>
+</li>
+<li>
+<p><a href="tomee-8.0/examples">Examples</a></p>
+</li>
+</ul>
+</div>
+<div class="paragraph">
+<p><strong>tomee-7.1</strong></p>
+</div>
+<div class="ulist">
+<ul>
+<li>
+<p><a href="tomee-7.1/docs">Documentation</a></p>
+</li>
+<li>
+<p><a href="tomee-7.1/examples">Examples</a></p>
+</li>
+</ul>
+</div>
+<div class="paragraph">
+<p><strong>tomee-7.0</strong></p>
+</div>
+<div class="ulist">
+<ul>
+<li>
+<p><a href="tomee-7.0/docs">Documentation</a></p>
+</li>
+<li>
+<p><a href="tomee-7.0/examples">Examples</a></p>
+</li>
+</ul>
 </div>
             </div>
             
@@ -111,10 +142,10 @@
 		<div class="container">
 			<div class="row">
 				<div class="col-sm-6 text-center-mobile">
-					<h3 class="white">Apache TomEE the little great server.</h3>
+					<h3 class="white">Be simple.  Be certified. Be Tomcat.</h3>
 					<h5 class="light regular light-white">"A good application in a good server"</h5>
 					<ul class="social-footer">
-						<li><a href="https://fr-fr.facebook.com/ApacheTomEE/"><i class="fa fa-facebook"></i></a></li>
+						<li><a href="https://www.facebook.com/ApacheTomEE/"><i class="fa fa-facebook"></i></a></li>
 						<li><a href="https://twitter.com/apachetomee"><i class="fa fa-twitter"></i></a></li>
 						<li><a href="https://plus.google.com/communities/105208241852045684449"><i class="fa fa-google-plus"></i></a></li>
 					</ul>
@@ -122,28 +153,21 @@
 				<div class="col-sm-6 text-center-mobile">
 					<div class="row opening-hours">
 						<div class="col-sm-3 text-center-mobile">
-							<h5><a href="admin/index.html" class="white">Administration</a></h5>
+							<h5><a href="latest/docs/documentation.html" class="white">Documentation</a></h5>
 							<ul class="list-unstyled">
-								<li><a href="admin/cluster/index.html" class="regular light-white">Cluster</a></li>
-								<li><a href="admin/configuration/index.html" class="regular light-white">Configuration</a></li>
+								<li><a href="latest/docs/admin/configuration/index.html" class="regular light-white">How to configure</a></li>
+								<li><a href="latest/docs/admin/file-layout.html" class="regular light-white">Dir. Structure</a></li>
+								<li><a href="latest/docs/developer/testing/index.html" class="regular light-white">Testing</a></li>
+								<li><a href="latest/docs/admin/cluster/index.html" class="regular light-white">Clustering</a></li>
 							</ul>
 						</div>
 						<div class="col-sm-3 text-center-mobile">
-							<h5><a href="developer/index.html" class="white">Developer</a></h5>
+							<h5><a href="examples.html" class="white">Examples</a></h5>
 							<ul class="list-unstyled">
-								<li><a href="developer/classloading/index.html" class="regular light-white">Classloading</a></li>
-								<li><a href="developer/ide/index.html" class="regular light-white">IDE</a></li>
-								<li><a href="developer/testing/index.html" class="regular light-white">Testing</a></li>
-								<li><a href="developer/tools/index.html" class="regular light-white">Tools</a></li>
-							</ul>
-						</div>
-						<div class="col-sm-3 text-center-mobile">
-							<h5><a href="advanced/index.html" class="white">Advanced</a></h5>
-							<ul class="list-unstyled">
-								<li><a href="advanced/applicationcomposer/index.html" class="regular light-white">Application Composer</a></li>
-								<li><a href="advanced/setup/index.html" class="regular light-white">Setup</a></li>
-								<li><a href="advanced/shading/index.html" class="regular light-white">Shading</a></li>
-								<li><a href="advanced/tomee-embedded/index.html" class="regular light-white">TomEE Embedded</a></li>
+								<li><a href="latest/examples/simple-cdi-interceptor.html" class="regular light-white">CDI Interceptor</a></li>
+								<li><a href="latest/examples/rest-cdi.html" class="regular light-white">REST with CDI</a></li>
+								<li><a href="latest/examples/ejb-examples.html" class="regular light-white">EJB</a></li>
+								<li><a href="latest/examples/jsf-managedBean-and-ejb.html" class="regular light-white">JSF</a></li>
 							</ul>
 						</div>
 						<div class="col-sm-3 text-center-mobile">
@@ -154,6 +178,14 @@
 								<li><a href="community/sources.html" class="regular light-white">Sources</a></li>
 							</ul>
 						</div>
+						<div class="col-sm-3 text-center-mobile">
+							<h5><a href="security/index.html" class="white">Security</a></h5>
+							<ul class="list-unstyled">
+								<li><a href="http://apache.org/security" target="_blank" class="regular light-white">Apache Security</a></li>
+								<li><a href="http://apache.org/security/projects.html" target="_blank" class="regular light-white">Security Projects</a></li>
+								<li><a href="http://cve.mitre.org" target="_blank" class="regular light-white">CVE</a></li>
+							</ul>
+						</div>
 					</div>
 				</div>
 			</div>
@@ -167,9 +199,9 @@
 	<!-- Holder for mobile navigation -->
 	<div class="mobile-nav">
         <ul>
-          <li><a hef="admin/index.html">Administrators</a>
-          <li><a hef="developer/index.html">Developers</a>
-          <li><a hef="advanced/index.html">Advanced</a>
+          <li><a hef="latest/docs/admin/index.html">Administrators</a>
+          <li><a hef="latest/docs/developer/index.html">Developers</a>
+          <li><a hef="latest/docs/advanced/index.html">Advanced</a>
           <li><a hef="community/index.html">Community</a>
         </ul>
 		<a href="#" class="close-link"><i class="arrow_up"></i></a>