Blame Documentation/Models/Docbook/Book/Preface.docbook

67ea4c
67ea4c
67ea4c
e0f682
<preface id="preface">
08530e
e0f682
    <title>Preface</title>
08530e
67ea4c
    <section id="preface-docconvs">
67ea4c
67ea4c
    <title>Document Convenctions</title>
67ea4c
67ea4c
    <para>
67ea4c
        In this manual, certain words are represented in different
67ea4c
        fonts, typefaces, sizes, and weights. This highlighting is
67ea4c
        systematic; different words are represented in the same style
67ea4c
        to indicate their inclusion in a specific category. The types
67ea4c
        of words that are represented this way include the
67ea4c
        following:
67ea4c
    </para>
67ea4c
67ea4c
    <variablelist>
67ea4c
        <varlistentry>
67ea4c
        <term><command>command</command></term>
67ea4c
        <listitem>
67ea4c
        <para>
67ea4c
            Linux commands (and other operating system commands, when
67ea4c
            used) are represented this way.  This style should
67ea4c
            indicate to you that you can type the word or phrase on
67ea4c
            the command line and press <keycap>Enter</keycap> to
67ea4c
            invoke a command.  Sometimes a command contains words that
67ea4c
            would be displayed in a different style on their own (such
67ea4c
            as file names). In these cases, they are considered to be
67ea4c
            part of the command, so the entire phrase is displayed as
67ea4c
            a command.  For example:
67ea4c
        </para>
67ea4c
67ea4c
        <para>
67ea4c
            Use the <command>centos-art render
67ea4c
            trunk/Identity/Images/Themes/TreeFlower/4/Distro/5/Anaconda
67ea4c
            --filter="01-welcome"</command> command to produce the first
67ea4c
            slide image used by Anaconda in the branch 5 of &TC;;
67ea4c
            using the version 4 of TreeFlower artistic motif.
67ea4c
        </para>
67ea4c
        </listitem>
67ea4c
        </varlistentry>
67ea4c
67ea4c
        <varlistentry>
67ea4c
        <term><filename>file name</filename></term>
67ea4c
        <listitem>
67ea4c
        <para>
67ea4c
            File names, directory names, paths, and RPM package names
67ea4c
            are represented this way. This style indicates that a
67ea4c
            particular file or directory exists with that name on your
67ea4c
            system. Examples:
67ea4c
        </para>
67ea4c
67ea4c
        <para>
67ea4c
            The <filename>init.sh</filename> file in 
67ea4c
            class="directory">trunk/Scripts/Bash/Cli/</filename>
67ea4c
            directory is the initialization script, written in Bash,
67ea4c
            used to automate most of tasks in the repository.
67ea4c
        </para>
67ea4c
67ea4c
        <para>
67ea4c
            The <command>centos-art</command> command uses the
67ea4c
            <filename>ImageMagick</filename> RPM package to convert
67ea4c
            images from PNG format to other formats.
67ea4c
        </para>
67ea4c
        </listitem>
67ea4c
        </varlistentry>
67ea4c
67ea4c
        <varlistentry>
67ea4c
        <term><keycap>key</keycap></term>
67ea4c
        <listitem>
67ea4c
        <para>
67ea4c
            A key on the keyboard is shown in this style.  For
67ea4c
            example:
67ea4c
        </para>
67ea4c
67ea4c
        <para>
67ea4c
            To use <keycap>Tab</keycap> completion to list particular
67ea4c
            files in a directory, type <command>ls</command>, then a
67ea4c
            character, and finally the <keycap>Tab</keycap> key. Your
67ea4c
            terminal displays the list of files in the working
67ea4c
            directory that begin with that character.
67ea4c
        </para>
67ea4c
        </listitem>
67ea4c
        </varlistentry>
67ea4c
67ea4c
        <varlistentry>
67ea4c
        <term><keycombo action="simul"><keycap>key</keycap><keycap>combination</keycap></keycombo></term>
67ea4c
        <listitem>
67ea4c
        <para>
67ea4c
            A combination of keystrokes is represented in this way.
67ea4c
            For example: 
67ea4c
        </para>
67ea4c
67ea4c
        <para>
67ea4c
            The 
67ea4c
            action="simul"><keycap>Ctrl</keycap><keycap>Alt</keycap><keycap>Backspace</keycap></keycombo>
67ea4c
            key combination exits your graphical session and returns
67ea4c
            you to the graphical login screen or the console.
67ea4c
        </para> 
67ea4c
        </listitem> 
67ea4c
        </varlistentry>
67ea4c
67ea4c
        <varlistentry>
67ea4c
        <term><computeroutput>computer output</computeroutput></term>
67ea4c
        <listitem>
67ea4c
        <para>
67ea4c
            Text in this style indicates text displayed to a shell
67ea4c
            prompt such as error messages and responses to commands.
67ea4c
            For example, the <command>ls</command> command displays
67ea4c
            the contents of a directory using this style:
67ea4c
        </para>
67ea4c
67ea4c
<screen>
67ea4c
render_doTranslation.sh     render_getDirTemplate.sh    render_doBaseActions.sh
67ea4c
render_getConfigOption.sh   render_getOptions.sh        render_doThemeActions.sh  
67ea4c
render_getDirOutput.sh      render.sh
67ea4c
</screen>
67ea4c
67ea4c
        <para>
67ea4c
            The output returned in response to the command (in this
67ea4c
            case, the contents of the directory) is shown in this
67ea4c
            style.
67ea4c
        </para>
67ea4c
        </listitem>
67ea4c
        </varlistentry>
67ea4c
67ea4c
        <varlistentry>
67ea4c
        <term><prompt>prompt</prompt></term>
67ea4c
        <listitem>
67ea4c
        <para>
67ea4c
            A prompt, which is a computer's way of signifying that it
67ea4c
            is ready for you to input something, is shown in this
67ea4c
            style. Examples:
67ea4c
        </para>
67ea4c
67ea4c
        <itemizedlist>
67ea4c
        <listitem>
67ea4c
        <para>
67ea4c
            <prompt>$</prompt>
67ea4c
        </para>
67ea4c
        </listitem>
67ea4c
        <listitem>
67ea4c
        <para>
67ea4c
            <prompt>#</prompt>
67ea4c
        </para>
67ea4c
        </listitem>
67ea4c
        <listitem>
67ea4c
        <para>
67ea4c
            <prompt>[centos@projects centos]$</prompt>
67ea4c
        </para>
67ea4c
        </listitem>
67ea4c
        <listitem>
67ea4c
        <para>
67ea4c
            <prompt>projects login:</prompt>
67ea4c
        </para>
67ea4c
        </listitem>
67ea4c
        </itemizedlist>
67ea4c
        </listitem>
67ea4c
        </varlistentry>
67ea4c
67ea4c
        <varlistentry>
67ea4c
        <term><userinput>user input</userinput></term>
67ea4c
        <listitem>
67ea4c
        <para>
67ea4c
            Text that the user types, either on the command line or
67ea4c
            into a text box on a GUI screen, is displayed in this
67ea4c
            style. In the following example,
67ea4c
            <userinput>text</userinput> is displayed in this style: To
67ea4c
            boot your system into the text based installation program,
67ea4c
            you must type in the <userinput>text</userinput> command
67ea4c
            at the <prompt>boot:</prompt> prompt.
67ea4c
        </para>
67ea4c
        </listitem>
67ea4c
        </varlistentry>
67ea4c
67ea4c
        <varlistentry>
67ea4c
        <term><replaceable>replaceable</replaceable></term>
67ea4c
        <listitem>
67ea4c
        <para>
67ea4c
           Text used in examples that is meant to be replaced with
67ea4c
           data provided by the user is displayed in this style. In
67ea4c
           the following example,
67ea4c
           <replaceable>version-number</replaceable> is displayed in
67ea4c
           this style: The directory for the kernel source is
67ea4c
           
67ea4c
           class="directory">/usr/src/kernels/<replaceable>version-number</replaceable>/</filename>,
67ea4c
           where <replaceable>version-number</replaceable> is the
67ea4c
           version and type of kernel installed on this system. 
67ea4c
        </para>
67ea4c
        </listitem>
67ea4c
        </varlistentry>
67ea4c
    </variablelist>
67ea4c
67ea4c
    <para>Additionally, we use several different strategies to draw
67ea4c
    your attention to certain pieces of information. In order of
67ea4c
    urgency, these items are marked as a note, tip, important,
67ea4c
    caution, or warning. For example:</para>
67ea4c
67ea4c
    <note>
67ea4c
        <para>Remember that Linux is case sensitive. In other words, a
67ea4c
        rose is not a ROSE is not a rOsE.</para>
67ea4c
    </note> 
67ea4c
67ea4c
    <tip>
67ea4c
        <para>The directory 
67ea4c
        class="directory">/usr/share/doc/</filename> contains
67ea4c
        additional documentation for packages installed on your
67ea4c
        system.</para>
67ea4c
    </tip>
67ea4c
67ea4c
    <important>
67ea4c
        <para>If you modify the DHCP configuration file, the changes
67ea4c
        do not take effect until you restart the DHCP daemon.</para>
67ea4c
    </important>
67ea4c
67ea4c
    <caution>
67ea4c
        <para>Do not perform routine tasks as root — use a
67ea4c
        regular user account unless you need to use the root account
67ea4c
        for system administration tasks.</para>
67ea4c
    </caution>
67ea4c
67ea4c
    <warning>
67ea4c
        <para>Be careful to remove only the necessary partitions.
67ea4c
        Removing other partitions could result in data loss or a
67ea4c
        corrupted system environment.</para>
67ea4c
    </warning>
67ea4c
67ea4c
    </section>
67ea4c
67ea4c
    <section id="preface-feedback">
67ea4c
67ea4c
    <title>Send In Your Feedback</title>
67ea4c
67ea4c
    <para>
67ea4c
        If you find a bug in &TCAR; or this manual, we would like to
67ea4c
        hear about it.  To report bugs related to this manual, send an
67ea4c
        e-mail to the <email>centos-devel@centos.org</email> mailing
67ea4c
        list.  When you write the bug report, take care of being
67ea4c
        specific about the problem you are reporting on (e.g., where
67ea4c
        it is, the section number, etc.) so we can found it easily.
67ea4c
    </para>
67ea4c
67ea4c
    </section>
08530e
08530e
</preface>