blob: f40890556825184089c3a5a0d0238b152b6a9d72 [file] [log] [blame]
njn3e986b22004-11-30 10:43:45 +00001<?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[
5 <!-- various strings, dates etc. common to all docs -->
6 <!ENTITY % vg-entities SYSTEM "vg-entities.xml"> %vg-entities;
7]>
8
9<set lang="en" id="index">
10
11 <setinfo>
12 <title>Valgrind Documentation</title>
13 <releaseinfo>&rel-type; &rel-version; &rel-date;</releaseinfo>
14 <copyright>
15 <year>&vg-lifespan;</year>
16 <holder>
17 <link linkend="dist.authors" endterm="dist.authors.title"></link>
18 </holder>
19 </copyright>
20
21 <legalnotice>
22 <para>Permission is granted to copy, distribute and/or
23 modify this document under the terms of the GNU Free
24 Documentation License, Version 1.2 or any later version
25 published by the Free Software Foundation; with no
26 Invariant Sections, with no Front-Cover Texts, and with no
27 Back-Cover Texts. A copy of the license is included in the
28 section entitled <xref linkend="license.gfdl"/>.</para>
29 </legalnotice>
30
31 </setinfo>
32
njn76c5bfa2005-03-11 04:33:29 +000033 <!-- Quick Start Guide -->
34 <xi:include href="quick-start-guide.xml" parse="xml"
35 xmlns:xi="http://www.w3.org/2001/XInclude" />
36
njn3e986b22004-11-30 10:43:45 +000037 <!-- User Manual -->
38 <xi:include href="manual.xml" parse="xml"
39 xmlns:xi="http://www.w3.org/2001/XInclude" />
40
41 <!-- FAQ -->
42 <xi:include href="FAQ.xml" parse="xml"
43 xmlns:xi="http://www.w3.org/2001/XInclude" />
44
45 <!-- Technical Docs -->
46 <xi:include href="tech-docs.xml" parse="xml"
47 xmlns:xi="http://www.w3.org/2001/XInclude" />
48
49 <!-- Distribution Docs -->
50 <xi:include href="dist-docs.xml" parse="xml"
51 xmlns:xi="http://www.w3.org/2001/XInclude" />
52
53 <!-- GNU Licenses -->
54 <xi:include href="licenses.xml" parse="xml"
55 xmlns:xi="http://www.w3.org/2001/XInclude" />
56
57
58</set>