File: dist-docs.xml

package info (click to toggle)
valgrind 1%3A3.3.1-3
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 34,452 kB
  • ctags: 27,778
  • sloc: ansic: 234,398; sh: 14,186; xml: 11,662; perl: 4,410; asm: 3,135; makefile: 3,011; exp: 625; cpp: 255; haskell: 195
file content (93 lines) | stat: -rw-r--r-- 3,042 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
<?xml version="1.0"?> <!-- -*- sgml -*- -->
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
  "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd"
[ <!ENTITY % vg-entities SYSTEM "vg-entities.xml"> %vg-entities; ]>


<book id="dist" xreflabel="Distribution Documents">

<bookinfo>
  <title>Valgrind Distribution Documents</title>
  <releaseinfo>&rel-type; &rel-version; &rel-date;</releaseinfo>
  <copyright>
    <year>&vg-lifespan;</year>
    <holder><ulink url="&vg-developers;">Valgrind Developers</ulink></holder>
  </copyright>
  <legalnotice>
    <para>Email: <ulink url="mailto:&vg-vemail;">&vg-vemail;</ulink></para>
  </legalnotice>
</bookinfo>

  <!-- Nb: because these are all text files, we have to wrap -->
  <!-- them in suitable XML.  Hence the chapter/title stuff  -->

  <chapter id="dist.acknowledge" xreflabel="Acknowledgements">
    <title>ACKNOWLEDGEMENTS</title>
    <literallayout>
      <xi:include href="../../ACKNOWLEDGEMENTS" parse="text"  
          xmlns:xi="http://www.w3.org/2001/XInclude" />
    </literallayout>
    </chapter>

  <chapter id="dist.authors" xreflabel="Valgrind Developers">
    <title id="dist.authors.title">AUTHORS</title>
    <literallayout>
        <xi:include href="../../AUTHORS" parse="text"  
            xmlns:xi="http://www.w3.org/2001/XInclude" />
    </literallayout>
    </chapter>

  <chapter id="dist.install" xreflabel="Install">
    <title>INSTALL</title>
    <literallayout>
      <xi:include href="../../INSTALL" parse="text"  
          xmlns:xi="http://www.w3.org/2001/XInclude" />
    </literallayout>
    </chapter>

  <chapter id="dist.news" xreflabel="News">
    <title>NEWS</title>
    <literallayout>
      <xi:include href="../../NEWS" parse="text"  
          xmlns:xi="http://www.w3.org/2001/XInclude" />
    </literallayout>
    </chapter>

  <chapter id="dist.readme" xreflabel="Readme">
    <title>README</title>
    <literallayout>
      <xi:include href="../../README" parse="text"  
          xmlns:xi="http://www.w3.org/2001/XInclude" />
    </literallayout>
    </chapter>

  <chapter id="dist.readme-missing" 
             xreflabel="Readme Missing Syscall or Ioctl">
    <title>README_MISSING_SYSCALL_OR_IOCTL</title>
    <literallayout>
      <xi:include href="../../README_MISSING_SYSCALL_OR_IOCTL" 
          parse="text"  
          xmlns:xi="http://www.w3.org/2001/XInclude" />
    </literallayout>
    </chapter>

  <chapter id="dist.readme-developers" 
             xreflabel="Readme Developer">
    <title>README_DEVELOPERS</title>
    <literallayout>
      <xi:include href="../../README_DEVELOPERS" 
          parse="text" 
          xmlns:xi="http://www.w3.org/2001/XInclude" />
    </literallayout>
    </chapter>

  <chapter id="dist.readme-packagers" 
             xreflabel="Readme Packagers">
    <title>README_PACKAGERS</title>
    <literallayout>
      <xi:include href="../../README_PACKAGERS" 
          parse="text" 
          xmlns:xi="http://www.w3.org/2001/XInclude" />
    </literallayout>
    </chapter>
</book>