File: dist-docs.xml

package info (click to toggle)
valgrind 1%3A3.7.0-6
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 58,060 kB
  • sloc: ansic: 396,820; xml: 18,453; cpp: 6,698; asm: 5,584; perl: 5,008; sh: 4,852; makefile: 3,965; exp: 625; haskell: 195
file content (77 lines) | stat: -rw-r--r-- 2,521 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
<?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-devs-url;">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.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.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>