You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by bm...@apache.org on 2016/02/08 17:43:55 UTC

svn commit: r1729207 [6/6] - in /mesos/site/publish: ./ community/user-groups/ documentation/ documentation/allocation-module/ documentation/app-framework-development-guide/ documentation/architecture/ documentation/attributes-resources/ documentation/...

Modified: mesos/site/publish/documentation/reservation/index.html
URL: http://svn.apache.org/viewvc/mesos/site/publish/documentation/reservation/index.html?rev=1729207&r1=1729206&r2=1729207&view=diff
==============================================================================
--- mesos/site/publish/documentation/reservation/index.html (original)
+++ mesos/site/publish/documentation/reservation/index.html Mon Feb  8 16:43:52 2016
@@ -89,7 +89,7 @@ which enabled operators to specify the r
 This was extended with <strong>dynamic reservation</strong> in 0.23.0 which enabled operators
 and authorized <strong>frameworks</strong> to dynamically reserve resources in the cluster.</p>
 
-<p>In both types of reservations, resources are reserved for a <a href="/documentation/latest/roles/"><strong>role</strong></a>.</p>
+<p>In both types of reservations, resources are reserved for a <a href="/documentation/latest/./roles/"><strong>role</strong></a>.</p>
 
 <h2>Static Reservation (since 0.14.0)</h2>
 
@@ -127,7 +127,7 @@ to reserve and unreserve resources post
 authenticate/authorize the operations. Permissions are specified via the
 existing ACL mechanism. To use authorization with reserve/unreserve operations,
 the Mesos master must be configured with the desired ACLs. For more information,
-see the <a href="/documentation/latest/authorization/">authorization documentation</a>.</p>
+see the <a href="/documentation/latest/./authorization/">authorization documentation</a>.</p>
 
 <ul>
 <li><code>Offer::Operation::Reserve</code> and <code>Offer::Operation::Unreserve</code> messages are

Modified: mesos/site/publish/documentation/roles/index.html
URL: http://svn.apache.org/viewvc/mesos/site/publish/documentation/roles/index.html?rev=1729207&r1=1729206&r2=1729207&view=diff
==============================================================================
--- mesos/site/publish/documentation/roles/index.html (original)
+++ mesos/site/publish/documentation/roles/index.html Mon Feb  8 16:43:52 2016
@@ -84,7 +84,7 @@
 		<h1>Roles</h1>
 
 <p>In Mesos, <strong>roles</strong> can be used to specify that certain
-<a href="/documentation/latest/attributes-resources/">resources</a> are reserved for the use of one or more
+<a href="/documentation/latest/./attributes-resources/">resources</a> are reserved for the use of one or more
 frameworks. Roles can be used to enable a variety of restrictions on how
 resources are offered to frameworks. Some use-cases for roles include:</p>
 
@@ -94,7 +94,7 @@ particular framework.</li>
 <li>dividing a cluster between two organizations: resources assigned for use by
 organization <em>A</em> will only be offered to frameworks that have registered
 using organization <em>A</em>&rsquo;s role.</li>
-<li>ensuring that <a href="/documentation/latest/persistent-volume/">persistent volumes</a> created by one
+<li>ensuring that <a href="/documentation/latest/./persistent-volume/">persistent volumes</a> created by one
 framework are not offered to frameworks registered with a different role.</li>
 <li>expressing that one group of frameworks should be considered &ldquo;higher priority&rdquo;
 (and offered more resources) than another group of frameworks.</li>
@@ -105,7 +105,7 @@ framework are not offered to frameworks
 
 <p>There are two ways to control which roles a framework is allowed to register
 as. First, ACLs can be used to specify which framework principals can register
-as which roles. For more information, see the <a href="/documentation/latest/authorization/">authorization</a>
+as which roles. For more information, see the <a href="/documentation/latest/./authorization/">authorization</a>
 documentation.</p>
 
 <p>Second, a <em>role whitelist</em> can be configured by passing the <code>--roles</code> flag to
@@ -164,7 +164,7 @@ role-specific resources are used appropr
 reserved <em>statically</em> (when the agent that hosts the resource is started) or
 <em>dynamically</em>: frameworks and operators can specify that a certain resource
 should subsequently be reserved for use by a given role. For more information,
-see the <a href="/documentation/latest/reservation/">reservation</a> documentation.</p>
+see the <a href="/documentation/latest/./reservation/">reservation</a> documentation.</p>
 
 <h2>The default role</h2>
 

Modified: mesos/site/publish/documentation/sandbox/index.html
URL: http://svn.apache.org/viewvc/mesos/site/publish/documentation/sandbox/index.html?rev=1729207&r1=1729206&r2=1729207&view=diff
==============================================================================
--- mesos/site/publish/documentation/sandbox/index.html (original)
+++ mesos/site/publish/documentation/sandbox/index.html Mon Feb  8 16:43:52 2016
@@ -92,7 +92,7 @@ own sandbox and the executor&rsquo;s wor
 <p>The sandbox holds:</p>
 
 <ul>
-<li>Files <a href="/documentation/latest/fetcher/">fetched by Mesos</a>, prior to starting
+<li>Files <a href="/documentation/latest/./fetcher/">fetched by Mesos</a>, prior to starting
 the executor&rsquo;s tasks.</li>
 <li>The output of the executor and tasks (as files &ldquo;stdout&rdquo; and &ldquo;stderr&rdquo;).</li>
 <li>Files created by the executor and tasks, with some exceptions.</li>
@@ -100,7 +100,7 @@ the executor&rsquo;s tasks.</li>
 
 
 <blockquote><p><strong>NOTE:</strong> With the introduction of
-<a href="/documentation/latest/persistent-volume/">persistent volumes</a>, executors
+<a href="/documentation/latest/./persistent-volume/">persistent volumes</a>, executors
 and tasks should never create files outside of the sandbox.  However,
 some containerizers do not enforce this sandboxing.</p></blockquote>
 
@@ -232,7 +232,7 @@ will be killed if the sandbox size excee
 <li>Docker containerizer - As of Docker <code>1.9.1</code>, the Docker containerizer
 does not enforce nor support a disk quota.  See the
 <a href="https://github.com/docker/docker/issues/3804">Docker issue</a>.</li>
-<li><a href="/documentation/latest/external-containerizer/">External containerizer</a>.</li>
+<li><a href="/documentation/latest/./external-containerizer/">External containerizer</a>.</li>
 </ul>
 
 
@@ -257,7 +257,7 @@ After the delay, the files are deleted.<
 <p>Additionally, according to the <code>--disk_watch_interval</code> agent flag, files
 scheduled for garbage collection are pruned based on the available disk and
 the <code>--gc_disk_headroom</code> agent flag.
-See <a href="/documentation/latest/configuration/#gc_disk_headroom">the formula here</a>.</p>
+See <a href="/documentation/latest/./configuration/#gc_disk_headroom">the formula here</a>.</p>
 
 	</div>
 </div>

Modified: mesos/site/publish/documentation/scheduler-http-api/index.html
URL: http://svn.apache.org/viewvc/mesos/site/publish/documentation/scheduler-http-api/index.html?rev=1729207&r1=1729206&r2=1729207&view=diff
==============================================================================
--- mesos/site/publish/documentation/scheduler-http-api/index.html (original)
+++ mesos/site/publish/documentation/scheduler-http-api/index.html Mon Feb  8 16:43:52 2016
@@ -94,7 +94,7 @@
 
 <p>Note that we refer to this endpoint with its suffix &ldquo;/scheduler&rdquo; in the rest of this document. This endpoint accepts HTTP POST requests with data encoded as JSON (Content-Type: application/json) or binary Protobuf (Content-Type: application/x-protobuf). The first request that a scheduler sends to &ldquo;/scheduler&rdquo; endpoint is called SUBSCRIBE and results in a streaming response (&ldquo;200 OK&rdquo; status code with Transfer-Encoding: chunked). <strong>Schedulers are expected to keep the subscription connection open as long as possible (barring errors in network, software, hardware etc.) and incrementally process the response</strong> (NOTE: HTTP client libraries that can only parse the response after the connection is closed cannot be used). For the encoding used, please refer to <strong>Events</strong> section below.</p>
 
-<p>All the subsequent (non subscribe) requests to &ldquo;/scheduler&rdquo; endpoint (see details below in <strong>Calls</strong> section) must be sent using a different connection(s) than the one being used for subscription. Master responds to these HTTP POST requests with &ldquo;202 Accepted&rdquo; status codes (or, for unsuccessful requests, with 4xx or 5xx status codes; details in later sections). The &ldquo;202 Accepted&rdquo; response means that a request has been accepted for processing, not that the processing of the request has been completed. The request might or might not be acted upon by Mesos (e.g., master fails during the processing of the request). Any asynchronous responses from these requests will be streamed on long-lived subscription connection.</p>
+<p>All the subsequent (non subscribe) requests to &ldquo;/scheduler&rdquo; endpoint (see details below in <strong>Calls</strong> section) must be sent using a different connection(s) than the one being used for subscription. Master responds to these HTTP POST requests with &ldquo;202 Accepted&rdquo; status codes (or, for unsuccessful requests, with 4xx or 5xx status codes; details in later sections). The &ldquo;202 Accepted&rdquo; response means that a request has been accepted for processing, not that the processing of the request has been completed. The request might or might not be acted upon by Mesos (e.g., master fails during the processing of the request). Any asynchronous responses from these requests will be streamed on the long-lived subscription connection.</p>
 
 <h2>Calls</h2>
 
@@ -104,7 +104,7 @@
 
 <h3>RecordIO response format</h3>
 
-<p>The response returned from the <code>SUBSCRIBE</code> call (see <a href="#subscribe">below</a> is encoded in RecordIO format, which essentially prepends to a single record (either JSON or serialized Protobuf) its length in bytes, followed by a newline and then the data:</p>
+<p>The response returned from the <code>SUBSCRIBE</code> call (see <a href="#subscribe">below</a>) is encoded in RecordIO format, which essentially prepends to a single record (either JSON or serialized Protobuf) its length in bytes, followed by a newline and then the data:</p>
 
 <p>The <a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec2.html#sec2.1">BNF grammar</a> for a RecordIO-encoded streaming response is:</p>
 
@@ -580,7 +580,7 @@ HTTP/1.1 202 Accepted
 
 <h2>Master detection</h2>
 
-<p>Mesos has a high-availability mode that uses multiple Mesos masters; one active master (called the leader or leading master) and several standbys in case it fails. The masters elect the leader, with ZooKeeper coordinating the election. For more details please refer to the <a href="/documentation/latest/high-availability/">documentation</a>.</p>
+<p>Mesos has a high-availability mode that uses multiple Mesos masters; one active master (called the leader or leading master) and several standbys in case it fails. The masters elect the leader, with ZooKeeper coordinating the election. For more details please refer to the <a href="/documentation/latest/./high-availability/">documentation</a>.</p>
 
 <p>Schedulers are expected to make HTTP requests to the leading master. If requests are made to a non-leading master a &ldquo;HTTP 307 Temporary Redirect&rdquo; will be received with the &ldquo;Location&rdquo; header pointing to the leading master.</p>
 

Modified: mesos/site/publish/documentation/slave-recovery/index.html
URL: http://svn.apache.org/viewvc/mesos/site/publish/documentation/slave-recovery/index.html?rev=1729207&r1=1729206&r2=1729207&view=diff
==============================================================================
--- mesos/site/publish/documentation/slave-recovery/index.html (original)
+++ mesos/site/publish/documentation/slave-recovery/index.html Mon Feb  8 16:43:52 2016
@@ -176,7 +176,7 @@ KillMode=process
 
 <h2>Upgrading to 0.14.0</h2>
 
-<p>If you want to upgrade a running Mesos cluster to 0.14.0 to take advantage of slave recovery please follow the <a href="/documentation/latest/upgrades/">upgrade instructions</a>.</p>
+<p>If you want to upgrade a running Mesos cluster to 0.14.0 to take advantage of slave recovery please follow the <a href="/documentation/latest/./upgrades/">upgrade instructions</a>.</p>
 
 	</div>
 </div>

Modified: mesos/site/publish/documentation/submitting-a-patch/index.html
URL: http://svn.apache.org/viewvc/mesos/site/publish/documentation/submitting-a-patch/index.html?rev=1729207&r1=1729206&r2=1729207&view=diff
==============================================================================
--- mesos/site/publish/documentation/submitting-a-patch/index.html (original)
+++ mesos/site/publish/documentation/submitting-a-patch/index.html Mon Feb  8 16:43:52 2016
@@ -115,7 +115,7 @@
 
 <ol>
 <li>To find a shepherd, email the dev mailing list (include a link to your JIRA issue). You can also try asking by adding a comment to your JIRA issue.</li>
-<li>You can also find a shepherd by asking the developers on IRC (in the <a href="irc://irc.freenode.net/mesos">mesos channel</a> on <a href="https://freenode.net">Freenode</a>). You can find the current list of committers <a href="/documentation/latest/committers/">here</a>: a developer that has previously worked on the component you are modifying might be a good candidate shepherd.</li>
+<li>You can also find a shepherd by asking the developers on IRC (in the <a href="irc://irc.freenode.net/mesos">mesos channel</a> on <a href="https://freenode.net">Freenode</a>). You can find the current list of committers <a href="/documentation/latest/./committers/">here</a>: a developer that has previously worked on the component you are modifying might be a good candidate shepherd.</li>
 </ol>
 </li>
 </ol>
@@ -127,13 +127,13 @@
 <li><p>Create one or more test cases to exercise the bug or the feature (the Mesos team uses <a href="http://en.wikipedia.org/wiki/Test-driven_development">test-driven development</a>). Before you start coding, make sure these test cases all fail.</p>
 
 <ol>
-<li>The <a href="/documentation/latest/testing-patterns/">testing patterns</a> page has some suggestions for writing test cases.</li>
+<li>The <a href="/documentation/latest/./testing-patterns/">testing patterns</a> page has some suggestions for writing test cases.</li>
 </ol>
 </li>
 <li><p>Make your changes to the code (using whatever IDE/editor you choose) to actually fix the bug or implement the feature.</p>
 
 <ol>
-<li>Before beginning, please read the <a href="/documentation/latest/c++-style-guide/">Mesos C++ Style Guide</a>. It is recommended to use the git pre-commit hook (<code>support/hooks/pre-commit</code>) to automatically check for style errors. See the hook script for instructions to enable it.</li>
+<li>Before beginning, please read the <a href="/documentation/latest/./c++-style-guide/">Mesos C++ Style Guide</a>. It is recommended to use the git pre-commit hook (<code>support/hooks/pre-commit</code>) to automatically check for style errors. See the hook script for instructions to enable it.</li>
 <li>Most of your changes will probably be to files inside of <code>BASE_MESOS_DIR</code></li>
 <li>From inside of the root Mesos directory: <code>./bootstrap</code> (Only required if building from git repository).</li>
 <li>To build, we recommend that you don&rsquo;t build inside of the src directory. We recommend you do the following:
@@ -154,7 +154,7 @@
 <li>To execute a single unit test (helpful when trying to debug a test case failure), use something like: <code>make check GTEST_FILTER="HTTPTest.Delete"</code>.</li>
 </ol>
 </li>
-<li><p>Divide your change into one or more Git commits. Each commit should represent a single logical (atomic) change to the Mesos source code: this makes your changes easier to review. For more information, see the <a href="/documentation/latest/effective-code-reviewing/">reviewer guidelines</a>.</p>
+<li><p>Divide your change into one or more Git commits. Each commit should represent a single logical (atomic) change to the Mesos source code: this makes your changes easier to review. For more information, see the <a href="/documentation/latest/./effective-code-reviewing/">reviewer guidelines</a>.</p>
 
 <ol>
 <li>Try to avoid including other, unrelated cleanups (e.g., typo fixes or style nits) in the same commit that makes functional changes. While typo fixes are great, including them in the same commit as functional changes makes the commit history harder to read.</li>
@@ -211,7 +211,7 @@
 <h2>Style Guides</h2>
 
 <ul>
-<li>For patches to the core, we ask that you follow the <a href="/documentation/latest/c++-style-guide/">Mesos C++ Style Guide</a>.</li>
+<li>For patches to the core, we ask that you follow the <a href="/documentation/latest/./c++-style-guide/">Mesos C++ Style Guide</a>.</li>
 </ul>
 
 

Modified: mesos/site/publish/documentation/tools/index.html
URL: http://svn.apache.org/viewvc/mesos/site/publish/documentation/tools/index.html?rev=1729207&r1=1729206&r2=1729207&view=diff
==============================================================================
--- mesos/site/publish/documentation/tools/index.html (original)
+++ mesos/site/publish/documentation/tools/index.html Mon Feb  8 16:43:52 2016
@@ -89,7 +89,7 @@
 
 <ul>
 <li><a href="https://github.com/rayrod2030/collectd-mesos">collectd plugin</a> to collect Mesos cluster metrics.</li>
-<li><a href="/documentation/latest/deploy-scripts/">Deploy scripts</a> for launching a Mesos cluster on a set of machines.</li>
+<li><a href="/documentation/latest/./deploy-scripts/">Deploy scripts</a> for launching a Mesos cluster on a set of machines.</li>
 <li><a href="https://github.com/everpeace/cookbook-mesos">Chef cookbook by Everpeace</a> Install Mesos and configure master and slave. This cookbook supports installation from source or the Mesosphere packages.</li>
 <li><a href="https://github.com/mdsol/mesos_cookbook">Chef cookbook by Mdsol</a> Application cookbook for installing the Apache Mesos cluster manager. This cookbook installs Mesos via packages provided by Mesosphere.</li>
 <li><a href="https://github.com/deric/puppet-mesos">Puppet Module by Deric</a> This is a Puppet module for managing Mesos nodes in a cluster.</li>
@@ -103,7 +103,7 @@
 <p>If you want to hack on Mesos or write a new framework, these tools will help.</p>
 
 <ul>
-<li><a href="/documentation/latest/clang-format/">clang-format</a> to automatically apply some of the style rules dictated by the <a href="/documentation/latest/c++-style-guide/">Mesos C++ Style Guide</a>.</li>
+<li><a href="/documentation/latest/./clang-format/">clang-format</a> to automatically apply some of the style rules dictated by the <a href="/documentation/latest/./c++-style-guide/">Mesos C++ Style Guide</a>.</li>
 <li><a href="https://github.com/mesosphere/mesos-go">Go Bindings and Examples</a> Write a Mesos framework in Go! Comes with an example scheduler and executor.</li>
 <li><a href="https://github.com/mesosphere/scala-sbt-mesos-framework.g8">Mesos Framework giter8 Template</a> This is a giter8 template. The result of applying this template is a bare-bones Apache Mesos framework in Scala using SBT for builds and Vagrant for testing on a singleton cluster.</li>
 <li><a href="https://gist.github.com/guenter/7471695">Scala Hello World</a> A simple Mesos &ldquo;Hello World&rdquo;: downloads and starts a web server on every node in the cluster.</li>

Modified: mesos/site/publish/documentation/upgrades/index.html
URL: http://svn.apache.org/viewvc/mesos/site/publish/documentation/upgrades/index.html?rev=1729207&r1=1729206&r2=1729207&view=diff
==============================================================================
--- mesos/site/publish/documentation/upgrades/index.html (original)
+++ mesos/site/publish/documentation/upgrades/index.html Mon Feb  8 16:43:52 2016
@@ -88,7 +88,7 @@
 <h2>Upgrading from 0.26.x to 0.27.x</h2>
 
 <ul>
-<li><p>Mesos 0.27 introduces the concept of <em>implicit roles</em>. In previous releases, configuring roles required specifying a static whitelist of valid role names on master startup (via the <code>--roles</code> flag). In Mesos 0.27, if <code>--roles</code> is omitted, <em>any</em> role name can be used; controlling which principals are allowed to register as which roles should be done using <a href="/documentation/latest/authorization/">ACLs</a>. The role whitelist functionality is still supported but is deprecated.</p></li>
+<li><p>Mesos 0.27 introduces the concept of <em>implicit roles</em>. In previous releases, configuring roles required specifying a static whitelist of valid role names on master startup (via the <code>--roles</code> flag). In Mesos 0.27, if <code>--roles</code> is omitted, <em>any</em> role name can be used; controlling which principals are allowed to register as which roles should be done using <a href="/documentation/latest/./authorization/">ACLs</a>. The role whitelist functionality is still supported but is deprecated.</p></li>
 <li><p>The Allocator API has changed due to the introduction of implicit roles. Custom allocator implementations will need to be updated. See <a href="https://issues.apache.org/jira/browse/MESOS-4000">MESOS-4000</a> for more information.</p></li>
 <li><p>The <code>executorLost</code> callback in the Scheduler interface will now be called whenever the slave detects termination of a custom executor. This callback was never called in previous versions, so please make sure any framework schedulers can now safely handle this callback. Note that this callback may not be reliably delivered.</p></li>
 <li><p>The isolator <code>prepare</code> interface has been changed slightly. Instead of keeping adding parameters to the <code>prepare</code> interface, we decide to use a protobuf (<code>ContainerConfig</code>). Also, we renamed <code>ContainerPrepareInfo</code> to <code>ContainerLaunchInfo</code> to better capture the purpose of this struct. See <a href="https://issues.apache.org/jira/browse/MESOS-4240">MESOS-4240</a> and <a href="https://issues.apache.org/jira/browse/MESOS-4282">MESOS-4282</a> for more information. If you are an isolator module writer, you will have to adjust your isolator module according to the new interface and re-compile with 0.27.</p></li>

Modified: mesos/site/publish/documentation/versioning/index.html
URL: http://svn.apache.org/viewvc/mesos/site/publish/documentation/versioning/index.html?rev=1729207&r1=1729206&r2=1729207&view=diff
==============================================================================
--- mesos/site/publish/documentation/versioning/index.html (original)
+++ mesos/site/publish/documentation/versioning/index.html Mon Feb  8 16:43:52 2016
@@ -171,7 +171,7 @@
 </ul>
 
 
-<p>The detailed information about upgrading to a particular Mesos version would be posted <a href="/documentation/latest/upgrades/">here</a>.</p>
+<p>The detailed information about upgrading to a particular Mesos version would be posted <a href="/documentation/latest/./upgrades/">here</a>.</p>
 
 <h3>Implementation Details</h3>
 

Modified: mesos/site/publish/sitemap.xml
URL: http://svn.apache.org/viewvc/mesos/site/publish/sitemap.xml?rev=1729207&r1=1729206&r2=1729207&view=diff
==============================================================================
--- mesos/site/publish/sitemap.xml (original)
+++ mesos/site/publish/sitemap.xml Mon Feb  8 16:43:52 2016
@@ -1,647 +1,835 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
   <url>
-    <loc>http://mesos.apache.org/blog/mesoscon-2015-earlybird-registration-now-open/</loc>
-    <lastmod>2016-02-03T00:00:00-05:00</lastmod>
+    <loc>http://mesos.apache.org/blog/slave-recovery-in-apache-mesos/</loc>
+    <lastmod>2016-02-08T00:00:00+01:00</lastmod>
   </url>
   <url>
-    <loc>http://mesos.apache.org/blog/mesos-0-24-0-released/</loc>
-    <lastmod>2016-02-03T00:00:00-05:00</lastmod>
+    <loc>http://mesos.apache.org/blog/mesos-0-14-2-released/</loc>
+    <lastmod>2016-02-08T00:00:00+01:00</lastmod>
   </url>
   <url>
-    <loc>http://mesos.apache.org/blog/mesos-0-21-0-released/</loc>
-    <lastmod>2016-02-03T00:00:00-05:00</lastmod>
+    <loc>http://mesos.apache.org/blog/niklas-nielsen-becomes-mesos-committer/</loc>
+    <lastmod>2016-02-08T00:00:00+01:00</lastmod>
+  </url>
+  <url>
+    <loc>http://mesos.apache.org/blog/framework-authentication-in-apache-mesos-0-15-0/</loc>
+    <lastmod>2016-02-08T00:00:00+01:00</lastmod>
+  </url>
+  <url>
+    <loc>http://mesos.apache.org/blog/mesos-0-16-0-released/</loc>
+    <lastmod>2016-02-08T00:00:00+01:00</lastmod>
+  </url>
+  <url>
+    <loc>http://mesos.apache.org/blog/mesos-0-17-0-released-featuring-autorecovery/</loc>
+    <lastmod>2016-02-08T00:00:00+01:00</lastmod>
+  </url>
+  <url>
+    <loc>http://mesos.apache.org/blog/mesos-community-update-1/</loc>
+    <lastmod>2016-02-08T00:00:00+01:00</lastmod>
+  </url>
+  <url>
+    <loc>http://mesos.apache.org/blog/mesos-0-18-0-released/</loc>
+    <lastmod>2016-02-08T00:00:00+01:00</lastmod>
+  </url>
+  <url>
+    <loc>http://mesos.apache.org/blog/mesos-0-18-1-and-0-18-2-released/</loc>
+    <lastmod>2016-02-08T00:00:00+01:00</lastmod>
+  </url>
+  <url>
+    <loc>http://mesos.apache.org/blog/mesoscon-2014-program-announced/</loc>
+    <lastmod>2016-02-08T00:00:00+01:00</lastmod>
+  </url>
+  <url>
+    <loc>http://mesos.apache.org/blog/mesos-0-19-0-released/</loc>
+    <lastmod>2016-02-08T00:00:00+01:00</lastmod>
+  </url>
+  <url>
+    <loc>http://mesos.apache.org/blog/mesos-community-survey-2014-results/</loc>
+    <lastmod>2016-02-08T00:00:00+01:00</lastmod>
   </url>
   <url>
     <loc>http://mesos.apache.org/blog/mesos-0-19-1-released/</loc>
-    <lastmod>2016-02-03T00:00:00-05:00</lastmod>
+    <lastmod>2016-02-08T00:00:00+01:00</lastmod>
   </url>
   <url>
-    <loc>http://mesos.apache.org/blog/mesos-0-26-0-released/</loc>
-    <lastmod>2016-02-03T00:00:00-05:00</lastmod>
+    <loc>http://mesos.apache.org/blog/mesoscon-2014-hackathon-details-announced/</loc>
+    <lastmod>2016-02-08T00:00:00+01:00</lastmod>
   </url>
   <url>
-    <loc>http://mesos.apache.org/blog/niklas-nielsen-becomes-mesos-committer/</loc>
-    <lastmod>2016-02-03T00:00:00-05:00</lastmod>
+    <loc>http://mesos.apache.org/blog/mesos-0-20-0-released/</loc>
+    <lastmod>2016-02-08T00:00:00+01:00</lastmod>
   </url>
   <url>
-    <loc>http://mesos.apache.org/blog/register-for-mesoscon-seattle-save/</loc>
-    <lastmod>2016-02-03T00:00:00-05:00</lastmod>
+    <loc>http://mesos.apache.org/blog/mesos-0-20-1-released/</loc>
+    <lastmod>2016-02-08T00:00:00+01:00</lastmod>
   </url>
   <url>
-    <loc>http://mesos.apache.org/blog/slave-recovery-in-apache-mesos/</loc>
-    <lastmod>2016-02-03T00:00:00-05:00</lastmod>
+    <loc>http://mesos.apache.org/blog/mesos-0-21-0-released/</loc>
+    <lastmod>2016-02-08T00:00:00+01:00</lastmod>
+  </url>
+  <url>
+    <loc>http://mesos.apache.org/blog/mesoscon-2015-earlybird-registration-now-open/</loc>
+    <lastmod>2016-02-08T00:00:00+01:00</lastmod>
+  </url>
+  <url>
+    <loc>http://mesos.apache.org/blog/mesos-0-21-1-released/</loc>
+    <lastmod>2016-02-08T00:00:00+01:00</lastmod>
+  </url>
+  <url>
+    <loc>http://mesos.apache.org/blog/mesos-0-22-0-released/</loc>
+    <lastmod>2016-02-08T00:00:00+01:00</lastmod>
+  </url>
+  <url>
+    <loc>http://mesos.apache.org/blog/mesos-0-22-1-released/</loc>
+    <lastmod>2016-02-08T00:00:00+01:00</lastmod>
+  </url>
+  <url>
+    <loc>http://mesos.apache.org/blog/mesoscon-seattle-keynote-speakers-announced/</loc>
+    <lastmod>2016-02-08T00:00:00+01:00</lastmod>
   </url>
   <url>
     <loc>http://mesos.apache.org/blog/mesoscon-seattle-preconference-and-social-activities/</loc>
-    <lastmod>2016-02-03T00:00:00-05:00</lastmod>
+    <lastmod>2016-02-08T00:00:00+01:00</lastmod>
+  </url>
+  <url>
+    <loc>http://mesos.apache.org/blog/register-for-mesoscon-seattle-save/</loc>
+    <lastmod>2016-02-08T00:00:00+01:00</lastmod>
+  </url>
+  <url>
+    <loc>http://mesos.apache.org/blog/mesos-0-23-0-released/</loc>
+    <lastmod>2016-02-08T00:00:00+01:00</lastmod>
   </url>
   <url>
     <loc>http://mesos.apache.org/blog/mesoscon-goes-europe/</loc>
-    <lastmod>2016-02-03T00:00:00-05:00</lastmod>
+    <lastmod>2016-02-08T00:00:00+01:00</lastmod>
+  </url>
+  <url>
+    <loc>http://mesos.apache.org/blog/mesoscon-europe-2015-schedule-announced/</loc>
+    <lastmod>2016-02-08T00:00:00+01:00</lastmod>
+  </url>
+  <url>
+    <loc>http://mesos.apache.org/blog/mesos-0-24-0-released/</loc>
+    <lastmod>2016-02-08T00:00:00+01:00</lastmod>
+  </url>
+  <url>
+    <loc>http://mesos.apache.org/blog/mesos-0-24-1-and-more-released/</loc>
+    <lastmod>2016-02-08T00:00:00+01:00</lastmod>
+  </url>
+  <url>
+    <loc>http://mesos.apache.org/blog/announcing-mesoscon-eu-2015-hackathon/</loc>
+    <lastmod>2016-02-08T00:00:00+01:00</lastmod>
+  </url>
+  <url>
+    <loc>http://mesos.apache.org/blog/mesos-0-25-0-released/</loc>
+    <lastmod>2016-02-08T00:00:00+01:00</lastmod>
+  </url>
+  <url>
+    <loc>http://mesos.apache.org/blog/mesos-0-26-0-released/</loc>
+    <lastmod>2016-02-08T00:00:00+01:00</lastmod>
   </url>
   <url>
     <loc>http://mesos.apache.org/blog/mesos-0-27-0-released/</loc>
-    <lastmod>2016-02-03T00:00:00-05:00</lastmod>
+    <lastmod>2016-02-08T00:00:00+01:00</lastmod>
   </url>
   <url>
-    <loc>http://mesos.apache.org/blog/mesos-0-18-1-and-0-18-2-released/</loc>
-    <lastmod>2016-02-03T00:00:00-05:00</lastmod>
+    <loc>http://mesos.apache.org/blog/</loc>
+    <lastmod>2016-02-08T00:00:00+01:00</lastmod>
   </url>
   <url>
-    <loc>http://mesos.apache.org/blog/mesos-0-17-0-released-featuring-autorecovery/</loc>
-    <lastmod>2016-02-03T00:00:00-05:00</lastmod>
+    <loc>http://mesos.apache.org/community/user-groups/</loc>
+    <lastmod>2016-02-08T00:00:00+01:00</lastmod>
   </url>
   <url>
-    <loc>http://mesos.apache.org/blog/mesos-0-20-1-released/</loc>
-    <lastmod>2016-02-03T00:00:00-05:00</lastmod>
+    <loc>http://mesos.apache.org/community/</loc>
+    <lastmod>2016-02-08T00:00:00+01:00</lastmod>
   </url>
   <url>
-    <loc>http://mesos.apache.org/blog/mesos-0-24-1-and-more-released/</loc>
-    <lastmod>2016-02-03T00:00:00-05:00</lastmod>
+    <loc>http://mesos.apache.org/documentation/latest/allocation-module/</loc>
+    <lastmod>2016-02-08T00:00:00+01:00</lastmod>
   </url>
   <url>
-    <loc>http://mesos.apache.org/blog/mesos-0-16-0-released/</loc>
-    <lastmod>2016-02-03T00:00:00-05:00</lastmod>
+    <loc>http://mesos.apache.org/documentation/latest/app-framework-development-guide/</loc>
+    <lastmod>2016-02-08T00:00:00+01:00</lastmod>
   </url>
   <url>
-    <loc>http://mesos.apache.org/blog/mesos-community-survey-2014-results/</loc>
-    <lastmod>2016-02-03T00:00:00-05:00</lastmod>
+    <loc>http://mesos.apache.org/documentation/latest/architecture/</loc>
+    <lastmod>2016-02-08T00:00:00+01:00</lastmod>
   </url>
   <url>
-    <loc>http://mesos.apache.org/blog/mesoscon-europe-2015-schedule-announced/</loc>
-    <lastmod>2016-02-03T00:00:00-05:00</lastmod>
+    <loc>http://mesos.apache.org/documentation/latest/attributes-resources/</loc>
+    <lastmod>2016-02-08T00:00:00+01:00</lastmod>
   </url>
   <url>
-    <loc>http://mesos.apache.org/blog/mesos-0-22-0-released/</loc>
-    <lastmod>2016-02-03T00:00:00-05:00</lastmod>
+    <loc>http://mesos.apache.org/documentation/latest/authentication/</loc>
+    <lastmod>2016-02-08T00:00:00+01:00</lastmod>
   </url>
   <url>
-    <loc>http://mesos.apache.org/blog/mesos-0-23-0-released/</loc>
-    <lastmod>2016-02-03T00:00:00-05:00</lastmod>
+    <loc>http://mesos.apache.org/documentation/latest/authorization/</loc>
+    <lastmod>2016-02-08T00:00:00+01:00</lastmod>
   </url>
   <url>
-    <loc>http://mesos.apache.org/blog/announcing-mesoscon-eu-2015-hackathon/</loc>
-    <lastmod>2016-02-03T00:00:00-05:00</lastmod>
+    <loc>http://mesos.apache.org/documentation/latest/c++-style-guide/</loc>
+    <lastmod>2016-02-08T00:00:00+01:00</lastmod>
   </url>
   <url>
-    <loc>http://mesos.apache.org/blog/framework-authentication-in-apache-mesos-0-15-0/</loc>
-    <lastmod>2016-02-03T00:00:00-05:00</lastmod>
+    <loc>http://mesos.apache.org/documentation/latest/clang-format/</loc>
+    <lastmod>2016-02-08T00:00:00+01:00</lastmod>
   </url>
   <url>
-    <loc>http://mesos.apache.org/blog/mesos-community-update-1/</loc>
-    <lastmod>2016-02-03T00:00:00-05:00</lastmod>
+    <loc>http://mesos.apache.org/documentation/latest/committer-candidate-checklist/</loc>
+    <lastmod>2016-02-08T00:00:00+01:00</lastmod>
   </url>
   <url>
-    <loc>http://mesos.apache.org/blog/mesoscon-seattle-keynote-speakers-announced/</loc>
-    <lastmod>2016-02-03T00:00:00-05:00</lastmod>
+    <loc>http://mesos.apache.org/documentation/latest/committers/</loc>
+    <lastmod>2016-02-08T00:00:00+01:00</lastmod>
   </url>
   <url>
-    <loc>http://mesos.apache.org/blog/mesos-0-18-0-released/</loc>
-    <lastmod>2016-02-03T00:00:00-05:00</lastmod>
+    <loc>http://mesos.apache.org/documentation/latest/committing/</loc>
+    <lastmod>2016-02-08T00:00:00+01:00</lastmod>
   </url>
   <url>
-    <loc>http://mesos.apache.org/blog/mesos-0-22-1-released/</loc>
-    <lastmod>2016-02-03T00:00:00-05:00</lastmod>
+    <loc>http://mesos.apache.org/documentation/latest/configuration/</loc>
+    <lastmod>2016-02-08T00:00:00+01:00</lastmod>
   </url>
   <url>
-    <loc>http://mesos.apache.org/blog/mesoscon-2014-hackathon-details-announced/</loc>
-    <lastmod>2016-02-03T00:00:00-05:00</lastmod>
+    <loc>http://mesos.apache.org/documentation/latest/containerizer-internals/</loc>
+    <lastmod>2016-02-08T00:00:00+01:00</lastmod>
   </url>
   <url>
-    <loc>http://mesos.apache.org/blog/mesos-0-20-0-released/</loc>
-    <lastmod>2016-02-03T00:00:00-05:00</lastmod>
+    <loc>http://mesos.apache.org/documentation/latest/containerizer/</loc>
+    <lastmod>2016-02-08T00:00:00+01:00</lastmod>
   </url>
   <url>
-    <loc>http://mesos.apache.org/blog/mesos-0-14-2-released/</loc>
-    <lastmod>2016-02-03T00:00:00-05:00</lastmod>
+    <loc>http://mesos.apache.org/documentation/latest/deploy-scripts/</loc>
+    <lastmod>2016-02-08T00:00:00+01:00</lastmod>
   </url>
   <url>
-    <loc>http://mesos.apache.org/blog/mesos-0-21-1-released/</loc>
-    <lastmod>2016-02-03T00:00:00-05:00</lastmod>
+    <loc>http://mesos.apache.org/documentation/latest/docker-containerizer/</loc>
+    <lastmod>2016-02-08T00:00:00+01:00</lastmod>
   </url>
   <url>
-    <loc>http://mesos.apache.org/blog/mesos-0-19-0-released/</loc>
-    <lastmod>2016-02-03T00:00:00-05:00</lastmod>
+    <loc>http://mesos.apache.org/documentation/latest/documentation-guide/</loc>
+    <lastmod>2016-02-08T00:00:00+01:00</lastmod>
   </url>
   <url>
-    <loc>http://mesos.apache.org/blog/mesoscon-2014-program-announced/</loc>
-    <lastmod>2016-02-03T00:00:00-05:00</lastmod>
+    <loc>http://mesos.apache.org/documentation/latest/doxygen-style-guide/</loc>
+    <lastmod>2016-02-08T00:00:00+01:00</lastmod>
   </url>
   <url>
-    <loc>http://mesos.apache.org/blog/mesos-0-25-0-released/</loc>
-    <lastmod>2016-02-03T00:00:00-05:00</lastmod>
+    <loc>http://mesos.apache.org/documentation/latest/effective-code-reviewing/</loc>
+    <lastmod>2016-02-08T00:00:00+01:00</lastmod>
   </url>
   <url>
-    <loc>http://mesos.apache.org/community/</loc>
-    <lastmod>2016-02-03T00:00:00-05:00</lastmod>
+    <loc>http://mesos.apache.org/documentation/latest/endpoints/files/browse.json/</loc>
+    <lastmod>2016-02-08T00:00:00+01:00</lastmod>
   </url>
   <url>
-    <loc>http://mesos.apache.org/downloads/</loc>
-    <lastmod>2016-02-03T00:00:00-05:00</lastmod>
+    <loc>http://mesos.apache.org/documentation/latest/endpoints/files/browse/</loc>
+    <lastmod>2016-02-08T00:00:00+01:00</lastmod>
   </url>
   <url>
-    <loc>http://mesos.apache.org/documentation/latest/fetcher/</loc>
-    <lastmod>2016-02-03T00:00:00-05:00</lastmod>
+    <loc>http://mesos.apache.org/documentation/latest/endpoints/files/debug.json/</loc>
+    <lastmod>2016-02-08T00:00:00+01:00</lastmod>
   </url>
   <url>
-    <loc>http://mesos.apache.org/documentation/latest/mesos-containerizer/</loc>
-    <lastmod>2016-02-03T00:00:00-05:00</lastmod>
+    <loc>http://mesos.apache.org/documentation/latest/endpoints/files/debug/</loc>
+    <lastmod>2016-02-08T00:00:00+01:00</lastmod>
   </url>
   <url>
-    <loc>http://mesos.apache.org/documentation/latest/architecture/</loc>
-    <lastmod>2016-02-03T00:00:00-05:00</lastmod>
+    <loc>http://mesos.apache.org/documentation/latest/endpoints/files/download.json/</loc>
+    <lastmod>2016-02-08T00:00:00+01:00</lastmod>
   </url>
   <url>
-    <loc>http://mesos.apache.org/documentation/latest/getting-started/</loc>
-    <lastmod>2016-02-03T00:00:00-05:00</lastmod>
+    <loc>http://mesos.apache.org/documentation/latest/endpoints/files/download/</loc>
+    <lastmod>2016-02-08T00:00:00+01:00</lastmod>
   </url>
   <url>
-    <loc>http://mesos.apache.org/documentation/latest/committers/</loc>
-    <lastmod>2016-02-03T00:00:00-05:00</lastmod>
+    <loc>http://mesos.apache.org/documentation/latest/endpoints/files/read.json/</loc>
+    <lastmod>2016-02-08T00:00:00+01:00</lastmod>
   </url>
   <url>
-    <loc>http://mesos.apache.org/documentation/latest/external-containerizer/</loc>
-    <lastmod>2016-02-03T00:00:00-05:00</lastmod>
+    <loc>http://mesos.apache.org/documentation/latest/endpoints/files/read/</loc>
+    <lastmod>2016-02-08T00:00:00+01:00</lastmod>
   </url>
   <url>
-    <loc>http://mesos.apache.org/documentation/latest/attributes-resources/</loc>
-    <lastmod>2016-02-03T00:00:00-05:00</lastmod>
+    <loc>http://mesos.apache.org/documentation/latest/endpoints/</loc>
+    <lastmod>2016-02-08T00:00:00+01:00</lastmod>
   </url>
   <url>
-    <loc>http://mesos.apache.org/documentation/latest/reconciliation/</loc>
-    <lastmod>2016-02-03T00:00:00-05:00</lastmod>
+    <loc>http://mesos.apache.org/documentation/latest/endpoints/logging/toggle/</loc>
+    <lastmod>2016-02-08T00:00:00+01:00</lastmod>
   </url>
   <url>
-    <loc>http://mesos.apache.org/documentation/latest/logging/</loc>
-    <lastmod>2016-02-03T00:00:00-05:00</lastmod>
+    <loc>http://mesos.apache.org/documentation/latest/endpoints/master/api/v1/scheduler/</loc>
+    <lastmod>2016-02-08T00:00:00+01:00</lastmod>
   </url>
   <url>
-    <loc>http://mesos.apache.org/documentation/latest/reservation/</loc>
-    <lastmod>2016-02-03T00:00:00-05:00</lastmod>
+    <loc>http://mesos.apache.org/documentation/latest/endpoints/master/create-volumes/</loc>
+    <lastmod>2016-02-08T00:00:00+01:00</lastmod>
   </url>
   <url>
-    <loc>http://mesos.apache.org/documentation/latest/executor-http-api/</loc>
-    <lastmod>2016-02-03T00:00:00-05:00</lastmod>
+    <loc>http://mesos.apache.org/documentation/latest/endpoints/master/destroy-volumes/</loc>
+    <lastmod>2016-02-08T00:00:00+01:00</lastmod>
   </url>
   <url>
-    <loc>http://mesos.apache.org/documentation/latest/sandbox/</loc>
-    <lastmod>2016-02-03T00:00:00-05:00</lastmod>
+    <loc>http://mesos.apache.org/documentation/latest/endpoints/master/flags/</loc>
+    <lastmod>2016-02-08T00:00:00+01:00</lastmod>
   </url>
   <url>
-    <loc>http://mesos.apache.org/documentation/latest/deploy-scripts/</loc>
-    <lastmod>2016-02-03T00:00:00-05:00</lastmod>
+    <loc>http://mesos.apache.org/documentation/latest/endpoints/master/frameworks/</loc>
+    <lastmod>2016-02-08T00:00:00+01:00</lastmod>
   </url>
   <url>
-    <loc>http://mesos.apache.org/documentation/latest/c++-style-guide/</loc>
-    <lastmod>2016-02-03T00:00:00-05:00</lastmod>
+    <loc>http://mesos.apache.org/documentation/latest/endpoints/master/health/</loc>
+    <lastmod>2016-02-08T00:00:00+01:00</lastmod>
   </url>
   <url>
-    <loc>http://mesos.apache.org/documentation/latest/configuration/</loc>
-    <lastmod>2016-02-03T00:00:00-05:00</lastmod>
+    <loc>http://mesos.apache.org/documentation/latest/endpoints/master/machine/down/</loc>
+    <lastmod>2016-02-08T00:00:00+01:00</lastmod>
   </url>
   <url>
-    <loc>http://mesos.apache.org/documentation/latest/high-availability-framework-guide/</loc>
-    <lastmod>2016-02-03T00:00:00-05:00</lastmod>
+    <loc>http://mesos.apache.org/documentation/latest/endpoints/master/machine/up/</loc>
+    <lastmod>2016-02-08T00:00:00+01:00</lastmod>
   </url>
   <url>
-    <loc>http://mesos.apache.org/documentation/latest/ssl/</loc>
-    <lastmod>2016-02-03T00:00:00-05:00</lastmod>
+    <loc>http://mesos.apache.org/documentation/latest/endpoints/master/maintenance/schedule/</loc>
+    <lastmod>2016-02-08T00:00:00+01:00</lastmod>
   </url>
   <url>
-    <loc>http://mesos.apache.org/documentation/latest/allocation-module/</loc>
-    <lastmod>2016-02-03T00:00:00-05:00</lastmod>
+    <loc>http://mesos.apache.org/documentation/latest/endpoints/master/maintenance/status/</loc>
+    <lastmod>2016-02-08T00:00:00+01:00</lastmod>
   </url>
   <url>
-    <loc>http://mesos.apache.org/documentation/latest/frameworks/</loc>
-    <lastmod>2016-02-03T00:00:00-05:00</lastmod>
+    <loc>http://mesos.apache.org/documentation/latest/endpoints/master/observe/</loc>
+    <lastmod>2016-02-08T00:00:00+01:00</lastmod>
   </url>
   <url>
-    <loc>http://mesos.apache.org/documentation/latest/presentations/</loc>
-    <lastmod>2016-02-03T00:00:00-05:00</lastmod>
+    <loc>http://mesos.apache.org/documentation/latest/endpoints/master/quota/</loc>
+    <lastmod>2016-02-08T00:00:00+01:00</lastmod>
   </url>
   <url>
-    <loc>http://mesos.apache.org/documentation/latest/newbie-guide/</loc>
-    <lastmod>2016-02-03T00:00:00-05:00</lastmod>
+    <loc>http://mesos.apache.org/documentation/latest/endpoints/master/redirect/</loc>
+    <lastmod>2016-02-08T00:00:00+01:00</lastmod>
   </url>
   <url>
-    <loc>http://mesos.apache.org/documentation/latest/markdown-style-guide/</loc>
-    <lastmod>2016-02-03T00:00:00-05:00</lastmod>
+    <loc>http://mesos.apache.org/documentation/latest/endpoints/master/reserve/</loc>
+    <lastmod>2016-02-08T00:00:00+01:00</lastmod>
   </url>
   <url>
-    <loc>http://mesos.apache.org/documentation/latest/roadmap/</loc>
-    <lastmod>2016-02-03T00:00:00-05:00</lastmod>
+    <loc>http://mesos.apache.org/documentation/latest/endpoints/master/roles.json/</loc>
+    <lastmod>2016-02-08T00:00:00+01:00</lastmod>
   </url>
   <url>
-    <loc>http://mesos.apache.org/documentation/latest/maintenance/</loc>
-    <lastmod>2016-02-03T00:00:00-05:00</lastmod>
+    <loc>http://mesos.apache.org/documentation/latest/endpoints/master/roles/</loc>
+    <lastmod>2016-02-08T00:00:00+01:00</lastmod>
   </url>
   <url>
-    <loc>http://mesos.apache.org/documentation/latest/effective-code-reviewing/</loc>
-    <lastmod>2016-02-03T00:00:00-05:00</lastmod>
+    <loc>http://mesos.apache.org/documentation/latest/endpoints/master/slaves/</loc>
+    <lastmod>2016-02-08T00:00:00+01:00</lastmod>
   </url>
   <url>
-    <loc>http://mesos.apache.org/documentation/latest/release-guide/</loc>
-    <lastmod>2016-02-03T00:00:00-05:00</lastmod>
+    <loc>http://mesos.apache.org/documentation/latest/endpoints/master/state-summary/</loc>
+    <lastmod>2016-02-08T00:00:00+01:00</lastmod>
   </url>
   <url>
-    <loc>http://mesos.apache.org/documentation/latest/upgrades/</loc>
-    <lastmod>2016-02-03T00:00:00-05:00</lastmod>
+    <loc>http://mesos.apache.org/documentation/latest/endpoints/master/state.json/</loc>
+    <lastmod>2016-02-08T00:00:00+01:00</lastmod>
   </url>
   <url>
-    <loc>http://mesos.apache.org/documentation/latest/documentation-guide/</loc>
-    <lastmod>2016-02-03T00:00:00-05:00</lastmod>
+    <loc>http://mesos.apache.org/documentation/latest/endpoints/master/state/</loc>
+    <lastmod>2016-02-08T00:00:00+01:00</lastmod>
   </url>
   <url>
-    <loc>http://mesos.apache.org/documentation/latest/committing/</loc>
-    <lastmod>2016-02-03T00:00:00-05:00</lastmod>
+    <loc>http://mesos.apache.org/documentation/latest/endpoints/master/tasks.json/</loc>
+    <lastmod>2016-02-08T00:00:00+01:00</lastmod>
   </url>
   <url>
-    <loc>http://mesos.apache.org/documentation/latest/app-framework-development-guide/</loc>
-    <lastmod>2016-02-03T00:00:00-05:00</lastmod>
+    <loc>http://mesos.apache.org/documentation/latest/endpoints/master/tasks/</loc>
+    <lastmod>2016-02-08T00:00:00+01:00</lastmod>
   </url>
   <url>
-    <loc>http://mesos.apache.org/documentation/latest/monitoring/</loc>
-    <lastmod>2016-02-03T00:00:00-05:00</lastmod>
+    <loc>http://mesos.apache.org/documentation/latest/endpoints/master/teardown/</loc>
+    <lastmod>2016-02-08T00:00:00+01:00</lastmod>
   </url>
   <url>
-    <loc>http://mesos.apache.org/documentation/latest/scheduler-http-api/</loc>
-    <lastmod>2016-02-03T00:00:00-05:00</lastmod>
+    <loc>http://mesos.apache.org/documentation/latest/endpoints/master/unreserve/</loc>
+    <lastmod>2016-02-08T00:00:00+01:00</lastmod>
   </url>
   <url>
-    <loc>http://mesos.apache.org/documentation/latest/containerizer/</loc>
-    <lastmod>2016-02-03T00:00:00-05:00</lastmod>
+    <loc>http://mesos.apache.org/documentation/latest/endpoints/metrics/snapshot/</loc>
+    <lastmod>2016-02-08T00:00:00+01:00</lastmod>
   </url>
   <url>
-    <loc>http://mesos.apache.org/documentation/latest/versioning/</loc>
-    <lastmod>2016-02-03T00:00:00-05:00</lastmod>
+    <loc>http://mesos.apache.org/documentation/latest/endpoints/monitor/statistics.json/</loc>
+    <lastmod>2016-02-08T00:00:00+01:00</lastmod>
   </url>
   <url>
-    <loc>http://mesos.apache.org/documentation/latest/fetcher-cache-internals/</loc>
-    <lastmod>2016-02-03T00:00:00-05:00</lastmod>
+    <loc>http://mesos.apache.org/documentation/latest/endpoints/monitor/statistics/</loc>
+    <lastmod>2016-02-08T00:00:00+01:00</lastmod>
   </url>
   <url>
-    <loc>http://mesos.apache.org/documentation/latest/containerizer-internals/</loc>
-    <lastmod>2016-02-03T00:00:00-05:00</lastmod>
+    <loc>http://mesos.apache.org/documentation/latest/endpoints/profiler/start/</loc>
+    <lastmod>2016-02-08T00:00:00+01:00</lastmod>
   </url>
   <url>
-    <loc>http://mesos.apache.org/documentation/latest/framework-rate-limiting/</loc>
-    <lastmod>2016-02-03T00:00:00-05:00</lastmod>
+    <loc>http://mesos.apache.org/documentation/latest/endpoints/profiler/stop/</loc>
+    <lastmod>2016-02-08T00:00:00+01:00</lastmod>
   </url>
   <url>
-    <loc>http://mesos.apache.org/documentation/latest/quota/</loc>
-    <lastmod>2016-02-03T00:00:00-05:00</lastmod>
+    <loc>http://mesos.apache.org/documentation/latest/endpoints/registrar/registry/</loc>
+    <lastmod>2016-02-08T00:00:00+01:00</lastmod>
   </url>
   <url>
-    <loc>http://mesos.apache.org/documentation/latest/slave-recovery/</loc>
-    <lastmod>2016-02-03T00:00:00-05:00</lastmod>
+    <loc>http://mesos.apache.org/documentation/latest/endpoints/slave/api/v1/executor/</loc>
+    <lastmod>2016-02-08T00:00:00+01:00</lastmod>
   </url>
   <url>
-    <loc>http://mesos.apache.org/documentation/latest/network-monitoring/</loc>
-    <lastmod>2016-02-03T00:00:00-05:00</lastmod>
+    <loc>http://mesos.apache.org/documentation/latest/endpoints/slave/flags/</loc>
+    <lastmod>2016-02-08T00:00:00+01:00</lastmod>
   </url>
   <url>
-    <loc>http://mesos.apache.org/documentation/latest/submitting-a-patch/</loc>
-    <lastmod>2016-02-03T00:00:00-05:00</lastmod>
+    <loc>http://mesos.apache.org/documentation/latest/endpoints/slave/health/</loc>
+    <lastmod>2016-02-08T00:00:00+01:00</lastmod>
   </url>
   <url>
-    <loc>http://mesos.apache.org/documentation/latest/authorization/</loc>
-    <lastmod>2016-02-03T00:00:00-05:00</lastmod>
+    <loc>http://mesos.apache.org/documentation/latest/endpoints/slave/state.json/</loc>
+    <lastmod>2016-02-08T00:00:00+01:00</lastmod>
   </url>
   <url>
-    <loc>http://mesos.apache.org/documentation/latest/docker-containerizer/</loc>
-    <lastmod>2016-02-03T00:00:00-05:00</lastmod>
+    <loc>http://mesos.apache.org/documentation/latest/endpoints/slave/state/</loc>
+    <lastmod>2016-02-08T00:00:00+01:00</lastmod>
   </url>
   <url>
-    <loc>http://mesos.apache.org/documentation/latest/doxygen-style-guide/</loc>
-    <lastmod>2016-02-03T00:00:00-05:00</lastmod>
+    <loc>http://mesos.apache.org/documentation/latest/endpoints/system/stats.json/</loc>
+    <lastmod>2016-02-08T00:00:00+01:00</lastmod>
   </url>
   <url>
-    <loc>http://mesos.apache.org/documentation/latest/powered-by-mesos/</loc>
-    <lastmod>2016-02-03T00:00:00-05:00</lastmod>
+    <loc>http://mesos.apache.org/documentation/latest/endpoints/version/</loc>
+    <lastmod>2016-02-08T00:00:00+01:00</lastmod>
   </url>
   <url>
-    <loc>http://mesos.apache.org/documentation/latest/roles/</loc>
-    <lastmod>2016-02-03T00:00:00-05:00</lastmod>
+    <loc>http://mesos.apache.org/documentation/latest/engineering-principles-and-practices/</loc>
+    <lastmod>2016-02-08T00:00:00+01:00</lastmod>
   </url>
   <url>
-    <loc>http://mesos.apache.org/documentation/latest/committer-candidate-checklist/</loc>
-    <lastmod>2016-02-03T00:00:00-05:00</lastmod>
+    <loc>http://mesos.apache.org/documentation/latest/executor-http-api/</loc>
+    <lastmod>2016-02-08T00:00:00+01:00</lastmod>
   </url>
   <url>
-    <loc>http://mesos.apache.org/documentation/latest/modules/</loc>
-    <lastmod>2016-02-03T00:00:00-05:00</lastmod>
+    <loc>http://mesos.apache.org/documentation/latest/external-containerizer/</loc>
+    <lastmod>2016-02-08T00:00:00+01:00</lastmod>
   </url>
   <url>
-    <loc>http://mesos.apache.org/documentation/latest/mesos-provisioner/</loc>
-    <lastmod>2016-02-03T00:00:00-05:00</lastmod>
+    <loc>http://mesos.apache.org/documentation/latest/fetcher-cache-internals/</loc>
+    <lastmod>2016-02-08T00:00:00+01:00</lastmod>
   </url>
   <url>
-    <loc>http://mesos.apache.org/documentation/latest/clang-format/</loc>
-    <lastmod>2016-02-03T00:00:00-05:00</lastmod>
+    <loc>http://mesos.apache.org/documentation/latest/fetcher/</loc>
+    <lastmod>2016-02-08T00:00:00+01:00</lastmod>
   </url>
   <url>
-    <loc>http://mesos.apache.org/documentation/latest/tools/</loc>
-    <lastmod>2016-02-03T00:00:00-05:00</lastmod>
+    <loc>http://mesos.apache.org/documentation/latest/framework-rate-limiting/</loc>
+    <lastmod>2016-02-08T00:00:00+01:00</lastmod>
   </url>
   <url>
-    <loc>http://mesos.apache.org/documentation/latest/authentication/</loc>
-    <lastmod>2016-02-03T00:00:00-05:00</lastmod>
+    <loc>http://mesos.apache.org/documentation/latest/frameworks/</loc>
+    <lastmod>2016-02-08T00:00:00+01:00</lastmod>
   </url>
   <url>
-    <loc>http://mesos.apache.org/documentation/latest/testing-patterns/</loc>
-    <lastmod>2016-02-03T00:00:00-05:00</lastmod>
+    <loc>http://mesos.apache.org/documentation/latest/getting-started/</loc>
+    <lastmod>2016-02-08T00:00:00+01:00</lastmod>
+  </url>
+  <url>
+    <loc>http://mesos.apache.org/documentation/latest/high-availability-framework-guide/</loc>
+    <lastmod>2016-02-08T00:00:00+01:00</lastmod>
   </url>
   <url>
     <loc>http://mesos.apache.org/documentation/latest/high-availability/</loc>
-    <lastmod>2016-02-03T00:00:00-05:00</lastmod>
+    <lastmod>2016-02-08T00:00:00+01:00</lastmod>
   </url>
   <url>
-    <loc>http://mesos.apache.org/documentation/latest/persistent-volume/</loc>
-    <lastmod>2016-02-03T00:00:00-05:00</lastmod>
+    <loc>http://mesos.apache.org/documentation/latest/logging/</loc>
+    <lastmod>2016-02-08T00:00:00+01:00</lastmod>
+  </url>
+  <url>
+    <loc>http://mesos.apache.org/documentation/latest/maintenance/</loc>
+    <lastmod>2016-02-08T00:00:00+01:00</lastmod>
+  </url>
+  <url>
+    <loc>http://mesos.apache.org/documentation/latest/markdown-style-guide/</loc>
+    <lastmod>2016-02-08T00:00:00+01:00</lastmod>
+  </url>
+  <url>
+    <loc>http://mesos.apache.org/documentation/latest/mesos-containerizer/</loc>
+    <lastmod>2016-02-08T00:00:00+01:00</lastmod>
+  </url>
+  <url>
+    <loc>http://mesos.apache.org/documentation/latest/mesos-provisioner/</loc>
+    <lastmod>2016-02-08T00:00:00+01:00</lastmod>
+  </url>
+  <url>
+    <loc>http://mesos.apache.org/documentation/latest/modules/</loc>
+    <lastmod>2016-02-08T00:00:00+01:00</lastmod>
+  </url>
+  <url>
+    <loc>http://mesos.apache.org/documentation/latest/monitoring/</loc>
+    <lastmod>2016-02-08T00:00:00+01:00</lastmod>
+  </url>
+  <url>
+    <loc>http://mesos.apache.org/documentation/latest/network-monitoring/</loc>
+    <lastmod>2016-02-08T00:00:00+01:00</lastmod>
+  </url>
+  <url>
+    <loc>http://mesos.apache.org/documentation/latest/networking-for-mesos-managed-containers/</loc>
+    <lastmod>2016-02-08T00:00:00+01:00</lastmod>
+  </url>
+  <url>
+    <loc>http://mesos.apache.org/documentation/latest/newbie-guide/</loc>
+    <lastmod>2016-02-08T00:00:00+01:00</lastmod>
   </url>
   <url>
     <loc>http://mesos.apache.org/documentation/latest/operational-guide/</loc>
-    <lastmod>2016-02-03T00:00:00-05:00</lastmod>
+    <lastmod>2016-02-08T00:00:00+01:00</lastmod>
   </url>
   <url>
     <loc>http://mesos.apache.org/documentation/latest/oversubscription/</loc>
-    <lastmod>2016-02-03T00:00:00-05:00</lastmod>
+    <lastmod>2016-02-08T00:00:00+01:00</lastmod>
   </url>
   <url>
-    <loc>http://mesos.apache.org/documentation/latest/networking-for-mesos-managed-containers/</loc>
-    <lastmod>2016-02-03T00:00:00-05:00</lastmod>
+    <loc>http://mesos.apache.org/documentation/latest/persistent-volume/</loc>
+    <lastmod>2016-02-08T00:00:00+01:00</lastmod>
+  </url>
+  <url>
+    <loc>http://mesos.apache.org/documentation/latest/powered-by-mesos/</loc>
+    <lastmod>2016-02-08T00:00:00+01:00</lastmod>
+  </url>
+  <url>
+    <loc>http://mesos.apache.org/documentation/latest/presentations/</loc>
+    <lastmod>2016-02-08T00:00:00+01:00</lastmod>
+  </url>
+  <url>
+    <loc>http://mesos.apache.org/documentation/latest/quota/</loc>
+    <lastmod>2016-02-08T00:00:00+01:00</lastmod>
+  </url>
+  <url>
+    <loc>http://mesos.apache.org/documentation/latest/reconciliation/</loc>
+    <lastmod>2016-02-08T00:00:00+01:00</lastmod>
+  </url>
+  <url>
+    <loc>http://mesos.apache.org/documentation/latest/release-guide/</loc>
+    <lastmod>2016-02-08T00:00:00+01:00</lastmod>
   </url>
   <url>
     <loc>http://mesos.apache.org/documentation/latest/reporting-a-bug/</loc>
-    <lastmod>2016-02-03T00:00:00-05:00</lastmod>
+    <lastmod>2016-02-08T00:00:00+01:00</lastmod>
   </url>
   <url>
-    <loc>http://mesos.apache.org/documentation/latest/engineering-principles-and-practices/</loc>
-    <lastmod>2016-02-03T00:00:00-05:00</lastmod>
+    <loc>http://mesos.apache.org/documentation/latest/reservation/</loc>
+    <lastmod>2016-02-08T00:00:00+01:00</lastmod>
   </url>
   <url>
-    <loc>http://mesos.apache.org/documentation/latest/</loc>
-    <lastmod>2016-02-03T00:00:00-05:00</lastmod>
+    <loc>http://mesos.apache.org/documentation/latest/roadmap/</loc>
+    <lastmod>2016-02-08T00:00:00+01:00</lastmod>
   </url>
   <url>
-    <loc>http://mesos.apache.org/</loc>
-    <lastmod>2016-02-03T00:00:00-05:00</lastmod>
+    <loc>http://mesos.apache.org/documentation/latest/roles/</loc>
+    <lastmod>2016-02-08T00:00:00+01:00</lastmod>
   </url>
   <url>
-    <loc>http://mesos.apache.org/blog/</loc>
-    <lastmod>2016-02-03T00:00:00-05:00</lastmod>
+    <loc>http://mesos.apache.org/documentation/latest/sandbox/</loc>
+    <lastmod>2016-02-08T00:00:00+01:00</lastmod>
   </url>
   <url>
-    <loc>http://mesos.apache.org/community/user-groups/</loc>
-    <lastmod>2016-02-03T00:00:00-05:00</lastmod>
+    <loc>http://mesos.apache.org/documentation/latest/scheduler-http-api/</loc>
+    <lastmod>2016-02-08T00:00:00+01:00</lastmod>
   </url>
   <url>
-    <loc>http://mesos.apache.org/documentation/</loc>
-    <lastmod>2016-02-03T00:00:00-05:00</lastmod>
+    <loc>http://mesos.apache.org/documentation/latest/slave-recovery/</loc>
+    <lastmod>2016-02-08T00:00:00+01:00</lastmod>
   </url>
   <url>
-    <loc>http://mesos.apache.org/gettingstarted/</loc>
-    <lastmod>2016-02-03T00:00:00-05:00</lastmod>
+    <loc>http://mesos.apache.org/documentation/latest/ssl/</loc>
+    <lastmod>2016-02-08T00:00:00+01:00</lastmod>
   </url>
   <url>
-    <loc>http://mesos.apache.org/documentation/fetcher/</loc>
-    <lastmod>2016-02-03T00:00:00-05:00</lastmod>
+    <loc>http://mesos.apache.org/documentation/latest/submitting-a-patch/</loc>
+    <lastmod>2016-02-08T00:00:00+01:00</lastmod>
   </url>
   <url>
-    <loc>http://mesos.apache.org/documentation/mesos-containerizer/</loc>
-    <lastmod>2016-02-03T00:00:00-05:00</lastmod>
+    <loc>http://mesos.apache.org/documentation/latest/testing-patterns/</loc>
+    <lastmod>2016-02-08T00:00:00+01:00</lastmod>
   </url>
   <url>
-    <loc>http://mesos.apache.org/documentation/architecture/</loc>
-    <lastmod>2016-02-03T00:00:00-05:00</lastmod>
+    <loc>http://mesos.apache.org/documentation/latest/tools/</loc>
+    <lastmod>2016-02-08T00:00:00+01:00</lastmod>
   </url>
   <url>
-    <loc>http://mesos.apache.org/documentation/getting-started/</loc>
-    <lastmod>2016-02-03T00:00:00-05:00</lastmod>
+    <loc>http://mesos.apache.org/documentation/latest/upgrades/</loc>
+    <lastmod>2016-02-08T00:00:00+01:00</lastmod>
   </url>
   <url>
-    <loc>http://mesos.apache.org/documentation/committers/</loc>
-    <lastmod>2016-02-03T00:00:00-05:00</lastmod>
+    <loc>http://mesos.apache.org/documentation/latest/versioning/</loc>
+    <lastmod>2016-02-08T00:00:00+01:00</lastmod>
   </url>
   <url>
-    <loc>http://mesos.apache.org/documentation/external-containerizer/</loc>
-    <lastmod>2016-02-03T00:00:00-05:00</lastmod>
+    <loc>http://mesos.apache.org/documentation/latest/</loc>
+    <lastmod>2016-02-08T00:00:00+01:00</lastmod>
   </url>
   <url>
-    <loc>http://mesos.apache.org/documentation/attributes-resources/</loc>
-    <lastmod>2016-02-03T00:00:00-05:00</lastmod>
+    <loc>http://mesos.apache.org/downloads/</loc>
+    <lastmod>2016-02-08T00:00:00+01:00</lastmod>
   </url>
   <url>
-    <loc>http://mesos.apache.org/documentation/reconciliation/</loc>
-    <lastmod>2016-02-03T00:00:00-05:00</lastmod>
+    <loc>http://mesos.apache.org/</loc>
+    <lastmod>2016-02-08T00:00:00+01:00</lastmod>
   </url>
   <url>
-    <loc>http://mesos.apache.org/documentation/logging/</loc>
-    <lastmod>2016-02-03T00:00:00-05:00</lastmod>
+    <loc>http://mesos.apache.org/documentation/</loc>
+    <lastmod>2016-02-08T00:00:00+01:00</lastmod>
   </url>
   <url>
-    <loc>http://mesos.apache.org/documentation/reservation/</loc>
-    <lastmod>2016-02-03T00:00:00-05:00</lastmod>
+    <loc>http://mesos.apache.org/gettingstarted/</loc>
+    <lastmod>2016-02-08T00:00:00+01:00</lastmod>
   </url>
   <url>
-    <loc>http://mesos.apache.org/documentation/executor-http-api/</loc>
-    <lastmod>2016-02-03T00:00:00-05:00</lastmod>
+    <loc>http://mesos.apache.org/documentation/allocation-module/</loc>
+    <lastmod>2016-02-08T00:00:00+01:00</lastmod>
   </url>
   <url>
-    <loc>http://mesos.apache.org/documentation/sandbox/</loc>
-    <lastmod>2016-02-03T00:00:00-05:00</lastmod>
+    <loc>http://mesos.apache.org/documentation/app-framework-development-guide/</loc>
+    <lastmod>2016-02-08T00:00:00+01:00</lastmod>
   </url>
   <url>
-    <loc>http://mesos.apache.org/documentation/deploy-scripts/</loc>
-    <lastmod>2016-02-03T00:00:00-05:00</lastmod>
+    <loc>http://mesos.apache.org/documentation/architecture/</loc>
+    <lastmod>2016-02-08T00:00:00+01:00</lastmod>
+  </url>
+  <url>
+    <loc>http://mesos.apache.org/documentation/attributes-resources/</loc>
+    <lastmod>2016-02-08T00:00:00+01:00</lastmod>
+  </url>
+  <url>
+    <loc>http://mesos.apache.org/documentation/authentication/</loc>
+    <lastmod>2016-02-08T00:00:00+01:00</lastmod>
+  </url>
+  <url>
+    <loc>http://mesos.apache.org/documentation/authorization/</loc>
+    <lastmod>2016-02-08T00:00:00+01:00</lastmod>
   </url>
   <url>
     <loc>http://mesos.apache.org/documentation/c++-style-guide/</loc>
-    <lastmod>2016-02-03T00:00:00-05:00</lastmod>
+    <lastmod>2016-02-08T00:00:00+01:00</lastmod>
   </url>
   <url>
-    <loc>http://mesos.apache.org/documentation/configuration/</loc>
-    <lastmod>2016-02-03T00:00:00-05:00</lastmod>
+    <loc>http://mesos.apache.org/documentation/clang-format/</loc>
+    <lastmod>2016-02-08T00:00:00+01:00</lastmod>
   </url>
   <url>
-    <loc>http://mesos.apache.org/documentation/high-availability-framework-guide/</loc>
-    <lastmod>2016-02-03T00:00:00-05:00</lastmod>
+    <loc>http://mesos.apache.org/documentation/committer-candidate-checklist/</loc>
+    <lastmod>2016-02-08T00:00:00+01:00</lastmod>
   </url>
   <url>
-    <loc>http://mesos.apache.org/documentation/ssl/</loc>
-    <lastmod>2016-02-03T00:00:00-05:00</lastmod>
+    <loc>http://mesos.apache.org/documentation/committers/</loc>
+    <lastmod>2016-02-08T00:00:00+01:00</lastmod>
   </url>
   <url>
-    <loc>http://mesos.apache.org/documentation/allocation-module/</loc>
-    <lastmod>2016-02-03T00:00:00-05:00</lastmod>
+    <loc>http://mesos.apache.org/documentation/committing/</loc>
+    <lastmod>2016-02-08T00:00:00+01:00</lastmod>
   </url>
   <url>
-    <loc>http://mesos.apache.org/documentation/frameworks/</loc>
-    <lastmod>2016-02-03T00:00:00-05:00</lastmod>
+    <loc>http://mesos.apache.org/documentation/configuration/</loc>
+    <lastmod>2016-02-08T00:00:00+01:00</lastmod>
   </url>
   <url>
-    <loc>http://mesos.apache.org/documentation/presentations/</loc>
-    <lastmod>2016-02-03T00:00:00-05:00</lastmod>
+    <loc>http://mesos.apache.org/documentation/containerizer-internals/</loc>
+    <lastmod>2016-02-08T00:00:00+01:00</lastmod>
   </url>
   <url>
-    <loc>http://mesos.apache.org/documentation/newbie-guide/</loc>
-    <lastmod>2016-02-03T00:00:00-05:00</lastmod>
+    <loc>http://mesos.apache.org/documentation/containerizer/</loc>
+    <lastmod>2016-02-08T00:00:00+01:00</lastmod>
   </url>
   <url>
-    <loc>http://mesos.apache.org/documentation/markdown-style-guide/</loc>
-    <lastmod>2016-02-03T00:00:00-05:00</lastmod>
+    <loc>http://mesos.apache.org/documentation/deploy-scripts/</loc>
+    <lastmod>2016-02-08T00:00:00+01:00</lastmod>
   </url>
   <url>
-    <loc>http://mesos.apache.org/documentation/roadmap/</loc>
-    <lastmod>2016-02-03T00:00:00-05:00</lastmod>
+    <loc>http://mesos.apache.org/documentation/docker-containerizer/</loc>
+    <lastmod>2016-02-08T00:00:00+01:00</lastmod>
   </url>
   <url>
-    <loc>http://mesos.apache.org/documentation/maintenance/</loc>
-    <lastmod>2016-02-03T00:00:00-05:00</lastmod>
+    <loc>http://mesos.apache.org/documentation/documentation-guide/</loc>
+    <lastmod>2016-02-08T00:00:00+01:00</lastmod>
+  </url>
+  <url>
+    <loc>http://mesos.apache.org/documentation/doxygen-style-guide/</loc>
+    <lastmod>2016-02-08T00:00:00+01:00</lastmod>
   </url>
   <url>
     <loc>http://mesos.apache.org/documentation/effective-code-reviewing/</loc>
-    <lastmod>2016-02-03T00:00:00-05:00</lastmod>
+    <lastmod>2016-02-08T00:00:00+01:00</lastmod>
   </url>
   <url>
-    <loc>http://mesos.apache.org/documentation/release-guide/</loc>
-    <lastmod>2016-02-03T00:00:00-05:00</lastmod>
+    <loc>http://mesos.apache.org/documentation/engineering-principles-and-practices/</loc>
+    <lastmod>2016-02-08T00:00:00+01:00</lastmod>
   </url>
   <url>
-    <loc>http://mesos.apache.org/documentation/upgrades/</loc>
-    <lastmod>2016-02-03T00:00:00-05:00</lastmod>
+    <loc>http://mesos.apache.org/documentation/executor-http-api/</loc>
+    <lastmod>2016-02-08T00:00:00+01:00</lastmod>
   </url>
   <url>
-    <loc>http://mesos.apache.org/documentation/documentation-guide/</loc>
-    <lastmod>2016-02-03T00:00:00-05:00</lastmod>
+    <loc>http://mesos.apache.org/documentation/external-containerizer/</loc>
+    <lastmod>2016-02-08T00:00:00+01:00</lastmod>
   </url>
   <url>
-    <loc>http://mesos.apache.org/documentation/committing/</loc>
-    <lastmod>2016-02-03T00:00:00-05:00</lastmod>
+    <loc>http://mesos.apache.org/documentation/fetcher-cache-internals/</loc>
+    <lastmod>2016-02-08T00:00:00+01:00</lastmod>
   </url>
   <url>
-    <loc>http://mesos.apache.org/documentation/app-framework-development-guide/</loc>
-    <lastmod>2016-02-03T00:00:00-05:00</lastmod>
+    <loc>http://mesos.apache.org/documentation/fetcher/</loc>
+    <lastmod>2016-02-08T00:00:00+01:00</lastmod>
   </url>
   <url>
-    <loc>http://mesos.apache.org/documentation/monitoring/</loc>
-    <lastmod>2016-02-03T00:00:00-05:00</lastmod>
+    <loc>http://mesos.apache.org/documentation/framework-rate-limiting/</loc>
+    <lastmod>2016-02-08T00:00:00+01:00</lastmod>
   </url>
   <url>
-    <loc>http://mesos.apache.org/documentation/scheduler-http-api/</loc>
-    <lastmod>2016-02-03T00:00:00-05:00</lastmod>
+    <loc>http://mesos.apache.org/documentation/frameworks/</loc>
+    <lastmod>2016-02-08T00:00:00+01:00</lastmod>
   </url>
   <url>
-    <loc>http://mesos.apache.org/documentation/containerizer/</loc>
-    <lastmod>2016-02-03T00:00:00-05:00</lastmod>
+    <loc>http://mesos.apache.org/documentation/getting-started/</loc>
+    <lastmod>2016-02-08T00:00:00+01:00</lastmod>
   </url>
   <url>
-    <loc>http://mesos.apache.org/documentation/versioning/</loc>
-    <lastmod>2016-02-03T00:00:00-05:00</lastmod>
+    <loc>http://mesos.apache.org/documentation/high-availability-framework-guide/</loc>
+    <lastmod>2016-02-08T00:00:00+01:00</lastmod>
   </url>
   <url>
-    <loc>http://mesos.apache.org/documentation/fetcher-cache-internals/</loc>
-    <lastmod>2016-02-03T00:00:00-05:00</lastmod>
+    <loc>http://mesos.apache.org/documentation/high-availability/</loc>
+    <lastmod>2016-02-08T00:00:00+01:00</lastmod>
   </url>
   <url>
-    <loc>http://mesos.apache.org/documentation/containerizer-internals/</loc>
-    <lastmod>2016-02-03T00:00:00-05:00</lastmod>
+    <loc>http://mesos.apache.org/documentation/logging/</loc>
+    <lastmod>2016-02-08T00:00:00+01:00</lastmod>
   </url>
   <url>
-    <loc>http://mesos.apache.org/documentation/framework-rate-limiting/</loc>
-    <lastmod>2016-02-03T00:00:00-05:00</lastmod>
+    <loc>http://mesos.apache.org/documentation/maintenance/</loc>
+    <lastmod>2016-02-08T00:00:00+01:00</lastmod>
   </url>
   <url>
-    <loc>http://mesos.apache.org/documentation/quota/</loc>
-    <lastmod>2016-02-03T00:00:00-05:00</lastmod>
+    <loc>http://mesos.apache.org/documentation/markdown-style-guide/</loc>
+    <lastmod>2016-02-08T00:00:00+01:00</lastmod>
   </url>
   <url>
-    <loc>http://mesos.apache.org/documentation/slave-recovery/</loc>
-    <lastmod>2016-02-03T00:00:00-05:00</lastmod>
+    <loc>http://mesos.apache.org/documentation/mesos-containerizer/</loc>
+    <lastmod>2016-02-08T00:00:00+01:00</lastmod>
+  </url>
+  <url>
+    <loc>http://mesos.apache.org/documentation/mesos-provisioner/</loc>
+    <lastmod>2016-02-08T00:00:00+01:00</lastmod>
+  </url>
+  <url>
+    <loc>http://mesos.apache.org/documentation/modules/</loc>
+    <lastmod>2016-02-08T00:00:00+01:00</lastmod>
+  </url>
+  <url>
+    <loc>http://mesos.apache.org/documentation/monitoring/</loc>
+    <lastmod>2016-02-08T00:00:00+01:00</lastmod>
   </url>
   <url>
     <loc>http://mesos.apache.org/documentation/network-monitoring/</loc>
-    <lastmod>2016-02-03T00:00:00-05:00</lastmod>
+    <lastmod>2016-02-08T00:00:00+01:00</lastmod>
   </url>
   <url>
-    <loc>http://mesos.apache.org/documentation/submitting-a-patch/</loc>
-    <lastmod>2016-02-03T00:00:00-05:00</lastmod>
+    <loc>http://mesos.apache.org/documentation/networking-for-mesos-managed-containers/</loc>
+    <lastmod>2016-02-08T00:00:00+01:00</lastmod>
   </url>
   <url>
-    <loc>http://mesos.apache.org/documentation/authorization/</loc>
-    <lastmod>2016-02-03T00:00:00-05:00</lastmod>
+    <loc>http://mesos.apache.org/documentation/newbie-guide/</loc>
+    <lastmod>2016-02-08T00:00:00+01:00</lastmod>
   </url>
   <url>
-    <loc>http://mesos.apache.org/documentation/docker-containerizer/</loc>
-    <lastmod>2016-02-03T00:00:00-05:00</lastmod>
+    <loc>http://mesos.apache.org/documentation/operational-guide/</loc>
+    <lastmod>2016-02-08T00:00:00+01:00</lastmod>
   </url>
   <url>
-    <loc>http://mesos.apache.org/documentation/doxygen-style-guide/</loc>
-    <lastmod>2016-02-03T00:00:00-05:00</lastmod>
+    <loc>http://mesos.apache.org/documentation/oversubscription/</loc>
+    <lastmod>2016-02-08T00:00:00+01:00</lastmod>
+  </url>
+  <url>
+    <loc>http://mesos.apache.org/documentation/persistent-volume/</loc>
+    <lastmod>2016-02-08T00:00:00+01:00</lastmod>
   </url>
   <url>
     <loc>http://mesos.apache.org/documentation/powered-by-mesos/</loc>
-    <lastmod>2016-02-03T00:00:00-05:00</lastmod>
+    <lastmod>2016-02-08T00:00:00+01:00</lastmod>
   </url>
   <url>
-    <loc>http://mesos.apache.org/documentation/roles/</loc>
-    <lastmod>2016-02-03T00:00:00-05:00</lastmod>
+    <loc>http://mesos.apache.org/documentation/presentations/</loc>
+    <lastmod>2016-02-08T00:00:00+01:00</lastmod>
   </url>
   <url>
-    <loc>http://mesos.apache.org/documentation/committer-candidate-checklist/</loc>
-    <lastmod>2016-02-03T00:00:00-05:00</lastmod>
+    <loc>http://mesos.apache.org/documentation/quota/</loc>
+    <lastmod>2016-02-08T00:00:00+01:00</lastmod>
   </url>
   <url>
-    <loc>http://mesos.apache.org/documentation/modules/</loc>
-    <lastmod>2016-02-03T00:00:00-05:00</lastmod>
+    <loc>http://mesos.apache.org/documentation/reconciliation/</loc>
+    <lastmod>2016-02-08T00:00:00+01:00</lastmod>
   </url>
   <url>
-    <loc>http://mesos.apache.org/documentation/mesos-provisioner/</loc>
-    <lastmod>2016-02-03T00:00:00-05:00</lastmod>
+    <loc>http://mesos.apache.org/documentation/release-guide/</loc>
+    <lastmod>2016-02-08T00:00:00+01:00</lastmod>
   </url>
   <url>
-    <loc>http://mesos.apache.org/documentation/clang-format/</loc>
-    <lastmod>2016-02-03T00:00:00-05:00</lastmod>
+    <loc>http://mesos.apache.org/documentation/reporting-a-bug/</loc>
+    <lastmod>2016-02-08T00:00:00+01:00</lastmod>
   </url>
   <url>
-    <loc>http://mesos.apache.org/documentation/tools/</loc>
-    <lastmod>2016-02-03T00:00:00-05:00</lastmod>
+    <loc>http://mesos.apache.org/documentation/reservation/</loc>
+    <lastmod>2016-02-08T00:00:00+01:00</lastmod>
   </url>
   <url>
-    <loc>http://mesos.apache.org/documentation/authentication/</loc>
-    <lastmod>2016-02-03T00:00:00-05:00</lastmod>
+    <loc>http://mesos.apache.org/documentation/roadmap/</loc>
+    <lastmod>2016-02-08T00:00:00+01:00</lastmod>
   </url>
   <url>
-    <loc>http://mesos.apache.org/documentation/testing-patterns/</loc>
-    <lastmod>2016-02-03T00:00:00-05:00</lastmod>
+    <loc>http://mesos.apache.org/documentation/roles/</loc>
+    <lastmod>2016-02-08T00:00:00+01:00</lastmod>
   </url>
   <url>
-    <loc>http://mesos.apache.org/documentation/high-availability/</loc>
-    <lastmod>2016-02-03T00:00:00-05:00</lastmod>
+    <loc>http://mesos.apache.org/documentation/sandbox/</loc>
+    <lastmod>2016-02-08T00:00:00+01:00</lastmod>
   </url>
   <url>
-    <loc>http://mesos.apache.org/documentation/persistent-volume/</loc>
-    <lastmod>2016-02-03T00:00:00-05:00</lastmod>
+    <loc>http://mesos.apache.org/documentation/scheduler-http-api/</loc>
+    <lastmod>2016-02-08T00:00:00+01:00</lastmod>
   </url>
   <url>
-    <loc>http://mesos.apache.org/documentation/operational-guide/</loc>
-    <lastmod>2016-02-03T00:00:00-05:00</lastmod>
+    <loc>http://mesos.apache.org/documentation/slave-recovery/</loc>
+    <lastmod>2016-02-08T00:00:00+01:00</lastmod>
   </url>
   <url>
-    <loc>http://mesos.apache.org/documentation/oversubscription/</loc>
-    <lastmod>2016-02-03T00:00:00-05:00</lastmod>
+    <loc>http://mesos.apache.org/documentation/ssl/</loc>
+    <lastmod>2016-02-08T00:00:00+01:00</lastmod>
   </url>
   <url>
-    <loc>http://mesos.apache.org/documentation/networking-for-mesos-managed-containers/</loc>
-    <lastmod>2016-02-03T00:00:00-05:00</lastmod>
+    <loc>http://mesos.apache.org/documentation/submitting-a-patch/</loc>
+    <lastmod>2016-02-08T00:00:00+01:00</lastmod>
   </url>
   <url>
-    <loc>http://mesos.apache.org/documentation/reporting-a-bug/</loc>
-    <lastmod>2016-02-03T00:00:00-05:00</lastmod>
+    <loc>http://mesos.apache.org/documentation/testing-patterns/</loc>
+    <lastmod>2016-02-08T00:00:00+01:00</lastmod>
   </url>
   <url>
-    <loc>http://mesos.apache.org/documentation/engineering-principles-and-practices/</loc>
-    <lastmod>2016-02-03T00:00:00-05:00</lastmod>
+    <loc>http://mesos.apache.org/documentation/tools/</loc>
+    <lastmod>2016-02-08T00:00:00+01:00</lastmod>
+  </url>
+  <url>
+    <loc>http://mesos.apache.org/documentation/upgrades/</loc>
+    <lastmod>2016-02-08T00:00:00+01:00</lastmod>
+  </url>
+  <url>
+    <loc>http://mesos.apache.org/documentation/versioning/</loc>
+    <lastmod>2016-02-08T00:00:00+01:00</lastmod>
   </url>
 </urlset>
\ No newline at end of file