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

4c79b5
4c79b5
<html>
4c79b5
4c79b5
can you do inside it.
4c79b5
4c79b5
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
-->
5fb024
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>
5fb024
<title>CentOS Artwork Repository: 3.45 trunk/Scripts/Bash/Functions/Render/Config</title>
4c79b5
5fb024
<meta name="description" content="CentOS Artwork Repository: 3.45 trunk/Scripts/Bash/Functions/Render/Config">
5fb024
<meta name="keywords" content="CentOS Artwork Repository: 3.45 trunk/Scripts/Bash/Functions/Render/Config">
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
5fb024
[ < ]
5fb024
[ > ]
4c79b5
   
4c79b5
[ << ]
4c79b5
[ Up ]
5fb024
[ >> ]
4c79b5
   
4c79b5
   
4c79b5
   
4c79b5
   
4c79b5
[Top]
4c79b5
[Contents]
5fb024
[Index]
4c79b5
[ ? ]
4c79b5
5fb024
5fb024
5fb024

3.45 trunk/Scripts/Bash/Functions/Render/Config

5fb024
5fb024
5fb024
5fb024

3.45.1 Goals

5fb024
5fb024

The <tt>`trunk/Scripts/Bash/Config'</tt> directory exists to oraganize

5fb024
pre-rendering configuration scripts.
5fb024

5fb024
1e9202
5fb024

3.45.2 Description

4c79b5
5fb024

Pre-rendering configuration scripts let you customize the way

5fb024
centos-art.sh script renders identity and translation
5fb024
repository entries.  Pre-rendering configuration scripts are
5fb024
<tt>`render.conf.sh'</tt> files with render_loadConfig function
5fb024
definition inside. 
5fb024

5fb024

There is one <tt>`render.conf.sh'</tt> file for each pre-rendering

5fb024
configuration entry. Pre-rendering configuration entries can be based
5fb024
both on identity and translation repository entires.  Pre-rendering
5fb024
configuration entries are required for each identity entry, but not
5fb024
for translation entries. 
5fb024

4c79b5
1e9202
5fb024

3.45.2.1 The <tt>`render.conf.sh'</tt> identity model

4c79b5
5fb024

Inside CentOS Artwork Repository, we consider identity entries to all

5fb024
directories under <tt>`trunk/Identity'</tt> directory. Identity entries can be
5fb024
image-based or text-based. When you render image-based identity
5fb024
entries you need to use image-based pre-rendering configuration
5fb024
scripts. Likewise, when you render text-based identity entries you
5fb024
need to use text-based pre-rendering configuration scripts.
5fb024

5fb024

Inside identity pre-rendering configuration scripts, image-based

5fb024
pre-rendering configuration scripts look like the following:
5fb024

5fb024
#!/bin/bash
5fb024
5fb024
function render_loadConfig {
4c79b5
5fb024
    # Define rendering actions.
5fb024
    ACTIONS[0]='BASE:renderImage'
5fb024
    ACTIONS[1]='POST:renderFormats: tif xpm pdf ppm'
5fb024
5fb024
}
5fb024
5fb024

Inside identity pre-rendering configuration scripts, text-based

5fb024
pre-rendering configuration scripts look like the following:
5fb024

5fb024
#!/bin/bash
5fb024
5fb024
function render_loadConfig {
5fb024
5fb024
    # Define rendering actions.
5fb024
    ACTIONS[0]='BASE:renderText'
5fb024
    ACTIONS[1]='POST:formatText: --width=70 --uniform-spacing'
5fb024
5fb024
}
5fb024
5fb024

When using identity pre-rendering configuration scripts, you can

5fb024
extend both image-based and text-based pre-rendering configuration
5fb024
scripts using image-based and text-based post-rendering actions,
5fb024
respectively. 
5fb024

4c79b5
1e9202
5fb024

3.45.2.2 The <tt>`render.conf.sh'</tt> translation model

4c79b5
5fb024

Translation pre-rendering configuration scripts take precedence before

5fb024
default translation rendering action. Translation pre-rendering
5fb024
actions are useful when default translation rendering action do not
5fb024
fit itself to translation entry rendering requirements.
bc3531

bc3531
1e9202
5fb024

3.45.2.3 The <tt>`render.conf.sh'</tt> rendering actions

bc3531
5fb024

Inside both image-based and text-based identity pre-rendering

5fb024
configuration scripts, we use the <samp>`ACTIONS'</samp> array variable to
5fb024
define the way centos-art.sh script performs identity
5fb024
rendering.  Identity rendering is organized by one <samp>`BASE'</samp> action,
5fb024
and optional <samp>`POST'</samp> and <samp>`LAST'</samp> rendering actions.
5fb024

5fb024

The <samp>`BASE'</samp> action specifies what kind of rendering does the

5fb024
centos-art.sh script will perform with the files related to
5fb024
the pre-rendering configuration script. The <samp>`BASE'</samp> action is
5fb024
required. Possible values to <samp>`BASE'</samp> action are either
5fb024
<samp>`renderImage'</samp> or <samp>`renderText'</samp> only.
5fb024

5fb024

To specify the <samp>`BASE'</samp> action you need to set the <samp>`BASE:'</samp>

5fb024
string followed by one of the possible values. For example, if you
5fb024
want to render images, consider the following definition of
5fb024
<samp>`BASE'</samp> action:
5fb024

5fb024
ACTIONS[0]='BASE:renderImage'
5fb024
5fb024

Only one <samp>`BASE'</samp> action must be specified. If more than one

5fb024
<samp>`BASE'</samp> action is specified, the last one is used. If no
5fb024
<samp>`BASE'</samp> action is specified at all, an error is triggered and the
5fb024
centos-art.sh script ends its execution.
5fb024

5fb024

The <samp>`POST'</samp> action specifies which action to apply for

5fb024
each file rendered (at the rendering time). This action is optional.
5fb024
You can set many different <samp>`POST'</samp> actions to apply many different
5fb024
actions over the same already rendered file. Possible values to
5fb024
<samp>`POST'</samp> action are <samp>`renderFormats'</samp>, <samp>`renderSyslinux'</samp>,
5fb024
<samp>`renderGrub'</samp>, etc. 
bc3531

5fb024

To specify the <samp>`POST'</samp> action, you need to use set the

5fb024
<samp>`POST:'</samp> followed by the function name of the action you want to
5fb024
perform.  The exact form depends on your needs. For example, consider
5fb024
the following example to produce <samp>`xpm'</samp>, <samp>`jpg'</samp>, and
5fb024
<samp>`tif'</samp> images, based on already rendered <samp>`png'</samp> image, and
5fb024
also organize the produced files in directories named as their own
5fb024
extensions:
5fb024

5fb024
ACTIONS[0]='BASE:renderImage'
5fb024
ACTIONS[1]='POST:renderFormats: xpm jpg tif'
5fb024
ACTIONS[2]='POST:groupByFormat: png xpm jpg tif'
5fb024
5fb024

In the previous example, file organization takes place at the moment

5fb024
of rendering, just after producing the <samp>`png'</samp> base file and before
5fb024
going to the next file in the list of files to render. If you don't
5fb024
want to organized the produced files in directories named as their own
5fb024
extensions, just remove the <samp>`POST:groupByFormat'</samp> action line:
5fb024

5fb024
ACTIONS[0]='BASE:renderImage'
5fb024
ACTIONS[1]='POST:renderFormats: xpm jpg tif'
5fb024
5fb024

The <samp>`LAST'</samp> action specifies which actions to apply once the last

5fb024
file in the list of files to process has been rendered. The
5fb024
<samp>`LAST'</samp> action is optional. Possible values for <samp>`LAST'</samp>
5fb024
actions may be <samp>`groupByFormat'</samp>, <samp>`renderGdmTgz'</samp>, etc.
5fb024

5fb024
info

Note

See section trunk/Scripts/Bash/Functions/Render, to know more

5fb024
about possible values for <samp>`BASE'</samp>, <samp>`POST'</samp> and <samp>`LAST'</samp>
5fb024
action definitions.
5fb024

4c79b5
5fb024

To specify the <samp>`LAST'</samp> action, you need to set the <samp>`LAST:'</samp>

5fb024
string followed by the function name of the action you want to
5fb024
perform.  For example, consider the following example if you want to
5fb024
render all files first and organize them later:
5fb024

5fb024
ACTIONS[0]='BASE:renderImage'
5fb024
ACTIONS[1]='POST:renderFormats: xpm jpg tif'
5fb024
ACTIONS[2]='LAST:groupByformat: png xpm jpg tif'
5fb024
4c79b5
1e9202
4c79b5

3.45.3 Usage

4c79b5
5fb024

Use the following commands to administer both identity and translation

5fb024
pre-rendering configuration scripts:
5fb024

bc3531
5fb024
<samp>`centos-art config 'path/to/dir/' --create'</samp>
5fb024
5fb024

Use this command to create <samp>`path/to/dir'</samp> related pre-rendering

5fb024
configuration script.
5fb024

5fb024
5fb024
<samp>`centos-art config 'path/to/dir/' --edit'</samp>
5fb024
5fb024

Use this command to edit <samp>`path/to/dir'</samp> related pre-rendering

5fb024
configuration script.  
5fb024

5fb024
5fb024
<samp>`centos-art config 'path/to/dir/' --read'</samp>
5fb024
5fb024

Use this command to read <samp>`path/to/dir'</samp> related pre-rendering

5fb024
configuration script.  
5fb024

5fb024
5fb024
<samp>`centos-art config 'path/to/dir/' --remove'</samp>
5fb024
5fb024

Use this command to remove <samp>`path/to/dir'</samp> related pre-rendering

5fb024
configuration script.
5fb024

5fb024
bc3531
4c79b5
5fb024

In the commands above, <samp>`path/to/dir'</samp> refers to one renderable

5fb024
directory path under <tt>`trunk/Identity'</tt> or
5fb024
<tt>`trunk/Translations'</tt> structures only. 
5fb024

4c79b5
5fb024
300762

3.45.4 See also

4c79b5
bc3531
5fb024
3.34 trunk/Scripts/Bash/Config/Identity  
bc3531
5fb024
3.35 trunk/Scripts/Bash/Config/Translations  
bc3531
5fb024
3.33 trunk/Scripts/Bash  
bc3531
bc3531
4c79b5
4c79b5
4c79b5
5fb024
[ < ]
5fb024
[ > ]
4c79b5
   
4c79b5
[ << ]
5fb024
[ Up ]
5fb024
[ >> ]
4c79b5
4c79b5

4c79b5
 <font size="-1">
5fb024
  This document was generated on October, 12 2010 using texi2html 1.76.
4c79b5
 </font>
4c79b5
 
4c79b5
4c79b5

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