njn | 3e986b2 | 2004-11-30 10:43:45 +0000 | [diff] [blame] | 1 | <?xml version="1.0"?> <!-- -*- sgml -*- --> |
| 2 | <!DOCTYPE set PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN" |
de | bad57fc | 2005-12-03 22:33:29 +0000 | [diff] [blame] | 3 | "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" |
de | 252c614 | 2005-11-27 04:10:00 +0000 | [diff] [blame] | 4 | [ <!ENTITY % vg-entities SYSTEM "vg-entities.xml"> %vg-entities; ]> |
njn | 3e986b2 | 2004-11-30 10:43:45 +0000 | [diff] [blame] | 5 | |
de | 252c614 | 2005-11-27 04:10:00 +0000 | [diff] [blame] | 6 | |
| 7 | <set lang="en" id="set-index" xreflabel="Valgrind Documentation"> |
njn | 3e986b2 | 2004-11-30 10:43:45 +0000 | [diff] [blame] | 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> |
de | 9bec93c | 2005-11-25 05:36:48 +0000 | [diff] [blame] | 15 | <link linkend="dist.authors" endterm="dist.authors.title"></link> |
njn | 3e986b2 | 2004-11-30 10:43:45 +0000 | [diff] [blame] | 16 | </holder> |
| 17 | </copyright> |
| 18 | |
| 19 | <legalnotice> |
sewardj | e01c505 | 2007-11-25 00:56:51 +0000 | [diff] [blame] | 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 | |
njn | 3e986b2 | 2004-11-30 10:43:45 +0000 | [diff] [blame] | 35 | </legalnotice> |
| 36 | |
| 37 | </setinfo> |
| 38 | |
njn | 76c5bfa | 2005-03-11 04:33:29 +0000 | [diff] [blame] | 39 | <!-- Quick Start Guide --> |
| 40 | <xi:include href="quick-start-guide.xml" parse="xml" |
| 41 | xmlns:xi="http://www.w3.org/2001/XInclude" /> |
| 42 | |
njn | 3e986b2 | 2004-11-30 10:43:45 +0000 | [diff] [blame] | 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> |