You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by dl...@apache.org on 2014/01/27 23:01:44 UTC

svn commit: r1561872 - in /mesos/site: publish/ publish/blog/ publish/blog/framework-authentication-in-apache-mesos-0-15-0/ publish/blog/mesos-0-14-2-released/ publish/blog/niklas-nielsen-becomes-mesos-committer/ publish/blog/slave-recovery-in-apache-m...

Author: dlester
Date: Mon Jan 27 22:01:43 2014
New Revision: 1561872

URL: http://svn.apache.org/r1561872
Log:
Fixes template for blog to use Bootstrap 3 styles, updatings relative links on homepage, and corrects breadcrumb generation to be more-flexible.

Modified:
    mesos/site/publish/blog/framework-authentication-in-apache-mesos-0-15-0/index.html
    mesos/site/publish/blog/index.html
    mesos/site/publish/blog/mesos-0-14-2-released/index.html
    mesos/site/publish/blog/niklas-nielsen-becomes-mesos-committer/index.html
    mesos/site/publish/blog/slave-recovery-in-apache-mesos/index.html
    mesos/site/publish/documentation/allocation-module/index.html
    mesos/site/publish/documentation/app-framework-development-guide/index.html
    mesos/site/publish/documentation/committers-guide/index.html
    mesos/site/publish/documentation/configuration/index.html
    mesos/site/publish/documentation/deploy-scripts/index.html
    mesos/site/publish/documentation/ec2-scripts/index.html
    mesos/site/publish/documentation/high-availability/index.html
    mesos/site/publish/documentation/index.html
    mesos/site/publish/documentation/latest/allocation-module/index.html
    mesos/site/publish/documentation/latest/app-framework-development-guide/index.html
    mesos/site/publish/documentation/latest/committers-guide/index.html
    mesos/site/publish/documentation/latest/configuration/index.html
    mesos/site/publish/documentation/latest/deploy-scripts/index.html
    mesos/site/publish/documentation/latest/ec2-scripts/index.html
    mesos/site/publish/documentation/latest/high-availability/index.html
    mesos/site/publish/documentation/latest/index.html
    mesos/site/publish/documentation/latest/logging-and-debugging/index.html
    mesos/site/publish/documentation/latest/mesos-architecture/index.html
    mesos/site/publish/documentation/latest/mesos-c++-style-guide/index.html
    mesos/site/publish/documentation/latest/mesos-code-internals/index.html
    mesos/site/publish/documentation/latest/mesos-developers-guide/index.html
    mesos/site/publish/documentation/latest/mesos-presentations/index.html
    mesos/site/publish/documentation/latest/mesos-roadmap/index.html
    mesos/site/publish/documentation/latest/powered-by-mesos/index.html
    mesos/site/publish/documentation/latest/running-a-web-application-farm-on-mesos/index.html
    mesos/site/publish/documentation/latest/running-torque-or-mpi-on-mesos/index.html
    mesos/site/publish/documentation/latest/slave-recovery/index.html
    mesos/site/publish/documentation/latest/upgrades/index.html
    mesos/site/publish/documentation/latest/using-the-mesos-submit-tool/index.html
    mesos/site/publish/documentation/logging-and-debugging/index.html
    mesos/site/publish/documentation/mesos-architecture/index.html
    mesos/site/publish/documentation/mesos-c++-style-guide/index.html
    mesos/site/publish/documentation/mesos-code-internals/index.html
    mesos/site/publish/documentation/mesos-developers-guide/index.html
    mesos/site/publish/documentation/mesos-presentations/index.html
    mesos/site/publish/documentation/mesos-roadmap/index.html
    mesos/site/publish/documentation/powered-by-mesos/index.html
    mesos/site/publish/documentation/running-a-web-application-farm-on-mesos/index.html
    mesos/site/publish/documentation/running-torque-or-mpi-on-mesos/index.html
    mesos/site/publish/documentation/slave-recovery/index.html
    mesos/site/publish/documentation/upgrades/index.html
    mesos/site/publish/documentation/using-the-mesos-submit-tool/index.html
    mesos/site/publish/index.html
    mesos/site/publish/sitemap.xml
    mesos/site/source/blog.html.erb
    mesos/site/source/index.html.md
    mesos/site/source/layouts/documentation.erb
    mesos/site/source/layouts/layout.erb
    mesos/site/source/layouts/post.erb

Modified: mesos/site/publish/blog/framework-authentication-in-apache-mesos-0-15-0/index.html
URL: http://svn.apache.org/viewvc/mesos/site/publish/blog/framework-authentication-in-apache-mesos-0-15-0/index.html?rev=1561872&r1=1561871&r2=1561872&view=diff
==============================================================================
--- mesos/site/publish/blog/framework-authentication-in-apache-mesos-0-15-0/index.html (original)
+++ mesos/site/publish/blog/framework-authentication-in-apache-mesos-0-15-0/index.html Mon Jan 27 22:01:43 2014
@@ -82,11 +82,17 @@
 				</li>
 				<li><a href="http://mesos.apache.org">Apache Mesos</a></li>
 				
+				
+				<li><a href="/blog
+/">Blog
+</a></li>
+				
+				
 			</ul><!-- /breadcrumb -->
 
-			<div class="row-fluid">
+			<div class="row">
 
-<div class="span3">
+<div class="col-md-3">
 	<div class="meta">
 		<span class="author">
 			
@@ -123,7 +129,7 @@
 	</div>
 </div>
 
-<div class="post span9">
+<div class="post col-md-9">
 	<h1>Mesos 0.15 and Authentication Support</h1>
 	
 	<p>With the latest Mesos release, <a href="http://mesos.apache.org/downloads/">0.15.0</a>, we are pleased to report that we’ve added Authentication support for frameworks (see <a href="https://issues.apache.org/jira/browse/MESOS-418">MESOS-418</a>) connecting to Mesos. In a nutshell, this feature allows only authenticated frameworks to register with Mesos and launch tasks. Authentication is important as it prevents rogue frameworks from causing problems that may impact the usage of resources within a Mesos cluster.</p>

Modified: mesos/site/publish/blog/index.html
URL: http://svn.apache.org/viewvc/mesos/site/publish/blog/index.html?rev=1561872&r1=1561871&r2=1561872&view=diff
==============================================================================
--- mesos/site/publish/blog/index.html (original)
+++ mesos/site/publish/blog/index.html Mon Jan 27 22:01:43 2014
@@ -86,12 +86,12 @@
 				
 			</ul><!-- /breadcrumb -->
 
-			<div class="row-fluid">
-	<div class="span3">
+			<div class="row">
+	<div class="col-md-3">
 		<h4>Apache Mesos Blog</h4>
 		<p>The Mesos blog is a place for announcements and for project committers to highlight features of the software.</p>
 	</div>
-	<div class="span9">
+	<div class="col-md-9">
 		
 		  <article>
 		  	<h2><a href="/blog/framework-authentication-in-apache-mesos-0-15-0/">Mesos 0.15 and Authentication Support</a></h2>

Modified: mesos/site/publish/blog/mesos-0-14-2-released/index.html
URL: http://svn.apache.org/viewvc/mesos/site/publish/blog/mesos-0-14-2-released/index.html?rev=1561872&r1=1561871&r2=1561872&view=diff
==============================================================================
--- mesos/site/publish/blog/mesos-0-14-2-released/index.html (original)
+++ mesos/site/publish/blog/mesos-0-14-2-released/index.html Mon Jan 27 22:01:43 2014
@@ -82,11 +82,17 @@
 				</li>
 				<li><a href="http://mesos.apache.org">Apache Mesos</a></li>
 				
+				
+				<li><a href="/blog
+/">Blog
+</a></li>
+				
+				
 			</ul><!-- /breadcrumb -->
 
-			<div class="row-fluid">
+			<div class="row">
 
-<div class="span3">
+<div class="col-md-3">
 	<div class="meta">
 		<span class="author">
 			
@@ -123,7 +129,7 @@
 	</div>
 </div>
 
-<div class="post span9">
+<div class="post col-md-9">
 	<h1>Apache Mesos 0.14.2 Released</h1>
 	
 	<p>We recently released Mesos 0.14.2, a bugfix release with only a minor change related to cgroups isolation in 0.14.1. If you&rsquo;re using 0.14.1 with cgroups isolation, it is recommended to upgrade to avoid unnecessary out-of-memory (OOM) killing of jobs. The latest version of Mesos is available on our <a href="http://mesos.apache.org/downloads/">downloads</a> page.</p>

Modified: mesos/site/publish/blog/niklas-nielsen-becomes-mesos-committer/index.html
URL: http://svn.apache.org/viewvc/mesos/site/publish/blog/niklas-nielsen-becomes-mesos-committer/index.html?rev=1561872&r1=1561871&r2=1561872&view=diff
==============================================================================
--- mesos/site/publish/blog/niklas-nielsen-becomes-mesos-committer/index.html (original)
+++ mesos/site/publish/blog/niklas-nielsen-becomes-mesos-committer/index.html Mon Jan 27 22:01:43 2014
@@ -82,11 +82,17 @@
 				</li>
 				<li><a href="http://mesos.apache.org">Apache Mesos</a></li>
 				
+				
+				<li><a href="/blog
+/">Blog
+</a></li>
+				
+				
 			</ul><!-- /breadcrumb -->
 
-			<div class="row-fluid">
+			<div class="row">
 
-<div class="span3">
+<div class="col-md-3">
 	<div class="meta">
 		<span class="author">
 			
@@ -121,7 +127,7 @@
 	</div>
 </div>
 
-<div class="post span9">
+<div class="post col-md-9">
 	<h1>Niklas Nielsen Becomes Newest Mesos Committer and PMC Member</h1>
 	
 	<p>The Apache Mesos PMC has voted to make <a href="http://mesosphere.io/2013/10/24/niklas-nielsen-joins-mesosphere/">Niklas Nielsen</a> the project&rsquo;s newest committer and PMC member. Niklas is an engineer at Engineer at <a href="http://mesosphere.io">Mesosphere</a>, and has a background in virtual machines, compilers and supercomputer tooling (distributed debuggers, profilers and so on).</p>

Modified: mesos/site/publish/blog/slave-recovery-in-apache-mesos/index.html
URL: http://svn.apache.org/viewvc/mesos/site/publish/blog/slave-recovery-in-apache-mesos/index.html?rev=1561872&r1=1561871&r2=1561872&view=diff
==============================================================================
--- mesos/site/publish/blog/slave-recovery-in-apache-mesos/index.html (original)
+++ mesos/site/publish/blog/slave-recovery-in-apache-mesos/index.html Mon Jan 27 22:01:43 2014
@@ -82,11 +82,17 @@
 				</li>
 				<li><a href="http://mesos.apache.org">Apache Mesos</a></li>
 				
+				
+				<li><a href="/blog
+/">Blog
+</a></li>
+				
+				
 			</ul><!-- /breadcrumb -->
 
-			<div class="row-fluid">
+			<div class="row">
 
-<div class="span3">
+<div class="col-md-3">
 	<div class="meta">
 		<span class="author">
 			
@@ -123,7 +129,7 @@
 	</div>
 </div>
 
-<div class="post span9">
+<div class="post col-md-9">
 	<h1>Slave Recovery in Apache Mesos</h1>
 	
 	<p>High availability is one of the key features of Mesos. For example, a typical Mesos cluster in production involves 3-5 masters with one acting as <em>leader</em> and the rest on standby. When a leading master fails due to a crash or goes offline for an upgrade, a standby master automatically becomes the leader without causing any disruption to running services. Leader election is currently performed by using <a href="http://zookeeper.apache.org/">ZooKeeper</a>.</p>

Modified: mesos/site/publish/documentation/allocation-module/index.html
URL: http://svn.apache.org/viewvc/mesos/site/publish/documentation/allocation-module/index.html?rev=1561872&r1=1561871&r2=1561872&view=diff
==============================================================================
--- mesos/site/publish/documentation/allocation-module/index.html (original)
+++ mesos/site/publish/documentation/allocation-module/index.html Mon Jan 27 22:01:43 2014
@@ -1,4 +1,3 @@
-<!--  -->
 <!DOCTYPE html>
 <!--
 
@@ -83,9 +82,12 @@
 				</li>
 				<li><a href="http://mesos.apache.org">Apache Mesos</a></li>
 				
-				<li><a href="/documentation/latest/">Documentation
+				
+				<li><a href="/documentation
+/">Documentation
 </a></li>
 				
+				
 			</ul><!-- /breadcrumb -->
 
 			<div class="row-fluid">

Modified: mesos/site/publish/documentation/app-framework-development-guide/index.html
URL: http://svn.apache.org/viewvc/mesos/site/publish/documentation/app-framework-development-guide/index.html?rev=1561872&r1=1561871&r2=1561872&view=diff
==============================================================================
--- mesos/site/publish/documentation/app-framework-development-guide/index.html (original)
+++ mesos/site/publish/documentation/app-framework-development-guide/index.html Mon Jan 27 22:01:43 2014
@@ -1,4 +1,3 @@
-<!--  -->
 <!DOCTYPE html>
 <!--
 
@@ -83,9 +82,12 @@
 				</li>
 				<li><a href="http://mesos.apache.org">Apache Mesos</a></li>
 				
-				<li><a href="/documentation/latest/">Documentation
+				
+				<li><a href="/documentation
+/">Documentation
 </a></li>
 				
+				
 			</ul><!-- /breadcrumb -->
 
 			<div class="row-fluid">

Modified: mesos/site/publish/documentation/committers-guide/index.html
URL: http://svn.apache.org/viewvc/mesos/site/publish/documentation/committers-guide/index.html?rev=1561872&r1=1561871&r2=1561872&view=diff
==============================================================================
--- mesos/site/publish/documentation/committers-guide/index.html (original)
+++ mesos/site/publish/documentation/committers-guide/index.html Mon Jan 27 22:01:43 2014
@@ -1,4 +1,3 @@
-<!--  -->
 <!DOCTYPE html>
 <!--
 
@@ -83,9 +82,12 @@
 				</li>
 				<li><a href="http://mesos.apache.org">Apache Mesos</a></li>
 				
-				<li><a href="/documentation/latest/">Documentation
+				
+				<li><a href="/documentation
+/">Documentation
 </a></li>
 				
+				
 			</ul><!-- /breadcrumb -->
 
 			<div class="row-fluid">

Modified: mesos/site/publish/documentation/configuration/index.html
URL: http://svn.apache.org/viewvc/mesos/site/publish/documentation/configuration/index.html?rev=1561872&r1=1561871&r2=1561872&view=diff
==============================================================================
--- mesos/site/publish/documentation/configuration/index.html (original)
+++ mesos/site/publish/documentation/configuration/index.html Mon Jan 27 22:01:43 2014
@@ -1,4 +1,3 @@
-<!--  -->
 <!DOCTYPE html>
 <!--
 
@@ -83,9 +82,12 @@
 				</li>
 				<li><a href="http://mesos.apache.org">Apache Mesos</a></li>
 				
-				<li><a href="/documentation/latest/">Documentation
+				
+				<li><a href="/documentation
+/">Documentation
 </a></li>
 				
+				
 			</ul><!-- /breadcrumb -->
 
 			<div class="row-fluid">

Modified: mesos/site/publish/documentation/deploy-scripts/index.html
URL: http://svn.apache.org/viewvc/mesos/site/publish/documentation/deploy-scripts/index.html?rev=1561872&r1=1561871&r2=1561872&view=diff
==============================================================================
--- mesos/site/publish/documentation/deploy-scripts/index.html (original)
+++ mesos/site/publish/documentation/deploy-scripts/index.html Mon Jan 27 22:01:43 2014
@@ -1,4 +1,3 @@
-<!--  -->
 <!DOCTYPE html>
 <!--
 
@@ -83,9 +82,12 @@
 				</li>
 				<li><a href="http://mesos.apache.org">Apache Mesos</a></li>
 				
-				<li><a href="/documentation/latest/">Documentation
+				
+				<li><a href="/documentation
+/">Documentation
 </a></li>
 				
+				
 			</ul><!-- /breadcrumb -->
 
 			<div class="row-fluid">

Modified: mesos/site/publish/documentation/ec2-scripts/index.html
URL: http://svn.apache.org/viewvc/mesos/site/publish/documentation/ec2-scripts/index.html?rev=1561872&r1=1561871&r2=1561872&view=diff
==============================================================================
--- mesos/site/publish/documentation/ec2-scripts/index.html (original)
+++ mesos/site/publish/documentation/ec2-scripts/index.html Mon Jan 27 22:01:43 2014
@@ -1,4 +1,3 @@
-<!--  -->
 <!DOCTYPE html>
 <!--
 
@@ -83,9 +82,12 @@
 				</li>
 				<li><a href="http://mesos.apache.org">Apache Mesos</a></li>
 				
-				<li><a href="/documentation/latest/">Documentation
+				
+				<li><a href="/documentation
+/">Documentation
 </a></li>
 				
+				
 			</ul><!-- /breadcrumb -->
 
 			<div class="row-fluid">

Modified: mesos/site/publish/documentation/high-availability/index.html
URL: http://svn.apache.org/viewvc/mesos/site/publish/documentation/high-availability/index.html?rev=1561872&r1=1561871&r2=1561872&view=diff
==============================================================================
--- mesos/site/publish/documentation/high-availability/index.html (original)
+++ mesos/site/publish/documentation/high-availability/index.html Mon Jan 27 22:01:43 2014
@@ -1,4 +1,3 @@
-<!--  -->
 <!DOCTYPE html>
 <!--
 
@@ -83,9 +82,12 @@
 				</li>
 				<li><a href="http://mesos.apache.org">Apache Mesos</a></li>
 				
-				<li><a href="/documentation/latest/">Documentation
+				
+				<li><a href="/documentation
+/">Documentation
 </a></li>
 				
+				
 			</ul><!-- /breadcrumb -->
 
 			<div class="row-fluid">

Modified: mesos/site/publish/documentation/index.html
URL: http://svn.apache.org/viewvc/mesos/site/publish/documentation/index.html?rev=1561872&r1=1561871&r2=1561872&view=diff
==============================================================================
--- mesos/site/publish/documentation/index.html (original)
+++ mesos/site/publish/documentation/index.html Mon Jan 27 22:01:43 2014
@@ -1,4 +1,3 @@
-<!--  -->
 <!DOCTYPE html>
 <!--
 
@@ -83,9 +82,12 @@
 				</li>
 				<li><a href="http://mesos.apache.org">Apache Mesos</a></li>
 				
-				<li><a href="/documentation/latest/">Documentation
+				
+				<li><a href="/documentation
+/">Documentation
 </a></li>
 				
+				
 			</ul><!-- /breadcrumb -->
 
 			<div class="row-fluid">

Modified: mesos/site/publish/documentation/latest/allocation-module/index.html
URL: http://svn.apache.org/viewvc/mesos/site/publish/documentation/latest/allocation-module/index.html?rev=1561872&r1=1561871&r2=1561872&view=diff
==============================================================================
--- mesos/site/publish/documentation/latest/allocation-module/index.html (original)
+++ mesos/site/publish/documentation/latest/allocation-module/index.html Mon Jan 27 22:01:43 2014
@@ -1,4 +1,3 @@
-<!--  -->
 <!DOCTYPE html>
 <!--
 
@@ -83,9 +82,12 @@
 				</li>
 				<li><a href="http://mesos.apache.org">Apache Mesos</a></li>
 				
-				<li><a href="/documentation/latest/">Documentation
+				
+				<li><a href="/documentation
+/">Documentation
 </a></li>
 				
+				
 			</ul><!-- /breadcrumb -->
 
 			<div class="row-fluid">

Modified: mesos/site/publish/documentation/latest/app-framework-development-guide/index.html
URL: http://svn.apache.org/viewvc/mesos/site/publish/documentation/latest/app-framework-development-guide/index.html?rev=1561872&r1=1561871&r2=1561872&view=diff
==============================================================================
--- mesos/site/publish/documentation/latest/app-framework-development-guide/index.html (original)
+++ mesos/site/publish/documentation/latest/app-framework-development-guide/index.html Mon Jan 27 22:01:43 2014
@@ -1,4 +1,3 @@
-<!--  -->
 <!DOCTYPE html>
 <!--
 
@@ -83,9 +82,12 @@
 				</li>
 				<li><a href="http://mesos.apache.org">Apache Mesos</a></li>
 				
-				<li><a href="/documentation/latest/">Documentation
+				
+				<li><a href="/documentation
+/">Documentation
 </a></li>
 				
+				
 			</ul><!-- /breadcrumb -->
 
 			<div class="row-fluid">

Modified: mesos/site/publish/documentation/latest/committers-guide/index.html
URL: http://svn.apache.org/viewvc/mesos/site/publish/documentation/latest/committers-guide/index.html?rev=1561872&r1=1561871&r2=1561872&view=diff
==============================================================================
--- mesos/site/publish/documentation/latest/committers-guide/index.html (original)
+++ mesos/site/publish/documentation/latest/committers-guide/index.html Mon Jan 27 22:01:43 2014
@@ -1,4 +1,3 @@
-<!--  -->
 <!DOCTYPE html>
 <!--
 
@@ -83,9 +82,12 @@
 				</li>
 				<li><a href="http://mesos.apache.org">Apache Mesos</a></li>
 				
-				<li><a href="/documentation/latest/">Documentation
+				
+				<li><a href="/documentation
+/">Documentation
 </a></li>
 				
+				
 			</ul><!-- /breadcrumb -->
 
 			<div class="row-fluid">

Modified: mesos/site/publish/documentation/latest/configuration/index.html
URL: http://svn.apache.org/viewvc/mesos/site/publish/documentation/latest/configuration/index.html?rev=1561872&r1=1561871&r2=1561872&view=diff
==============================================================================
--- mesos/site/publish/documentation/latest/configuration/index.html (original)
+++ mesos/site/publish/documentation/latest/configuration/index.html Mon Jan 27 22:01:43 2014
@@ -1,4 +1,3 @@
-<!--  -->
 <!DOCTYPE html>
 <!--
 
@@ -83,9 +82,12 @@
 				</li>
 				<li><a href="http://mesos.apache.org">Apache Mesos</a></li>
 				
-				<li><a href="/documentation/latest/">Documentation
+				
+				<li><a href="/documentation
+/">Documentation
 </a></li>
 				
+				
 			</ul><!-- /breadcrumb -->
 
 			<div class="row-fluid">

Modified: mesos/site/publish/documentation/latest/deploy-scripts/index.html
URL: http://svn.apache.org/viewvc/mesos/site/publish/documentation/latest/deploy-scripts/index.html?rev=1561872&r1=1561871&r2=1561872&view=diff
==============================================================================
--- mesos/site/publish/documentation/latest/deploy-scripts/index.html (original)
+++ mesos/site/publish/documentation/latest/deploy-scripts/index.html Mon Jan 27 22:01:43 2014
@@ -1,4 +1,3 @@
-<!--  -->
 <!DOCTYPE html>
 <!--
 
@@ -83,9 +82,12 @@
 				</li>
 				<li><a href="http://mesos.apache.org">Apache Mesos</a></li>
 				
-				<li><a href="/documentation/latest/">Documentation
+				
+				<li><a href="/documentation
+/">Documentation
 </a></li>
 				
+				
 			</ul><!-- /breadcrumb -->
 
 			<div class="row-fluid">

Modified: mesos/site/publish/documentation/latest/ec2-scripts/index.html
URL: http://svn.apache.org/viewvc/mesos/site/publish/documentation/latest/ec2-scripts/index.html?rev=1561872&r1=1561871&r2=1561872&view=diff
==============================================================================
--- mesos/site/publish/documentation/latest/ec2-scripts/index.html (original)
+++ mesos/site/publish/documentation/latest/ec2-scripts/index.html Mon Jan 27 22:01:43 2014
@@ -1,4 +1,3 @@
-<!--  -->
 <!DOCTYPE html>
 <!--
 
@@ -83,9 +82,12 @@
 				</li>
 				<li><a href="http://mesos.apache.org">Apache Mesos</a></li>
 				
-				<li><a href="/documentation/latest/">Documentation
+				
+				<li><a href="/documentation
+/">Documentation
 </a></li>
 				
+				
 			</ul><!-- /breadcrumb -->
 
 			<div class="row-fluid">

Modified: mesos/site/publish/documentation/latest/high-availability/index.html
URL: http://svn.apache.org/viewvc/mesos/site/publish/documentation/latest/high-availability/index.html?rev=1561872&r1=1561871&r2=1561872&view=diff
==============================================================================
--- mesos/site/publish/documentation/latest/high-availability/index.html (original)
+++ mesos/site/publish/documentation/latest/high-availability/index.html Mon Jan 27 22:01:43 2014
@@ -1,4 +1,3 @@
-<!--  -->
 <!DOCTYPE html>
 <!--
 
@@ -83,9 +82,12 @@
 				</li>
 				<li><a href="http://mesos.apache.org">Apache Mesos</a></li>
 				
-				<li><a href="/documentation/latest/">Documentation
+				
+				<li><a href="/documentation
+/">Documentation
 </a></li>
 				
+				
 			</ul><!-- /breadcrumb -->
 
 			<div class="row-fluid">

Modified: mesos/site/publish/documentation/latest/index.html
URL: http://svn.apache.org/viewvc/mesos/site/publish/documentation/latest/index.html?rev=1561872&r1=1561871&r2=1561872&view=diff
==============================================================================
--- mesos/site/publish/documentation/latest/index.html (original)
+++ mesos/site/publish/documentation/latest/index.html Mon Jan 27 22:01:43 2014
@@ -1,4 +1,3 @@
-<!--  -->
 <!DOCTYPE html>
 <!--
 
@@ -83,9 +82,12 @@
 				</li>
 				<li><a href="http://mesos.apache.org">Apache Mesos</a></li>
 				
-				<li><a href="/documentation/latest/">Documentation
+				
+				<li><a href="/documentation
+/">Documentation
 </a></li>
 				
+				
 			</ul><!-- /breadcrumb -->
 
 			<div class="row-fluid">

Modified: mesos/site/publish/documentation/latest/logging-and-debugging/index.html
URL: http://svn.apache.org/viewvc/mesos/site/publish/documentation/latest/logging-and-debugging/index.html?rev=1561872&r1=1561871&r2=1561872&view=diff
==============================================================================
--- mesos/site/publish/documentation/latest/logging-and-debugging/index.html (original)
+++ mesos/site/publish/documentation/latest/logging-and-debugging/index.html Mon Jan 27 22:01:43 2014
@@ -1,4 +1,3 @@
-<!--  -->
 <!DOCTYPE html>
 <!--
 
@@ -83,9 +82,12 @@
 				</li>
 				<li><a href="http://mesos.apache.org">Apache Mesos</a></li>
 				
-				<li><a href="/documentation/latest/">Documentation
+				
+				<li><a href="/documentation
+/">Documentation
 </a></li>
 				
+				
 			</ul><!-- /breadcrumb -->
 
 			<div class="row-fluid">

Modified: mesos/site/publish/documentation/latest/mesos-architecture/index.html
URL: http://svn.apache.org/viewvc/mesos/site/publish/documentation/latest/mesos-architecture/index.html?rev=1561872&r1=1561871&r2=1561872&view=diff
==============================================================================
--- mesos/site/publish/documentation/latest/mesos-architecture/index.html (original)
+++ mesos/site/publish/documentation/latest/mesos-architecture/index.html Mon Jan 27 22:01:43 2014
@@ -1,4 +1,3 @@
-<!--  -->
 <!DOCTYPE html>
 <!--
 
@@ -83,9 +82,12 @@
 				</li>
 				<li><a href="http://mesos.apache.org">Apache Mesos</a></li>
 				
-				<li><a href="/documentation/latest/">Documentation
+				
+				<li><a href="/documentation
+/">Documentation
 </a></li>
 				
+				
 			</ul><!-- /breadcrumb -->
 
 			<div class="row-fluid">

Modified: mesos/site/publish/documentation/latest/mesos-c++-style-guide/index.html
URL: http://svn.apache.org/viewvc/mesos/site/publish/documentation/latest/mesos-c%2B%2B-style-guide/index.html?rev=1561872&r1=1561871&r2=1561872&view=diff
==============================================================================
--- mesos/site/publish/documentation/latest/mesos-c++-style-guide/index.html (original)
+++ mesos/site/publish/documentation/latest/mesos-c++-style-guide/index.html Mon Jan 27 22:01:43 2014
@@ -1,4 +1,3 @@
-<!--  -->
 <!DOCTYPE html>
 <!--
 
@@ -83,9 +82,12 @@
 				</li>
 				<li><a href="http://mesos.apache.org">Apache Mesos</a></li>
 				
-				<li><a href="/documentation/latest/">Documentation
+				
+				<li><a href="/documentation
+/">Documentation
 </a></li>
 				
+				
 			</ul><!-- /breadcrumb -->
 
 			<div class="row-fluid">

Modified: mesos/site/publish/documentation/latest/mesos-code-internals/index.html
URL: http://svn.apache.org/viewvc/mesos/site/publish/documentation/latest/mesos-code-internals/index.html?rev=1561872&r1=1561871&r2=1561872&view=diff
==============================================================================
--- mesos/site/publish/documentation/latest/mesos-code-internals/index.html (original)
+++ mesos/site/publish/documentation/latest/mesos-code-internals/index.html Mon Jan 27 22:01:43 2014
@@ -1,4 +1,3 @@
-<!--  -->
 <!DOCTYPE html>
 <!--
 
@@ -83,9 +82,12 @@
 				</li>
 				<li><a href="http://mesos.apache.org">Apache Mesos</a></li>
 				
-				<li><a href="/documentation/latest/">Documentation
+				
+				<li><a href="/documentation
+/">Documentation
 </a></li>
 				
+				
 			</ul><!-- /breadcrumb -->
 
 			<div class="row-fluid">

Modified: mesos/site/publish/documentation/latest/mesos-developers-guide/index.html
URL: http://svn.apache.org/viewvc/mesos/site/publish/documentation/latest/mesos-developers-guide/index.html?rev=1561872&r1=1561871&r2=1561872&view=diff
==============================================================================
--- mesos/site/publish/documentation/latest/mesos-developers-guide/index.html (original)
+++ mesos/site/publish/documentation/latest/mesos-developers-guide/index.html Mon Jan 27 22:01:43 2014
@@ -1,4 +1,3 @@
-<!--  -->
 <!DOCTYPE html>
 <!--
 
@@ -83,9 +82,12 @@
 				</li>
 				<li><a href="http://mesos.apache.org">Apache Mesos</a></li>
 				
-				<li><a href="/documentation/latest/">Documentation
+				
+				<li><a href="/documentation
+/">Documentation
 </a></li>
 				
+				
 			</ul><!-- /breadcrumb -->
 
 			<div class="row-fluid">

Modified: mesos/site/publish/documentation/latest/mesos-presentations/index.html
URL: http://svn.apache.org/viewvc/mesos/site/publish/documentation/latest/mesos-presentations/index.html?rev=1561872&r1=1561871&r2=1561872&view=diff
==============================================================================
--- mesos/site/publish/documentation/latest/mesos-presentations/index.html (original)
+++ mesos/site/publish/documentation/latest/mesos-presentations/index.html Mon Jan 27 22:01:43 2014
@@ -1,4 +1,3 @@
-<!--  -->
 <!DOCTYPE html>
 <!--
 
@@ -83,9 +82,12 @@
 				</li>
 				<li><a href="http://mesos.apache.org">Apache Mesos</a></li>
 				
-				<li><a href="/documentation/latest/">Documentation
+				
+				<li><a href="/documentation
+/">Documentation
 </a></li>
 				
+				
 			</ul><!-- /breadcrumb -->
 
 			<div class="row-fluid">

Modified: mesos/site/publish/documentation/latest/mesos-roadmap/index.html
URL: http://svn.apache.org/viewvc/mesos/site/publish/documentation/latest/mesos-roadmap/index.html?rev=1561872&r1=1561871&r2=1561872&view=diff
==============================================================================
--- mesos/site/publish/documentation/latest/mesos-roadmap/index.html (original)
+++ mesos/site/publish/documentation/latest/mesos-roadmap/index.html Mon Jan 27 22:01:43 2014
@@ -1,4 +1,3 @@
-<!--  -->
 <!DOCTYPE html>
 <!--
 
@@ -83,9 +82,12 @@
 				</li>
 				<li><a href="http://mesos.apache.org">Apache Mesos</a></li>
 				
-				<li><a href="/documentation/latest/">Documentation
+				
+				<li><a href="/documentation
+/">Documentation
 </a></li>
 				
+				
 			</ul><!-- /breadcrumb -->
 
 			<div class="row-fluid">

Modified: mesos/site/publish/documentation/latest/powered-by-mesos/index.html
URL: http://svn.apache.org/viewvc/mesos/site/publish/documentation/latest/powered-by-mesos/index.html?rev=1561872&r1=1561871&r2=1561872&view=diff
==============================================================================
--- mesos/site/publish/documentation/latest/powered-by-mesos/index.html (original)
+++ mesos/site/publish/documentation/latest/powered-by-mesos/index.html Mon Jan 27 22:01:43 2014
@@ -1,4 +1,3 @@
-<!--  -->
 <!DOCTYPE html>
 <!--
 
@@ -83,9 +82,12 @@
 				</li>
 				<li><a href="http://mesos.apache.org">Apache Mesos</a></li>
 				
-				<li><a href="/documentation/latest/">Documentation
+				
+				<li><a href="/documentation
+/">Documentation
 </a></li>
 				
+				
 			</ul><!-- /breadcrumb -->
 
 			<div class="row-fluid">

Modified: mesos/site/publish/documentation/latest/running-a-web-application-farm-on-mesos/index.html
URL: http://svn.apache.org/viewvc/mesos/site/publish/documentation/latest/running-a-web-application-farm-on-mesos/index.html?rev=1561872&r1=1561871&r2=1561872&view=diff
==============================================================================
--- mesos/site/publish/documentation/latest/running-a-web-application-farm-on-mesos/index.html (original)
+++ mesos/site/publish/documentation/latest/running-a-web-application-farm-on-mesos/index.html Mon Jan 27 22:01:43 2014
@@ -1,4 +1,3 @@
-<!--  -->
 <!DOCTYPE html>
 <!--
 
@@ -83,9 +82,12 @@
 				</li>
 				<li><a href="http://mesos.apache.org">Apache Mesos</a></li>
 				
-				<li><a href="/documentation/latest/">Documentation
+				
+				<li><a href="/documentation
+/">Documentation
 </a></li>
 				
+				
 			</ul><!-- /breadcrumb -->
 
 			<div class="row-fluid">

Modified: mesos/site/publish/documentation/latest/running-torque-or-mpi-on-mesos/index.html
URL: http://svn.apache.org/viewvc/mesos/site/publish/documentation/latest/running-torque-or-mpi-on-mesos/index.html?rev=1561872&r1=1561871&r2=1561872&view=diff
==============================================================================
--- mesos/site/publish/documentation/latest/running-torque-or-mpi-on-mesos/index.html (original)
+++ mesos/site/publish/documentation/latest/running-torque-or-mpi-on-mesos/index.html Mon Jan 27 22:01:43 2014
@@ -1,4 +1,3 @@
-<!--  -->
 <!DOCTYPE html>
 <!--
 
@@ -83,9 +82,12 @@
 				</li>
 				<li><a href="http://mesos.apache.org">Apache Mesos</a></li>
 				
-				<li><a href="/documentation/latest/">Documentation
+				
+				<li><a href="/documentation
+/">Documentation
 </a></li>
 				
+				
 			</ul><!-- /breadcrumb -->
 
 			<div class="row-fluid">

Modified: mesos/site/publish/documentation/latest/slave-recovery/index.html
URL: http://svn.apache.org/viewvc/mesos/site/publish/documentation/latest/slave-recovery/index.html?rev=1561872&r1=1561871&r2=1561872&view=diff
==============================================================================
--- mesos/site/publish/documentation/latest/slave-recovery/index.html (original)
+++ mesos/site/publish/documentation/latest/slave-recovery/index.html Mon Jan 27 22:01:43 2014
@@ -1,4 +1,3 @@
-<!--  -->
 <!DOCTYPE html>
 <!--
 
@@ -83,9 +82,12 @@
 				</li>
 				<li><a href="http://mesos.apache.org">Apache Mesos</a></li>
 				
-				<li><a href="/documentation/latest/">Documentation
+				
+				<li><a href="/documentation
+/">Documentation
 </a></li>
 				
+				
 			</ul><!-- /breadcrumb -->
 
 			<div class="row-fluid">

Modified: mesos/site/publish/documentation/latest/upgrades/index.html
URL: http://svn.apache.org/viewvc/mesos/site/publish/documentation/latest/upgrades/index.html?rev=1561872&r1=1561871&r2=1561872&view=diff
==============================================================================
--- mesos/site/publish/documentation/latest/upgrades/index.html (original)
+++ mesos/site/publish/documentation/latest/upgrades/index.html Mon Jan 27 22:01:43 2014
@@ -1,4 +1,3 @@
-<!--  -->
 <!DOCTYPE html>
 <!--
 
@@ -83,9 +82,12 @@
 				</li>
 				<li><a href="http://mesos.apache.org">Apache Mesos</a></li>
 				
-				<li><a href="/documentation/latest/">Documentation
+				
+				<li><a href="/documentation
+/">Documentation
 </a></li>
 				
+				
 			</ul><!-- /breadcrumb -->
 
 			<div class="row-fluid">

Modified: mesos/site/publish/documentation/latest/using-the-mesos-submit-tool/index.html
URL: http://svn.apache.org/viewvc/mesos/site/publish/documentation/latest/using-the-mesos-submit-tool/index.html?rev=1561872&r1=1561871&r2=1561872&view=diff
==============================================================================
--- mesos/site/publish/documentation/latest/using-the-mesos-submit-tool/index.html (original)
+++ mesos/site/publish/documentation/latest/using-the-mesos-submit-tool/index.html Mon Jan 27 22:01:43 2014
@@ -1,4 +1,3 @@
-<!--  -->
 <!DOCTYPE html>
 <!--
 
@@ -83,9 +82,12 @@
 				</li>
 				<li><a href="http://mesos.apache.org">Apache Mesos</a></li>
 				
-				<li><a href="/documentation/latest/">Documentation
+				
+				<li><a href="/documentation
+/">Documentation
 </a></li>
 				
+				
 			</ul><!-- /breadcrumb -->
 
 			<div class="row-fluid">

Modified: mesos/site/publish/documentation/logging-and-debugging/index.html
URL: http://svn.apache.org/viewvc/mesos/site/publish/documentation/logging-and-debugging/index.html?rev=1561872&r1=1561871&r2=1561872&view=diff
==============================================================================
--- mesos/site/publish/documentation/logging-and-debugging/index.html (original)
+++ mesos/site/publish/documentation/logging-and-debugging/index.html Mon Jan 27 22:01:43 2014
@@ -1,4 +1,3 @@
-<!--  -->
 <!DOCTYPE html>
 <!--
 
@@ -83,9 +82,12 @@
 				</li>
 				<li><a href="http://mesos.apache.org">Apache Mesos</a></li>
 				
-				<li><a href="/documentation/latest/">Documentation
+				
+				<li><a href="/documentation
+/">Documentation
 </a></li>
 				
+				
 			</ul><!-- /breadcrumb -->
 
 			<div class="row-fluid">

Modified: mesos/site/publish/documentation/mesos-architecture/index.html
URL: http://svn.apache.org/viewvc/mesos/site/publish/documentation/mesos-architecture/index.html?rev=1561872&r1=1561871&r2=1561872&view=diff
==============================================================================
--- mesos/site/publish/documentation/mesos-architecture/index.html (original)
+++ mesos/site/publish/documentation/mesos-architecture/index.html Mon Jan 27 22:01:43 2014
@@ -1,4 +1,3 @@
-<!--  -->
 <!DOCTYPE html>
 <!--
 
@@ -83,9 +82,12 @@
 				</li>
 				<li><a href="http://mesos.apache.org">Apache Mesos</a></li>
 				
-				<li><a href="/documentation/latest/">Documentation
+				
+				<li><a href="/documentation
+/">Documentation
 </a></li>
 				
+				
 			</ul><!-- /breadcrumb -->
 
 			<div class="row-fluid">

Modified: mesos/site/publish/documentation/mesos-c++-style-guide/index.html
URL: http://svn.apache.org/viewvc/mesos/site/publish/documentation/mesos-c%2B%2B-style-guide/index.html?rev=1561872&r1=1561871&r2=1561872&view=diff
==============================================================================
--- mesos/site/publish/documentation/mesos-c++-style-guide/index.html (original)
+++ mesos/site/publish/documentation/mesos-c++-style-guide/index.html Mon Jan 27 22:01:43 2014
@@ -1,4 +1,3 @@
-<!--  -->
 <!DOCTYPE html>
 <!--
 
@@ -83,9 +82,12 @@
 				</li>
 				<li><a href="http://mesos.apache.org">Apache Mesos</a></li>
 				
-				<li><a href="/documentation/latest/">Documentation
+				
+				<li><a href="/documentation
+/">Documentation
 </a></li>
 				
+				
 			</ul><!-- /breadcrumb -->
 
 			<div class="row-fluid">

Modified: mesos/site/publish/documentation/mesos-code-internals/index.html
URL: http://svn.apache.org/viewvc/mesos/site/publish/documentation/mesos-code-internals/index.html?rev=1561872&r1=1561871&r2=1561872&view=diff
==============================================================================
--- mesos/site/publish/documentation/mesos-code-internals/index.html (original)
+++ mesos/site/publish/documentation/mesos-code-internals/index.html Mon Jan 27 22:01:43 2014
@@ -1,4 +1,3 @@
-<!--  -->
 <!DOCTYPE html>
 <!--
 
@@ -83,9 +82,12 @@
 				</li>
 				<li><a href="http://mesos.apache.org">Apache Mesos</a></li>
 				
-				<li><a href="/documentation/latest/">Documentation
+				
+				<li><a href="/documentation
+/">Documentation
 </a></li>
 				
+				
 			</ul><!-- /breadcrumb -->
 
 			<div class="row-fluid">

Modified: mesos/site/publish/documentation/mesos-developers-guide/index.html
URL: http://svn.apache.org/viewvc/mesos/site/publish/documentation/mesos-developers-guide/index.html?rev=1561872&r1=1561871&r2=1561872&view=diff
==============================================================================
--- mesos/site/publish/documentation/mesos-developers-guide/index.html (original)
+++ mesos/site/publish/documentation/mesos-developers-guide/index.html Mon Jan 27 22:01:43 2014
@@ -1,4 +1,3 @@
-<!--  -->
 <!DOCTYPE html>
 <!--
 
@@ -83,9 +82,12 @@
 				</li>
 				<li><a href="http://mesos.apache.org">Apache Mesos</a></li>
 				
-				<li><a href="/documentation/latest/">Documentation
+				
+				<li><a href="/documentation
+/">Documentation
 </a></li>
 				
+				
 			</ul><!-- /breadcrumb -->
 
 			<div class="row-fluid">

Modified: mesos/site/publish/documentation/mesos-presentations/index.html
URL: http://svn.apache.org/viewvc/mesos/site/publish/documentation/mesos-presentations/index.html?rev=1561872&r1=1561871&r2=1561872&view=diff
==============================================================================
--- mesos/site/publish/documentation/mesos-presentations/index.html (original)
+++ mesos/site/publish/documentation/mesos-presentations/index.html Mon Jan 27 22:01:43 2014
@@ -1,4 +1,3 @@
-<!--  -->
 <!DOCTYPE html>
 <!--
 
@@ -83,9 +82,12 @@
 				</li>
 				<li><a href="http://mesos.apache.org">Apache Mesos</a></li>
 				
-				<li><a href="/documentation/latest/">Documentation
+				
+				<li><a href="/documentation
+/">Documentation
 </a></li>
 				
+				
 			</ul><!-- /breadcrumb -->
 
 			<div class="row-fluid">

Modified: mesos/site/publish/documentation/mesos-roadmap/index.html
URL: http://svn.apache.org/viewvc/mesos/site/publish/documentation/mesos-roadmap/index.html?rev=1561872&r1=1561871&r2=1561872&view=diff
==============================================================================
--- mesos/site/publish/documentation/mesos-roadmap/index.html (original)
+++ mesos/site/publish/documentation/mesos-roadmap/index.html Mon Jan 27 22:01:43 2014
@@ -1,4 +1,3 @@
-<!--  -->
 <!DOCTYPE html>
 <!--
 
@@ -83,9 +82,12 @@
 				</li>
 				<li><a href="http://mesos.apache.org">Apache Mesos</a></li>
 				
-				<li><a href="/documentation/latest/">Documentation
+				
+				<li><a href="/documentation
+/">Documentation
 </a></li>
 				
+				
 			</ul><!-- /breadcrumb -->
 
 			<div class="row-fluid">

Modified: mesos/site/publish/documentation/powered-by-mesos/index.html
URL: http://svn.apache.org/viewvc/mesos/site/publish/documentation/powered-by-mesos/index.html?rev=1561872&r1=1561871&r2=1561872&view=diff
==============================================================================
--- mesos/site/publish/documentation/powered-by-mesos/index.html (original)
+++ mesos/site/publish/documentation/powered-by-mesos/index.html Mon Jan 27 22:01:43 2014
@@ -1,4 +1,3 @@
-<!--  -->
 <!DOCTYPE html>
 <!--
 
@@ -83,9 +82,12 @@
 				</li>
 				<li><a href="http://mesos.apache.org">Apache Mesos</a></li>
 				
-				<li><a href="/documentation/latest/">Documentation
+				
+				<li><a href="/documentation
+/">Documentation
 </a></li>
 				
+				
 			</ul><!-- /breadcrumb -->
 
 			<div class="row-fluid">

Modified: mesos/site/publish/documentation/running-a-web-application-farm-on-mesos/index.html
URL: http://svn.apache.org/viewvc/mesos/site/publish/documentation/running-a-web-application-farm-on-mesos/index.html?rev=1561872&r1=1561871&r2=1561872&view=diff
==============================================================================
--- mesos/site/publish/documentation/running-a-web-application-farm-on-mesos/index.html (original)
+++ mesos/site/publish/documentation/running-a-web-application-farm-on-mesos/index.html Mon Jan 27 22:01:43 2014
@@ -1,4 +1,3 @@
-<!--  -->
 <!DOCTYPE html>
 <!--
 
@@ -83,9 +82,12 @@
 				</li>
 				<li><a href="http://mesos.apache.org">Apache Mesos</a></li>
 				
-				<li><a href="/documentation/latest/">Documentation
+				
+				<li><a href="/documentation
+/">Documentation
 </a></li>
 				
+				
 			</ul><!-- /breadcrumb -->
 
 			<div class="row-fluid">

Modified: mesos/site/publish/documentation/running-torque-or-mpi-on-mesos/index.html
URL: http://svn.apache.org/viewvc/mesos/site/publish/documentation/running-torque-or-mpi-on-mesos/index.html?rev=1561872&r1=1561871&r2=1561872&view=diff
==============================================================================
--- mesos/site/publish/documentation/running-torque-or-mpi-on-mesos/index.html (original)
+++ mesos/site/publish/documentation/running-torque-or-mpi-on-mesos/index.html Mon Jan 27 22:01:43 2014
@@ -1,4 +1,3 @@
-<!--  -->
 <!DOCTYPE html>
 <!--
 
@@ -83,9 +82,12 @@
 				</li>
 				<li><a href="http://mesos.apache.org">Apache Mesos</a></li>
 				
-				<li><a href="/documentation/latest/">Documentation
+				
+				<li><a href="/documentation
+/">Documentation
 </a></li>
 				
+				
 			</ul><!-- /breadcrumb -->
 
 			<div class="row-fluid">

Modified: mesos/site/publish/documentation/slave-recovery/index.html
URL: http://svn.apache.org/viewvc/mesos/site/publish/documentation/slave-recovery/index.html?rev=1561872&r1=1561871&r2=1561872&view=diff
==============================================================================
--- mesos/site/publish/documentation/slave-recovery/index.html (original)
+++ mesos/site/publish/documentation/slave-recovery/index.html Mon Jan 27 22:01:43 2014
@@ -1,4 +1,3 @@
-<!--  -->
 <!DOCTYPE html>
 <!--
 
@@ -83,9 +82,12 @@
 				</li>
 				<li><a href="http://mesos.apache.org">Apache Mesos</a></li>
 				
-				<li><a href="/documentation/latest/">Documentation
+				
+				<li><a href="/documentation
+/">Documentation
 </a></li>
 				
+				
 			</ul><!-- /breadcrumb -->
 
 			<div class="row-fluid">

Modified: mesos/site/publish/documentation/upgrades/index.html
URL: http://svn.apache.org/viewvc/mesos/site/publish/documentation/upgrades/index.html?rev=1561872&r1=1561871&r2=1561872&view=diff
==============================================================================
--- mesos/site/publish/documentation/upgrades/index.html (original)
+++ mesos/site/publish/documentation/upgrades/index.html Mon Jan 27 22:01:43 2014
@@ -1,4 +1,3 @@
-<!--  -->
 <!DOCTYPE html>
 <!--
 
@@ -83,9 +82,12 @@
 				</li>
 				<li><a href="http://mesos.apache.org">Apache Mesos</a></li>
 				
-				<li><a href="/documentation/latest/">Documentation
+				
+				<li><a href="/documentation
+/">Documentation
 </a></li>
 				
+				
 			</ul><!-- /breadcrumb -->
 
 			<div class="row-fluid">

Modified: mesos/site/publish/documentation/using-the-mesos-submit-tool/index.html
URL: http://svn.apache.org/viewvc/mesos/site/publish/documentation/using-the-mesos-submit-tool/index.html?rev=1561872&r1=1561871&r2=1561872&view=diff
==============================================================================
--- mesos/site/publish/documentation/using-the-mesos-submit-tool/index.html (original)
+++ mesos/site/publish/documentation/using-the-mesos-submit-tool/index.html Mon Jan 27 22:01:43 2014
@@ -1,4 +1,3 @@
-<!--  -->
 <!DOCTYPE html>
 <!--
 
@@ -83,9 +82,12 @@
 				</li>
 				<li><a href="http://mesos.apache.org">Apache Mesos</a></li>
 				
-				<li><a href="/documentation/latest/">Documentation
+				
+				<li><a href="/documentation
+/">Documentation
 </a></li>
 				
+				
 			</ul><!-- /breadcrumb -->
 
 			<div class="row-fluid">

Modified: mesos/site/publish/index.html
URL: http://svn.apache.org/viewvc/mesos/site/publish/index.html?rev=1561872&r1=1561871&r2=1561872&view=diff
==============================================================================
--- mesos/site/publish/index.html (original)
+++ mesos/site/publish/index.html Mon Jan 27 22:01:43 2014
@@ -153,13 +153,13 @@
   <div class="col-md-4">
     <h3>News</h3>
         <ul>
-            <li><em>January 09, 2014</em> - Mesos 0.15.0 is released! See the <a href="http://mesos.apache.org/blog/framework-authentication-in-apache-mesos-0-15-0/">blog post announcement</a> for more details.</li>
-            <li><em>December 16, 2013</em> - Niklas Nielson becomes project's newest committer and PMC member (<a href="http://mesos.apache.org/blog/niklas-nielsen-becomes-mesos-committer/">Announcement</a>)</li>
-            <li><em>November 12, 2013</em> - Mesos 0.14.2 is released! See the <a href="http://mesos.apache.org/blog/mesos-0-14-2-released/">blog post announcement</a> for more details.</li>
-            <li><em>October 23, 2013</em> - <a href="http://mesos.apache.org/blog/slave-recovery-in-apache-mesos/">New blog post</a> by Vinod Kone about the Slave Recovery feature introduced in Mesos 0.14.1</li>
-            <li><em>October 21, 2013</em> - Mesos 0.14.1 is released! Now <a href="http://mesos.apache.org/downloads/">available for download</a>.</li>
-            <li><em>October 16, 2013</em> - Mesos 0.14.0 is released! Now <a href="http://mesos.apache.org/downloads/">available for download</a>.</li>
-            <li><em>September 11, 2013</em> - Mesos 0.13.0 is released! Now <a href="http://mesos.apache.org/downloads/">available for download</a>.</li>
+            <li><em>January 09, 2014</em> - Mesos 0.15.0 is released! See the <a href="/blog/framework-authentication-in-apache-mesos-0-15-0/">blog post announcement</a> for more details.</li>
+            <li><em>December 16, 2013</em> - Niklas Nielson becomes project's newest committer and PMC member (<a href="/blog/niklas-nielsen-becomes-mesos-committer/">Announcement</a>)</li>
+            <li><em>November 12, 2013</em> - Mesos 0.14.2 is released! See the <a href="/blog/mesos-0-14-2-released/">blog post announcement</a> for more details.</li>
+            <li><em>October 23, 2013</em> - <a href="/blog/slave-recovery-in-apache-mesos/">New blog post</a> by Vinod Kone about the Slave Recovery feature introduced in Mesos 0.14.1</li>
+            <li><em>October 21, 2013</em> - Mesos 0.14.1 is released! Now <a href="/downloads/">available for download</a>.</li>
+            <li><em>October 16, 2013</em> - Mesos 0.14.0 is released! Now <a href="/downloads/">available for download</a>.</li>
+            <li><em>September 11, 2013</em> - Mesos 0.13.0 is released! Now <a href="/downloads/">available for download</a>.</li>
         </ul>
 
         <br />

Modified: mesos/site/publish/sitemap.xml
URL: http://svn.apache.org/viewvc/mesos/site/publish/sitemap.xml?rev=1561872&r1=1561871&r2=1561872&view=diff
==============================================================================
--- mesos/site/publish/sitemap.xml (original)
+++ mesos/site/publish/sitemap.xml Mon Jan 27 22:01:43 2014
@@ -2,218 +2,218 @@
 <urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
   <url>
     <loc>http://mesos.apache.org/blog/slave-recovery-in-apache-mesos/</loc>
-    <lastmod>2014-01-25T00:00:00-08:00</lastmod>
+    <lastmod>2014-01-27T00:00:00-08:00</lastmod>
   </url>
   <url>
     <loc>http://mesos.apache.org/blog/mesos-0-14-2-released/</loc>
-    <lastmod>2014-01-25T00:00:00-08:00</lastmod>
+    <lastmod>2014-01-27T00:00:00-08:00</lastmod>
   </url>
   <url>
     <loc>http://mesos.apache.org/blog/niklas-nielsen-becomes-mesos-committer/</loc>
-    <lastmod>2014-01-25T00:00:00-08:00</lastmod>
+    <lastmod>2014-01-27T00:00:00-08:00</lastmod>
   </url>
   <url>
     <loc>http://mesos.apache.org/blog/framework-authentication-in-apache-mesos-0-15-0/</loc>
-    <lastmod>2014-01-25T00:00:00-08:00</lastmod>
+    <lastmod>2014-01-27T00:00:00-08:00</lastmod>
   </url>
   <url>
     <loc>http://mesos.apache.org/blog/</loc>
-    <lastmod>2014-01-25T00:00:00-08:00</lastmod>
+    <lastmod>2014-01-27T00:00:00-08:00</lastmod>
   </url>
   <url>
     <loc>http://mesos.apache.org/community/committers/</loc>
-    <lastmod>2014-01-25T00:00:00-08:00</lastmod>
+    <lastmod>2014-01-27T00:00:00-08:00</lastmod>
   </url>
   <url>
     <loc>http://mesos.apache.org/community/user-groups/</loc>
-    <lastmod>2014-01-25T00:00:00-08:00</lastmod>
+    <lastmod>2014-01-27T00:00:00-08:00</lastmod>
   </url>
   <url>
     <loc>http://mesos.apache.org/community/</loc>
-    <lastmod>2014-01-25T00:00:00-08:00</lastmod>
+    <lastmod>2014-01-27T00:00:00-08:00</lastmod>
   </url>
   <url>
     <loc>http://mesos.apache.org/documentation/latest/allocation-module/</loc>
-    <lastmod>2014-01-25T00:00:00-08:00</lastmod>
+    <lastmod>2014-01-27T00:00:00-08:00</lastmod>
   </url>
   <url>
     <loc>http://mesos.apache.org/documentation/latest/app-framework-development-guide/</loc>
-    <lastmod>2014-01-25T00:00:00-08:00</lastmod>
+    <lastmod>2014-01-27T00:00:00-08:00</lastmod>
   </url>
   <url>
     <loc>http://mesos.apache.org/documentation/latest/committers-guide/</loc>
-    <lastmod>2014-01-25T00:00:00-08:00</lastmod>
+    <lastmod>2014-01-27T00:00:00-08:00</lastmod>
   </url>
   <url>
     <loc>http://mesos.apache.org/documentation/latest/configuration/</loc>
-    <lastmod>2014-01-25T00:00:00-08:00</lastmod>
+    <lastmod>2014-01-27T00:00:00-08:00</lastmod>
   </url>
   <url>
     <loc>http://mesos.apache.org/documentation/latest/deploy-scripts/</loc>
-    <lastmod>2014-01-25T00:00:00-08:00</lastmod>
+    <lastmod>2014-01-27T00:00:00-08:00</lastmod>
   </url>
   <url>
     <loc>http://mesos.apache.org/documentation/latest/ec2-scripts/</loc>
-    <lastmod>2014-01-25T00:00:00-08:00</lastmod>
+    <lastmod>2014-01-27T00:00:00-08:00</lastmod>
   </url>
   <url>
     <loc>http://mesos.apache.org/documentation/latest/high-availability/</loc>
-    <lastmod>2014-01-25T00:00:00-08:00</lastmod>
+    <lastmod>2014-01-27T00:00:00-08:00</lastmod>
   </url>
   <url>
     <loc>http://mesos.apache.org/documentation/latest/logging-and-debugging/</loc>
-    <lastmod>2014-01-25T00:00:00-08:00</lastmod>
+    <lastmod>2014-01-27T00:00:00-08:00</lastmod>
   </url>
   <url>
     <loc>http://mesos.apache.org/documentation/latest/mesos-architecture/</loc>
-    <lastmod>2014-01-25T00:00:00-08:00</lastmod>
+    <lastmod>2014-01-27T00:00:00-08:00</lastmod>
   </url>
   <url>
     <loc>http://mesos.apache.org/documentation/latest/mesos-c++-style-guide/</loc>
-    <lastmod>2014-01-25T00:00:00-08:00</lastmod>
+    <lastmod>2014-01-27T00:00:00-08:00</lastmod>
   </url>
   <url>
     <loc>http://mesos.apache.org/documentation/latest/mesos-code-internals/</loc>
-    <lastmod>2014-01-25T00:00:00-08:00</lastmod>
+    <lastmod>2014-01-27T00:00:00-08:00</lastmod>
   </url>
   <url>
     <loc>http://mesos.apache.org/documentation/latest/mesos-developers-guide/</loc>
-    <lastmod>2014-01-25T00:00:00-08:00</lastmod>
+    <lastmod>2014-01-27T00:00:00-08:00</lastmod>
   </url>
   <url>
     <loc>http://mesos.apache.org/documentation/latest/mesos-presentations/</loc>
-    <lastmod>2014-01-25T00:00:00-08:00</lastmod>
+    <lastmod>2014-01-27T00:00:00-08:00</lastmod>
   </url>
   <url>
     <loc>http://mesos.apache.org/documentation/latest/mesos-roadmap/</loc>
-    <lastmod>2014-01-25T00:00:00-08:00</lastmod>
+    <lastmod>2014-01-27T00:00:00-08:00</lastmod>
   </url>
   <url>
     <loc>http://mesos.apache.org/documentation/latest/powered-by-mesos/</loc>
-    <lastmod>2014-01-25T00:00:00-08:00</lastmod>
+    <lastmod>2014-01-27T00:00:00-08:00</lastmod>
   </url>
   <url>
     <loc>http://mesos.apache.org/documentation/latest/running-a-web-application-farm-on-mesos/</loc>
-    <lastmod>2014-01-25T00:00:00-08:00</lastmod>
+    <lastmod>2014-01-27T00:00:00-08:00</lastmod>
   </url>
   <url>
     <loc>http://mesos.apache.org/documentation/latest/running-torque-or-mpi-on-mesos/</loc>
-    <lastmod>2014-01-25T00:00:00-08:00</lastmod>
+    <lastmod>2014-01-27T00:00:00-08:00</lastmod>
   </url>
   <url>
     <loc>http://mesos.apache.org/documentation/latest/slave-recovery/</loc>
-    <lastmod>2014-01-25T00:00:00-08:00</lastmod>
+    <lastmod>2014-01-27T00:00:00-08:00</lastmod>
   </url>
   <url>
     <loc>http://mesos.apache.org/documentation/latest/upgrades/</loc>
-    <lastmod>2014-01-25T00:00:00-08:00</lastmod>
+    <lastmod>2014-01-27T00:00:00-08:00</lastmod>
   </url>
   <url>
     <loc>http://mesos.apache.org/documentation/latest/using-the-mesos-submit-tool/</loc>
-    <lastmod>2014-01-25T00:00:00-08:00</lastmod>
+    <lastmod>2014-01-27T00:00:00-08:00</lastmod>
   </url>
   <url>
     <loc>http://mesos.apache.org/documentation/latest/</loc>
-    <lastmod>2014-01-25T00:00:00-08:00</lastmod>
+    <lastmod>2014-01-27T00:00:00-08:00</lastmod>
   </url>
   <url>
     <loc>http://mesos.apache.org/documentation/latest/</loc>
-    <lastmod>2014-01-25T00:00:00-08:00</lastmod>
+    <lastmod>2014-01-27T00:00:00-08:00</lastmod>
   </url>
   <url>
     <loc>http://mesos.apache.org/downloads/</loc>
-    <lastmod>2014-01-25T00:00:00-08:00</lastmod>
+    <lastmod>2014-01-27T00:00:00-08:00</lastmod>
   </url>
   <url>
     <loc>http://mesos.apache.org/gettingstarted/</loc>
-    <lastmod>2014-01-25T00:00:00-08:00</lastmod>
+    <lastmod>2014-01-27T00:00:00-08:00</lastmod>
   </url>
   <url>
     <loc>http://mesos.apache.org/</loc>
-    <lastmod>2014-01-25T00:00:00-08:00</lastmod>
+    <lastmod>2014-01-27T00:00:00-08:00</lastmod>
   </url>
   <url>
     <loc>http://mesos.apache.org/documentation/</loc>
-    <lastmod>2014-01-25T00:00:00-08:00</lastmod>
+    <lastmod>2014-01-27T00:00:00-08:00</lastmod>
   </url>
   <url>
     <loc>http://mesos.apache.org/documentation/allocation-module/</loc>
-    <lastmod>2014-01-25T00:00:00-08:00</lastmod>
+    <lastmod>2014-01-27T00:00:00-08:00</lastmod>
   </url>
   <url>
     <loc>http://mesos.apache.org/documentation/app-framework-development-guide/</loc>
-    <lastmod>2014-01-25T00:00:00-08:00</lastmod>
+    <lastmod>2014-01-27T00:00:00-08:00</lastmod>
   </url>
   <url>
     <loc>http://mesos.apache.org/documentation/committers-guide/</loc>
-    <lastmod>2014-01-25T00:00:00-08:00</lastmod>
+    <lastmod>2014-01-27T00:00:00-08:00</lastmod>
   </url>
   <url>
     <loc>http://mesos.apache.org/documentation/configuration/</loc>
-    <lastmod>2014-01-25T00:00:00-08:00</lastmod>
+    <lastmod>2014-01-27T00:00:00-08:00</lastmod>
   </url>
   <url>
     <loc>http://mesos.apache.org/documentation/deploy-scripts/</loc>
-    <lastmod>2014-01-25T00:00:00-08:00</lastmod>
+    <lastmod>2014-01-27T00:00:00-08:00</lastmod>
   </url>
   <url>
     <loc>http://mesos.apache.org/documentation/ec2-scripts/</loc>
-    <lastmod>2014-01-25T00:00:00-08:00</lastmod>
+    <lastmod>2014-01-27T00:00:00-08:00</lastmod>
   </url>
   <url>
     <loc>http://mesos.apache.org/documentation/high-availability/</loc>
-    <lastmod>2014-01-25T00:00:00-08:00</lastmod>
+    <lastmod>2014-01-27T00:00:00-08:00</lastmod>
   </url>
   <url>
     <loc>http://mesos.apache.org/documentation/logging-and-debugging/</loc>
-    <lastmod>2014-01-25T00:00:00-08:00</lastmod>
+    <lastmod>2014-01-27T00:00:00-08:00</lastmod>
   </url>
   <url>
     <loc>http://mesos.apache.org/documentation/mesos-architecture/</loc>
-    <lastmod>2014-01-25T00:00:00-08:00</lastmod>
+    <lastmod>2014-01-27T00:00:00-08:00</lastmod>
   </url>
   <url>
     <loc>http://mesos.apache.org/documentation/mesos-c++-style-guide/</loc>
-    <lastmod>2014-01-25T00:00:00-08:00</lastmod>
+    <lastmod>2014-01-27T00:00:00-08:00</lastmod>
   </url>
   <url>
     <loc>http://mesos.apache.org/documentation/mesos-code-internals/</loc>
-    <lastmod>2014-01-25T00:00:00-08:00</lastmod>
+    <lastmod>2014-01-27T00:00:00-08:00</lastmod>
   </url>
   <url>
     <loc>http://mesos.apache.org/documentation/mesos-developers-guide/</loc>
-    <lastmod>2014-01-25T00:00:00-08:00</lastmod>
+    <lastmod>2014-01-27T00:00:00-08:00</lastmod>
   </url>
   <url>
     <loc>http://mesos.apache.org/documentation/mesos-presentations/</loc>
-    <lastmod>2014-01-25T00:00:00-08:00</lastmod>
+    <lastmod>2014-01-27T00:00:00-08:00</lastmod>
   </url>
   <url>
     <loc>http://mesos.apache.org/documentation/mesos-roadmap/</loc>
-    <lastmod>2014-01-25T00:00:00-08:00</lastmod>
+    <lastmod>2014-01-27T00:00:00-08:00</lastmod>
   </url>
   <url>
     <loc>http://mesos.apache.org/documentation/powered-by-mesos/</loc>
-    <lastmod>2014-01-25T00:00:00-08:00</lastmod>
+    <lastmod>2014-01-27T00:00:00-08:00</lastmod>
   </url>
   <url>
     <loc>http://mesos.apache.org/documentation/running-a-web-application-farm-on-mesos/</loc>
-    <lastmod>2014-01-25T00:00:00-08:00</lastmod>
+    <lastmod>2014-01-27T00:00:00-08:00</lastmod>
   </url>
   <url>
     <loc>http://mesos.apache.org/documentation/running-torque-or-mpi-on-mesos/</loc>
-    <lastmod>2014-01-25T00:00:00-08:00</lastmod>
+    <lastmod>2014-01-27T00:00:00-08:00</lastmod>
   </url>
   <url>
     <loc>http://mesos.apache.org/documentation/slave-recovery/</loc>
-    <lastmod>2014-01-25T00:00:00-08:00</lastmod>
+    <lastmod>2014-01-27T00:00:00-08:00</lastmod>
   </url>
   <url>
     <loc>http://mesos.apache.org/documentation/upgrades/</loc>
-    <lastmod>2014-01-25T00:00:00-08:00</lastmod>
+    <lastmod>2014-01-27T00:00:00-08:00</lastmod>
   </url>
   <url>
     <loc>http://mesos.apache.org/documentation/using-the-mesos-submit-tool/</loc>
-    <lastmod>2014-01-25T00:00:00-08:00</lastmod>
+    <lastmod>2014-01-27T00:00:00-08:00</lastmod>
   </url>
 </urlset>
\ No newline at end of file

Modified: mesos/site/source/blog.html.erb
URL: http://svn.apache.org/viewvc/mesos/site/source/blog.html.erb?rev=1561872&r1=1561871&r2=1561872&view=diff
==============================================================================
--- mesos/site/source/blog.html.erb (original)
+++ mesos/site/source/blog.html.erb Mon Jan 27 22:01:43 2014
@@ -2,12 +2,12 @@
 title: Apache Mesos | Blog
 breadcrumb: Blog
 ---
-<div class="row-fluid">
-	<div class="span3">
+<div class="row">
+	<div class="col-md-3">
 		<h4>Apache Mesos Blog</h4>
 		<p>The Mesos blog is a place for announcements and for project committers to highlight features of the software.</p>
 	</div>
-	<div class="span9">
+	<div class="col-md-9">
 		<% blog.articles.each do |post| %>
 		  <article>
 		  	<h2><%= link_to(post.title, post.url)%></h2>

Modified: mesos/site/source/index.html.md
URL: http://svn.apache.org/viewvc/mesos/site/source/index.html.md?rev=1561872&r1=1561871&r2=1561872&view=diff
==============================================================================
--- mesos/site/source/index.html.md (original)
+++ mesos/site/source/index.html.md Mon Jan 27 22:01:43 2014
@@ -63,13 +63,13 @@ title: Apache Mesos
   <div class="col-md-4">
     <h3>News</h3>
 		<ul>
-			<li><em>January 09, 2014</em> - Mesos 0.15.0 is released! See the <a href="http://mesos.apache.org/blog/framework-authentication-in-apache-mesos-0-15-0/">blog post announcement</a> for more details.</li>
-			<li><em>December 16, 2013</em> - Niklas Nielson becomes project's newest committer and PMC member (<a href="http://mesos.apache.org/blog/niklas-nielsen-becomes-mesos-committer/">Announcement</a>)</li>
-			<li><em>November 12, 2013</em> - Mesos 0.14.2 is released! See the <a href="http://mesos.apache.org/blog/mesos-0-14-2-released/">blog post announcement</a> for more details.</li>
-			<li><em>October 23, 2013</em> - <a href="http://mesos.apache.org/blog/slave-recovery-in-apache-mesos/">New blog post</a> by Vinod Kone about the Slave Recovery feature introduced in Mesos 0.14.1</li>
-			<li><em>October 21, 2013</em> - Mesos 0.14.1 is released! Now <a href="http://mesos.apache.org/downloads/">available for download</a>.</li>
-			<li><em>October 16, 2013</em> - Mesos 0.14.0 is released! Now <a href="http://mesos.apache.org/downloads/">available for download</a>.</li>
-			<li><em>September 11, 2013</em> - Mesos 0.13.0 is released! Now <a href="http://mesos.apache.org/downloads/">available for download</a>.</li>
+			<li><em>January 09, 2014</em> - Mesos 0.15.0 is released! See the <a href="/blog/framework-authentication-in-apache-mesos-0-15-0/">blog post announcement</a> for more details.</li>
+			<li><em>December 16, 2013</em> - Niklas Nielson becomes project's newest committer and PMC member (<a href="/blog/niklas-nielsen-becomes-mesos-committer/">Announcement</a>)</li>
+			<li><em>November 12, 2013</em> - Mesos 0.14.2 is released! See the <a href="/blog/mesos-0-14-2-released/">blog post announcement</a> for more details.</li>
+			<li><em>October 23, 2013</em> - <a href="/blog/slave-recovery-in-apache-mesos/">New blog post</a> by Vinod Kone about the Slave Recovery feature introduced in Mesos 0.14.1</li>
+			<li><em>October 21, 2013</em> - Mesos 0.14.1 is released! Now <a href="/downloads/">available for download</a>.</li>
+			<li><em>October 16, 2013</em> - Mesos 0.14.0 is released! Now <a href="/downloads/">available for download</a>.</li>
+			<li><em>September 11, 2013</em> - Mesos 0.13.0 is released! Now <a href="/downloads/">available for download</a>.</li>
 		</ul>
 
 		<br />

Modified: mesos/site/source/layouts/documentation.erb
URL: http://svn.apache.org/viewvc/mesos/site/source/layouts/documentation.erb?rev=1561872&r1=1561871&r2=1561872&view=diff
==============================================================================
--- mesos/site/source/layouts/documentation.erb (original)
+++ mesos/site/source/layouts/documentation.erb Mon Jan 27 22:01:43 2014
@@ -1,7 +1,6 @@
 <% content_for :page_title do %>
 Documentation
 <% end %>
-<!-- <% data.page.breadcrumb = "Documentation" %> -->
 <% wrap_layout :layout do %>
 <div class="row-fluid">
 	<div class="col-md-4">

Modified: mesos/site/source/layouts/layout.erb
URL: http://svn.apache.org/viewvc/mesos/site/source/layouts/layout.erb?rev=1561872&r1=1561871&r2=1561872&view=diff
==============================================================================
--- mesos/site/source/layouts/layout.erb (original)
+++ mesos/site/source/layouts/layout.erb Mon Jan 27 22:01:43 2014
@@ -84,7 +84,11 @@
 				<% if current_page.data.breadcrumb %>
 				<li><a href="/<%= current_page.data.breadcrumb.delete(' ').downcase %>/"><%= current_page.data.breadcrumb %></a></li>
 				<% elsif content_for?(:page_title) %>
-				<li><a href="/documentation/latest/"><%= yield_content :page_title %></a></li>
+				<% if yield_content(:page_title) == "Documentation" %>
+					<li><a href="/documentation/latest/"><%= yield_content :page_title %></a></li>
+				<% else %>
+					<li><a href="/<%= yield_content(:page_title).downcase %>/"><%= yield_content :page_title %></a></li>
+				<% end %>
 				<% end %>
 			</ul><!-- /breadcrumb -->
 

Modified: mesos/site/source/layouts/post.erb
URL: http://svn.apache.org/viewvc/mesos/site/source/layouts/post.erb?rev=1561872&r1=1561871&r2=1561872&view=diff
==============================================================================
--- mesos/site/source/layouts/post.erb (original)
+++ mesos/site/source/layouts/post.erb Mon Jan 27 22:01:43 2014
@@ -1,7 +1,10 @@
+<% content_for :page_title do %>
+Blog
+<% end %>
 <% wrap_layout :layout do %>
-<div class="row-fluid">
+<div class="row">
 
-<div class="span3">
+<div class="col-md-3">
 	<div class="meta">
 		<span class="author">
 			<% if current_page.data.post_author.gravatar %>
@@ -38,7 +41,7 @@
 	</div>
 </div>
 
-<div class="post span9">
+<div class="post col-md-9">
 	<h1><%= current_page.data.title %></h1>
 	
 	<%= yield %>