|
From: <sv...@va...> - 2008-06-16 23:11:36
|
Author: njn Date: 2008-06-17 00:11:29 +0100 (Tue, 17 Jun 2008) New Revision: 360 Log: Added a books page, showing the Valgrind printed Manual. Let's see if this website's menu works how I think it does. Added: trunk/docs/books.html Modified: trunk/docs/pubs.html trunk/php/menu.php Added: trunk/docs/books.html =================================================================== --- trunk/docs/books.html (rev 0) +++ trunk/docs/books.html 2008-06-16 23:11:29 UTC (rev 360) @@ -0,0 +1,20 @@ +<h1>Valgrind Books</h1> + +<p>Here are some printed books that relate to Valgrind.</p> + +<ul> + <li><p> + <b><a href="/docs/origin-tracking2007.pdf">Valgrind 3.3 — Advanced + Debugging and Profiling for GNU/Linux applications</a>.<br> + Julian Seward, Nicholas Nethercote, Josef Weidendorfer and the Valgrind + Development Team.<br> + Network Theory Ltd, 2008.</b><br> + This is the Valgrind 3.3 manual in printed book form. + <a href="http://www.network-theory.co.uk/valgrind/manual/">More information + and online orders.</a> + </p></li> + +</ul> + +<p> </p> +<p> </p> Modified: trunk/docs/pubs.html =================================================================== --- trunk/docs/pubs.html 2008-06-10 01:11:44 UTC (rev 359) +++ trunk/docs/pubs.html 2008-06-16 23:11:29 UTC (rev 360) @@ -1,11 +1,11 @@ -<h1>Valgrind Publications</h1> +<h1>Valgrind Research Papers</h1> -<p>Here are some academic publications that are about Valgrind or involve +<p>Here are some research papers that are about Valgrind or involve Valgrind significantly.</p> -<h2>Papers By Valgrind Developers</h2> +<h2>Research Papers By Valgrind Developers</h2> -<p>If you refer to Valgrind in a publication, please cite one or +<p>If you refer to Valgrind in a published work, please cite one or more of the following papers, not just the Valgrind website.</p> <ul> @@ -22,7 +22,7 @@ Ultimately it wasn't that useful in practice. The paper also describes a similar technique for improving null pointer exception messages in Java, which was much more successful. Please only cite this paper if you are - discussing specifically origin tracking. + specifically discussing origin tracking. </p></li> <li><p> @@ -142,7 +142,7 @@ </ul> -<h2>Papers By Others</h2> +<h2>Research Papers By Others</h2> <ul> <li><p> @@ -176,5 +176,3 @@ </ul> -<p> </p> -<p> </p> Modified: trunk/php/menu.php =================================================================== --- trunk/php/menu.php 2008-06-10 01:11:44 UTC (rev 359) +++ trunk/php/menu.php 2008-06-16 23:11:29 UTC (rev 360) @@ -22,7 +22,8 @@ array( 'url'=>'manual/FAQ.html', 'tag'=>'FAQ' ), array( 'url'=>'manual/manual.html', 'tag'=>'User Manual' ), array( 'url'=>'download_docs.html', 'tag'=>'Download Manual' ), - array( 'url'=>'pubs.html', 'tag'=>'Publications' ) + array( 'url'=>'pubs.html', 'tag'=>'Research Papers' ), + array( 'url'=>'books.html', 'tag'=>'Books' ) ); $contact = array( |