conventions.xml 2.46 KB
Newer Older
1
<?xml version="1.0"?>
2 3 4 5 6 7 8
<!-- This Source Code Form is subject to the terms of the Mozilla Public
     License, v. 2.0. If a copy of the MPL was not distributed with this
     file, You can obtain one at http://mozilla.org/MPL/2.0/.

     This Source Code Form is "Incompatible With Secondary Licenses", as
     defined by the Mozilla Public License, v. 2.0.
-->
9 10 11 12 13 14
<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
                      "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" [
    <!ENTITY % myents SYSTEM "bugzilla.ent">
    %myents;
]>

15 16
<section id="conventions">
  <title>Document Conventions</title>
17

18
  <para>This document uses the following conventions:</para>
19

20 21 22
  <caution>
    <para>This is a caution. Make sure to read this to not be in trouble!</para>
  </caution>
23

24 25 26
  <tip>
    <para>This is a hint or tip, especially about some configuration tweaks.</para>
  </tip>
27

28 29 30
  <note>
    <para>This is just a note, for your information.</para>
  </note>
31

32 33 34
  <warning>
    <para>This is a warning, something you should take care of.</para>
  </warning>
35

36 37 38 39
  <para>
    A filename or a path to a filename is displayed like this:
    <filename>/path/to/filename.ext</filename>
  </para>
40

41 42 43 44
  <para>
    A command to type in the shell is displayed like this:
    <command>command --arguments</command>
  </para>
45

46
  <para>bash$ represents a normal user's prompt under bash shell</para>
47

48
  <para>bash# represents a root user's prompt under bash shell</para>
49

50 51 52 53
  <para>
    A word which is in the glossary will appear like this:
    <glossterm linkend="gloss-bugzilla">Bugzilla</glossterm>
  </para>
54

55 56 57 58 59 60 61 62
  <para>
    A sample of code is illustrated like this:
    <programlisting>
First Line of Code
Second Line of Code
...
    </programlisting>
  </para>
63

64 65
  <para>
    This documentation is maintained in DocBook 4.2 XML format.
66
    Changes are best submitted as plain text or XML diffs, attached
67 68
    to a bug filed in the <ulink url="&bzg-bugs;">Bugzilla Documentation</ulink>
    component.
69
  </para>
70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86
</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
87
sgml-parent-document:("Bugzilla-Guide.xml" "book" "chapter")
88 89 90 91
sgml-shorttag:t
sgml-tag-region-if-active:t
End:
-->