Home | History | Annotate | Download | only in xml
      1 <?xml version="1.0"?> <!-- -*- sgml -*- -->
      2 <!DOCTYPE book 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 <book id="dist" xreflabel="Distribution Documents">
      8 
      9 <bookinfo>
     10   <title>Valgrind Distribution Documents</title>
     11   <releaseinfo>&rel-type; &rel-version; &rel-date;</releaseinfo>
     12   <copyright>
     13     <year>&vg-lifespan;</year>
     14     <holder><ulink url="&vg-devs-url;">Valgrind Developers</ulink></holder>
     15   </copyright>
     16   <legalnotice>
     17     <para>Email: <ulink url="mailto:&vg-vemail;">&vg-vemail;</ulink></para>
     18   </legalnotice>
     19 </bookinfo>
     20 
     21   <!-- Nb: because these are all text files, we have to wrap -->
     22   <!-- them in suitable XML.  Hence the chapter/title stuff  -->
     23 
     24   <chapter id="dist.authors" xreflabel="Valgrind Developers">
     25     <title id="dist.authors.title">AUTHORS</title>
     26     <literallayout>
     27         <xi:include href="../../AUTHORS" parse="text"  
     28             xmlns:xi="http://www.w3.org/2001/XInclude" />
     29     </literallayout>
     30     </chapter>
     31 
     32   <chapter id="dist.news" xreflabel="News">
     33     <title>NEWS</title>
     34     <literallayout>
     35       <xi:include href="../../NEWS" parse="text"  
     36           xmlns:xi="http://www.w3.org/2001/XInclude" />
     37     </literallayout>
     38   </chapter>
     39   <chapter id="dist.news.old" xreflabel="Old News">
     40     <title>OLDER NEWS</title>
     41     <literallayout>
     42       <xi:include href="../../NEWS.old" parse="text"  
     43           xmlns:xi="http://www.w3.org/2001/XInclude" />
     44     </literallayout>
     45   </chapter>
     46 
     47   <chapter id="dist.readme" xreflabel="Readme">
     48     <title>README</title>
     49     <literallayout>
     50       <xi:include href="../../README" parse="text"  
     51           xmlns:xi="http://www.w3.org/2001/XInclude" />
     52     </literallayout>
     53     </chapter>
     54 
     55   <chapter id="dist.readme-missing" 
     56              xreflabel="Readme Missing Syscall or Ioctl">
     57     <title>README_MISSING_SYSCALL_OR_IOCTL</title>
     58     <literallayout>
     59       <xi:include href="../../README_MISSING_SYSCALL_OR_IOCTL" 
     60           parse="text"  
     61           xmlns:xi="http://www.w3.org/2001/XInclude" />
     62     </literallayout>
     63     </chapter>
     64 
     65   <chapter id="dist.readme-developers" 
     66              xreflabel="Readme Developer">
     67     <title>README_DEVELOPERS</title>
     68     <literallayout>
     69       <xi:include href="../../README_DEVELOPERS" 
     70           parse="text" 
     71           xmlns:xi="http://www.w3.org/2001/XInclude" />
     72     </literallayout>
     73     </chapter>
     74 
     75   <chapter id="dist.readme-packagers" 
     76              xreflabel="Readme Packagers">
     77     <title>README_PACKAGERS</title>
     78     <literallayout>
     79       <xi:include href="../../README_PACKAGERS" 
     80           parse="text" 
     81           xmlns:xi="http://www.w3.org/2001/XInclude" />
     82     </literallayout>
     83     </chapter>
     84 
     85   <chapter id="dist.readme-s390" 
     86              xreflabel="Readme S390">
     87     <title>README.S390</title>
     88     <literallayout>
     89       <xi:include href="../../README.s390" 
     90           parse="text" 
     91           xmlns:xi="http://www.w3.org/2001/XInclude" />
     92     </literallayout>
     93     </chapter>
     94 
     95   <chapter id="dist.readme-android" 
     96              xreflabel="Readme Android">
     97     <title>README.android</title>
     98     <literallayout>
     99       <xi:include href="../../README.android" 
    100           parse="text" 
    101           xmlns:xi="http://www.w3.org/2001/XInclude" />
    102     </literallayout>
    103     </chapter>
    104 
    105   <chapter id="dist.readme-android_emulator" 
    106              xreflabel="Readme Android Emulator">
    107     <title>README.android_emulator</title>
    108     <literallayout>
    109       <xi:include href="../../README.android_emulator" 
    110           parse="text" 
    111           xmlns:xi="http://www.w3.org/2001/XInclude" />
    112     </literallayout>
    113     </chapter>
    114 
    115   <chapter id="dist.readme-mips" 
    116              xreflabel="Readme MIPS">
    117     <title>README.mips</title>
    118     <literallayout>
    119       <xi:include href="../../README.mips" 
    120           parse="text" 
    121           xmlns:xi="http://www.w3.org/2001/XInclude" />
    122     </literallayout>
    123     </chapter>
    124 
    125   <chapter id="dist.readme-solaris"
    126              xreflabel="Readme Solaris">
    127     <title>README.solaris</title>
    128     <literallayout>
    129       <xi:include href="../../README.solaris"
    130           parse="text"
    131           xmlns:xi="http://www.w3.org/2001/XInclude" />
    132     </literallayout>
    133     </chapter>
    134 </book>
    135