You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by vi...@apache.org on 2015/04/22 21:58:53 UTC

svn commit: r1675482 [3/3] - in /mesos/site: publish/ publish/community/ publish/documentation/ publish/documentation/latest/ publish/documentation/latest/mesos-developers-guide/ publish/documentation/mesos-developers-guide/ source/documentation/ sourc...

Modified: mesos/site/source/documentation/latest.html.md
URL: http://svn.apache.org/viewvc/mesos/site/source/documentation/latest.html.md?rev=1675482&r1=1675481&r2=1675482&view=diff
==============================================================================
--- mesos/site/source/documentation/latest.html.md (original)
+++ mesos/site/source/documentation/latest.html.md Wed Apr 22 19:58:52 2015
@@ -12,8 +12,9 @@ layout: documentation
 ## Running Mesos
 
 * [Configuration](/documentation/latest/configuration/) for command-line arguments.
+* [Mesos Containerizer](/documentation/latest/mesos-containerizer/) default containerizer, supports both Linux and POSIX systems.
 * [Docker Containerizer](/documentation/latest/docker-containerizer/) for launching a Docker image as a Task, or as an Executor.
-* [External Containerizer](/documentation/latest/external-containerizer/)
+* [External Containerizer](/documentation/latest/external-containerizer/) for custom containerization implementations.
 * [Framework Authorization](/documentation/latest/authorization/)
 * [Framework Rate Limiting](/documentation/latest/framework-rate-limiting/)
 * [Logging and Debugging](/documentation/latest/logging-and-debugging/) for viewing Mesos and framework logs.

Modified: mesos/site/source/documentation/latest/mesos-developers-guide.md
URL: http://svn.apache.org/viewvc/mesos/site/source/documentation/latest/mesos-developers-guide.md?rev=1675482&r1=1675481&r2=1675482&view=diff
==============================================================================
--- mesos/site/source/documentation/latest/mesos-developers-guide.md (original)
+++ mesos/site/source/documentation/latest/mesos-developers-guide.md Wed Apr 22 19:58:52 2015
@@ -18,7 +18,7 @@ layout: documentation
 ### Before you submit
 1. Check out the code from the Apache repository via Git. Instructions are on the [Getting Started](http://mesos.apache.org/gettingstarted/) page.
 
-2. Join the dev@mesos.apache.org mailing list by sending an email to dev-subscribe@mesos.apache.org
+2. Join the dev, issues, reviews and builds mailing lists by sending emails to dev-subscribe@mesos.apache.org, issues-subscribe@mesos.apache.org, reviews-subscribe@mesos.apache.org and builds-subscribe@mesos.apache.org respectively.
 
 3. Find a JIRA that is currently unassigned that you want to work on at [JIRA issue tracker](https://issues.apache.org/jira/browse/MESOS), or create your own (you'll need a JIRA account for this, see below)!
     1. This could be a JIRA representing a bug (possibly a bug that you encountered and reported, e.g. when trying to build) or a new feature