Blame Manual/repository-latex/centos-art.sh-latex/Concepts/Frameworks/rendering.tex

0668a4
% Part   : Concepts
0668a4
% Chapter: Frameworks
0668a4
% ------------------------------------------------------------
0668a4
% $Id: rendering.tex 6023 2010-06-27 10:09:48Z al $
0668a4
% ------------------------------------------------------------
0668a4
0668a4
\section{Rendering}
0668a4
\hypertarget{sec:Concepts:Frameworks:Rendering}{}
0668a4
0668a4
Rendering is the process by which you produce translated content based
0668a4
on design templates and translation files. Inside CentOS Artwork
0668a4
Repository you can render images and texts.
0668a4
0668a4
\subsection{Image Rendering}
0668a4
\hypertarget{sec:Concepts:Frameworks:Rendering:Image}{}
0668a4
0668a4
Image files are rendered using the \texttt{render.sh} identity script.
0668a4
The \texttt{render.sh} identity script is available in the framework
0668a4
containing the image files you want to produce.  To execute the
0668a4
\texttt{render.sh} identity script, you need to be inside framework's
0668a4
directory and use the following syntax:
0668a4
0668a4
\begin{quote}
0668a4
\texttt{./render.sh 'REGEX'}
0668a4
\end{quote}
0668a4
0668a4
The REGEX argument is optional.  It is used to reduce the amount of
0668a4
files you want to render.  It is a posix-egrep regular expression
0668a4
pattern, applied against the translation path.
0668a4
0668a4
\subsection{Text Rendering}
0668a4
0668a4
Text files are rendered using the \texttt{render.sh} identity script.
0668a4
The \texttt{render.sh} identity script is available in the framework
0668a4
containing the text files you want to produce.  To execute the
0668a4
\texttt{render.sh} identity script, you need to be inside framework's
0668a4
directory and use the following syntax:
0668a4
0668a4
\begin{quote}
0668a4
\texttt{./render.sh 'REGEX'}
0668a4
\end{quote}
0668a4
0668a4
The REGEX argument is optional.  It is used to reduce the amount of
0668a4
files you want to render.  It is a posix-egrep regular expression
0668a4
pattern, applied against the translation path.