1 <?xml version="1.0"?> <!-- -*- sgml -*- --> 2 <!DOCTYPE set PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN" 3 "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" 4 [ <!ENTITY % vg-entities SYSTEM "vg-entities.xml"> %vg-entities; ]> 5 6 7 <set lang="en" id="set-index" xreflabel="Valgrind Documentation"> 8 9 <setinfo> 10 <title>Valgrind Documentation</title> 11 <releaseinfo>&rel-type; &rel-version; &rel-date;</releaseinfo> 12 <copyright> 13 <year>&vg-lifespan;</year> 14 <holder> 15 <link linkend="dist.authors" endterm="dist.authors.title"></link> 16 </holder> 17 </copyright> 18 19 <legalnotice> 20 <para>Permission is granted to copy, distribute and/or modify 21 this document under the terms of the GNU Free Documentation 22 License, Version 1.2 or any later version published by the 23 Free Software Foundation; with no Invariant Sections, with no 24 Front-Cover Texts, and with no Back-Cover Texts. A copy of 25 the license is included in the section entitled 26 <xref linkend="license.gfdl"/>. 27 </para> 28 <para>This is the top level of Valgrind's documentation tree. 29 The documentation is contained in six logically separate 30 documents, as listed in the following Table of Contents. To 31 get started quickly, read the Valgrind Quick Start Guide. For 32 full documentation on Valgrind, read the Valgrind User Manual. 33 </para> 34 35 </legalnotice> 36 37 </setinfo> 38 39 <!-- Quick Start Guide --> 40 <xi:include href="quick-start-guide.xml" parse="xml" 41 xmlns:xi="http://www.w3.org/2001/XInclude" /> 42 43 <!-- User Manual --> 44 <xi:include href="manual.xml" parse="xml" 45 xmlns:xi="http://www.w3.org/2001/XInclude" /> 46 47 <!-- FAQ --> 48 <xi:include href="FAQ.xml" parse="xml" 49 xmlns:xi="http://www.w3.org/2001/XInclude" /> 50 51 <!-- Technical Docs --> 52 <xi:include href="tech-docs.xml" parse="xml" 53 xmlns:xi="http://www.w3.org/2001/XInclude" /> 54 55 <!-- Distribution Docs --> 56 <xi:include href="dist-docs.xml" parse="xml" 57 xmlns:xi="http://www.w3.org/2001/XInclude" /> 58 59 <!-- GNU Licenses --> 60 <xi:include href="licenses.xml" parse="xml" 61 xmlns:xi="http://www.w3.org/2001/XInclude" /> 62 63 64 </set> 65