Blame Manuals/en/Html/Repository/repository_43.html

4c79b5
4c79b5
<html>
09d4f2
09d4f2
09d4f2
The CentOS Artwork Repository exists to organize and automate The
09d4f2
CentOS Project corporate visual identity (, to
09d4f2
start on).
4c79b5
6c4982
Copyright C 2009, 2010 Alain Reguera Delgado. All rights
4c79b5
reserved.
4c79b5
4c79b5
Permission is granted to copy, distribute and/or modify this document
4c79b5
under the terms of the GNU Free Documentation License, Version 1.2 or
4c79b5
any later version published by the Free Software Foundation; with no
4c79b5
Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A
4c79b5
copy of the license is included in the section entitled GNU Free
4c79b5
Documentation License.  
4c79b5
-->
008ee0
4c79b5
4c79b5
Written by: Lionel Cons <Lionel.Cons@cern.ch> (original author)
4c79b5
            Karl Berry  <karl@freefriends.org>
4c79b5
            Olaf Bachmann <obachman@mathematik.uni-kl.de>
4c79b5
            and many others.
4c79b5
Maintained by: Many creative people <dev@texi2html.cvshome.org>
4c79b5
Send bugs and suggestions to <users@texi2html.cvshome.org>
4c79b5
4c79b5
-->
4c79b5
<head>
54b5a5
<title>CentOS Artwork Repository: 3.40 trunk/Scripts/Bash/Functions/Help</title>
4c79b5
54b5a5
<meta name="description" content="CentOS Artwork Repository: 3.40 trunk/Scripts/Bash/Functions/Help">
54b5a5
<meta name="keywords" content="CentOS Artwork Repository: 3.40 trunk/Scripts/Bash/Functions/Help">
4c79b5
<meta name="resource-type" content="document">
4c79b5
<meta name="distribution" content="global">
4c79b5
<meta name="Generator" content="texi2html 1.76">
4c79b5
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
4c79b5
<style type="text/css">
4c79b5
1e9202
@import "/home/centos/artwork/trunk/Identity/Models/Css/Texi2html/common.css";
4c79b5
4c79b5
a.summary-letter {text-decoration: none}
4c79b5
pre.display {font-family: serif}
4c79b5
pre.format {font-family: serif}
4c79b5
pre.menu-comment {font-family: serif}
4c79b5
pre.menu-preformatted {font-family: serif}
4c79b5
pre.smalldisplay {font-family: serif; font-size: smaller}
4c79b5
pre.smallexample {font-size: smaller}
4c79b5
pre.smallformat {font-family: serif; font-size: smaller}
4c79b5
pre.smalllisp {font-size: smaller}
4c79b5
span.sansserif {font-family:sans-serif; font-weight:normal;}
4c79b5
ul.toc {list-style: none}
4c79b5
-->
4c79b5
</style>
4c79b5
4c79b5
4c79b5
</head>
4c79b5
4c79b5
<body lang="en" bgcolor="#FFFFFF" text="#000000" link="#0000FF" vlink="#800080" alink="#FF0000">
4c79b5
4c79b5
54b5a5
[ < ]
54b5a5
[ > ]
4c79b5
   
4c79b5
[ << ]
4c79b5
[ Up ]
54b5a5
[ >> ]
4c79b5
   
4c79b5
   
4c79b5
   
4c79b5
   
4c79b5
[Top]
4c79b5
[Contents]
54b5a5
[Index]
4c79b5
[ ? ]
4c79b5
54b5a5
008ee0
54b5a5

3.40 trunk/Scripts/Bash/Functions/Help

6aec21
008ee0
008ee0
54b5a5

3.40.1 Goals

008ee0
081970
    54b5a5
  • ...
  • 081970
    6aec21
    008ee0
    008ee0
    54b5a5

    3.40.2 Description

    008ee0
    54b5a5
      54b5a5
    • ...
    • 54b5a5
      008ee0
      008ee0
      54b5a5
      54b5a5

      3.40.2.1 Output different formats

      54b5a5
      54b5a5

      Remove -I option from info and plaintext output. Before output info

      54b5a5
      and plaintext information we moved inside /home/centos/artwork
      54b5a5
      directory which is the base location for paths inside texinfo
      54b5a5
      documentation files. There is no need for info and plaintext output
      54b5a5
      commands to specify the -I options since the command already takes
      54b5a5
      place in the correct location the path information is correctly built
      54b5a5
      on.
      54b5a5

      54b5a5

      Nevertheless, the -I option is still required for html output. Once

      54b5a5
      inside /home/centos/artwork we need to move up to html output
      54b5a5
      directory in order to run texi2html output command from inthere. This
      54b5a5
      make texi2html to set relative path to images when html output is
      54b5a5
      generated. 
      54b5a5

      54b5a5

      Relative path to images under html output directory will fail since

      54b5a5
      there is no image in such location. Instead, a different absolute
      54b5a5
      location is used. So we need to build that absolute path in order for
      54b5a5
      images can be shown as we expect.
      54b5a5

      54b5a5

      So this why we still need to use the -I option. We use the -I option

      54b5a5
      to append the location /home/centos/artwork to texi2html search path;
      54b5a5
      and because we use @image definition using trunk/ as root
      54b5a5
      location to define images location ... texi2html is able to find the
      54b5a5
      correct path to image, no matter where you execute the centos-art.sh
      54b5a5
      help command.
      54b5a5

      54b5a5

      Note that we keep images and documentation output in two different

      54b5a5
      absolute locations. This is intentional. Such configuration let us
      54b5a5
      maintain documentation and images independently one another.
      008ee0

      008ee0
      54b5a5
      54b5a5

      3.40.3 Usage

      008ee0
      54b5a5
        54b5a5
      • ...
      • 54b5a5
        008ee0
        008ee0
        54b5a5
        54264c

        3.40.4 See also

        4c79b5
        4c79b5
        4c79b5
        4c79b5
        54b5a5
        [ < ]
        54b5a5
        [ > ]
        4c79b5
           
        4c79b5
        [ << ]
        54b5a5
        [ Up ]
        54b5a5
        [ >> ]
        4c79b5
        4c79b5

        4c79b5
         <font size="-1">
        008ee0
          This document was generated on December, 2 2010 using texi2html 1.76.
        4c79b5
         </font>
        4c79b5
         
        4c79b5
        4c79b5

        4c79b5
        </body>
        4c79b5
        </html>