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

4c79b5
4c79b5
<html>
6414c4
09d4f2
6414c4
Copyright C 2009, 2010, 2011  Alain Reguera Delgado
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
-->
27dad7
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>
3f9ae1
<title>The CentOS Artwork Repository: 3.60 trunk/Translations/Identity/Themes/Distro/Anaconda/Progress</title>
4c79b5
3f9ae1
<meta name="description" content="The CentOS Artwork Repository: 3.60 trunk/Translations/Identity/Themes/Distro/Anaconda/Progress">
3f9ae1
<meta name="keywords" content="The CentOS Artwork Repository: 3.60 trunk/Translations/Identity/Themes/Distro/Anaconda/Progress">
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
bc3531
01b527
[ < ]
01b527
[ > ]
4c79b5
   
008ee0
[ << ]
035049
[ Up ]
3f9ae1
[ >> ]
4c79b5
   
4c79b5
   
4c79b5
   
4c79b5
   
4c79b5
[Top]
4c79b5
[Contents]
3f9ae1
[Index]
4c79b5
[ ? ]
4c79b5
3f9ae1
01b527
3f9ae1

3.60 trunk/Translations/Identity/Themes/Distro/Anaconda/Progress

035049
035049
01b527
035049

3.60.1 Goals

035049
035049
    3f9ae1
  • Organize Anaconda progress translation templates.
  • 3f9ae1
  • Organize Anaconda progress translation files in several
  • 3f9ae1
    languages and major releases of CentOS distribution.
    035049
    035049
    035049
    01b527
    035049

    3.60.2 Description

    035049
    3f9ae1

    Use the following command to produce translation files based:

    3f9ae1

    3f9ae1
     
    trunk/Translations/Identity/Themes/Distro/Anaconda/Progress
    3f9ae1
    `-- Tpl
    3f9ae1
        |-- en
    3f9ae1
        |   |-- 01-welcome.sed
    3f9ae1
        |   |-- 02-donate.sed
    3f9ae1
        |   `-- 03-yum.sed
    3f9ae1
        `-- es
    3f9ae1
            |-- 01-welcome.sed
    3f9ae1
            |-- 02-donate.sed
    3f9ae1
            `-- 03-yum.sed
    3f9ae1
    3f9ae1

    In order to produce the slide images in PNG format we need to have the

    3f9ae1
    translation files first. So we use the following commands to create
    3f9ae1
    translation files for CentOS 3, 4, and 5 major releases:
    3f9ae1

    3f9ae1
     
    centos-art render --translation --filter='3,4,5'
    3f9ae1
    3f9ae1

    The above commands will produce the following translation structure:

    3f9ae1

    3f9ae1
     
    trunk/Translations/Identity/Themes/Distro/Anaconda/Progress
    3f9ae1
    |-- 3
    3f9ae1
    |   |-- en
    3f9ae1
    |   |   |-- 01-welcome.sed
    3f9ae1
    |   |   |-- 02-donate.sed
    3f9ae1
    |   |   `-- 03-yum.sed
    3f9ae1
    |   `-- es
    3f9ae1
    |       |-- 01-welcome.sed
    3f9ae1
    |       |-- 02-donate.sed
    3f9ae1
    |       `-- 03-yum.sed
    3f9ae1
    |-- 4
    3f9ae1
    |   |-- en
    3f9ae1
    |   |   |-- 01-welcome.sed
    3f9ae1
    |   |   |-- 02-donate.sed
    3f9ae1
    |   |   `-- 03-yum.sed
    3f9ae1
    |   `-- es
    3f9ae1
    |       |-- 01-welcome.sed
    3f9ae1
    |       |-- 02-donate.sed
    3f9ae1
    |       `-- 03-yum.sed
    3f9ae1
    |-- 5
    3f9ae1
    |   |-- en
    3f9ae1
    |   |   |-- 01-welcome.sed
    3f9ae1
    |   |   |-- 02-donate.sed
    3f9ae1
    |   |   `-- 03-yum.sed
    3f9ae1
    |   `-- es
    3f9ae1
    |       |-- 01-welcome.sed
    3f9ae1
    |       |-- 02-donate.sed
    3f9ae1
    |       `-- 03-yum.sed
    3f9ae1
    `-- Tpl
    3f9ae1
        |-- en
    3f9ae1
        |   |-- 01-welcome.sed
    3f9ae1
        |   |-- 02-donate.sed
    3f9ae1
        |   `-- 03-yum.sed
    3f9ae1
        `-- es
    3f9ae1
            |-- 01-welcome.sed
    3f9ae1
            |-- 02-donate.sed
    3f9ae1
            `-- 03-yum.sed
    3f9ae1
    3f9ae1

    At this point we have all the translation files we need to produce

    3f9ae1
    Anaconda progress welcome, donate and yum slides images; in English
    3f9ae1
    and Spanish languages; for CentOS 3, CentOS 4, and CentOS 5. That is,
    3f9ae1
    a sum of 18 images around. 
    3f9ae1

    3f9ae1

    Now, with translation files in place, let's move to

    3f9ae1
    <tt>`trunk/Identity'</tt> structure and render them. 
    3f9ae1

    035049
      3f9ae1
    • See section trunk/Identity/Themes/Motifs/Modern/Distro/Anaconda/Progress.
    • 035049
      035049
      035049
      01b527
      035049

      3.60.3 Usage

      035049
      3f9ae1

      Translation rendering is described in <samp>`trunk/Translations'</samp>

      3f9ae1
      documentation entry (see section trunk/Translations).
      3f9ae1

      035049
      035049
      01b527
      035049

      3.60.4 See also

      035049
      cb2a5d
      bc3531
      01b527
      [ < ]
      01b527
      [ > ]
      bc3531
         
      008ee0
      [ << ]
      01b527
      [ Up ]
      3f9ae1
      [ >> ]
      bc3531
      4c79b5

      4c79b5
       <font size="-1">
      27dad7
        This document was generated on January, 6 2011 using texi2html 1.76.
      4c79b5
       </font>
      4c79b5
       
      4c79b5
      4c79b5

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