You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@giraph.apache.org by rv...@apache.org on 2016/03/07 03:34:06 UTC

git commit: updated refs/heads/trunk to 0f8d337

Repository: giraph
Updated Branches:
  refs/heads/trunk 3c07b123c -> 0f8d3377e


GIRAPH-1044. Update book info in the User Docs / Related Literature page of the site


Project: http://git-wip-us.apache.org/repos/asf/giraph/repo
Commit: http://git-wip-us.apache.org/repos/asf/giraph/commit/0f8d3377
Tree: http://git-wip-us.apache.org/repos/asf/giraph/tree/0f8d3377
Diff: http://git-wip-us.apache.org/repos/asf/giraph/diff/0f8d3377

Branch: refs/heads/trunk
Commit: 0f8d3377e8319cce7b8feeaa3c70528e030fab37
Parents: 3c07b12
Author: Roman Shaposhnik <rv...@apache.org>
Authored: Sun Mar 6 17:41:28 2016 -0800
Committer: Roman Shaposhnik <rv...@apache.org>
Committed: Sun Mar 6 17:41:28 2016 -0800

----------------------------------------------------------------------
 src/site/xdoc/index.xml      |  1 +
 src/site/xdoc/literature.xml | 14 ++++++--------
 2 files changed, 7 insertions(+), 8 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/giraph/blob/0f8d3377/src/site/xdoc/index.xml
----------------------------------------------------------------------
diff --git a/src/site/xdoc/index.xml b/src/site/xdoc/index.xml
index 0144d43..017101c 100644
--- a/src/site/xdoc/index.xml
+++ b/src/site/xdoc/index.xml
@@ -37,6 +37,7 @@ under the License.
 
       <subsection name="News">
         <ul>
+          <li><strong>Oct 28, 2015: Practical Graph Analytics with Apache Giraph is now available from Apress.</strong> More details in our books section <a href="literature.html">here</a>.</li>
           <li><strong>Nov 19, 2014: Giraph 1.1.0 is now released!</strong> Please pick up a copy <a href="http://www.apache.org/dyn/closer.cgi/giraph/giraph-1.1.0">here</a>.</li>
           <li><strong>May 6, 2013: Giraph 1.0.0 is now released!</strong> Please pick up a copy <a href="http://www.apache.org/dyn/closer.cgi/giraph/giraph-1.0.0">here</a>.</li>
           <li><strong>February 6, 2012: Giraph 0.1-incubating released.</strong> The Giraph PPMC is excited to announce that version 0.1 has been released. Grab a copy of the archived release <a href="http://archive.apache.org/dist/incubator/giraph">here</a>.</li>

http://git-wip-us.apache.org/repos/asf/giraph/blob/0f8d3377/src/site/xdoc/literature.xml
----------------------------------------------------------------------
diff --git a/src/site/xdoc/literature.xml b/src/site/xdoc/literature.xml
index 7c003a5..c4a5f92 100644
--- a/src/site/xdoc/literature.xml
+++ b/src/site/xdoc/literature.xml
@@ -31,14 +31,12 @@ under the License.
     <section name="Books">
 		<table>
 	        <tr>
-				<td>		<b>Giraph in Action</b> (<a href="http://www.manning.com/martella">MANNING</a>)<br/> 
-		Giraph in Action teaches you how to apply the Apache Giraph programming model to real-world graph data examples. The book starts by showing you how to mine graph data 
-		using the most straightforward algorithms. Then, you'll dive into the Giraph architecture and the main APIs as you discover how to model and process more complex scenarios. 
-		Along the way, you'll pick up techniques for handling data from disparate sources, swapping data in and out of memory, and running Giraph in the cloud.
-                </td>
-                <td><img src="http://www.manning.com/martella/martella_cover150.jpg"/><br/>
-                <i>You can use coupon "<b>giraph38</b>" to get <b>38%</b> off Giraph in Action (all formats)".</i></td>
-			</tr>
+		   <td><b>Practical Graph Analytics with Apache Giraph</b>(<a href="http://www.apress.com/9781484212523">Published by Apress</a>)<br/> 
+                       Practical Graph Analytics with Apache Giraph helps you build data mining and machine learning applications using the Apache Foundation’s Giraph framework for graph processing. This is the same framework as used by Facebook, Google, and other social media analytics operations to derive business value from vast amounts of interconnected data points.
+                   </td>
+                   <td><img src="http://www.apress.com/media/catalog/product/cache/9/image/9df78eab33525d08d6e5fb8d27136e95/A/9/A9781484212523-3d.png"/><br/>
+                   </td>
+		</tr>
 		</table>
     </section>