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

4c79b5
4c79b5
<html>
4c79b5
4c79b5
can you do inside it.
4c79b5
300762
Copyright C 2009, 2010 CentOS Artwork SIG. 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
-->
54264c
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>
fe989b
<title>CentOS Artwork Repository: 3.58 trunk/Translations/Identity/Themes/Distro/Anaconda/Progress</title>
4c79b5
fe989b
<meta name="description" content="CentOS Artwork Repository: 3.58 trunk/Translations/Identity/Themes/Distro/Anaconda/Progress">
fe989b
<meta name="keywords" content="CentOS Artwork Repository: 3.58 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
300762
54264c
[ < ]
54264c
[ > ]
4c79b5
   
bc3531
[ << ]
bc3531
[ Up ]
fe989b
[ >> ]
4c79b5
   
4c79b5
   
4c79b5
   
4c79b5
   
4c79b5
[Top]
4c79b5
[Contents]
fe989b
[Index]
4c79b5
[ ? ]
4c79b5
fe989b
54264c
fe989b

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

bc3531
bc3531
54264c
5fb024

3.58.1 Goals

bc3531
cb2a5d
    fe989b
  • Organize Anaconda progress translation templates.
  • fe989b
  • Organize Anaconda progress translation files in several
  • fe989b
    languages and major releases of CentOS distribution.
    cb2a5d
    cb2a5d
    bc3531
    54264c
    5fb024

    3.58.2 Description

    bc3531
    fe989b

    Use the following command to produce translation files based:

    fe989b

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

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

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

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

    The above commands will produce the following translation structure:

    fe989b

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

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

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

    fe989b

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

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

    cb2a5d
      fe989b
    • See section trunk/Identity/Themes/Motifs/Modern/Distro/Anaconda/Progress.
    • cb2a5d
      cb2a5d
      bc3531
      54264c
      5fb024

      3.58.3 Usage

      bc3531
      fe989b

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

      fe989b
      documentation entry (see section trunk/Translations).
      fe989b

      cb2a5d
      bc3531
      54264c
      5fb024

      3.58.4 See also

      bc3531
      4c79b5
      300762
      54264c
      [ < ]
      54264c
      [ > ]
      300762
         
      bc3531
      [ << ]
      54264c
      [ Up ]
      fe989b
      [ >> ]
      300762
      4c79b5

      4c79b5
       <font size="-1">
      54264c
        This document was generated on October, 27 2010 using texi2html 1.76.
      4c79b5
       </font>
      4c79b5
       
      4c79b5
      4c79b5

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