conventions.xml 3.4 KB
Newer Older
1
<!-- <!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook V4.1//EN"> -->
2 3
<section id="conventions">
  <title>Document Conventions</title>
4

5 6 7
  <indexterm zone="conventions">
    <primary>conventions</primary>
  </indexterm>
8

9
  <para>This document uses the following conventions:</para>
10

11 12 13 14 15
  <informaltable frame="none">
    <tgroup cols="2">
      <thead>
        <row>
          <entry>Descriptions</entry>
16

17 18 19
          <entry>Appearance</entry>
        </row>
      </thead>
20

21 22
      <tbody>
        <row>
23
          <entry>Caution</entry>
24 25 26

          <entry>
            <caution>
27
              <para>Don't run with scissors!</para>
28 29
            </caution>
          </entry>
30
        </row>
31

32
        <row>
33
          <entry>Hint or Tip</entry>
34 35 36

          <entry>
            <tip>
37
              <para>For best results... </para>
38 39
            </tip>
          </entry>
40
        </row>
41

42
        <row>
43
          <entry>Note</entry>
44 45 46

          <entry>
            <note>
47
              <para>Dear John...</para>
48 49
            </note>
          </entry>
50
        </row>
51

52
        <row>
53
          <entry>Warning</entry>
54 55 56

          <entry>
            <warning>
57
              <para>Read this or the cat gets it.</para>
58 59
            </warning>
          </entry>
60
        </row>
61

62
        <row>
63
          <entry>File or directory name</entry>
64 65

          <entry>
66
            <filename>filename</filename>
67
          </entry>
68
        </row>
69

70
        <row>
71
          <entry>Command to be typed</entry>
72 73 74 75

          <entry>
            <command>command</command>
          </entry>
76
        </row>
77

78
        <row>
79
          <entry>Application name</entry>
80 81 82 83

          <entry>
            <application>application</application>
          </entry>
84
        </row>
85

86
        <row>
87
          <entry>
88
          Normal user's prompt under bash shell</entry>
89

90 91
          <entry>bash$</entry>
        </row>
92

93
        <row>
94
          <entry>
95
          Root user's prompt under bash shell</entry>
96

97 98
          <entry>bash#</entry>
        </row>
99 100 101

        <row>
          <entry>
102
          Normal user's prompt under tcsh shell</entry>
103 104 105 106

          <entry>tcsh$</entry>
        </row>

107
        <row>
108
          <entry>Environment variables</entry>
109 110 111 112

          <entry>
            <envar>VARIABLE</envar>
          </entry>
113
        </row>
114

115
        <row>
116
          <entry>Term found in the glossary</entry>
117 118

          <entry>
119
            <glossterm linkend="gloss-bugzilla">Bugzilla</glossterm>
120
          </entry>
121
        </row>
122

123
        <row>
124
          <entry>Code example</entry>
125 126

          <entry>
127 128 129
            <programlisting><sgmltag class="starttag">para</sgmltag>
Beginning and end of paragraph
<sgmltag class="endtag">para</sgmltag></programlisting>
130
          </entry>
131 132 133 134
        </row>
      </tbody>
    </tgroup>
  </informaltable>
135 136 137 138 139 140 141

  <para>  
	  This documentation is maintained in DocBook 4.1.2 XML format.
    Changes are best submitted as plain text or XML diffs, attached
    to a bug filed in the &bzg-bugs; component.
  </para>
  
142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158
</section>

<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
sgml-always-quote-attributes:t
sgml-auto-insert-required-elements:t
sgml-balanced-tag-edit:t
sgml-exposed-tags:nil
sgml-general-insert-case:lower
sgml-indent-data:t
sgml-indent-step:2
sgml-local-catalogs:nil
sgml-local-ecat-files:nil
sgml-minimize-attributes:nil
sgml-namecase-general:t
sgml-omittag:t
159
sgml-parent-document:("Bugzilla-Guide.xml" "book" "chapter")
160 161 162 163
sgml-shorttag:t
sgml-tag-region-if-active:t
End:
-->
164