Blob Blame History Raw
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html
    PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<!-- Created on March, 30 2011 by texi2html 1.76 -->
<head>
<title>CentOS Artwork Repository: 2.57 The trunk/Locales/Identity/Themes/Distro/Anaconda/Progress Directory</title>

    <meta name="description" content="CentOS Artwork Repository: 2.57 The trunk/Locales/Identity/Themes/Distro/Anaconda/Progress Directory" />
    <meta name="keywords" content="CentOS Artwork Repository: 2.57 The trunk/Locales/Identity/Themes/Distro/Anaconda/Progress Directory" />
    <meta name="resource-type" content="document" />
    <meta name="distribution" content="global" />
    <meta name="generator" content="texi2html 1.76" />
    <meta name="copyright" content="2009-2011 Alain Reguera Delgado" />

    <link href="/home/centos/artwork/trunk/Identity/Manual/repository.css" rel="stylesheet" type="text/css" media="screen projection"/>

</head>

<body>

<a name="top" />

<div id="wrap">

    <!--
    Start page body definitions.
    -->

    <div id="page-body">

        <div id="content">
<table cellpadding="1" cellspacing="1" border="0">
<tr><td valign="middle" align="left">[<a href="repository_63.html#SEC313" title="Previous section in reading order"> &lt; </a>]</td>
<td valign="middle" align="left">[<a href="#SEC315" title="Next section in reading order"> &gt; </a>]</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">[<a href="repository_7.html#SEC12" title="Beginning of this chapter or previous chapter"> &lt;&lt; </a>]</td>
<td valign="middle" align="left">[<a href="repository_7.html#SEC12" title="Up section"> Up </a>]</td>
<td valign="middle" align="left">[<a href="repository_80.html#SEC416" title="Next chapter"> &gt;&gt; </a>]</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">[<a href="repository.html#SEC_Top" title="Cover (top) of document">Top</a>]</td>
<td valign="middle" align="left">[<a href="repository_toc.html#SEC_Contents" title="Table of contents">Contents</a>]</td>
<td valign="middle" align="left">[<a href="repository_80.html#SEC416" title="Index">Index</a>]</td>
<td valign="middle" align="left">[<a href="repository_abt.html#SEC_About" title="About (help)"> ? </a>]</td>
</tr></table>
<a name="Directories-trunk-Locales-Identity-Themes-Distro-Anaconda-Progress"></a>
<a name="SEC314"></a>
<h2 class="section"> 2.57 The <tt>`trunk/Locales/Identity/Themes/Distro/Anaconda/Progress'</tt> Directory </h2>

<div class="page-line white"><hr style="display:none;" /></div>
<a name="SEC315"></a>
<h3 class="subsection"> 2.57.1 Goals </h3>

<ul class="toc">
<li> Organize Anaconda progress translation templates.
</li><li> Organize Anaconda progress translation files in several
languages and major releases of CentOS distribution.
</li></ul>

<div class="page-line white"><hr style="display:none;" /></div>
<a name="SEC316"></a>
<h3 class="subsection"> 2.57.2 Description </h3>

<p>Use the following command to produce translation files based:
</p>
<table><tr><td>&nbsp;</td><td><pre class="example">trunk/Translations/Identity/Themes/Distro/Anaconda/Progress
`-- Tpl
    |-- en
    |   |-- 01-welcome.sed
    |   |-- 02-donate.sed
    |   `-- 03-yum.sed
    `-- es
        |-- 01-welcome.sed
        |-- 02-donate.sed
        `-- 03-yum.sed
</pre></td></tr></table>
<p>In order to produce the slide images in PNG format we need to have the
translation files first. So we use the following commands to create
translation files for CentOS 3, 4, and 5 major releases:
</p>
<table><tr><td>&nbsp;</td><td><pre class="example">centos-art render --translation --filter='3,4,5'
</pre></td></tr></table>
<p>The above commands will produce the following translation structure:
</p>
<table><tr><td>&nbsp;</td><td><pre class="example">trunk/Translations/Identity/Themes/Distro/Anaconda/Progress
|-- 3
|   |-- en
|   |   |-- 01-welcome.sed
|   |   |-- 02-donate.sed
|   |   `-- 03-yum.sed
|   `-- es
|       |-- 01-welcome.sed
|       |-- 02-donate.sed
|       `-- 03-yum.sed
|-- 4
|   |-- en
|   |   |-- 01-welcome.sed
|   |   |-- 02-donate.sed
|   |   `-- 03-yum.sed
|   `-- es
|       |-- 01-welcome.sed
|       |-- 02-donate.sed
|       `-- 03-yum.sed
|-- 5
|   |-- en
|   |   |-- 01-welcome.sed
|   |   |-- 02-donate.sed
|   |   `-- 03-yum.sed
|   `-- es
|       |-- 01-welcome.sed
|       |-- 02-donate.sed
|       `-- 03-yum.sed
`-- Tpl
    |-- en
    |   |-- 01-welcome.sed
    |   |-- 02-donate.sed
    |   `-- 03-yum.sed
    `-- es
        |-- 01-welcome.sed
        |-- 02-donate.sed
        `-- 03-yum.sed
</pre></td></tr></table>
<p>At this point we have all the translation files we need to produce
Anaconda progress welcome, donate and yum slides images; in English
and Spanish languages; for CentOS 3, CentOS 4, and CentOS 5. That is,
a sum of 18 images around. 
</p>
<p>Now, with translation files in place, let's move to
<tt>`trunk/Identity'</tt> structure and render them. 
</p>
<ul class="toc">
<li> See section <a href="repository_50.html#SEC241">The <tt>`trunk/Identity/Themes/Motifs/Modern/Distro/Anaconda/Progress'</tt> Directory</a>.
</li></ul>

<div class="page-line white"><hr style="display:none;" /></div>
<a name="SEC317"></a>
<h3 class="subsection"> 2.57.3 Usage </h3>

<p>Translation rendering is described in <samp>`trunk/Translations'</samp>
documentation entry (-- <strong>Removed</strong>(pxref:trunk Translations) --).
</p>

<div class="page-line white"><hr style="display:none;" /></div>
<a name="SEC318"></a>
<h3 class="subsection"> 2.57.4 See also </h3>

<div class="page-line white"><hr style="display:none;" /></div>
<table cellpadding="1" cellspacing="1" border="0">
<tr><td valign="middle" align="left">[<a href="#SEC317" title="Previous section in reading order"> &lt; </a>]</td>
<td valign="middle" align="left">[<a href="repository_65.html#SEC319" title="Next section in reading order"> &gt; </a>]</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">[<a href="repository_7.html#SEC12" title="Beginning of this chapter or previous chapter"> &lt;&lt; </a>]</td>
<td valign="middle" align="left">[<a href="#SEC314" title="Up section"> Up </a>]</td>
<td valign="middle" align="left">[<a href="repository_80.html#SEC416" title="Next chapter"> &gt;&gt; </a>]</td>
</tr></table>

            <!--
            The content of left column ends here.
            -->
            <div class="page-line"><hr style="display:none;" /></div>

        </div>

    </div>

    <!--
    Start page footer definitions.
    -->
    <div class="page-line white"><hr style="display:none;" /></div>

</div>

</body>

</html>