File: formats-section.xml

package info (click to toggle)
hsqldb 1.8.0.7-1etch1
  • links: PTS
  • area: main
  • in suites: etch
  • size: 11,824 kB
  • ctags: 11,226
  • sloc: java: 71,953; xml: 10,832; sql: 1,038; sh: 875; makefile: 58
file content (71 lines) | stat: -rw-r--r-- 2,466 bytes parent folder | download | duplicates (12)
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
<!-- $Id: formats-section.xml,v 1.3 2005/07/25 21:50:52 unsaved Exp $ -->

<!-- This file is included into docbook source files.
    (At this time, this is accomplished with an external general XML entity)
 -->

<section>
    <title>Available formats for this document</title>
    <para>This document is available in several formats.</para>
    <para>
        You may be reading this document right now at &baseurl;, or in
        a distribution somewhere else.
        I hereby call the document distribution from which you are reading 
        this, your <emphasis>current distro</emphasis>.
    </para>
    <para>
        &baseurl; hosts the latest production versions of all available formats.
        If you want a different format of the same <emphasis>version</emphasis>
        of the document you are reading now, then you should try your
        current distro.
        If you want the latest production version, you should try &baseurl;.
    </para>
    <para>
        Sometimes, distributions other than &baseurl; do not host all
        available formats.
        So, if you can't access the format that you want in your current
        distro, you have no choice but to use the newest production version at 
        &baseurl;.
    </para>

    <para>
    <table frame='all' tocentry='1'>
        <title>Alternate formats of this document</title>
        <!-- <tgroup cols='3' align='left' colsep='1' rowsep='1'> -->
        <tgroup cols='3' align='left'>
        <thead><row>
            <entry>format</entry>
            <entry>your distro</entry>
            <entry>at &baseurl;</entry>
        </row></thead>
        <tbody>
        <row>
            <entry>
                Chunked HTML
            </entry><entry>
                <ulink url='index.html'/>
            </entry><entry>
                <ulink url='&baseurl;/index.html'/>
            </entry>
        </row><row>
            <entry>
                All-in-one HTML
            </entry><entry>
                <ulink url='&docbasename;.html'/>
            </entry><entry>
                <ulink url='&baseurl;/&docbasename;.html'/>
            </entry>
        </row><row>
            <entry>
                PDF
            </entry><entry>
                <ulink url='&docbasename;.pdf'/>
            </entry><entry>
                <ulink url='&baseurl;/&docbasename;.pdf'/>
            </entry>
        </row>
        </tbody>
        </tgroup>
    </table>
    </para>
</section>