You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by jo...@apache.org on 2016/07/28 21:44:21 UTC

mesos git commit: Added books about Mesos to the documentation page.

Repository: mesos
Updated Branches:
  refs/heads/master 26c806f09 -> 3da0c0e00


Added books about Mesos to the documentation page.

This commit adds the known Mesos books to-date to the Mesos
documentation page so that community members can easily find them.

This closes #62, #152


Project: http://git-wip-us.apache.org/repos/asf/mesos/repo
Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/3da0c0e0
Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/3da0c0e0
Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/3da0c0e0

Branch: refs/heads/master
Commit: 3da0c0e009fef02f780d00bacac0282f68fcd23f
Parents: 26c806f
Author: Roger Ignazio <me...@rogerignazio.com>
Authored: Thu Jul 28 12:41:09 2016 -0700
Committer: Joseph Wu <jo...@apache.org>
Committed: Thu Jul 28 14:42:05 2016 -0700

----------------------------------------------------------------------
 docs/home.md | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/3da0c0e0/docs/home.md
----------------------------------------------------------------------
diff --git a/docs/home.md b/docs/home.md
index 5e6225c..80451f4 100644
--- a/docs/home.md
+++ b/docs/home.md
@@ -102,3 +102,26 @@ layout: documentation
 * [Powered by Mesos](powered-by-mesos.md) lists organizations and software that are powered by Apache Mesos.
 * [Academic Papers and Project History](https://www.usenix.org/conference/nsdi11/mesos-platform-fine-grained-resource-sharing-data-center)
 * [Design docs](design-docs.md) list of design documents for various Mesos features
+
+## Books on Mesos
+
+<div class="row">
+  <div class="col-xs-6 col-md-4">
+    <a href="https://www.packtpub.com/big-data-and-business-intelligence/apache-mesos-essentials" class="thumbnail">
+      <img src="https://www.packtpub.com/sites/default/files/9781783288762.png" alt="Apache Mesos Essentials by Dharmesh Kakadia">
+    </a>
+    <p class="text-center">Apache Mesos Essentials by Dharmesh Kakadia (Packt, 2015)</p>
+  </div>
+  <div class="col-xs-6 col-md-4">
+    <a href="http://shop.oreilly.com/product/0636920039952.do" class="thumbnail">
+      <img src="http://akamaicovers.oreilly.com/images/0636920039952/lrg.jpg" alt="Building Applications on Mesos by David Greenberg">
+    </a>
+    <p class="text-center">Building Applications on Mesos by David Greenberg (O'Reilly, 2015)</p>
+  </div>
+  <div class="col-xs-6 col-md-4">
+    <a href="https://www.manning.com/books/mesos-in-action" class="thumbnail">
+      <img src="https://images.manning.com/255/340/resize/book/d/62f5c9b-0946-4569-ad50-ffdb84876ddc/Ignazio-Mesos-HI.png" alt="Mesos in Action by Roger Ignazio">
+    </a>
+  <p class="text-center">Mesos in Action by Roger Ignazio (Manning, 2016)
+  </div>
+</div>