Blame Identity/Manual/repository-html/repository_1.4.html

728c6d
728c6d
<html>
728c6d
728c6d
organization, and administration of CentOS Artwork Repository.
728c6d
728c6d
Copyright C 2009-2011 Alain Reguera Delgado
728c6d
728c6d
Permission is granted to copy, distribute and/or modify this document
728c6d
under the terms of the GNU Free Documentation License, Version 1.2 or
728c6d
any later version published by the Free Software Foundation; with no
728c6d
Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A
728c6d
copy of the license is included in the section entitled GNU Free
728c6d
Documentation License.  
728c6d
-->
728c6d
728c6d
728c6d
Written by: Lionel Cons <Lionel.Cons@cern.ch> (original author)
728c6d
            Karl Berry  <karl@freefriends.org>
728c6d
            Olaf Bachmann <obachman@mathematik.uni-kl.de>
728c6d
            and many others.
728c6d
Maintained by: Many creative people <dev@texi2html.cvshome.org>
728c6d
Send bugs and suggestions to <users@texi2html.cvshome.org>
728c6d
728c6d
-->
728c6d
<head>
728c6d
<title>CentOS Artwork Repository: 1.4 Document Convenctions</title>
728c6d
728c6d
<meta name="description" content="CentOS Artwork Repository: 1.4 Document Convenctions">
728c6d
<meta name="keywords" content="CentOS Artwork Repository: 1.4 Document Convenctions">
728c6d
<meta name="resource-type" content="document">
728c6d
<meta name="distribution" content="global">
728c6d
<meta name="Generator" content="texi2html 1.76">
728c6d
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
728c6d
<style type="text/css">
728c6d
728c6d
/* CSS
728c6d
 *
728c6d
 * repository.css -- This file provides visual style for repository
728c6d
 * documentation manual in HTML format, as output by Texi2html
728c6d
 * program.
728c6d
 *
728c6d
 * Copyright (C) 2009-2011 Alain Reguera Delgado
728c6d
 *
728c6d
 * This program is free software; you can redistribute it and/or
728c6d
 * modify it under the terms of the GNU General Public License as
728c6d
 * published by the Free Software Foundation; either version 2 of the
728c6d
 * License, or (at your option) any later version.
728c6d
 * 
728c6d
 * This program is distributed in the hope that it will be useful, but
728c6d
 * WITHOUT ANY WARRANTY; without even the implied warranty of
728c6d
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
728c6d
 * General Public License for more details.
728c6d
 *
728c6d
 * You should have received a copy of the GNU General Public License
728c6d
 * along with this program; if not, write to the Free Software
728c6d
 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
728c6d
 * USA.
728c6d
 * ----------------------------------------------------------------------
728c6d
 * $Id$
728c6d
 * ----------------------------------------------------------------------
728c6d
 */
728c6d
728c6d
@import url("/home/centos/artwork/trunk/Identity/Webenv/Css/base.css");
728c6d
@import url("/home/centos/artwork/trunk/Identity/Webenv/Css/base-app.css");
728c6d
728c6d
a.summary-letter {text-decoration: none}
728c6d
pre.display {font-family: serif}
728c6d
pre.format {font-family: serif}
728c6d
pre.menu-comment {font-family: serif}
728c6d
pre.menu-preformatted {font-family: serif}
728c6d
pre.smalldisplay {font-family: serif; font-size: smaller}
728c6d
pre.smallexample {font-size: smaller}
728c6d
pre.smallformat {font-family: serif; font-size: smaller}
728c6d
pre.smalllisp {font-size: smaller}
728c6d
span.sansserif {font-family:sans-serif; font-weight:normal;}
728c6d
ul.toc {list-style: none}
728c6d
-->
728c6d
</style>
728c6d
728c6d
728c6d
</head>
728c6d
728c6d
<body lang="en" bgcolor="#FFFFFF" text="#000000" link="#0000FF" vlink="#800080" alink="#FF0000">
728c6d
728c6d
728c6d
[ < ]
728c6d
[ > ]
728c6d
   
728c6d
[Contents]
728c6d
[Index]
728c6d
[ ? ]
728c6d
728c6d
728c6d
728c6d

1.4 Document Convenctions

728c6d
728c6d

In this manual the personal pronoun we is used to repesent

728c6d
The CentOS Artwork SIG. This is, the group of persons building
728c6d
the CentOS Artwork Repository.
728c6d

728c6d

In this manual, certain words are represented in different fonts,

728c6d
typefaces, sizes, and weights. This highlighting is systematic;
728c6d
different words are represented in the same style to indicate their
728c6d
inclusion in a specific category. The types of words that are
728c6d
represented this way include the following:
728c6d

728c6d
728c6d
command
728c6d
728c6d

Linux commands (and other operating system commands, when used) are

728c6d
represented this way. This style should indicate to you that you can
728c6d
type the word or phrase on the command line and press Enter to invoke
728c6d
a command. Sometimes a command contains words that would be displayed
728c6d
in a different style on their own (such as file names). In these
728c6d
cases, they are considered to be part of the command, so the entire
728c6d
phrase is displayed as a command. For example:
728c6d

728c6d

Use the centos-art identity --render='path/to/dir' command

728c6d
to produce contents inside the <tt>`trunk/Identity'</tt> directory
728c6d
structure.
728c6d

728c6d
728c6d
728c6d
728c6d
<tt>`file name'</tt>
728c6d
728c6d

File names, directory names, paths, and RPM package names are

728c6d
represented this way. This style indicates that a particular file or
728c6d
directory exists with that name on your system. Examples:
728c6d

728c6d

The <tt>`init.sh'</tt> file in <tt>`trunk/Scripts/Bash/Cli/'</tt> directory is

728c6d
the initialization script, written in Bash, used to automate most of
728c6d
tasks in the repository.
728c6d

728c6d

The centos-art command uses the <tt>`ImageMagick'</tt> RPM

728c6d
package to convert images from PNG format to other formats.
728c6d

728c6d
728c6d
728c6d
728c6d
key
728c6d
728c6d

A key on the keyboard is shown in this style. For example:

728c6d

728c6d

To use TAB completion to list particular files in a directory,

728c6d
type ls, then a character, and finally the Tab key. Your
728c6d
terminal displays the list of files in the working directory that
728c6d
begin with that character.  
728c6d

728c6d
728c6d
728c6d
728c6d
key-combination
728c6d

A combination of keystrokes is represented in this way. For example:

728c6d

728c6d

The Ctrl-Alt-Backspace key combination exits your graphical

728c6d
session and returns you to the graphical login screen or the console.
728c6d

728c6d
728c6d
728c6d
728c6d
computer output
728c6d
728c6d

Text in this style indicates text displayed to a shell prompt such as

728c6d
error messages and responses to commands. For example:
728c6d

728c6d

The ls command displays the contents of a directory. For example:

728c6d

728c6d
Config                           manual_renameEntry.sh
728c6d
manual_copyEntry.sh              manual_restoreCrossReferences.sh
728c6d
manual_deleteCrossReferences.sh  manual_searchIndex.sh
728c6d
728c6d

The output returned in response to the command (in this case, the

728c6d
contents of the directory) is shown in this style.
728c6d

728c6d
728c6d
728c6d

Additionally, we use several different strategies to draw your

728c6d
attention to certain pieces of information. In order of urgency, these
728c6d
items are marked as a note, tip, important, caution, or warning. For
728c6d
example:
728c6d

728c6d
info

Note

Remember that Linux is case sensitive. In other words, a

728c6d
rose is not a ROSE is not a rOsE. 
728c6d

728c6d
728c6d
Info

Tip

The directory <tt>`/usr/share/doc/'</tt> contains additional

728c6d
documentation for packages installed on your system. 
728c6d

728c6d
728c6d
Important

Important

If you modify the DHCP configuration file, the

728c6d
changes do not take effect until you restart the DHCP daemon. 
728c6d

728c6d
728c6d
Caution

Caution

Do not perform routine tasks as root -- use a

728c6d
regular user account unless you need to use the root account for
728c6d
system administration tasks.
728c6d

728c6d
728c6d
Warning

Warning

Be careful to remove only the necessary partitions.

728c6d
Removing other partitions could result in data loss or a corrupted
728c6d
system environment.
728c6d

728c6d
728c6d
728c6d
728c6d
[Contents]
728c6d
[Index]
728c6d
[ ? ]
728c6d
728c6d

728c6d
 <font size="-1">
728c6d
  This document was generated on March, 30 2011 using texi2html 1.76.
728c6d
 </font>
728c6d
 
728c6d
728c6d

728c6d
</body>
728c6d
</html>