Author: bmahler
Date: Mon Oct 21 19:35:22 2013
New Revision: 1534338

URL: http://svn.apache.org/r1534338
Log:
Updated the website to reflect the 0.14.1 release.

Modified:
    mesos/website/downloads.html
    mesos/website/gettingstarted.html
    mesos/website/index.html
    mesos/www/downloads/index.html
    mesos/www/gettingstarted/index.html
    mesos/www/index.html
    mesos/www/sitemap.xml

Modified: mesos/website/downloads.html
URL: 
http://svn.apache.org/viewvc/mesos/website/downloads.html?rev=1534338&r1=1534337&r2=1534338&view=diff
==============================================================================
--- mesos/website/downloads.html (original)
+++ mesos/website/downloads.html Mon Oct 21 19:35:22 2013
@@ -8,6 +8,7 @@ title: Apache Mesos | Downloads
                <h4>Previous Releases</h4>
 
                <ul>
+                       <li><a 
href="http://www.apache.org/dyn/mirrors/mirrors.cgi/mesos/0.14.0/";>0.14.0</a>. 
(<a 
href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?version=12324596&styleName=Text&projectId=12311242";>Release
 Notes</a>)</li>
                        <li><a 
href="http://www.apache.org/dyn/mirrors/mirrors.cgi/mesos/0.13.0/";>0.13.0</a>. 
(<a 
href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?version=12324392&styleName=&projectId=12311242";>Release
 Notes</a>)</li>
                        <li><a 
href="http://www.apache.org/dyn/mirrors/mirrors.cgi/mesos/0.12.1/";>0.12.1</a>. 
(<a 
href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311242&version=12324794";>Release
 Notes</a>)</li>
       <li><a 
href="http://www.apache.org/dyn/closer.cgi/incubator/mesos/mesos-0.12.0-incubating/";>0.12.0-incubating</a>
 (<a 
href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311242&version=12324391";>Release
 Notes</a>)</li>
@@ -18,7 +19,7 @@ title: Apache Mesos | Downloads
        </div>
        <div class="span8">
                <h2>Download Mesos</h2>
-               <p>Download the most recent stable release: <a 
href="http://www.apache.org/dyn/mirrors/mirrors.cgi/mesos/0.14.0/";>0.14.0</a>. 
(<a 
href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?version=12324596&styleName=Text&projectId=12311242";>Release
 Notes</a>)</p>
+               <p>Download the most recent stable release: <a 
href="http://www.apache.org/dyn/mirrors/mirrors.cgi/mesos/0.14.1/";>0.14.1</a>. 
(<a 
href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311242&version=12324994";>Release
 Notes</a>)</p>
                
                <h4>Getting the code via source control</h4>
                <p>The codebase can also be downloaded from the Apache git 
repository at: <code>https://git-wip-us.apache.org/repos/asf/mesos.git</code>. 
A read-only git repository is also mirrored on <a 
href="https://github.com/apache/mesos/tree/master";>on Github</a>. (Note: we use 
<a href="http://reviews.apache.org";>Review Board</a> for patches, not pull 
requests on Github)</p>

Modified: mesos/website/gettingstarted.html
URL: 
http://svn.apache.org/viewvc/mesos/website/gettingstarted.html?rev=1534338&r1=1534337&r2=1534338&view=diff
==============================================================================
--- mesos/website/gettingstarted.html (original)
+++ mesos/website/gettingstarted.html Mon Oct 21 19:35:22 2013
@@ -32,10 +32,10 @@ title: Apache Mesos | Getting Started
 
 <h3>Downloading Mesos</h3>
 
-<p>Mesos is available as a tar file, or the source can be downloaded directly 
from git. To get running with Mesos version 0.14.0, our most-recent release by 
either:</p>
+<p>Mesos is available as a tar file, or the source can be downloaded directly 
from git. To get running with Mesos version 0.14.1, our most-recent release by 
either:</p>
 
 <ul>
-       <li><a 
href="http://www.apache.org/dyn/mirrors/mirrors.cgi/mesos/0.14.0/";>Download 
Mesos 0.14.0</a></li>
+       <li><a 
href="http://www.apache.org/dyn/mirrors/mirrors.cgi/mesos/0.14.1/";>Download 
Mesos 0.14.1</a></li>
        <li>Obtain the current Mesos development HEAD by checking it out from 
Apache Git mirror repository, using: <code>git clone 
git://git.apache.org/mesos.git</code>, or 
<code>https://git-wip-us.apache.org/repos/asf/mesos.git</code></li>
 </ul>
 

Modified: mesos/website/index.html
URL: 
http://svn.apache.org/viewvc/mesos/website/index.html?rev=1534338&r1=1534337&r2=1534338&view=diff
==============================================================================
--- mesos/website/index.html (original)
+++ mesos/website/index.html Mon Oct 21 19:35:22 2013
@@ -11,7 +11,7 @@ title: Apache Mesos
            <p class="lead">Apache Mesos is a cluster manager that provides 
efficient resource isolation and sharing across distributed applications, or 
<em>frameworks</em>. It can run Hadoop, MPI, Hypertable, Spark, and other 
applications on a dynamically shared pool of nodes.</p>
          </div>
          <div class="span5 text-center download">
-           <a class="btn btn-large btn-success" href="{{ site.url 
}}/downloads/">Download Mesos 0.14.0</a>
+           <a class="btn btn-large btn-success" href="{{ site.url 
}}/downloads/">Download Mesos 0.14.1</a>
            <p>or learn how to <a href="{{ site.url }}/gettingstarted/">get 
started</a></p>
          </div>
        </div>
@@ -65,6 +65,7 @@ title: Apache Mesos
   <div class="span4">
     <h3>News</h3>
                <ul>
+                       <li>Mesos 0.14.1 is released! Now <a 
href="http://mesos.apache.org/downloads/";>available for download</a>.</li>
                        <li>Mesos 0.14.0 is released! Now <a 
href="http://mesos.apache.org/downloads/";>available for download</a>.</li>
                        <li>Mesos 0.13.0 is released! Now <a 
href="http://mesos.apache.org/downloads/";>available for download</a>.</li>
                        <li>Mesos 0.12.1 is released! Now <a 
href="http://mesos.apache.org/downloads/";>available for download</a>.</li>
@@ -85,4 +86,4 @@ title: Apache Mesos
          </span>
  </div>
 </div>
-<!-- /lowersection -->
\ No newline at end of file
+<!-- /lowersection -->

Modified: mesos/www/downloads/index.html
URL: 
http://svn.apache.org/viewvc/mesos/www/downloads/index.html?rev=1534338&r1=1534337&r2=1534338&view=diff
==============================================================================
--- mesos/www/downloads/index.html (original)
+++ mesos/www/downloads/index.html Mon Oct 21 19:35:22 2013
@@ -92,6 +92,7 @@
                <h4>Previous Releases</h4>
 
                <ul>
+                       <li><a 
href="http://www.apache.org/dyn/mirrors/mirrors.cgi/mesos/0.14.0/";>0.14.0</a>. 
(<a 
href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?version=12324596&styleName=Text&projectId=12311242";>Release
 Notes</a>)</li>
                        <li><a 
href="http://www.apache.org/dyn/mirrors/mirrors.cgi/mesos/0.13.0/";>0.13.0</a>. 
(<a 
href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?version=12324392&styleName=&projectId=12311242";>Release
 Notes</a>)</li>
                        <li><a 
href="http://www.apache.org/dyn/mirrors/mirrors.cgi/mesos/0.12.1/";>0.12.1</a>. 
(<a 
href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311242&version=12324794";>Release
 Notes</a>)</li>
       <li><a 
href="http://www.apache.org/dyn/closer.cgi/incubator/mesos/mesos-0.12.0-incubating/";>0.12.0-incubating</a>
 (<a 
href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311242&version=12324391";>Release
 Notes</a>)</li>
@@ -102,7 +103,7 @@
        </div>
        <div class="span8">
                <h2>Download Mesos</h2>
-               <p>Download the most recent stable release: <a 
href="http://www.apache.org/dyn/mirrors/mirrors.cgi/mesos/0.14.0/";>0.14.0</a>. 
(<a 
href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?version=12324596&styleName=Text&projectId=12311242";>Release
 Notes</a>)</p>
+               <p>Download the most recent stable release: <a 
href="http://www.apache.org/dyn/mirrors/mirrors.cgi/mesos/0.14.1/";>0.14.1</a>. 
(<a 
href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311242&version=12324994";>Release
 Notes</a>)</p>
                
                <h4>Getting the code via source control</h4>
                <p>The codebase can also be downloaded from the Apache git 
repository at: <code>https://git-wip-us.apache.org/repos/asf/mesos.git</code>. 
A read-only git repository is also mirrored on <a 
href="https://github.com/apache/mesos/tree/master";>on Github</a>. (Note: we use 
<a href="http://reviews.apache.org";>Review Board</a> for patches, not pull 
requests on Github)</p>

Modified: mesos/www/gettingstarted/index.html
URL: 
http://svn.apache.org/viewvc/mesos/www/gettingstarted/index.html?rev=1534338&r1=1534337&r2=1534338&view=diff
==============================================================================
--- mesos/www/gettingstarted/index.html (original)
+++ mesos/www/gettingstarted/index.html Mon Oct 21 19:35:22 2013
@@ -116,10 +116,10 @@
 
 <h3>Downloading Mesos</h3>
 
-<p>Mesos is available as a tar file, or the source can be downloaded directly 
from git. To get running with Mesos version 0.14.0, our most-recent release by 
either:</p>
+<p>Mesos is available as a tar file, or the source can be downloaded directly 
from git. To get running with Mesos version 0.14.1, our most-recent release by 
either:</p>
 
 <ul>
-       <li><a 
href="http://www.apache.org/dyn/mirrors/mirrors.cgi/mesos/0.14.0/";>Download 
Mesos 0.14.0</a></li>
+       <li><a 
href="http://www.apache.org/dyn/mirrors/mirrors.cgi/mesos/0.14.1/";>Download 
Mesos 0.14.1</a></li>
        <li>Obtain the current Mesos development HEAD by checking it out from 
Apache Git mirror repository, using: <code>git clone 
git://git.apache.org/mesos.git</code>, or 
<code>https://git-wip-us.apache.org/repos/asf/mesos.git</code></li>
 </ul>
 

Modified: mesos/www/index.html
URL: 
http://svn.apache.org/viewvc/mesos/www/index.html?rev=1534338&r1=1534337&r2=1534338&view=diff
==============================================================================
--- mesos/www/index.html (original)
+++ mesos/www/index.html Mon Oct 21 19:35:22 2013
@@ -95,7 +95,7 @@
            <p class="lead">Apache Mesos is a cluster manager that provides 
efficient resource isolation and sharing across distributed applications, or 
<em>frameworks</em>. It can run Hadoop, MPI, Hypertable, Spark, and other 
applications on a dynamically shared pool of nodes.</p>
          </div>
          <div class="span5 text-center download">
-           <a class="btn btn-large btn-success" 
href="http://mesos.apache.org/downloads/";>Download Mesos 0.14.0</a>
+           <a class="btn btn-large btn-success" 
href="http://mesos.apache.org/downloads/";>Download Mesos 0.14.1</a>
            <p>or learn how to <a 
href="http://mesos.apache.org/gettingstarted/";>get started</a></p>
          </div>
        </div>
@@ -149,6 +149,7 @@
   <div class="span4">
     <h3>News</h3>
                <ul>
+                       <li>Mesos 0.14.1 is released! Now <a 
href="http://mesos.apache.org/downloads/";>available for download</a>.</li>
                        <li>Mesos 0.14.0 is released! Now <a 
href="http://mesos.apache.org/downloads/";>available for download</a>.</li>
                        <li>Mesos 0.13.0 is released! Now <a 
href="http://mesos.apache.org/downloads/";>available for download</a>.</li>
                        <li>Mesos 0.12.1 is released! Now <a 
href="http://mesos.apache.org/downloads/";>available for download</a>.</li>
@@ -170,6 +171,7 @@
  </div>
 </div>
 <!-- /lowersection -->
+
                        
              <hr>
 

Modified: mesos/www/sitemap.xml
URL: 
http://svn.apache.org/viewvc/mesos/www/sitemap.xml?rev=1534338&r1=1534337&r2=1534338&view=diff
==============================================================================
--- mesos/www/sitemap.xml (original)
+++ mesos/www/sitemap.xml Mon Oct 21 19:35:22 2013
@@ -2,22 +2,22 @@
 <urlset xmlns='http://www.sitemaps.org/schemas/sitemap/0.9'>
     <url>
         <loc>http://mesos.apache.org/community/</loc>
-        <lastmod>2013-10-15T23:46:29-07:00</lastmod>
+        <lastmod>2013-10-16T13:58:51-07:00</lastmod>
     </url>
     <url>
         <loc>http://mesos.apache.org/documentation/</loc>
-        <lastmod>2013-10-15T23:42:44-07:00</lastmod>
+        <lastmod>2013-10-16T13:58:51-07:00</lastmod>
     </url>
     <url>
         <loc>http://mesos.apache.org/downloads/</loc>
-        <lastmod>2013-10-15T23:46:16-07:00</lastmod>
+        <lastmod>2013-10-21T12:20:55-07:00</lastmod>
     </url>
     <url>
         <loc>http://mesos.apache.org/gettingstarted/</loc>
-        <lastmod>2013-10-15T23:43:50-07:00</lastmod>
+        <lastmod>2013-10-21T12:22:21-07:00</lastmod>
     </url>
     <url>
         <loc>http://mesos.apache.org/</loc>
-        <lastmod>2013-10-15T23:43:22-07:00</lastmod>
+        <lastmod>2013-10-21T12:23:30-07:00</lastmod>
     </url>
 </urlset>
\ No newline at end of file


Reply via email to