diff --git a/Manual/Filesystem/branches.texi b/Manual/Filesystem/branches.texi
index b2ea441..527be6d 100755
--- a/Manual/Filesystem/branches.texi
+++ b/Manual/Filesystem/branches.texi
@@ -11,57 +11,89 @@ structure.
 
 @subsection Usage
 
-If changes committed to the main develpment line are all predictable
-(e.g., there is just one person committing changes), there is no a big
-need of using @file{branches/} directory structure, in this case we
-can go straight from @file{trunk/} to @file{tags/}.  However, when
-there is no way to predict changes in the main development directory
-structure (e.g., there are many people working at it at the same time)
-it is required to find out a space when changes can occur in
-predictable ways. 
+If changes committed up to the main develpment line are all
+predictable (e.g., there is just one person committing changes), there
+is no a big need of using @file{branches/} directory structure, in
+this case we can go straight from @file{trunk/} to @file{tags/}.
+However, when there is no way to predict changes in the main
+development line (e.g., there are many people working at it at the
+same time) it is needed to find out a different place for changes to
+occur in more predictable ways. 
 
-At this point several options may arise to work with branches. Let's
-see a few ones:
+At this point, several options may arise to create branches. In the
+CentOS Artwork Repository we prefer to use the idea of separating the
+main development line into different major development lines whose
+receive frequent update in a fixed period of time. In this
+configuration, a major development line is a directory structure
+branched from @file{trunk/} directory structure. That is, we take a
+functional instance of @file{trunk/} directory structure and store it
+under @file{branches/} directory structure using a branch identifier
+and the same hierarchy the main development line uses.
 
-@subsubsection Temporal Branch
+When we create separete development lines, this way, we are creating a
+major development line that will receive minor updates to current
+functionalities but won't introduce new functionalities nor remove old
+ones. This is very importat if you need to have a predictable
+behaviour for that branch content through a period of time. When that
+period of time is gone, a new major development line is created to
+introduce new functionalities from @file{trunk/} directory structure
+and so repeating the whole production cycle.
 
-The branched directory is created temporaly to fix a problem and when
-it is done, it is merged back into @file{trunk/} directory structure
-and removed from the repository.
+In order to create branches inside the CentOS Artwork Repository the
+whole repository structure must be considered. This is because all
+directory structures stored under @file{trunk/} directory structure
+are connected among themselves. This way, we create branches for the
+whole @file{trunk/} directory structure and never to individual
+components inside it. On the other hand, creating branches for the
+whole @file{trunk/} directory structure duplicates lots of files and
+demands a considerable amount of storage space which is not
+convenient. As an intermediate solution, we do not create branches for
+the @file{trunk/Identity/} directory structure, but the
+@file{trunk/Manual}, @file{trunk/Scripts} and @file{trunk/Locales}
+directory structures only. This way, we create documentation,
+automation scripts and locale information for specific revisions of
+@file{turnk/Identity} directory structure.
 
-@subsubsection Major Release Branch
+A good reason to create a major development line could be
+documentation.  Consider how hard it could be build a documentation
+manual if the target of it is changing unpredictably; what are we
+documenting? Something similar happens with @command{centos-art}
+command-line, if the directory structure the @command{centos-art} was
+design to work with changes unexpectedly it is very hard to implement
+a path-based functionality in that environment; where are we retriving
+files from or saving them to?
 
-The branched directory is created to implement the concept of major
-release. In this configuration we frequently take a functional
-instance of @file{trunk/} directory structure and create branch for
-it. While @file{trunk/} directory structure can receive new
-functionalities or remove old ones, the branched instance of it does
-not. The branched instance can receive updates for available files
-only but not introduce new ones or remove old ones as it is done in
-@file{trunk/} directory structure.
+Assuming there is no way to predict changes in main development line,
+the creation of new @file{branches} inside the CentOS Artwork
+Repository uses The CentOS Project Release Schema.  This is, a new
+major development line is created every 2 years using @file{trunk/}
+directory structure as reference. Each major development line is
+updated regulary in order to create frozen lines under @file{tags/}
+directory structure every 6 months.
 
-The frequency each branched directory is created depends on how long
-can the branched directory could be on its state before consider it as
-dated and also the time we want to provide it as stable for everyone
-to use as expected. The exact time depends on the sort of information
-such branched directory structure contains.
+@image{trunk/Identity/Models/Img/Scripts/Bash/Functions/Path/figure-1,400pt}
 
-To illustrate this concept consider the @file{trunk/Scripts/Bash/Cli}
-directory structure. This directory contains the main development line
-of @command{centos-art} command-line internface. If there are several
-people working on it and you find a problem in it, it could be very
-frustrating for you try to solve it in an environment when other
-changes could be introduced unexpectedly, specially if such change you
-need to do is considerable long. For that reasing it is much better to
-commit small changes frequently to fix small things, but if you
-absolutly need to make a long change (e.g., you want to implement a
-new functionality) it is necessary you create branch of @file{trunk/}
-directory structure (or any other branch or tag already created) to be
-on the safe side while you implement your functionality.
+The updates commited up to individual major development lines need to
+be merged into the @file{trunk/} directory structure in order for
+further major development lines to benefit from previous major
+development lines improvements.  The appropriate moment to commit from
+major development lines to @file{trunk/} directory structure is when
+the frozen line of a major development line is been created.  This
+way, the main development line is the central place for changes, a
+place to concentrate changes from different major development lines
+that may be or not being developed at the same time.
 
-In order to keep branch creation organized, we use the @file{trunk}
-directory structure as reference and add a numerical identifier to the
-end of the path that increments one unit for each branch created.
+As general convenction, when a new major development line is created,
+functionalities from previous major development lines are included
+into the new development line. However, improvements for components
+included from previous major development lines are not handled inside
+the new major development line which imported them. Such improvements
+are handled by the previous development line and merged up to main
+development line to improve the main development line, in the same way
+the new major development line merges the improvements of the new
+functionalities it was created for. As final resault, both changes
+merged from new and previous major development lines will be included
+into the next major development line.
 
 @subsection See also
 
diff --git a/Manual/repository-html/repository.html b/Manual/repository-html/repository.html
index 3df0d7d..f8f7a91 100644
--- a/Manual/repository-html/repository.html
+++ b/Manual/repository-html/repository.html
@@ -12,7 +12,7 @@ Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A
 copy of the license is included in the section entitled GNU Free
 Documentation License.  
 -->
-<!-- Created on March, 8 2011 by texi2html 1.76 -->
+<!-- Created on March, 9 2011 by texi2html 1.76 -->
 <!--
 Written by: Lionel Cons <Lionel.Cons@cern.ch> (original author)
             Karl Berry  <karl@freefriends.org>
@@ -59,7 +59,7 @@ ul.toc {list-style: none}
 <table cellpadding="1" cellspacing="1" border="0">
 <tr><td valign="middle" align="left">[<a href="#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_79.html#SEC416" title="Index">Index</a>]</td>
+<td valign="middle" align="left">[<a href="repository_79.html#SEC414" title="Index">Index</a>]</td>
 <td valign="middle" align="left">[<a href="repository_abt.html#SEC_About" title="About (help)"> ? </a>]</td>
 </tr></table>
 <h1 class="settitle">CentOS Artwork Repository</h1>
@@ -81,9 +81,9 @@ Documentation License.
 </td></tr>
 <tr><td align="left" valign="top"><a href="repository_4.html#SEC4">2. Repository File System</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
 </td></tr>
-<tr><td align="left" valign="top"><a href="repository_79.html#SEC416">Index</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
+<tr><td align="left" valign="top"><a href="repository_79.html#SEC414">Index</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
 </td></tr>
-<tr><td align="left" valign="top"><a href="repository_80.html#SEC417">List of Figures</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
+<tr><td align="left" valign="top"><a href="repository_80.html#SEC415">List of Figures</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
 </td></tr>
 </table>
 
@@ -94,12 +94,12 @@ Documentation License.
 <table cellpadding="1" cellspacing="1" border="0">
 <tr><td valign="middle" align="left">[<a href="#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_79.html#SEC416" title="Index">Index</a>]</td>
+<td valign="middle" align="left">[<a href="repository_79.html#SEC414" title="Index">Index</a>]</td>
 <td valign="middle" align="left">[<a href="repository_abt.html#SEC_About" title="About (help)"> ? </a>]</td>
 </tr></table>
 <p>
  <font size="-1">
-  This document was generated on <i>March, 8 2011</i> using <a class="www" href="http://texi2html.cvshome.org/"><i>texi2html 1.76</i></a>.
+  This document was generated on <i>March, 9 2011</i> using <a class="www" href="http://texi2html.cvshome.org/"><i>texi2html 1.76</i></a>.
  </font>
  <br>
 
diff --git a/Manual/repository-html/repository_1.html b/Manual/repository-html/repository_1.html
index b23f9e9..b9bfac6 100644
--- a/Manual/repository-html/repository_1.html
+++ b/Manual/repository-html/repository_1.html
@@ -12,7 +12,7 @@ Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A
 copy of the license is included in the section entitled GNU Free
 Documentation License.  
 -->
-<!-- Created on March, 8 2011 by texi2html 1.76 -->
+<!-- Created on March, 9 2011 by texi2html 1.76 -->
 <!--
 Written by: Lionel Cons <Lionel.Cons@cern.ch> (original author)
             Karl Berry  <karl@freefriends.org>
@@ -67,7 +67,7 @@ ul.toc {list-style: none}
 <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_79.html#SEC416" title="Index">Index</a>]</td>
+<td valign="middle" align="left">[<a href="repository_79.html#SEC414" 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="Introduction"></a>
@@ -128,7 +128,7 @@ different places you can find help.
 </tr></table>
 <p>
  <font size="-1">
-  This document was generated on <i>March, 8 2011</i> using <a class="www" href="http://texi2html.cvshome.org/"><i>texi2html 1.76</i></a>.
+  This document was generated on <i>March, 9 2011</i> using <a class="www" href="http://texi2html.cvshome.org/"><i>texi2html 1.76</i></a>.
  </font>
  <br>
 
diff --git a/Manual/repository-html/repository_10.html b/Manual/repository-html/repository_10.html
index 12d4d5d..9f0e145 100644
--- a/Manual/repository-html/repository_10.html
+++ b/Manual/repository-html/repository_10.html
@@ -12,7 +12,7 @@ Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A
 copy of the license is included in the section entitled GNU Free
 Documentation License.  
 -->
-<!-- Created on March, 8 2011 by texi2html 1.76 -->
+<!-- Created on March, 9 2011 by texi2html 1.76 -->
 <!--
 Written by: Lionel Cons <Lionel.Cons@cern.ch> (original author)
             Karl Berry  <karl@freefriends.org>
@@ -55,38 +55,38 @@ ul.toc {list-style: none}
 <body lang="en" bgcolor="#FFFFFF" text="#000000" link="#0000FF" vlink="#800080" alink="#FF0000">
 
 <table cellpadding="1" cellspacing="1" border="0">
-<tr><td valign="middle" align="left">[<a href="repository_9.html#SEC35" title="Previous section in reading order"> &lt; </a>]</td>
-<td valign="middle" align="left">[<a href="#SEC37" title="Next section in reading order"> &gt; </a>]</td>
+<tr><td valign="middle" align="left">[<a href="repository_9.html#SEC33" title="Previous section in reading order"> &lt; </a>]</td>
+<td valign="middle" align="left">[<a href="#SEC35" title="Next section in reading order"> &gt; </a>]</td>
 <td valign="middle" align="left"> &nbsp; </td>
 <td valign="middle" align="left">[<a href="repository_4.html#SEC4" title="Beginning of this chapter or previous chapter"> &lt;&lt; </a>]</td>
 <td valign="middle" align="left">[<a href="repository_4.html#SEC4" title="Up section"> Up </a>]</td>
-<td valign="middle" align="left">[<a href="repository_79.html#SEC416" title="Next chapter"> &gt;&gt; </a>]</td>
+<td valign="middle" align="left">[<a href="repository_79.html#SEC414" 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_79.html#SEC416" title="Index">Index</a>]</td>
+<td valign="middle" align="left">[<a href="repository_79.html#SEC414" 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="Filesystem-trunk-Identity-Fonts"></a>
-<a name="SEC36"></a>
+<a name="SEC34"></a>
 <h2 class="section"> 2.6 The <tt>`trunk/Identity/Fonts'</tt> Directory </h2>
 
 
-<a name="SEC37"></a>
+<a name="SEC35"></a>
 <h3 class="subsection"> 2.6.1 Goals </h3>
 
 <p>This section exists to organize digital typographies used by the
 CentOS project.
 </p>
 
-<a name="SEC38"></a>
+<a name="SEC36"></a>
 <h3 class="subsection"> 2.6.2 Description </h3>
 
 
-<a name="SEC39"></a>
+<a name="SEC37"></a>
 <h3 class="subsection"> 2.6.3 Usage </h3>
 
 <p>The CentOS corporate identity is attached to <samp>`DejaVu LGC'</samp>
@@ -157,22 +157,22 @@ improve this section with your reasons.
 </p></blockquote>
 
 
-<a name="SEC40"></a>
+<a name="SEC38"></a>
 <h3 class="subsection"> 2.6.4 See also </h3>
 
 
 
 <table cellpadding="1" cellspacing="1" border="0">
-<tr><td valign="middle" align="left">[<a href="#SEC39" title="Previous section in reading order"> &lt; </a>]</td>
-<td valign="middle" align="left">[<a href="repository_11.html#SEC41" title="Next section in reading order"> &gt; </a>]</td>
+<tr><td valign="middle" align="left">[<a href="#SEC37" title="Previous section in reading order"> &lt; </a>]</td>
+<td valign="middle" align="left">[<a href="repository_11.html#SEC39" title="Next section in reading order"> &gt; </a>]</td>
 <td valign="middle" align="left"> &nbsp; </td>
 <td valign="middle" align="left">[<a href="repository_4.html#SEC4" title="Beginning of this chapter or previous chapter"> &lt;&lt; </a>]</td>
-<td valign="middle" align="left">[<a href="#SEC36" title="Up section"> Up </a>]</td>
-<td valign="middle" align="left">[<a href="repository_79.html#SEC416" title="Next chapter"> &gt;&gt; </a>]</td>
+<td valign="middle" align="left">[<a href="#SEC34" title="Up section"> Up </a>]</td>
+<td valign="middle" align="left">[<a href="repository_79.html#SEC414" title="Next chapter"> &gt;&gt; </a>]</td>
 </tr></table>
 <p>
  <font size="-1">
-  This document was generated on <i>March, 8 2011</i> using <a class="www" href="http://texi2html.cvshome.org/"><i>texi2html 1.76</i></a>.
+  This document was generated on <i>March, 9 2011</i> using <a class="www" href="http://texi2html.cvshome.org/"><i>texi2html 1.76</i></a>.
  </font>
  <br>
 
diff --git a/Manual/repository-html/repository_11.html b/Manual/repository-html/repository_11.html
index 55e8eee..04c2d9a 100644
--- a/Manual/repository-html/repository_11.html
+++ b/Manual/repository-html/repository_11.html
@@ -12,7 +12,7 @@ Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A
 copy of the license is included in the section entitled GNU Free
 Documentation License.  
 -->
-<!-- Created on March, 8 2011 by texi2html 1.76 -->
+<!-- Created on March, 9 2011 by texi2html 1.76 -->
 <!--
 Written by: Lionel Cons <Lionel.Cons@cern.ch> (original author)
             Karl Berry  <karl@freefriends.org>
@@ -55,27 +55,27 @@ ul.toc {list-style: none}
 <body lang="en" bgcolor="#FFFFFF" text="#000000" link="#0000FF" vlink="#800080" alink="#FF0000">
 
 <table cellpadding="1" cellspacing="1" border="0">
-<tr><td valign="middle" align="left">[<a href="repository_10.html#SEC40" title="Previous section in reading order"> &lt; </a>]</td>
-<td valign="middle" align="left">[<a href="#SEC42" title="Next section in reading order"> &gt; </a>]</td>
+<tr><td valign="middle" align="left">[<a href="repository_10.html#SEC38" title="Previous section in reading order"> &lt; </a>]</td>
+<td valign="middle" align="left">[<a href="#SEC40" title="Next section in reading order"> &gt; </a>]</td>
 <td valign="middle" align="left"> &nbsp; </td>
 <td valign="middle" align="left">[<a href="repository_4.html#SEC4" title="Beginning of this chapter or previous chapter"> &lt;&lt; </a>]</td>
 <td valign="middle" align="left">[<a href="repository_4.html#SEC4" title="Up section"> Up </a>]</td>
-<td valign="middle" align="left">[<a href="repository_79.html#SEC416" title="Next chapter"> &gt;&gt; </a>]</td>
+<td valign="middle" align="left">[<a href="repository_79.html#SEC414" 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_79.html#SEC416" title="Index">Index</a>]</td>
+<td valign="middle" align="left">[<a href="repository_79.html#SEC414" 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="Filesystem-trunk-Identity-Icons"></a>
-<a name="SEC41"></a>
+<a name="SEC39"></a>
 <h2 class="section"> 2.7 The <tt>`trunk/Identity/Icons'</tt> Directory </h2>
 
 
-<a name="SEC42"></a>
+<a name="SEC40"></a>
 <h3 class="subsection"> 2.7.1 Goals </h3>
 
 <ul class="toc">
@@ -83,30 +83,30 @@ ul.toc {list-style: none}
 </li></ul>
 
 
-<a name="SEC43"></a>
+<a name="SEC41"></a>
 <h3 class="subsection"> 2.7.2 Description </h3>
 
 
-<a name="SEC44"></a>
+<a name="SEC42"></a>
 <h3 class="subsection"> 2.7.3 Usage </h3>
 
 
-<a name="SEC45"></a>
+<a name="SEC43"></a>
 <h3 class="subsection"> 2.7.4 See also </h3>
 
 
 
 <table cellpadding="1" cellspacing="1" border="0">
-<tr><td valign="middle" align="left">[<a href="#SEC44" title="Previous section in reading order"> &lt; </a>]</td>
-<td valign="middle" align="left">[<a href="repository_12.html#SEC46" title="Next section in reading order"> &gt; </a>]</td>
+<tr><td valign="middle" align="left">[<a href="#SEC42" title="Previous section in reading order"> &lt; </a>]</td>
+<td valign="middle" align="left">[<a href="repository_12.html#SEC44" title="Next section in reading order"> &gt; </a>]</td>
 <td valign="middle" align="left"> &nbsp; </td>
 <td valign="middle" align="left">[<a href="repository_4.html#SEC4" title="Beginning of this chapter or previous chapter"> &lt;&lt; </a>]</td>
-<td valign="middle" align="left">[<a href="#SEC41" title="Up section"> Up </a>]</td>
-<td valign="middle" align="left">[<a href="repository_79.html#SEC416" title="Next chapter"> &gt;&gt; </a>]</td>
+<td valign="middle" align="left">[<a href="#SEC39" title="Up section"> Up </a>]</td>
+<td valign="middle" align="left">[<a href="repository_79.html#SEC414" title="Next chapter"> &gt;&gt; </a>]</td>
 </tr></table>
 <p>
  <font size="-1">
-  This document was generated on <i>March, 8 2011</i> using <a class="www" href="http://texi2html.cvshome.org/"><i>texi2html 1.76</i></a>.
+  This document was generated on <i>March, 9 2011</i> using <a class="www" href="http://texi2html.cvshome.org/"><i>texi2html 1.76</i></a>.
  </font>
  <br>
 
diff --git a/Manual/repository-html/repository_12.html b/Manual/repository-html/repository_12.html
index 630f564..3f8726f 100644
--- a/Manual/repository-html/repository_12.html
+++ b/Manual/repository-html/repository_12.html
@@ -12,7 +12,7 @@ Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A
 copy of the license is included in the section entitled GNU Free
 Documentation License.  
 -->
-<!-- Created on March, 8 2011 by texi2html 1.76 -->
+<!-- Created on March, 9 2011 by texi2html 1.76 -->
 <!--
 Written by: Lionel Cons <Lionel.Cons@cern.ch> (original author)
             Karl Berry  <karl@freefriends.org>
@@ -55,27 +55,27 @@ ul.toc {list-style: none}
 <body lang="en" bgcolor="#FFFFFF" text="#000000" link="#0000FF" vlink="#800080" alink="#FF0000">
 
 <table cellpadding="1" cellspacing="1" border="0">
-<tr><td valign="middle" align="left">[<a href="repository_11.html#SEC45" title="Previous section in reading order"> &lt; </a>]</td>
-<td valign="middle" align="left">[<a href="#SEC47" title="Next section in reading order"> &gt; </a>]</td>
+<tr><td valign="middle" align="left">[<a href="repository_11.html#SEC43" title="Previous section in reading order"> &lt; </a>]</td>
+<td valign="middle" align="left">[<a href="#SEC45" title="Next section in reading order"> &gt; </a>]</td>
 <td valign="middle" align="left"> &nbsp; </td>
 <td valign="middle" align="left">[<a href="repository_4.html#SEC4" title="Beginning of this chapter or previous chapter"> &lt;&lt; </a>]</td>
 <td valign="middle" align="left">[<a href="repository_4.html#SEC4" title="Up section"> Up </a>]</td>
-<td valign="middle" align="left">[<a href="repository_79.html#SEC416" title="Next chapter"> &gt;&gt; </a>]</td>
+<td valign="middle" align="left">[<a href="repository_79.html#SEC414" 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_79.html#SEC416" title="Index">Index</a>]</td>
+<td valign="middle" align="left">[<a href="repository_79.html#SEC414" 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="Filesystem-trunk-Identity-Isolinux"></a>
-<a name="SEC46"></a>
+<a name="SEC44"></a>
 <h2 class="section"> 2.8 The <tt>`trunk/Identity/Isolinux'</tt> Directory </h2>
 
 
-<a name="SEC47"></a>
+<a name="SEC45"></a>
 <h3 class="subsection"> 2.8.1 Goals </h3>
 
 <ul class="toc">
@@ -83,30 +83,30 @@ ul.toc {list-style: none}
 </li></ul>
 
 
-<a name="SEC48"></a>
+<a name="SEC46"></a>
 <h3 class="subsection"> 2.8.2 Description </h3>
 
 
-<a name="SEC49"></a>
+<a name="SEC47"></a>
 <h3 class="subsection"> 2.8.3 Usage </h3>
 
 
-<a name="SEC50"></a>
+<a name="SEC48"></a>
 <h3 class="subsection"> 2.8.4 See also </h3>
 
 
 
 <table cellpadding="1" cellspacing="1" border="0">
-<tr><td valign="middle" align="left">[<a href="#SEC49" title="Previous section in reading order"> &lt; </a>]</td>
-<td valign="middle" align="left">[<a href="repository_13.html#SEC51" title="Next section in reading order"> &gt; </a>]</td>
+<tr><td valign="middle" align="left">[<a href="#SEC47" title="Previous section in reading order"> &lt; </a>]</td>
+<td valign="middle" align="left">[<a href="repository_13.html#SEC49" title="Next section in reading order"> &gt; </a>]</td>
 <td valign="middle" align="left"> &nbsp; </td>
 <td valign="middle" align="left">[<a href="repository_4.html#SEC4" title="Beginning of this chapter or previous chapter"> &lt;&lt; </a>]</td>
-<td valign="middle" align="left">[<a href="#SEC46" title="Up section"> Up </a>]</td>
-<td valign="middle" align="left">[<a href="repository_79.html#SEC416" title="Next chapter"> &gt;&gt; </a>]</td>
+<td valign="middle" align="left">[<a href="#SEC44" title="Up section"> Up </a>]</td>
+<td valign="middle" align="left">[<a href="repository_79.html#SEC414" title="Next chapter"> &gt;&gt; </a>]</td>
 </tr></table>
 <p>
  <font size="-1">
-  This document was generated on <i>March, 8 2011</i> using <a class="www" href="http://texi2html.cvshome.org/"><i>texi2html 1.76</i></a>.
+  This document was generated on <i>March, 9 2011</i> using <a class="www" href="http://texi2html.cvshome.org/"><i>texi2html 1.76</i></a>.
  </font>
  <br>
 
diff --git a/Manual/repository-html/repository_13.html b/Manual/repository-html/repository_13.html
index 04c0340..4bad5a7 100644
--- a/Manual/repository-html/repository_13.html
+++ b/Manual/repository-html/repository_13.html
@@ -12,7 +12,7 @@ Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A
 copy of the license is included in the section entitled GNU Free
 Documentation License.  
 -->
-<!-- Created on March, 8 2011 by texi2html 1.76 -->
+<!-- Created on March, 9 2011 by texi2html 1.76 -->
 <!--
 Written by: Lionel Cons <Lionel.Cons@cern.ch> (original author)
             Karl Berry  <karl@freefriends.org>
@@ -55,69 +55,69 @@ ul.toc {list-style: none}
 <body lang="en" bgcolor="#FFFFFF" text="#000000" link="#0000FF" vlink="#800080" alink="#FF0000">
 
 <table cellpadding="1" cellspacing="1" border="0">
-<tr><td valign="middle" align="left">[<a href="repository_12.html#SEC50" title="Previous section in reading order"> &lt; </a>]</td>
-<td valign="middle" align="left">[<a href="#SEC52" title="Next section in reading order"> &gt; </a>]</td>
+<tr><td valign="middle" align="left">[<a href="repository_12.html#SEC48" title="Previous section in reading order"> &lt; </a>]</td>
+<td valign="middle" align="left">[<a href="#SEC50" title="Next section in reading order"> &gt; </a>]</td>
 <td valign="middle" align="left"> &nbsp; </td>
 <td valign="middle" align="left">[<a href="repository_4.html#SEC4" title="Beginning of this chapter or previous chapter"> &lt;&lt; </a>]</td>
 <td valign="middle" align="left">[<a href="repository_4.html#SEC4" title="Up section"> Up </a>]</td>
-<td valign="middle" align="left">[<a href="repository_79.html#SEC416" title="Next chapter"> &gt;&gt; </a>]</td>
+<td valign="middle" align="left">[<a href="repository_79.html#SEC414" 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_79.html#SEC416" title="Index">Index</a>]</td>
+<td valign="middle" align="left">[<a href="repository_79.html#SEC414" 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="Filesystem-trunk-Identity-Models"></a>
-<a name="SEC51"></a>
+<a name="SEC49"></a>
 <h2 class="section"> 2.9 The <tt>`trunk/Identity/Models'</tt> Directory </h2>
 
 
-<a name="SEC52"></a>
+<a name="SEC50"></a>
 <h3 class="subsection"> 2.9.1 Goals </h3>
 
 <p>This section exists to organize design models.
 </p>
 
-<a name="SEC53"></a>
+<a name="SEC51"></a>
 <h3 class="subsection"> 2.9.2 Description </h3>
 
 <p>Design models are representative designs useful to understand how
 to build artworks.
 </p>
 
-<a name="SEC54"></a>
+<a name="SEC52"></a>
 <h3 class="subsection"> 2.9.3 Usage </h3>
 
 
-<a name="SEC55"></a>
+<a name="SEC53"></a>
 <h3 class="subsection"> 2.9.4 See also </h3>
 
 <table class="menu" border="0" cellspacing="0">
-<tr><td align="left" valign="top"><a href="repository_15.html#SEC61">2.11 The <tt>`trunk/Identity/Models/Html'</tt> Directory</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
+<tr><td align="left" valign="top"><a href="repository_15.html#SEC59">2.11 The <tt>`trunk/Identity/Models/Html'</tt> Directory</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
 </td></tr>
-<tr><td align="left" valign="top"><a href="repository_14.html#SEC56">2.10 The <tt>`trunk/Identity/Models/Css'</tt> Directory</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
+<tr><td align="left" valign="top"><a href="repository_14.html#SEC54">2.10 The <tt>`trunk/Identity/Models/Css'</tt> Directory</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
 </td></tr>
-<tr><td align="left" valign="top"><a href="repository_17.html#SEC71">2.13 The <tt>`trunk/Identity/Models/Tpl'</tt> Directory</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
+<tr><td align="left" valign="top"><a href="repository_17.html#SEC69">2.13 The <tt>`trunk/Identity/Models/Tpl'</tt> Directory</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
 </td></tr>
-<tr><td align="left" valign="top"><a href="repository_20.html#SEC96">2.16 The <tt>`trunk/Identity/Models/Xcf'</tt> Directory</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
+<tr><td align="left" valign="top"><a href="repository_20.html#SEC94">2.16 The <tt>`trunk/Identity/Models/Xcf'</tt> Directory</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
 </td></tr>
 </table>
 
 
 <table cellpadding="1" cellspacing="1" border="0">
-<tr><td valign="middle" align="left">[<a href="#SEC54" title="Previous section in reading order"> &lt; </a>]</td>
-<td valign="middle" align="left">[<a href="repository_14.html#SEC56" title="Next section in reading order"> &gt; </a>]</td>
+<tr><td valign="middle" align="left">[<a href="#SEC52" title="Previous section in reading order"> &lt; </a>]</td>
+<td valign="middle" align="left">[<a href="repository_14.html#SEC54" title="Next section in reading order"> &gt; </a>]</td>
 <td valign="middle" align="left"> &nbsp; </td>
 <td valign="middle" align="left">[<a href="repository_4.html#SEC4" title="Beginning of this chapter or previous chapter"> &lt;&lt; </a>]</td>
-<td valign="middle" align="left">[<a href="#SEC51" title="Up section"> Up </a>]</td>
-<td valign="middle" align="left">[<a href="repository_79.html#SEC416" title="Next chapter"> &gt;&gt; </a>]</td>
+<td valign="middle" align="left">[<a href="#SEC49" title="Up section"> Up </a>]</td>
+<td valign="middle" align="left">[<a href="repository_79.html#SEC414" title="Next chapter"> &gt;&gt; </a>]</td>
 </tr></table>
 <p>
  <font size="-1">
-  This document was generated on <i>March, 8 2011</i> using <a class="www" href="http://texi2html.cvshome.org/"><i>texi2html 1.76</i></a>.
+  This document was generated on <i>March, 9 2011</i> using <a class="www" href="http://texi2html.cvshome.org/"><i>texi2html 1.76</i></a>.
  </font>
  <br>
 
diff --git a/Manual/repository-html/repository_14.html b/Manual/repository-html/repository_14.html
index 1a25b85..72b11eb 100644
--- a/Manual/repository-html/repository_14.html
+++ b/Manual/repository-html/repository_14.html
@@ -12,7 +12,7 @@ Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A
 copy of the license is included in the section entitled GNU Free
 Documentation License.  
 -->
-<!-- Created on March, 8 2011 by texi2html 1.76 -->
+<!-- Created on March, 9 2011 by texi2html 1.76 -->
 <!--
 Written by: Lionel Cons <Lionel.Cons@cern.ch> (original author)
             Karl Berry  <karl@freefriends.org>
@@ -55,34 +55,34 @@ ul.toc {list-style: none}
 <body lang="en" bgcolor="#FFFFFF" text="#000000" link="#0000FF" vlink="#800080" alink="#FF0000">
 
 <table cellpadding="1" cellspacing="1" border="0">
-<tr><td valign="middle" align="left">[<a href="repository_13.html#SEC55" title="Previous section in reading order"> &lt; </a>]</td>
-<td valign="middle" align="left">[<a href="#SEC57" title="Next section in reading order"> &gt; </a>]</td>
+<tr><td valign="middle" align="left">[<a href="repository_13.html#SEC53" title="Previous section in reading order"> &lt; </a>]</td>
+<td valign="middle" align="left">[<a href="#SEC55" title="Next section in reading order"> &gt; </a>]</td>
 <td valign="middle" align="left"> &nbsp; </td>
 <td valign="middle" align="left">[<a href="repository_4.html#SEC4" title="Beginning of this chapter or previous chapter"> &lt;&lt; </a>]</td>
 <td valign="middle" align="left">[<a href="repository_4.html#SEC4" title="Up section"> Up </a>]</td>
-<td valign="middle" align="left">[<a href="repository_79.html#SEC416" title="Next chapter"> &gt;&gt; </a>]</td>
+<td valign="middle" align="left">[<a href="repository_79.html#SEC414" 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_79.html#SEC416" title="Index">Index</a>]</td>
+<td valign="middle" align="left">[<a href="repository_79.html#SEC414" 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="Filesystem-trunk-Identity-Models-Css"></a>
-<a name="SEC56"></a>
+<a name="SEC54"></a>
 <h2 class="section"> 2.10 The <tt>`trunk/Identity/Models/Css'</tt> Directory </h2>
 
 
-<a name="SEC57"></a>
+<a name="SEC55"></a>
 <h3 class="subsection"> 2.10.1 Goals </h3>
 
 <p>This directory exists to provide common style sheets (CSS) definitions
 to HTML design models.
 </p>
 
-<a name="SEC58"></a>
+<a name="SEC56"></a>
 <h3 class="subsection"> 2.10.2 Description </h3>
 
 <ul class="toc">
@@ -90,7 +90,7 @@ to HTML design models.
 </li></ul>
 
 
-<a name="SEC59"></a>
+<a name="SEC57"></a>
 <h3 class="subsection"> 2.10.3 Usage </h3>
 
 <ul class="toc">
@@ -98,22 +98,22 @@ to HTML design models.
 </li></ul>
 
 
-<a name="SEC60"></a>
+<a name="SEC58"></a>
 <h3 class="subsection"> 2.10.4 See also </h3>
 
 
 
 <table cellpadding="1" cellspacing="1" border="0">
-<tr><td valign="middle" align="left">[<a href="#SEC59" title="Previous section in reading order"> &lt; </a>]</td>
-<td valign="middle" align="left">[<a href="repository_15.html#SEC61" title="Next section in reading order"> &gt; </a>]</td>
+<tr><td valign="middle" align="left">[<a href="#SEC57" title="Previous section in reading order"> &lt; </a>]</td>
+<td valign="middle" align="left">[<a href="repository_15.html#SEC59" title="Next section in reading order"> &gt; </a>]</td>
 <td valign="middle" align="left"> &nbsp; </td>
 <td valign="middle" align="left">[<a href="repository_4.html#SEC4" title="Beginning of this chapter or previous chapter"> &lt;&lt; </a>]</td>
-<td valign="middle" align="left">[<a href="#SEC56" title="Up section"> Up </a>]</td>
-<td valign="middle" align="left">[<a href="repository_79.html#SEC416" title="Next chapter"> &gt;&gt; </a>]</td>
+<td valign="middle" align="left">[<a href="#SEC54" title="Up section"> Up </a>]</td>
+<td valign="middle" align="left">[<a href="repository_79.html#SEC414" title="Next chapter"> &gt;&gt; </a>]</td>
 </tr></table>
 <p>
  <font size="-1">
-  This document was generated on <i>March, 8 2011</i> using <a class="www" href="http://texi2html.cvshome.org/"><i>texi2html 1.76</i></a>.
+  This document was generated on <i>March, 9 2011</i> using <a class="www" href="http://texi2html.cvshome.org/"><i>texi2html 1.76</i></a>.
  </font>
  <br>
 
diff --git a/Manual/repository-html/repository_15.html b/Manual/repository-html/repository_15.html
index faf09d7..b3cd489 100644
--- a/Manual/repository-html/repository_15.html
+++ b/Manual/repository-html/repository_15.html
@@ -12,7 +12,7 @@ Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A
 copy of the license is included in the section entitled GNU Free
 Documentation License.  
 -->
-<!-- Created on March, 8 2011 by texi2html 1.76 -->
+<!-- Created on March, 9 2011 by texi2html 1.76 -->
 <!--
 Written by: Lionel Cons <Lionel.Cons@cern.ch> (original author)
             Karl Berry  <karl@freefriends.org>
@@ -55,27 +55,27 @@ ul.toc {list-style: none}
 <body lang="en" bgcolor="#FFFFFF" text="#000000" link="#0000FF" vlink="#800080" alink="#FF0000">
 
 <table cellpadding="1" cellspacing="1" border="0">
-<tr><td valign="middle" align="left">[<a href="repository_14.html#SEC60" title="Previous section in reading order"> &lt; </a>]</td>
-<td valign="middle" align="left">[<a href="#SEC62" title="Next section in reading order"> &gt; </a>]</td>
+<tr><td valign="middle" align="left">[<a href="repository_14.html#SEC58" title="Previous section in reading order"> &lt; </a>]</td>
+<td valign="middle" align="left">[<a href="#SEC60" title="Next section in reading order"> &gt; </a>]</td>
 <td valign="middle" align="left"> &nbsp; </td>
 <td valign="middle" align="left">[<a href="repository_4.html#SEC4" title="Beginning of this chapter or previous chapter"> &lt;&lt; </a>]</td>
 <td valign="middle" align="left">[<a href="repository_4.html#SEC4" title="Up section"> Up </a>]</td>
-<td valign="middle" align="left">[<a href="repository_79.html#SEC416" title="Next chapter"> &gt;&gt; </a>]</td>
+<td valign="middle" align="left">[<a href="repository_79.html#SEC414" 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_79.html#SEC416" title="Index">Index</a>]</td>
+<td valign="middle" align="left">[<a href="repository_79.html#SEC414" 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="Filesystem-trunk-Identity-Models-Html"></a>
-<a name="SEC61"></a>
+<a name="SEC59"></a>
 <h2 class="section"> 2.11 The <tt>`trunk/Identity/Models/Html'</tt> Directory </h2>
 
 
-<a name="SEC62"></a>
+<a name="SEC60"></a>
 <h3 class="subsection"> 2.11.1 Goals </h3>
 
 <ul class="toc">
@@ -83,7 +83,7 @@ ul.toc {list-style: none}
 </li></ul>
 
 
-<a name="SEC63"></a>
+<a name="SEC61"></a>
 <h3 class="subsection"> 2.11.2 Description </h3>
 
 <ul class="toc">
@@ -91,7 +91,7 @@ ul.toc {list-style: none}
 </li></ul>
 
 
-<a name="SEC64"></a>
+<a name="SEC62"></a>
 <h3 class="subsection"> 2.11.3 Usage </h3>
 
 <ul class="toc">
@@ -99,22 +99,22 @@ ul.toc {list-style: none}
 </li></ul>
 
 
-<a name="SEC65"></a>
+<a name="SEC63"></a>
 <h3 class="subsection"> 2.11.4 See also </h3>
 
 
 
 <table cellpadding="1" cellspacing="1" border="0">
-<tr><td valign="middle" align="left">[<a href="#SEC64" title="Previous section in reading order"> &lt; </a>]</td>
-<td valign="middle" align="left">[<a href="repository_16.html#SEC66" title="Next section in reading order"> &gt; </a>]</td>
+<tr><td valign="middle" align="left">[<a href="#SEC62" title="Previous section in reading order"> &lt; </a>]</td>
+<td valign="middle" align="left">[<a href="repository_16.html#SEC64" title="Next section in reading order"> &gt; </a>]</td>
 <td valign="middle" align="left"> &nbsp; </td>
 <td valign="middle" align="left">[<a href="repository_4.html#SEC4" title="Beginning of this chapter or previous chapter"> &lt;&lt; </a>]</td>
-<td valign="middle" align="left">[<a href="#SEC61" title="Up section"> Up </a>]</td>
-<td valign="middle" align="left">[<a href="repository_79.html#SEC416" title="Next chapter"> &gt;&gt; </a>]</td>
+<td valign="middle" align="left">[<a href="#SEC59" title="Up section"> Up </a>]</td>
+<td valign="middle" align="left">[<a href="repository_79.html#SEC414" title="Next chapter"> &gt;&gt; </a>]</td>
 </tr></table>
 <p>
  <font size="-1">
-  This document was generated on <i>March, 8 2011</i> using <a class="www" href="http://texi2html.cvshome.org/"><i>texi2html 1.76</i></a>.
+  This document was generated on <i>March, 9 2011</i> using <a class="www" href="http://texi2html.cvshome.org/"><i>texi2html 1.76</i></a>.
  </font>
  <br>
 
diff --git a/Manual/repository-html/repository_16.html b/Manual/repository-html/repository_16.html
index 60fcfdb..4dfc4d2 100644
--- a/Manual/repository-html/repository_16.html
+++ b/Manual/repository-html/repository_16.html
@@ -12,7 +12,7 @@ Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A
 copy of the license is included in the section entitled GNU Free
 Documentation License.  
 -->
-<!-- Created on March, 8 2011 by texi2html 1.76 -->
+<!-- Created on March, 9 2011 by texi2html 1.76 -->
 <!--
 Written by: Lionel Cons <Lionel.Cons@cern.ch> (original author)
             Karl Berry  <karl@freefriends.org>
@@ -55,27 +55,27 @@ ul.toc {list-style: none}
 <body lang="en" bgcolor="#FFFFFF" text="#000000" link="#0000FF" vlink="#800080" alink="#FF0000">
 
 <table cellpadding="1" cellspacing="1" border="0">
-<tr><td valign="middle" align="left">[<a href="repository_15.html#SEC65" title="Previous section in reading order"> &lt; </a>]</td>
-<td valign="middle" align="left">[<a href="#SEC67" title="Next section in reading order"> &gt; </a>]</td>
+<tr><td valign="middle" align="left">[<a href="repository_15.html#SEC63" title="Previous section in reading order"> &lt; </a>]</td>
+<td valign="middle" align="left">[<a href="#SEC65" title="Next section in reading order"> &gt; </a>]</td>
 <td valign="middle" align="left"> &nbsp; </td>
 <td valign="middle" align="left">[<a href="repository_4.html#SEC4" title="Beginning of this chapter or previous chapter"> &lt;&lt; </a>]</td>
 <td valign="middle" align="left">[<a href="repository_4.html#SEC4" title="Up section"> Up </a>]</td>
-<td valign="middle" align="left">[<a href="repository_79.html#SEC416" title="Next chapter"> &gt;&gt; </a>]</td>
+<td valign="middle" align="left">[<a href="repository_79.html#SEC414" 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_79.html#SEC416" title="Index">Index</a>]</td>
+<td valign="middle" align="left">[<a href="repository_79.html#SEC414" 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="Filesystem-trunk-Identity-Models-Img-Promo-Web"></a>
-<a name="SEC66"></a>
+<a name="SEC64"></a>
 <h2 class="section"> 2.12 The <tt>`trunk/Identity/Models/Img/Promo/Web'</tt> Directory </h2>
 
 
-<a name="SEC67"></a>
+<a name="SEC65"></a>
 <h3 class="subsection"> 2.12.1 Goals </h3>
 
 <ul class="toc">
@@ -83,7 +83,7 @@ ul.toc {list-style: none}
 </li></ul>
 
 
-<a name="SEC68"></a>
+<a name="SEC66"></a>
 <h3 class="subsection"> 2.12.2 Description </h3>
 
 <ul class="toc">
@@ -91,7 +91,7 @@ ul.toc {list-style: none}
 </li></ul>
 
 
-<a name="SEC69"></a>
+<a name="SEC67"></a>
 <h3 class="subsection"> 2.12.3 Usage </h3>
 
 <ul class="toc">
@@ -99,26 +99,26 @@ ul.toc {list-style: none}
 </li></ul>
 
 
-<a name="SEC70"></a>
+<a name="SEC68"></a>
 <h3 class="subsection"> 2.12.4 See also </h3>
 
 <table class="menu" border="0" cellspacing="0">
-<tr><td align="left" valign="top"><a href="repository_19.html#SEC81">2.15 The <tt>`trunk/Identity/Models/Tpl/Promo/Web'</tt> Directory</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
+<tr><td align="left" valign="top"><a href="repository_19.html#SEC79">2.15 The <tt>`trunk/Identity/Models/Tpl/Promo/Web'</tt> Directory</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
 </td></tr>
 </table>
 
 
 <table cellpadding="1" cellspacing="1" border="0">
-<tr><td valign="middle" align="left">[<a href="#SEC69" title="Previous section in reading order"> &lt; </a>]</td>
-<td valign="middle" align="left">[<a href="repository_17.html#SEC71" title="Next section in reading order"> &gt; </a>]</td>
+<tr><td valign="middle" align="left">[<a href="#SEC67" title="Previous section in reading order"> &lt; </a>]</td>
+<td valign="middle" align="left">[<a href="repository_17.html#SEC69" title="Next section in reading order"> &gt; </a>]</td>
 <td valign="middle" align="left"> &nbsp; </td>
 <td valign="middle" align="left">[<a href="repository_4.html#SEC4" title="Beginning of this chapter or previous chapter"> &lt;&lt; </a>]</td>
-<td valign="middle" align="left">[<a href="#SEC66" title="Up section"> Up </a>]</td>
-<td valign="middle" align="left">[<a href="repository_79.html#SEC416" title="Next chapter"> &gt;&gt; </a>]</td>
+<td valign="middle" align="left">[<a href="#SEC64" title="Up section"> Up </a>]</td>
+<td valign="middle" align="left">[<a href="repository_79.html#SEC414" title="Next chapter"> &gt;&gt; </a>]</td>
 </tr></table>
 <p>
  <font size="-1">
-  This document was generated on <i>March, 8 2011</i> using <a class="www" href="http://texi2html.cvshome.org/"><i>texi2html 1.76</i></a>.
+  This document was generated on <i>March, 9 2011</i> using <a class="www" href="http://texi2html.cvshome.org/"><i>texi2html 1.76</i></a>.
  </font>
  <br>
 
diff --git a/Manual/repository-html/repository_17.html b/Manual/repository-html/repository_17.html
index c090927..e95de17 100644
--- a/Manual/repository-html/repository_17.html
+++ b/Manual/repository-html/repository_17.html
@@ -12,7 +12,7 @@ Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A
 copy of the license is included in the section entitled GNU Free
 Documentation License.  
 -->
-<!-- Created on March, 8 2011 by texi2html 1.76 -->
+<!-- Created on March, 9 2011 by texi2html 1.76 -->
 <!--
 Written by: Lionel Cons <Lionel.Cons@cern.ch> (original author)
             Karl Berry  <karl@freefriends.org>
@@ -55,27 +55,27 @@ ul.toc {list-style: none}
 <body lang="en" bgcolor="#FFFFFF" text="#000000" link="#0000FF" vlink="#800080" alink="#FF0000">
 
 <table cellpadding="1" cellspacing="1" border="0">
-<tr><td valign="middle" align="left">[<a href="repository_16.html#SEC70" title="Previous section in reading order"> &lt; </a>]</td>
-<td valign="middle" align="left">[<a href="#SEC72" title="Next section in reading order"> &gt; </a>]</td>
+<tr><td valign="middle" align="left">[<a href="repository_16.html#SEC68" title="Previous section in reading order"> &lt; </a>]</td>
+<td valign="middle" align="left">[<a href="#SEC70" title="Next section in reading order"> &gt; </a>]</td>
 <td valign="middle" align="left"> &nbsp; </td>
 <td valign="middle" align="left">[<a href="repository_4.html#SEC4" title="Beginning of this chapter or previous chapter"> &lt;&lt; </a>]</td>
 <td valign="middle" align="left">[<a href="repository_4.html#SEC4" title="Up section"> Up </a>]</td>
-<td valign="middle" align="left">[<a href="repository_79.html#SEC416" title="Next chapter"> &gt;&gt; </a>]</td>
+<td valign="middle" align="left">[<a href="repository_79.html#SEC414" 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_79.html#SEC416" title="Index">Index</a>]</td>
+<td valign="middle" align="left">[<a href="repository_79.html#SEC414" 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="Filesystem-trunk-Identity-Models-Tpl"></a>
-<a name="SEC71"></a>
+<a name="SEC69"></a>
 <h2 class="section"> 2.13 The <tt>`trunk/Identity/Models/Tpl'</tt> Directory </h2>
 
 
-<a name="SEC72"></a>
+<a name="SEC70"></a>
 <h3 class="subsection"> 2.13.1 Goals </h3>
 
 <ul class="toc">
@@ -83,7 +83,7 @@ ul.toc {list-style: none}
 </li></ul>
 
 
-<a name="SEC73"></a>
+<a name="SEC71"></a>
 <h3 class="subsection"> 2.13.2 Description </h3>
 
 <ul class="toc">
@@ -91,7 +91,7 @@ ul.toc {list-style: none}
 </li></ul>
 
 
-<a name="SEC74"></a>
+<a name="SEC72"></a>
 <h3 class="subsection"> 2.13.3 Usage </h3>
 
 <ul class="toc">
@@ -99,22 +99,22 @@ ul.toc {list-style: none}
 </li></ul>
 
 
-<a name="SEC75"></a>
+<a name="SEC73"></a>
 <h3 class="subsection"> 2.13.4 See also </h3>
 
 
 
 <table cellpadding="1" cellspacing="1" border="0">
-<tr><td valign="middle" align="left">[<a href="#SEC74" title="Previous section in reading order"> &lt; </a>]</td>
-<td valign="middle" align="left">[<a href="repository_18.html#SEC76" title="Next section in reading order"> &gt; </a>]</td>
+<tr><td valign="middle" align="left">[<a href="#SEC72" title="Previous section in reading order"> &lt; </a>]</td>
+<td valign="middle" align="left">[<a href="repository_18.html#SEC74" title="Next section in reading order"> &gt; </a>]</td>
 <td valign="middle" align="left"> &nbsp; </td>
 <td valign="middle" align="left">[<a href="repository_4.html#SEC4" title="Beginning of this chapter or previous chapter"> &lt;&lt; </a>]</td>
-<td valign="middle" align="left">[<a href="#SEC71" title="Up section"> Up </a>]</td>
-<td valign="middle" align="left">[<a href="repository_79.html#SEC416" title="Next chapter"> &gt;&gt; </a>]</td>
+<td valign="middle" align="left">[<a href="#SEC69" title="Up section"> Up </a>]</td>
+<td valign="middle" align="left">[<a href="repository_79.html#SEC414" title="Next chapter"> &gt;&gt; </a>]</td>
 </tr></table>
 <p>
  <font size="-1">
-  This document was generated on <i>March, 8 2011</i> using <a class="www" href="http://texi2html.cvshome.org/"><i>texi2html 1.76</i></a>.
+  This document was generated on <i>March, 9 2011</i> using <a class="www" href="http://texi2html.cvshome.org/"><i>texi2html 1.76</i></a>.
  </font>
  <br>
 
diff --git a/Manual/repository-html/repository_18.html b/Manual/repository-html/repository_18.html
index 8d834fc..7d6092c 100644
--- a/Manual/repository-html/repository_18.html
+++ b/Manual/repository-html/repository_18.html
@@ -12,7 +12,7 @@ Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A
 copy of the license is included in the section entitled GNU Free
 Documentation License.  
 -->
-<!-- Created on March, 8 2011 by texi2html 1.76 -->
+<!-- Created on March, 9 2011 by texi2html 1.76 -->
 <!--
 Written by: Lionel Cons <Lionel.Cons@cern.ch> (original author)
             Karl Berry  <karl@freefriends.org>
@@ -55,27 +55,27 @@ ul.toc {list-style: none}
 <body lang="en" bgcolor="#FFFFFF" text="#000000" link="#0000FF" vlink="#800080" alink="#FF0000">
 
 <table cellpadding="1" cellspacing="1" border="0">
-<tr><td valign="middle" align="left">[<a href="repository_17.html#SEC75" title="Previous section in reading order"> &lt; </a>]</td>
-<td valign="middle" align="left">[<a href="#SEC77" title="Next section in reading order"> &gt; </a>]</td>
+<tr><td valign="middle" align="left">[<a href="repository_17.html#SEC73" title="Previous section in reading order"> &lt; </a>]</td>
+<td valign="middle" align="left">[<a href="#SEC75" title="Next section in reading order"> &gt; </a>]</td>
 <td valign="middle" align="left"> &nbsp; </td>
 <td valign="middle" align="left">[<a href="repository_4.html#SEC4" title="Beginning of this chapter or previous chapter"> &lt;&lt; </a>]</td>
 <td valign="middle" align="left">[<a href="repository_4.html#SEC4" title="Up section"> Up </a>]</td>
-<td valign="middle" align="left">[<a href="repository_79.html#SEC416" title="Next chapter"> &gt;&gt; </a>]</td>
+<td valign="middle" align="left">[<a href="repository_79.html#SEC414" 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_79.html#SEC416" title="Index">Index</a>]</td>
+<td valign="middle" align="left">[<a href="repository_79.html#SEC414" 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="Filesystem-trunk-Identity-Models-Tpl-Brands"></a>
-<a name="SEC76"></a>
+<a name="SEC74"></a>
 <h2 class="section"> 2.14 The <tt>`trunk/Identity/Models/Tpl/Brands'</tt> Directory </h2>
 
 
-<a name="SEC77"></a>
+<a name="SEC75"></a>
 <h3 class="subsection"> 2.14.1 Goals </h3>
 
 <ul class="toc">
@@ -83,7 +83,7 @@ ul.toc {list-style: none}
 </li></ul>
 
 
-<a name="SEC78"></a>
+<a name="SEC76"></a>
 <h3 class="subsection"> 2.14.2 Description </h3>
 
 <ul class="toc">
@@ -91,7 +91,7 @@ ul.toc {list-style: none}
 </li></ul>
 
 
-<a name="SEC79"></a>
+<a name="SEC77"></a>
 <h3 class="subsection"> 2.14.3 Usage </h3>
 
 <ul class="toc">
@@ -99,22 +99,22 @@ ul.toc {list-style: none}
 </li></ul>
 
 
-<a name="SEC80"></a>
+<a name="SEC78"></a>
 <h3 class="subsection"> 2.14.4 See also </h3>
 
 
 
 <table cellpadding="1" cellspacing="1" border="0">
-<tr><td valign="middle" align="left">[<a href="#SEC79" title="Previous section in reading order"> &lt; </a>]</td>
-<td valign="middle" align="left">[<a href="repository_19.html#SEC81" title="Next section in reading order"> &gt; </a>]</td>
+<tr><td valign="middle" align="left">[<a href="#SEC77" title="Previous section in reading order"> &lt; </a>]</td>
+<td valign="middle" align="left">[<a href="repository_19.html#SEC79" title="Next section in reading order"> &gt; </a>]</td>
 <td valign="middle" align="left"> &nbsp; </td>
 <td valign="middle" align="left">[<a href="repository_4.html#SEC4" title="Beginning of this chapter or previous chapter"> &lt;&lt; </a>]</td>
-<td valign="middle" align="left">[<a href="#SEC76" title="Up section"> Up </a>]</td>
-<td valign="middle" align="left">[<a href="repository_79.html#SEC416" title="Next chapter"> &gt;&gt; </a>]</td>
+<td valign="middle" align="left">[<a href="#SEC74" title="Up section"> Up </a>]</td>
+<td valign="middle" align="left">[<a href="repository_79.html#SEC414" title="Next chapter"> &gt;&gt; </a>]</td>
 </tr></table>
 <p>
  <font size="-1">
-  This document was generated on <i>March, 8 2011</i> using <a class="www" href="http://texi2html.cvshome.org/"><i>texi2html 1.76</i></a>.
+  This document was generated on <i>March, 9 2011</i> using <a class="www" href="http://texi2html.cvshome.org/"><i>texi2html 1.76</i></a>.
  </font>
  <br>
 
diff --git a/Manual/repository-html/repository_19.html b/Manual/repository-html/repository_19.html
index 5792e69..b478ac2 100644
--- a/Manual/repository-html/repository_19.html
+++ b/Manual/repository-html/repository_19.html
@@ -12,7 +12,7 @@ Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A
 copy of the license is included in the section entitled GNU Free
 Documentation License.  
 -->
-<!-- Created on March, 8 2011 by texi2html 1.76 -->
+<!-- Created on March, 9 2011 by texi2html 1.76 -->
 <!--
 Written by: Lionel Cons <Lionel.Cons@cern.ch> (original author)
             Karl Berry  <karl@freefriends.org>
@@ -55,34 +55,34 @@ ul.toc {list-style: none}
 <body lang="en" bgcolor="#FFFFFF" text="#000000" link="#0000FF" vlink="#800080" alink="#FF0000">
 
 <table cellpadding="1" cellspacing="1" border="0">
-<tr><td valign="middle" align="left">[<a href="repository_18.html#SEC80" title="Previous section in reading order"> &lt; </a>]</td>
-<td valign="middle" align="left">[<a href="#SEC82" title="Next section in reading order"> &gt; </a>]</td>
+<tr><td valign="middle" align="left">[<a href="repository_18.html#SEC78" title="Previous section in reading order"> &lt; </a>]</td>
+<td valign="middle" align="left">[<a href="#SEC80" title="Next section in reading order"> &gt; </a>]</td>
 <td valign="middle" align="left"> &nbsp; </td>
 <td valign="middle" align="left">[<a href="repository_4.html#SEC4" title="Beginning of this chapter or previous chapter"> &lt;&lt; </a>]</td>
 <td valign="middle" align="left">[<a href="repository_4.html#SEC4" title="Up section"> Up </a>]</td>
-<td valign="middle" align="left">[<a href="repository_79.html#SEC416" title="Next chapter"> &gt;&gt; </a>]</td>
+<td valign="middle" align="left">[<a href="repository_79.html#SEC414" 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_79.html#SEC416" title="Index">Index</a>]</td>
+<td valign="middle" align="left">[<a href="repository_79.html#SEC414" 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="Filesystem-trunk-Identity-Models-Tpl-Promo-Web"></a>
-<a name="SEC81"></a>
+<a name="SEC79"></a>
 <h2 class="section"> 2.15 The <tt>`trunk/Identity/Models/Tpl/Promo/Web'</tt> Directory </h2>
 
 
-<a name="SEC82"></a>
+<a name="SEC80"></a>
 <h3 class="subsection"> 2.15.1 Goals </h3>
 
 <p>Organize scalable vector graphics (svg) to help describe the CentOS
 web environment.
 </p>
 
-<a name="SEC83"></a>
+<a name="SEC81"></a>
 <h3 class="subsection"> 2.15.2 The CentOS web environment </h3>
 
 <p>Inside CentOS corporate identity, the CentOS web environment is
@@ -107,7 +107,7 @@ images plus common style sheet [CSS] definitions).
 </li></ul>
 
 <p>The CentOS project is attached to a monolithic corporate visual
-identity (see section <a href="repository_8.html#SEC22">The <tt>`trunk/Identity'</tt> Directory</a>), where all visual manifestations
+identity (see section <a href="repository_8.html#SEC20">The <tt>`trunk/Identity'</tt> Directory</a>), where all visual manifestations
 have one unique name and one unique visual style. This way, the CentOS
 web environment has one unique name (the CentOS brand) and one unique
 visual style (the CentOS default theme) for all its visual
@@ -146,19 +146,19 @@ the one unique visual style customization changes.
 repository to store CentOS web environment customized web applications.
 </p>
 
-<a name="SEC84"></a>
+<a name="SEC82"></a>
 <h4 class="subsubsection"> 2.15.2.1 Design model (without ads) </h4>
 
 
-<a name="SEC85"></a>
+<a name="SEC83"></a>
 <h4 class="subsubsection"> 2.15.2.2 Design model (with ads) </h4>
 
 
-<a name="SEC86"></a>
+<a name="SEC84"></a>
 <h4 class="subsubsection"> 2.15.2.3 HTML definitions </h4>
 
 
-<a name="SEC87"></a>
+<a name="SEC85"></a>
 <h4 class="subsubsection"> 2.15.2.4 Controlling visual style </h4>
 
 <p>Inside CentOS web environment, the visual style is controlled by the
@@ -175,7 +175,7 @@ following compenents:
 </dl>
 
 
-<a name="SEC88"></a>
+<a name="SEC86"></a>
 <h4 class="subsubsection"> 2.15.2.5 Producing visual style </h4>
 
 <p>The visual style of CentOS web environment is defined in the following
@@ -203,7 +203,7 @@ of CentOS web applications be packaged, uploded, and installed from
 [webenv] or [webenv-test] repositories.
 </p>
 
-<a name="SEC89"></a>
+<a name="SEC87"></a>
 <h4 class="subsubsection"> 2.15.2.6 Navigation </h4>
 
 <p>Inside CentOS web environment, the one-step navegation between web
@@ -213,7 +213,7 @@ and is always visible no matter where you are inside the web
 environment.
 </p>
 
-<a name="SEC90"></a>
+<a name="SEC88"></a>
 <h4 class="subsubsection"> 2.15.2.7 Development and release cycle </h4>
 
 <p>The CentOS web environment development and relase cycle is described
@@ -358,7 +358,7 @@ repository you need to configure it first.
 </dl>
 
 
-<a name="SEC91"></a>
+<a name="SEC89"></a>
 <h4 class="subsubsection"> 2.15.2.8 The [webenv-test] repository </h4>
 
 <pre class="verbatim">/etc/yum.repos.d/CentOS-Webenv-test.repo
@@ -373,7 +373,7 @@ enabled=1
 priority=10
 </pre>
 
-<a name="SEC92"></a>
+<a name="SEC90"></a>
 <h4 class="subsubsection"> 2.15.2.9 The [webenv] repository </h4>
 
 <pre class="verbatim">/etc/yum.repos.d/CentOS-Webenv.repo
@@ -388,14 +388,14 @@ enabled=1
 priority=10
 </pre>
 
-<a name="SEC93"></a>
+<a name="SEC91"></a>
 <h4 class="subsubsection"> 2.15.2.10 Priority configuration </h4>
 
 <p>Both [webenv] and [webenv-test] repositories update packages inside
 CentOS [base] and CentOS [updates] repositories.
 </p>
 
-<a name="SEC94"></a>
+<a name="SEC92"></a>
 <h3 class="subsection"> 2.15.3 Usage </h3>
 
 <ul class="toc">
@@ -403,26 +403,26 @@ CentOS [base] and CentOS [updates] repositories.
 </li></ul>
 
 
-<a name="SEC95"></a>
+<a name="SEC93"></a>
 <h3 class="subsection"> 2.15.4 See also </h3>
 
 <table class="menu" border="0" cellspacing="0">
-<tr><td align="left" valign="top"><a href="repository_16.html#SEC66">2.12 The <tt>`trunk/Identity/Models/Img/Promo/Web'</tt> Directory</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
+<tr><td align="left" valign="top"><a href="repository_16.html#SEC64">2.12 The <tt>`trunk/Identity/Models/Img/Promo/Web'</tt> Directory</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
 </td></tr>
 </table>
 
 
 <table cellpadding="1" cellspacing="1" border="0">
-<tr><td valign="middle" align="left">[<a href="#SEC94" title="Previous section in reading order"> &lt; </a>]</td>
-<td valign="middle" align="left">[<a href="repository_20.html#SEC96" title="Next section in reading order"> &gt; </a>]</td>
+<tr><td valign="middle" align="left">[<a href="#SEC92" title="Previous section in reading order"> &lt; </a>]</td>
+<td valign="middle" align="left">[<a href="repository_20.html#SEC94" title="Next section in reading order"> &gt; </a>]</td>
 <td valign="middle" align="left"> &nbsp; </td>
 <td valign="middle" align="left">[<a href="repository_4.html#SEC4" title="Beginning of this chapter or previous chapter"> &lt;&lt; </a>]</td>
-<td valign="middle" align="left">[<a href="#SEC81" title="Up section"> Up </a>]</td>
-<td valign="middle" align="left">[<a href="repository_79.html#SEC416" title="Next chapter"> &gt;&gt; </a>]</td>
+<td valign="middle" align="left">[<a href="#SEC79" title="Up section"> Up </a>]</td>
+<td valign="middle" align="left">[<a href="repository_79.html#SEC414" title="Next chapter"> &gt;&gt; </a>]</td>
 </tr></table>
 <p>
  <font size="-1">
-  This document was generated on <i>March, 8 2011</i> using <a class="www" href="http://texi2html.cvshome.org/"><i>texi2html 1.76</i></a>.
+  This document was generated on <i>March, 9 2011</i> using <a class="www" href="http://texi2html.cvshome.org/"><i>texi2html 1.76</i></a>.
  </font>
  <br>
 
diff --git a/Manual/repository-html/repository_2.html b/Manual/repository-html/repository_2.html
index f9b4b83..671fecf 100644
--- a/Manual/repository-html/repository_2.html
+++ b/Manual/repository-html/repository_2.html
@@ -12,7 +12,7 @@ Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A
 copy of the license is included in the section entitled GNU Free
 Documentation License.  
 -->
-<!-- Created on March, 8 2011 by texi2html 1.76 -->
+<!-- Created on March, 9 2011 by texi2html 1.76 -->
 <!--
 Written by: Lionel Cons <Lionel.Cons@cern.ch> (original author)
             Karl Berry  <karl@freefriends.org>
@@ -67,7 +67,7 @@ ul.toc {list-style: none}
 <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_79.html#SEC416" title="Index">Index</a>]</td>
+<td valign="middle" align="left">[<a href="repository_79.html#SEC414" 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="Convenctions"></a>
@@ -193,7 +193,7 @@ system environment.
 </tr></table>
 <p>
  <font size="-1">
-  This document was generated on <i>March, 8 2011</i> using <a class="www" href="http://texi2html.cvshome.org/"><i>texi2html 1.76</i></a>.
+  This document was generated on <i>March, 9 2011</i> using <a class="www" href="http://texi2html.cvshome.org/"><i>texi2html 1.76</i></a>.
  </font>
  <br>
 
diff --git a/Manual/repository-html/repository_20.html b/Manual/repository-html/repository_20.html
index 02de1fe..502d3a1 100644
--- a/Manual/repository-html/repository_20.html
+++ b/Manual/repository-html/repository_20.html
@@ -12,7 +12,7 @@ Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A
 copy of the license is included in the section entitled GNU Free
 Documentation License.  
 -->
-<!-- Created on March, 8 2011 by texi2html 1.76 -->
+<!-- Created on March, 9 2011 by texi2html 1.76 -->
 <!--
 Written by: Lionel Cons <Lionel.Cons@cern.ch> (original author)
             Karl Berry  <karl@freefriends.org>
@@ -55,27 +55,27 @@ ul.toc {list-style: none}
 <body lang="en" bgcolor="#FFFFFF" text="#000000" link="#0000FF" vlink="#800080" alink="#FF0000">
 
 <table cellpadding="1" cellspacing="1" border="0">
-<tr><td valign="middle" align="left">[<a href="repository_19.html#SEC95" title="Previous section in reading order"> &lt; </a>]</td>
-<td valign="middle" align="left">[<a href="#SEC97" title="Next section in reading order"> &gt; </a>]</td>
+<tr><td valign="middle" align="left">[<a href="repository_19.html#SEC93" title="Previous section in reading order"> &lt; </a>]</td>
+<td valign="middle" align="left">[<a href="#SEC95" title="Next section in reading order"> &gt; </a>]</td>
 <td valign="middle" align="left"> &nbsp; </td>
 <td valign="middle" align="left">[<a href="repository_4.html#SEC4" title="Beginning of this chapter or previous chapter"> &lt;&lt; </a>]</td>
 <td valign="middle" align="left">[<a href="repository_4.html#SEC4" title="Up section"> Up </a>]</td>
-<td valign="middle" align="left">[<a href="repository_79.html#SEC416" title="Next chapter"> &gt;&gt; </a>]</td>
+<td valign="middle" align="left">[<a href="repository_79.html#SEC414" 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_79.html#SEC416" title="Index">Index</a>]</td>
+<td valign="middle" align="left">[<a href="repository_79.html#SEC414" 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="Filesystem-trunk-Identity-Models-Xcf"></a>
-<a name="SEC96"></a>
+<a name="SEC94"></a>
 <h2 class="section"> 2.16 The <tt>`trunk/Identity/Models/Xcf'</tt> Directory </h2>
 
 
-<a name="SEC97"></a>
+<a name="SEC95"></a>
 <h3 class="subsection"> 2.16.1 Goals </h3>
 
 <ul class="toc">
@@ -83,7 +83,7 @@ ul.toc {list-style: none}
 </li></ul>
 
 
-<a name="SEC98"></a>
+<a name="SEC96"></a>
 <h3 class="subsection"> 2.16.2 Description </h3>
 
 <ul class="toc">
@@ -91,7 +91,7 @@ ul.toc {list-style: none}
 </li></ul>
 
 
-<a name="SEC99"></a>
+<a name="SEC97"></a>
 <h3 class="subsection"> 2.16.3 Usage </h3>
 
 <ul class="toc">
@@ -99,22 +99,22 @@ ul.toc {list-style: none}
 </li></ul>
 
 
-<a name="SEC100"></a>
+<a name="SEC98"></a>
 <h3 class="subsection"> 2.16.4 See also </h3>
 
 
 
 <table cellpadding="1" cellspacing="1" border="0">
-<tr><td valign="middle" align="left">[<a href="#SEC99" title="Previous section in reading order"> &lt; </a>]</td>
-<td valign="middle" align="left">[<a href="repository_21.html#SEC101" title="Next section in reading order"> &gt; </a>]</td>
+<tr><td valign="middle" align="left">[<a href="#SEC97" title="Previous section in reading order"> &lt; </a>]</td>
+<td valign="middle" align="left">[<a href="repository_21.html#SEC99" title="Next section in reading order"> &gt; </a>]</td>
 <td valign="middle" align="left"> &nbsp; </td>
 <td valign="middle" align="left">[<a href="repository_4.html#SEC4" title="Beginning of this chapter or previous chapter"> &lt;&lt; </a>]</td>
-<td valign="middle" align="left">[<a href="#SEC96" title="Up section"> Up </a>]</td>
-<td valign="middle" align="left">[<a href="repository_79.html#SEC416" title="Next chapter"> &gt;&gt; </a>]</td>
+<td valign="middle" align="left">[<a href="#SEC94" title="Up section"> Up </a>]</td>
+<td valign="middle" align="left">[<a href="repository_79.html#SEC414" title="Next chapter"> &gt;&gt; </a>]</td>
 </tr></table>
 <p>
  <font size="-1">
-  This document was generated on <i>March, 8 2011</i> using <a class="www" href="http://texi2html.cvshome.org/"><i>texi2html 1.76</i></a>.
+  This document was generated on <i>March, 9 2011</i> using <a class="www" href="http://texi2html.cvshome.org/"><i>texi2html 1.76</i></a>.
  </font>
  <br>
 
diff --git a/Manual/repository-html/repository_21.html b/Manual/repository-html/repository_21.html
index ad4eb27..3efa2b4 100644
--- a/Manual/repository-html/repository_21.html
+++ b/Manual/repository-html/repository_21.html
@@ -12,7 +12,7 @@ Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A
 copy of the license is included in the section entitled GNU Free
 Documentation License.  
 -->
-<!-- Created on March, 8 2011 by texi2html 1.76 -->
+<!-- Created on March, 9 2011 by texi2html 1.76 -->
 <!--
 Written by: Lionel Cons <Lionel.Cons@cern.ch> (original author)
             Karl Berry  <karl@freefriends.org>
@@ -55,27 +55,27 @@ ul.toc {list-style: none}
 <body lang="en" bgcolor="#FFFFFF" text="#000000" link="#0000FF" vlink="#800080" alink="#FF0000">
 
 <table cellpadding="1" cellspacing="1" border="0">
-<tr><td valign="middle" align="left">[<a href="repository_20.html#SEC100" title="Previous section in reading order"> &lt; </a>]</td>
-<td valign="middle" align="left">[<a href="#SEC102" title="Next section in reading order"> &gt; </a>]</td>
+<tr><td valign="middle" align="left">[<a href="repository_20.html#SEC98" title="Previous section in reading order"> &lt; </a>]</td>
+<td valign="middle" align="left">[<a href="#SEC100" title="Next section in reading order"> &gt; </a>]</td>
 <td valign="middle" align="left"> &nbsp; </td>
 <td valign="middle" align="left">[<a href="repository_4.html#SEC4" title="Beginning of this chapter or previous chapter"> &lt;&lt; </a>]</td>
 <td valign="middle" align="left">[<a href="repository_4.html#SEC4" title="Up section"> Up </a>]</td>
-<td valign="middle" align="left">[<a href="repository_79.html#SEC416" title="Next chapter"> &gt;&gt; </a>]</td>
+<td valign="middle" align="left">[<a href="repository_79.html#SEC414" 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_79.html#SEC416" title="Index">Index</a>]</td>
+<td valign="middle" align="left">[<a href="repository_79.html#SEC414" 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="Filesystem-trunk-Identity-Release"></a>
-<a name="SEC101"></a>
+<a name="SEC99"></a>
 <h2 class="section"> 2.17 The <tt>`trunk/Identity/Release'</tt> Directory </h2>
 
 
-<a name="SEC102"></a>
+<a name="SEC100"></a>
 <h3 class="subsection"> 2.17.1 Goals </h3>
 
 <ul class="toc">
@@ -83,30 +83,30 @@ ul.toc {list-style: none}
 </li></ul>
 
 
-<a name="SEC103"></a>
+<a name="SEC101"></a>
 <h3 class="subsection"> 2.17.2 Description </h3>
 
 
-<a name="SEC104"></a>
+<a name="SEC102"></a>
 <h3 class="subsection"> 2.17.3 Usage </h3>
 
 
-<a name="SEC105"></a>
+<a name="SEC103"></a>
 <h3 class="subsection"> 2.17.4 See also </h3>
 
 
 
 <table cellpadding="1" cellspacing="1" border="0">
-<tr><td valign="middle" align="left">[<a href="#SEC104" title="Previous section in reading order"> &lt; </a>]</td>
-<td valign="middle" align="left">[<a href="repository_22.html#SEC106" title="Next section in reading order"> &gt; </a>]</td>
+<tr><td valign="middle" align="left">[<a href="#SEC102" title="Previous section in reading order"> &lt; </a>]</td>
+<td valign="middle" align="left">[<a href="repository_22.html#SEC104" title="Next section in reading order"> &gt; </a>]</td>
 <td valign="middle" align="left"> &nbsp; </td>
 <td valign="middle" align="left">[<a href="repository_4.html#SEC4" title="Beginning of this chapter or previous chapter"> &lt;&lt; </a>]</td>
-<td valign="middle" align="left">[<a href="#SEC101" title="Up section"> Up </a>]</td>
-<td valign="middle" align="left">[<a href="repository_79.html#SEC416" title="Next chapter"> &gt;&gt; </a>]</td>
+<td valign="middle" align="left">[<a href="#SEC99" title="Up section"> Up </a>]</td>
+<td valign="middle" align="left">[<a href="repository_79.html#SEC414" title="Next chapter"> &gt;&gt; </a>]</td>
 </tr></table>
 <p>
  <font size="-1">
-  This document was generated on <i>March, 8 2011</i> using <a class="www" href="http://texi2html.cvshome.org/"><i>texi2html 1.76</i></a>.
+  This document was generated on <i>March, 9 2011</i> using <a class="www" href="http://texi2html.cvshome.org/"><i>texi2html 1.76</i></a>.
  </font>
  <br>
 
diff --git a/Manual/repository-html/repository_22.html b/Manual/repository-html/repository_22.html
index 13c0489..9b3f555 100644
--- a/Manual/repository-html/repository_22.html
+++ b/Manual/repository-html/repository_22.html
@@ -12,7 +12,7 @@ Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A
 copy of the license is included in the section entitled GNU Free
 Documentation License.  
 -->
-<!-- Created on March, 8 2011 by texi2html 1.76 -->
+<!-- Created on March, 9 2011 by texi2html 1.76 -->
 <!--
 Written by: Lionel Cons <Lionel.Cons@cern.ch> (original author)
             Karl Berry  <karl@freefriends.org>
@@ -55,38 +55,38 @@ ul.toc {list-style: none}
 <body lang="en" bgcolor="#FFFFFF" text="#000000" link="#0000FF" vlink="#800080" alink="#FF0000">
 
 <table cellpadding="1" cellspacing="1" border="0">
-<tr><td valign="middle" align="left">[<a href="repository_21.html#SEC105" title="Previous section in reading order"> &lt; </a>]</td>
-<td valign="middle" align="left">[<a href="#SEC107" title="Next section in reading order"> &gt; </a>]</td>
+<tr><td valign="middle" align="left">[<a href="repository_21.html#SEC103" title="Previous section in reading order"> &lt; </a>]</td>
+<td valign="middle" align="left">[<a href="#SEC105" title="Next section in reading order"> &gt; </a>]</td>
 <td valign="middle" align="left"> &nbsp; </td>
 <td valign="middle" align="left">[<a href="repository_4.html#SEC4" title="Beginning of this chapter or previous chapter"> &lt;&lt; </a>]</td>
 <td valign="middle" align="left">[<a href="repository_4.html#SEC4" title="Up section"> Up </a>]</td>
-<td valign="middle" align="left">[<a href="repository_79.html#SEC416" title="Next chapter"> &gt;&gt; </a>]</td>
+<td valign="middle" align="left">[<a href="repository_79.html#SEC414" 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_79.html#SEC416" title="Index">Index</a>]</td>
+<td valign="middle" align="left">[<a href="repository_79.html#SEC414" 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="Filesystem-trunk-Identity-Themes"></a>
-<a name="SEC106"></a>
+<a name="SEC104"></a>
 <h2 class="section"> 2.18 The <tt>`trunk/Identity/Themes'</tt> Directory </h2>
 
 
-<a name="SEC107"></a>
+<a name="SEC105"></a>
 <h3 class="subsection"> 2.18.1 Goals </h3>
 
 <p>The <tt>`trunk/Identity/Themes/'</tt> directory exists to organize
 production of CentOS themes.
 </p>
 
-<a name="SEC108"></a>
+<a name="SEC106"></a>
 <h3 class="subsection"> 2.18.2 Description </h3>
 
 
-<a name="SEC109"></a>
+<a name="SEC107"></a>
 <h3 class="subsection"> 2.18.3 Usage </h3>
 
 <p>In this location themes are organized in &quot;Models&quot; --to store common
@@ -96,35 +96,35 @@ final CentOS themes.  CentOS themes can be tagged as &quot;Default&quot; or
 &quot;Alternative&quot;. CentOS themes are maintained by CentOS community. 
 </p>
 <table class="menu" border="0" cellspacing="0">
-<tr><td align="left" valign="top"><a href="repository_23.html#SEC111">2.19 The <tt>`trunk/Identity/Themes/Models'</tt> Directory</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
+<tr><td align="left" valign="top"><a href="repository_23.html#SEC109">2.19 The <tt>`trunk/Identity/Themes/Models'</tt> Directory</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
 </td></tr>
-<tr><td align="left" valign="top"><a href="repository_39.html#SEC191">2.35 The <tt>`trunk/Identity/Themes/Motifs'</tt> Directory</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
+<tr><td align="left" valign="top"><a href="repository_39.html#SEC189">2.35 The <tt>`trunk/Identity/Themes/Motifs'</tt> Directory</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
 </td></tr>
 </table>
 
 
-<a name="SEC110"></a>
+<a name="SEC108"></a>
 <h3 class="subsection"> 2.18.4 See also </h3>
 
 <table class="menu" border="0" cellspacing="0">
-<tr><td align="left" valign="top"><a href="repository_8.html#SEC22">2.4 The <tt>`trunk/Identity'</tt> Directory</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
+<tr><td align="left" valign="top"><a href="repository_8.html#SEC20">2.4 The <tt>`trunk/Identity'</tt> Directory</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
 </td></tr>
-<tr><td align="left" valign="top"><a href="repository_7.html#SEC17">2.3 The <tt>`trunk'</tt> Directory</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top"> 
+<tr><td align="left" valign="top"><a href="repository_7.html#SEC15">2.3 The <tt>`trunk'</tt> Directory</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top"> 
 </td></tr>
 </table>
 
 
 <table cellpadding="1" cellspacing="1" border="0">
-<tr><td valign="middle" align="left">[<a href="#SEC109" title="Previous section in reading order"> &lt; </a>]</td>
-<td valign="middle" align="left">[<a href="repository_23.html#SEC111" title="Next section in reading order"> &gt; </a>]</td>
+<tr><td valign="middle" align="left">[<a href="#SEC107" title="Previous section in reading order"> &lt; </a>]</td>
+<td valign="middle" align="left">[<a href="repository_23.html#SEC109" title="Next section in reading order"> &gt; </a>]</td>
 <td valign="middle" align="left"> &nbsp; </td>
 <td valign="middle" align="left">[<a href="repository_4.html#SEC4" title="Beginning of this chapter or previous chapter"> &lt;&lt; </a>]</td>
-<td valign="middle" align="left">[<a href="#SEC106" title="Up section"> Up </a>]</td>
-<td valign="middle" align="left">[<a href="repository_79.html#SEC416" title="Next chapter"> &gt;&gt; </a>]</td>
+<td valign="middle" align="left">[<a href="#SEC104" title="Up section"> Up </a>]</td>
+<td valign="middle" align="left">[<a href="repository_79.html#SEC414" title="Next chapter"> &gt;&gt; </a>]</td>
 </tr></table>
 <p>
  <font size="-1">
-  This document was generated on <i>March, 8 2011</i> using <a class="www" href="http://texi2html.cvshome.org/"><i>texi2html 1.76</i></a>.
+  This document was generated on <i>March, 9 2011</i> using <a class="www" href="http://texi2html.cvshome.org/"><i>texi2html 1.76</i></a>.
  </font>
  <br>
 
diff --git a/Manual/repository-html/repository_23.html b/Manual/repository-html/repository_23.html
index 628e13f..bc788a3 100644
--- a/Manual/repository-html/repository_23.html
+++ b/Manual/repository-html/repository_23.html
@@ -12,7 +12,7 @@ Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A
 copy of the license is included in the section entitled GNU Free
 Documentation License.  
 -->
-<!-- Created on March, 8 2011 by texi2html 1.76 -->
+<!-- Created on March, 9 2011 by texi2html 1.76 -->
 <!--
 Written by: Lionel Cons <Lionel.Cons@cern.ch> (original author)
             Karl Berry  <karl@freefriends.org>
@@ -55,27 +55,27 @@ ul.toc {list-style: none}
 <body lang="en" bgcolor="#FFFFFF" text="#000000" link="#0000FF" vlink="#800080" alink="#FF0000">
 
 <table cellpadding="1" cellspacing="1" border="0">
-<tr><td valign="middle" align="left">[<a href="repository_22.html#SEC110" title="Previous section in reading order"> &lt; </a>]</td>
-<td valign="middle" align="left">[<a href="#SEC112" title="Next section in reading order"> &gt; </a>]</td>
+<tr><td valign="middle" align="left">[<a href="repository_22.html#SEC108" title="Previous section in reading order"> &lt; </a>]</td>
+<td valign="middle" align="left">[<a href="#SEC110" title="Next section in reading order"> &gt; </a>]</td>
 <td valign="middle" align="left"> &nbsp; </td>
 <td valign="middle" align="left">[<a href="repository_4.html#SEC4" title="Beginning of this chapter or previous chapter"> &lt;&lt; </a>]</td>
 <td valign="middle" align="left">[<a href="repository_4.html#SEC4" title="Up section"> Up </a>]</td>
-<td valign="middle" align="left">[<a href="repository_79.html#SEC416" title="Next chapter"> &gt;&gt; </a>]</td>
+<td valign="middle" align="left">[<a href="repository_79.html#SEC414" 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_79.html#SEC416" title="Index">Index</a>]</td>
+<td valign="middle" align="left">[<a href="repository_79.html#SEC414" 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="Filesystem-trunk-Identity-Themes-Models"></a>
-<a name="SEC111"></a>
+<a name="SEC109"></a>
 <h2 class="section"> 2.19 The <tt>`trunk/Identity/Themes/Models'</tt> Directory </h2>
 
 
-<a name="SEC112"></a>
+<a name="SEC110"></a>
 <h3 class="subsection"> 2.19.1 Goals </h3>
 
 <ul class="toc">
@@ -83,7 +83,7 @@ ul.toc {list-style: none}
 </li></ul>
 
 
-<a name="SEC113"></a>
+<a name="SEC111"></a>
 <h3 class="subsection"> 2.19.2 Description </h3>
 
 <p>Theme models let you modeling characteristics (e.g., dimensions,
@@ -97,30 +97,30 @@ to use. This way you can produce themes with different artistic motifs
 but same characteristics.
 </p>
 
-<a name="SEC114"></a>
+<a name="SEC112"></a>
 <h3 class="subsection"> 2.19.3 Usage </h3>
 
 <p>Inside the framework location above, you find theme models organized
 by name. You can add your own theme models to the structure by adding
-a directory to the list. By default you have the `See section <a href="repository_25.html#SEC121">Default</a>,' and `See section <a href="repository_24.html#SEC116">Alternative</a>,' ready-to-use theme models.
+a directory to the list. By default you have the `See section <a href="repository_25.html#SEC119">Default</a>,' and `See section <a href="repository_24.html#SEC114">Alternative</a>,' ready-to-use theme models.
 </p>
 
-<a name="SEC115"></a>
+<a name="SEC113"></a>
 <h3 class="subsection"> 2.19.4 See also </h3>
 
 
 
 <table cellpadding="1" cellspacing="1" border="0">
-<tr><td valign="middle" align="left">[<a href="#SEC114" title="Previous section in reading order"> &lt; </a>]</td>
-<td valign="middle" align="left">[<a href="repository_24.html#SEC116" title="Next section in reading order"> &gt; </a>]</td>
+<tr><td valign="middle" align="left">[<a href="#SEC112" title="Previous section in reading order"> &lt; </a>]</td>
+<td valign="middle" align="left">[<a href="repository_24.html#SEC114" title="Next section in reading order"> &gt; </a>]</td>
 <td valign="middle" align="left"> &nbsp; </td>
 <td valign="middle" align="left">[<a href="repository_4.html#SEC4" title="Beginning of this chapter or previous chapter"> &lt;&lt; </a>]</td>
-<td valign="middle" align="left">[<a href="#SEC111" title="Up section"> Up </a>]</td>
-<td valign="middle" align="left">[<a href="repository_79.html#SEC416" title="Next chapter"> &gt;&gt; </a>]</td>
+<td valign="middle" align="left">[<a href="#SEC109" title="Up section"> Up </a>]</td>
+<td valign="middle" align="left">[<a href="repository_79.html#SEC414" title="Next chapter"> &gt;&gt; </a>]</td>
 </tr></table>
 <p>
  <font size="-1">
-  This document was generated on <i>March, 8 2011</i> using <a class="www" href="http://texi2html.cvshome.org/"><i>texi2html 1.76</i></a>.
+  This document was generated on <i>March, 9 2011</i> using <a class="www" href="http://texi2html.cvshome.org/"><i>texi2html 1.76</i></a>.
  </font>
  <br>
 
diff --git a/Manual/repository-html/repository_24.html b/Manual/repository-html/repository_24.html
index 7a9b4f5..0949772 100644
--- a/Manual/repository-html/repository_24.html
+++ b/Manual/repository-html/repository_24.html
@@ -12,7 +12,7 @@ Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A
 copy of the license is included in the section entitled GNU Free
 Documentation License.  
 -->
-<!-- Created on March, 8 2011 by texi2html 1.76 -->
+<!-- Created on March, 9 2011 by texi2html 1.76 -->
 <!--
 Written by: Lionel Cons <Lionel.Cons@cern.ch> (original author)
             Karl Berry  <karl@freefriends.org>
@@ -55,27 +55,27 @@ ul.toc {list-style: none}
 <body lang="en" bgcolor="#FFFFFF" text="#000000" link="#0000FF" vlink="#800080" alink="#FF0000">
 
 <table cellpadding="1" cellspacing="1" border="0">
-<tr><td valign="middle" align="left">[<a href="repository_23.html#SEC115" title="Previous section in reading order"> &lt; </a>]</td>
-<td valign="middle" align="left">[<a href="#SEC117" title="Next section in reading order"> &gt; </a>]</td>
+<tr><td valign="middle" align="left">[<a href="repository_23.html#SEC113" title="Previous section in reading order"> &lt; </a>]</td>
+<td valign="middle" align="left">[<a href="#SEC115" title="Next section in reading order"> &gt; </a>]</td>
 <td valign="middle" align="left"> &nbsp; </td>
 <td valign="middle" align="left">[<a href="repository_4.html#SEC4" title="Beginning of this chapter or previous chapter"> &lt;&lt; </a>]</td>
 <td valign="middle" align="left">[<a href="repository_4.html#SEC4" title="Up section"> Up </a>]</td>
-<td valign="middle" align="left">[<a href="repository_79.html#SEC416" title="Next chapter"> &gt;&gt; </a>]</td>
+<td valign="middle" align="left">[<a href="repository_79.html#SEC414" 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_79.html#SEC416" title="Index">Index</a>]</td>
+<td valign="middle" align="left">[<a href="repository_79.html#SEC414" 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="Filesystem-trunk-Identity-Themes-Models-Alternative"></a>
-<a name="SEC116"></a>
+<a name="SEC114"></a>
 <h2 class="section"> 2.20 The <tt>`trunk/Identity/Themes/Models/Alternative'</tt> Directory </h2>
 
 
-<a name="SEC117"></a>
+<a name="SEC115"></a>
 <h3 class="subsection"> 2.20.1 Goals </h3>
 
 <ul class="toc">
@@ -83,7 +83,7 @@ ul.toc {list-style: none}
 </li></ul>
 
 
-<a name="SEC118"></a>
+<a name="SEC116"></a>
 <h3 class="subsection"> 2.20.2 Description </h3>
 
 <p>CentOS alternative theme models exist for people how want to use a
@@ -95,7 +95,7 @@ Inside alternative themes you find post-installation visual style only
 themes are maintained by CentOS Community.
 </p>
 
-<a name="SEC119"></a>
+<a name="SEC117"></a>
 <h3 class="subsection"> 2.20.3 Usage </h3>
 
 <ul class="toc">
@@ -103,22 +103,22 @@ themes are maintained by CentOS Community.
 </li></ul>
 
 
-<a name="SEC120"></a>
+<a name="SEC118"></a>
 <h3 class="subsection"> 2.20.4 See also </h3>
 
 
 
 <table cellpadding="1" cellspacing="1" border="0">
-<tr><td valign="middle" align="left">[<a href="#SEC119" title="Previous section in reading order"> &lt; </a>]</td>
-<td valign="middle" align="left">[<a href="repository_25.html#SEC121" title="Next section in reading order"> &gt; </a>]</td>
+<tr><td valign="middle" align="left">[<a href="#SEC117" title="Previous section in reading order"> &lt; </a>]</td>
+<td valign="middle" align="left">[<a href="repository_25.html#SEC119" title="Next section in reading order"> &gt; </a>]</td>
 <td valign="middle" align="left"> &nbsp; </td>
 <td valign="middle" align="left">[<a href="repository_4.html#SEC4" title="Beginning of this chapter or previous chapter"> &lt;&lt; </a>]</td>
-<td valign="middle" align="left">[<a href="#SEC116" title="Up section"> Up </a>]</td>
-<td valign="middle" align="left">[<a href="repository_79.html#SEC416" title="Next chapter"> &gt;&gt; </a>]</td>
+<td valign="middle" align="left">[<a href="#SEC114" title="Up section"> Up </a>]</td>
+<td valign="middle" align="left">[<a href="repository_79.html#SEC414" title="Next chapter"> &gt;&gt; </a>]</td>
 </tr></table>
 <p>
  <font size="-1">
-  This document was generated on <i>March, 8 2011</i> using <a class="www" href="http://texi2html.cvshome.org/"><i>texi2html 1.76</i></a>.
+  This document was generated on <i>March, 9 2011</i> using <a class="www" href="http://texi2html.cvshome.org/"><i>texi2html 1.76</i></a>.
  </font>
  <br>
 
diff --git a/Manual/repository-html/repository_25.html b/Manual/repository-html/repository_25.html
index 8c1c416..2e0fe5d 100644
--- a/Manual/repository-html/repository_25.html
+++ b/Manual/repository-html/repository_25.html
@@ -12,7 +12,7 @@ Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A
 copy of the license is included in the section entitled GNU Free
 Documentation License.  
 -->
-<!-- Created on March, 8 2011 by texi2html 1.76 -->
+<!-- Created on March, 9 2011 by texi2html 1.76 -->
 <!--
 Written by: Lionel Cons <Lionel.Cons@cern.ch> (original author)
             Karl Berry  <karl@freefriends.org>
@@ -55,27 +55,27 @@ ul.toc {list-style: none}
 <body lang="en" bgcolor="#FFFFFF" text="#000000" link="#0000FF" vlink="#800080" alink="#FF0000">
 
 <table cellpadding="1" cellspacing="1" border="0">
-<tr><td valign="middle" align="left">[<a href="repository_24.html#SEC120" title="Previous section in reading order"> &lt; </a>]</td>
-<td valign="middle" align="left">[<a href="#SEC122" title="Next section in reading order"> &gt; </a>]</td>
+<tr><td valign="middle" align="left">[<a href="repository_24.html#SEC118" title="Previous section in reading order"> &lt; </a>]</td>
+<td valign="middle" align="left">[<a href="#SEC120" title="Next section in reading order"> &gt; </a>]</td>
 <td valign="middle" align="left"> &nbsp; </td>
 <td valign="middle" align="left">[<a href="repository_4.html#SEC4" title="Beginning of this chapter or previous chapter"> &lt;&lt; </a>]</td>
 <td valign="middle" align="left">[<a href="repository_4.html#SEC4" title="Up section"> Up </a>]</td>
-<td valign="middle" align="left">[<a href="repository_79.html#SEC416" title="Next chapter"> &gt;&gt; </a>]</td>
+<td valign="middle" align="left">[<a href="repository_79.html#SEC414" 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_79.html#SEC416" title="Index">Index</a>]</td>
+<td valign="middle" align="left">[<a href="repository_79.html#SEC414" 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="Filesystem-trunk-Identity-Themes-Models-Default"></a>
-<a name="SEC121"></a>
+<a name="SEC119"></a>
 <h2 class="section"> 2.21 The <tt>`trunk/Identity/Themes/Models/Default'</tt> Directory </h2>
 
 
-<a name="SEC122"></a>
+<a name="SEC120"></a>
 <h3 class="subsection"> 2.21.1 Goals </h3>
 
 <p>Default Design Models for CentOS Themes provide design models for the
@@ -85,24 +85,24 @@ following components:
 <dt> <strong>Distribution</strong></dt>
 <dd><p>Design models for CentOS Distribution (e.g., Anaconda, Firstboot, Gdm,
 Grub, Gsplash, Kdm, Ksplash, Rhgb and Syslinux, etc.).
-See section <a href="repository_27.html#SEC131">The <tt>`trunk/Identity/Themes/Models/Default/Distro'</tt> Directory</a>, for
+See section <a href="repository_27.html#SEC129">The <tt>`trunk/Identity/Themes/Models/Default/Distro'</tt> Directory</a>, for
 more information.
 </p>
 </dd>
 <dt> <strong>Concept</strong></dt>
 <dd><p>Design models to illustrate Artistic Motifs Concepts.
-See section <a href="repository_26.html#SEC126">The <tt>`trunk/Identity/Themes/Models/Default/Concept'</tt> Directory</a>, for
+See section <a href="repository_26.html#SEC124">The <tt>`trunk/Identity/Themes/Models/Default/Concept'</tt> Directory</a>, for
 more information.
 </p>
 </dd>
 <dt> <strong>Promotion</strong> </dt>
 <dd><p>Design models for CentOS Promotion stuff (e.g., installation media,
-posters, etc.). See section <a href="repository_37.html#SEC181">The <tt>`trunk/Identity/Themes/Models/Default/Promo'</tt> Directory</a>, for more information.  
+posters, etc.). See section <a href="repository_37.html#SEC179">The <tt>`trunk/Identity/Themes/Models/Default/Promo'</tt> Directory</a>, for more information.  
 </p></dd>
 </dl>
 
 
-<a name="SEC123"></a>
+<a name="SEC121"></a>
 <h3 class="subsection"> 2.21.2 Description </h3>
 
 <p>This directory implements the concept of <em>Default Design Models
@@ -115,11 +115,11 @@ uses to produce images when no other design model is specified.
 Brand</em>. The CentOS Release Brand is a combination of both The CentOS
 Type and The CentOS Release Schema used to illustrate the major
 release of CentOS Distribution the image produced belongs to.
-See section <a href="repository_18.html#SEC76">The <tt>`trunk/Identity/Models/Tpl/Brands'</tt> Directory</a>, for more
+See section <a href="repository_18.html#SEC74">The <tt>`trunk/Identity/Models/Tpl/Brands'</tt> Directory</a>, for more
 information.
 </p>
 
-<a name="SEC124"></a>
+<a name="SEC122"></a>
 <h3 class="subsection"> 2.21.3 Usage </h3>
 
 <p>The CentOS Project maintains near to four different major releases of
@@ -141,14 +141,14 @@ Trademark to build The CentOS Project Release Trademark.  The CentOS
 Project Release Trademark remarks two things: first, it remarks the
 image is from The CentOS Project and second, it remarks which major
 release of CentOS Distribution does the image belongs to.
-See section <a href="repository_18.html#SEC76">The <tt>`trunk/Identity/Models/Tpl/Brands'</tt> Directory</a>, for more
+See section <a href="repository_18.html#SEC74">The <tt>`trunk/Identity/Models/Tpl/Brands'</tt> Directory</a>, for more
 information on how to develop and improve The CentOS Project Brand.
 </p>
 </dd>
 <dt> <strong>How to remark the visual resemblance?</strong></dt>
 <dd>
 <p>Use a common artistic motifs as background for all CentOS Distribution
-images.  See section <a href="repository_39.html#SEC191">The <tt>`trunk/Identity/Themes/Motifs'</tt> Directory</a>, for more
+images.  See section <a href="repository_39.html#SEC189">The <tt>`trunk/Identity/Themes/Motifs'</tt> Directory</a>, for more
 information.
 </p>
 </dd>
@@ -215,27 +215,27 @@ it is no longer a visual manifestation of The CentOS Project, but a
 modified visual manifestation of The CentOS Project.
 </p>
 
-<a name="SEC125"></a>
+<a name="SEC123"></a>
 <h3 class="subsection"> 2.21.4 See also </h3>
 
 <ul class="toc">
-<li> <a href="repository_22.html#SEC106">The <tt>`trunk/Identity/Themes'</tt> Directory</a>
-</li><li> <a href="repository_23.html#SEC111">The <tt>`trunk/Identity/Themes/Models'</tt> Directory</a>
-</li><li> <a href="repository_39.html#SEC191">The <tt>`trunk/Identity/Themes/Motifs'</tt> Directory</a>
+<li> <a href="repository_22.html#SEC104">The <tt>`trunk/Identity/Themes'</tt> Directory</a>
+</li><li> <a href="repository_23.html#SEC109">The <tt>`trunk/Identity/Themes/Models'</tt> Directory</a>
+</li><li> <a href="repository_39.html#SEC189">The <tt>`trunk/Identity/Themes/Motifs'</tt> Directory</a>
 </li></ul>
 
 
 <table cellpadding="1" cellspacing="1" border="0">
-<tr><td valign="middle" align="left">[<a href="#SEC124" title="Previous section in reading order"> &lt; </a>]</td>
-<td valign="middle" align="left">[<a href="repository_26.html#SEC126" title="Next section in reading order"> &gt; </a>]</td>
+<tr><td valign="middle" align="left">[<a href="#SEC122" title="Previous section in reading order"> &lt; </a>]</td>
+<td valign="middle" align="left">[<a href="repository_26.html#SEC124" title="Next section in reading order"> &gt; </a>]</td>
 <td valign="middle" align="left"> &nbsp; </td>
 <td valign="middle" align="left">[<a href="repository_4.html#SEC4" title="Beginning of this chapter or previous chapter"> &lt;&lt; </a>]</td>
-<td valign="middle" align="left">[<a href="#SEC121" title="Up section"> Up </a>]</td>
-<td valign="middle" align="left">[<a href="repository_79.html#SEC416" title="Next chapter"> &gt;&gt; </a>]</td>
+<td valign="middle" align="left">[<a href="#SEC119" title="Up section"> Up </a>]</td>
+<td valign="middle" align="left">[<a href="repository_79.html#SEC414" title="Next chapter"> &gt;&gt; </a>]</td>
 </tr></table>
 <p>
  <font size="-1">
-  This document was generated on <i>March, 8 2011</i> using <a class="www" href="http://texi2html.cvshome.org/"><i>texi2html 1.76</i></a>.
+  This document was generated on <i>March, 9 2011</i> using <a class="www" href="http://texi2html.cvshome.org/"><i>texi2html 1.76</i></a>.
  </font>
  <br>
 
diff --git a/Manual/repository-html/repository_26.html b/Manual/repository-html/repository_26.html
index 379d516..c6853b0 100644
--- a/Manual/repository-html/repository_26.html
+++ b/Manual/repository-html/repository_26.html
@@ -12,7 +12,7 @@ Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A
 copy of the license is included in the section entitled GNU Free
 Documentation License.  
 -->
-<!-- Created on March, 8 2011 by texi2html 1.76 -->
+<!-- Created on March, 9 2011 by texi2html 1.76 -->
 <!--
 Written by: Lionel Cons <Lionel.Cons@cern.ch> (original author)
             Karl Berry  <karl@freefriends.org>
@@ -55,27 +55,27 @@ ul.toc {list-style: none}
 <body lang="en" bgcolor="#FFFFFF" text="#000000" link="#0000FF" vlink="#800080" alink="#FF0000">
 
 <table cellpadding="1" cellspacing="1" border="0">
-<tr><td valign="middle" align="left">[<a href="repository_25.html#SEC125" title="Previous section in reading order"> &lt; </a>]</td>
-<td valign="middle" align="left">[<a href="#SEC127" title="Next section in reading order"> &gt; </a>]</td>
+<tr><td valign="middle" align="left">[<a href="repository_25.html#SEC123" title="Previous section in reading order"> &lt; </a>]</td>
+<td valign="middle" align="left">[<a href="#SEC125" title="Next section in reading order"> &gt; </a>]</td>
 <td valign="middle" align="left"> &nbsp; </td>
 <td valign="middle" align="left">[<a href="repository_4.html#SEC4" title="Beginning of this chapter or previous chapter"> &lt;&lt; </a>]</td>
 <td valign="middle" align="left">[<a href="repository_4.html#SEC4" title="Up section"> Up </a>]</td>
-<td valign="middle" align="left">[<a href="repository_79.html#SEC416" title="Next chapter"> &gt;&gt; </a>]</td>
+<td valign="middle" align="left">[<a href="repository_79.html#SEC414" 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_79.html#SEC416" title="Index">Index</a>]</td>
+<td valign="middle" align="left">[<a href="repository_79.html#SEC414" 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="Filesystem-trunk-Identity-Themes-Models-Default-Concept"></a>
-<a name="SEC126"></a>
+<a name="SEC124"></a>
 <h2 class="section"> 2.22 The <tt>`trunk/Identity/Themes/Models/Default/Concept'</tt> Directory </h2>
 
 
-<a name="SEC127"></a>
+<a name="SEC125"></a>
 <h3 class="subsection"> 2.22.1 Goals </h3>
 
 <ul class="toc">
@@ -83,7 +83,7 @@ ul.toc {list-style: none}
 </li></ul>
 
 
-<a name="SEC128"></a>
+<a name="SEC126"></a>
 <h3 class="subsection"> 2.22.2 Description </h3>
 
 <ul class="toc">
@@ -91,7 +91,7 @@ ul.toc {list-style: none}
 </li></ul>
 
 
-<a name="SEC129"></a>
+<a name="SEC127"></a>
 <h3 class="subsection"> 2.22.3 Usage </h3>
 
 <ul class="toc">
@@ -99,22 +99,22 @@ ul.toc {list-style: none}
 </li></ul>
 
 
-<a name="SEC130"></a>
+<a name="SEC128"></a>
 <h3 class="subsection"> 2.22.4 See also </h3>
 
 
 
 <table cellpadding="1" cellspacing="1" border="0">
-<tr><td valign="middle" align="left">[<a href="#SEC129" title="Previous section in reading order"> &lt; </a>]</td>
-<td valign="middle" align="left">[<a href="repository_27.html#SEC131" title="Next section in reading order"> &gt; </a>]</td>
+<tr><td valign="middle" align="left">[<a href="#SEC127" title="Previous section in reading order"> &lt; </a>]</td>
+<td valign="middle" align="left">[<a href="repository_27.html#SEC129" title="Next section in reading order"> &gt; </a>]</td>
 <td valign="middle" align="left"> &nbsp; </td>
 <td valign="middle" align="left">[<a href="repository_4.html#SEC4" title="Beginning of this chapter or previous chapter"> &lt;&lt; </a>]</td>
-<td valign="middle" align="left">[<a href="#SEC126" title="Up section"> Up </a>]</td>
-<td valign="middle" align="left">[<a href="repository_79.html#SEC416" title="Next chapter"> &gt;&gt; </a>]</td>
+<td valign="middle" align="left">[<a href="#SEC124" title="Up section"> Up </a>]</td>
+<td valign="middle" align="left">[<a href="repository_79.html#SEC414" title="Next chapter"> &gt;&gt; </a>]</td>
 </tr></table>
 <p>
  <font size="-1">
-  This document was generated on <i>March, 8 2011</i> using <a class="www" href="http://texi2html.cvshome.org/"><i>texi2html 1.76</i></a>.
+  This document was generated on <i>March, 9 2011</i> using <a class="www" href="http://texi2html.cvshome.org/"><i>texi2html 1.76</i></a>.
  </font>
  <br>
 
diff --git a/Manual/repository-html/repository_27.html b/Manual/repository-html/repository_27.html
index 179fb85..163413c 100644
--- a/Manual/repository-html/repository_27.html
+++ b/Manual/repository-html/repository_27.html
@@ -12,7 +12,7 @@ Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A
 copy of the license is included in the section entitled GNU Free
 Documentation License.  
 -->
-<!-- Created on March, 8 2011 by texi2html 1.76 -->
+<!-- Created on March, 9 2011 by texi2html 1.76 -->
 <!--
 Written by: Lionel Cons <Lionel.Cons@cern.ch> (original author)
             Karl Berry  <karl@freefriends.org>
@@ -55,27 +55,27 @@ ul.toc {list-style: none}
 <body lang="en" bgcolor="#FFFFFF" text="#000000" link="#0000FF" vlink="#800080" alink="#FF0000">
 
 <table cellpadding="1" cellspacing="1" border="0">
-<tr><td valign="middle" align="left">[<a href="repository_26.html#SEC130" title="Previous section in reading order"> &lt; </a>]</td>
-<td valign="middle" align="left">[<a href="#SEC132" title="Next section in reading order"> &gt; </a>]</td>
+<tr><td valign="middle" align="left">[<a href="repository_26.html#SEC128" title="Previous section in reading order"> &lt; </a>]</td>
+<td valign="middle" align="left">[<a href="#SEC130" title="Next section in reading order"> &gt; </a>]</td>
 <td valign="middle" align="left"> &nbsp; </td>
 <td valign="middle" align="left">[<a href="repository_4.html#SEC4" title="Beginning of this chapter or previous chapter"> &lt;&lt; </a>]</td>
 <td valign="middle" align="left">[<a href="repository_4.html#SEC4" title="Up section"> Up </a>]</td>
-<td valign="middle" align="left">[<a href="repository_79.html#SEC416" title="Next chapter"> &gt;&gt; </a>]</td>
+<td valign="middle" align="left">[<a href="repository_79.html#SEC414" 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_79.html#SEC416" title="Index">Index</a>]</td>
+<td valign="middle" align="left">[<a href="repository_79.html#SEC414" 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="Filesystem-trunk-Identity-Themes-Models-Default-Distro"></a>
-<a name="SEC131"></a>
+<a name="SEC129"></a>
 <h2 class="section"> 2.23 The <tt>`trunk/Identity/Themes/Models/Default/Distro'</tt> Directory </h2>
 
 
-<a name="SEC132"></a>
+<a name="SEC130"></a>
 <h3 class="subsection"> 2.23.1 Goals </h3>
 
 <p>This directory provides design models to produce image files for the
@@ -84,60 +84,60 @@ following CentOS Distribution components:
 <dl compact="compact">
 <dt> <strong>Syslinux</strong></dt>
 <dd><p>Contains design models for syslinux, the program used to boot the
-CentOS Distribution installation media. See section <a href="repository_36.html#SEC176">The <tt>`trunk/Identity/Themes/Models/Default/Distro/Syslinux'</tt> Directory</a>, for more information.
+CentOS Distribution installation media. See section <a href="repository_36.html#SEC174">The <tt>`trunk/Identity/Themes/Models/Default/Distro/Syslinux'</tt> Directory</a>, for more information.
 </p>
 </dd>
 <dt> <strong>Anaconda</strong>  </dt>
 <dd><p>Contains design models for Anaconda, the program used to install
-CentOS Distribution.  See section <a href="repository_28.html#SEC136">The <tt>`trunk/Identity/Themes/Models/Default/Distro/Anaconda'</tt> Directory</a>, for more information.
+CentOS Distribution.  See section <a href="repository_28.html#SEC134">The <tt>`trunk/Identity/Themes/Models/Default/Distro/Anaconda'</tt> Directory</a>, for more information.
 </p>
 </dd>
 <dt> <strong>Firstboot</strong>  </dt>
 <dd><p>Contains design models for the first boot program used to configure
-the maching onece installed.  See section <a href="repository_29.html#SEC141">The <tt>`trunk/Identity/Themes/Models/Default/Distro/Firstboot'</tt> Directory</a>, for more information.
+the maching onece installed.  See section <a href="repository_29.html#SEC139">The <tt>`trunk/Identity/Themes/Models/Default/Distro/Firstboot'</tt> Directory</a>, for more information.
 </p>
 </dd>
 <dt> <strong>Rhgb</strong></dt>
 <dd><p>Contains design models for CentOS Graphical Boot, the program used to
-show the boot process from Grub to Display Manager.  See section <a href="repository_35.html#SEC171">The <tt>`trunk/Identity/Themes/Models/Default/Distro/Rhgb'</tt> Directory</a>, for more
+show the boot process from Grub to Display Manager.  See section <a href="repository_35.html#SEC169">The <tt>`trunk/Identity/Themes/Models/Default/Distro/Rhgb'</tt> Directory</a>, for more
 information.
 </p>
 </dd>
 <dt> <strong>Gdm</strong>  </dt>
 <dd><p>Contains design models for GNOME Display Manager, the program used to
-log into the manchine once installed and configured. See section <a href="repository_30.html#SEC146">The <tt>`trunk/Identity/Themes/Models/Default/Distro/Gdm'</tt> Directory</a>, for more
+log into the manchine once installed and configured. See section <a href="repository_30.html#SEC144">The <tt>`trunk/Identity/Themes/Models/Default/Distro/Gdm'</tt> Directory</a>, for more
 information.
 </p>
 </dd>
 <dt> <strong>Kdm</strong>  </dt>
 <dd><p>Contains design models for KDE Display Manager, the program used to
-log into the manchine once installed and configured. See section <a href="repository_33.html#SEC161">The <tt>`trunk/Identity/Themes/Models/Default/Distro/Kdm'</tt> Directory</a>, for more
+log into the manchine once installed and configured. See section <a href="repository_33.html#SEC159">The <tt>`trunk/Identity/Themes/Models/Default/Distro/Kdm'</tt> Directory</a>, for more
 information.
 </p>
 </dd>
 <dt> <strong>Grub</strong> </dt>
 <dd><p>Contains design models for GRUB (Grand Unified Boot Loader), the
 program used to boot the machine into an operating system.
-See section <a href="repository_33.html#SEC161">The <tt>`trunk/Identity/Themes/Models/Default/Distro/Kdm'</tt> Directory</a>, for
+See section <a href="repository_33.html#SEC159">The <tt>`trunk/Identity/Themes/Models/Default/Distro/Kdm'</tt> Directory</a>, for
 more information.
 </p>
 </dd>
 <dt> <strong>Gsplash</strong> </dt>
 <dd><p>Contains design models for GNOME splash, the program used to show the
 progress information while user's graphical session is loading.
-See section <a href="repository_32.html#SEC156">The <tt>`trunk/Identity/Themes/Models/Default/Distro/Gsplash'</tt> Directory</a>,
+See section <a href="repository_32.html#SEC154">The <tt>`trunk/Identity/Themes/Models/Default/Distro/Gsplash'</tt> Directory</a>,
 for more information.
 </p>
 </dd>
 <dt> <strong>Ksplash</strong>  </dt>
 <dd><p>Contains design models for KDE splash, the program used to show the
 progress information while user's graphical session is loading.
-See section <a href="repository_34.html#SEC166">The <tt>`trunk/Identity/Themes/Models/Default/Distro/Ksplash'</tt> Directory</a>,
+See section <a href="repository_34.html#SEC164">The <tt>`trunk/Identity/Themes/Models/Default/Distro/Ksplash'</tt> Directory</a>,
 for more information.
 </p></dd>
 </dl>
 
-<a name="SEC133"></a>
+<a name="SEC131"></a>
 <h3 class="subsection"> 2.23.2 Description </h3>
 
 <p>The CentOS Distribution visual style is controlled by image files.
@@ -149,7 +149,7 @@ repackage them to make them available inside the final iso files of
 CentOS Distribution.
 </p>
 
-<a name="SEC134"></a>
+<a name="SEC132"></a>
 <h3 class="subsection"> 2.23.3 Usage </h3>
 
 <p>This directory provides organizationl structure to store default
@@ -185,26 +185,26 @@ reasons.  Also, someone could feel motivated enough to keep himself
 documenting it or supporting it for whatever reason.
 </p>
 
-<a name="SEC135"></a>
+<a name="SEC133"></a>
 <h3 class="subsection"> 2.23.4 See also </h3>
 
 <table class="menu" border="0" cellspacing="0">
-<tr><td align="left" valign="top"><a href="repository_25.html#SEC121">2.21 The <tt>`trunk/Identity/Themes/Models/Default'</tt> Directory</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
+<tr><td align="left" valign="top"><a href="repository_25.html#SEC119">2.21 The <tt>`trunk/Identity/Themes/Models/Default'</tt> Directory</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
 </td></tr>
 </table>
 
 
 <table cellpadding="1" cellspacing="1" border="0">
-<tr><td valign="middle" align="left">[<a href="#SEC134" title="Previous section in reading order"> &lt; </a>]</td>
-<td valign="middle" align="left">[<a href="repository_28.html#SEC136" title="Next section in reading order"> &gt; </a>]</td>
+<tr><td valign="middle" align="left">[<a href="#SEC132" title="Previous section in reading order"> &lt; </a>]</td>
+<td valign="middle" align="left">[<a href="repository_28.html#SEC134" title="Next section in reading order"> &gt; </a>]</td>
 <td valign="middle" align="left"> &nbsp; </td>
 <td valign="middle" align="left">[<a href="repository_4.html#SEC4" title="Beginning of this chapter or previous chapter"> &lt;&lt; </a>]</td>
-<td valign="middle" align="left">[<a href="#SEC131" title="Up section"> Up </a>]</td>
-<td valign="middle" align="left">[<a href="repository_79.html#SEC416" title="Next chapter"> &gt;&gt; </a>]</td>
+<td valign="middle" align="left">[<a href="#SEC129" title="Up section"> Up </a>]</td>
+<td valign="middle" align="left">[<a href="repository_79.html#SEC414" title="Next chapter"> &gt;&gt; </a>]</td>
 </tr></table>
 <p>
  <font size="-1">
-  This document was generated on <i>March, 8 2011</i> using <a class="www" href="http://texi2html.cvshome.org/"><i>texi2html 1.76</i></a>.
+  This document was generated on <i>March, 9 2011</i> using <a class="www" href="http://texi2html.cvshome.org/"><i>texi2html 1.76</i></a>.
  </font>
  <br>
 
diff --git a/Manual/repository-html/repository_28.html b/Manual/repository-html/repository_28.html
index ab94cdf..d45323f 100644
--- a/Manual/repository-html/repository_28.html
+++ b/Manual/repository-html/repository_28.html
@@ -12,7 +12,7 @@ Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A
 copy of the license is included in the section entitled GNU Free
 Documentation License.  
 -->
-<!-- Created on March, 8 2011 by texi2html 1.76 -->
+<!-- Created on March, 9 2011 by texi2html 1.76 -->
 <!--
 Written by: Lionel Cons <Lionel.Cons@cern.ch> (original author)
             Karl Berry  <karl@freefriends.org>
@@ -55,27 +55,27 @@ ul.toc {list-style: none}
 <body lang="en" bgcolor="#FFFFFF" text="#000000" link="#0000FF" vlink="#800080" alink="#FF0000">
 
 <table cellpadding="1" cellspacing="1" border="0">
-<tr><td valign="middle" align="left">[<a href="repository_27.html#SEC135" title="Previous section in reading order"> &lt; </a>]</td>
-<td valign="middle" align="left">[<a href="#SEC137" title="Next section in reading order"> &gt; </a>]</td>
+<tr><td valign="middle" align="left">[<a href="repository_27.html#SEC133" title="Previous section in reading order"> &lt; </a>]</td>
+<td valign="middle" align="left">[<a href="#SEC135" title="Next section in reading order"> &gt; </a>]</td>
 <td valign="middle" align="left"> &nbsp; </td>
 <td valign="middle" align="left">[<a href="repository_4.html#SEC4" title="Beginning of this chapter or previous chapter"> &lt;&lt; </a>]</td>
 <td valign="middle" align="left">[<a href="repository_4.html#SEC4" title="Up section"> Up </a>]</td>
-<td valign="middle" align="left">[<a href="repository_79.html#SEC416" title="Next chapter"> &gt;&gt; </a>]</td>
+<td valign="middle" align="left">[<a href="repository_79.html#SEC414" 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_79.html#SEC416" title="Index">Index</a>]</td>
+<td valign="middle" align="left">[<a href="repository_79.html#SEC414" 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="Filesystem-trunk-Identity-Themes-Models-Default-Distro-Anaconda"></a>
-<a name="SEC136"></a>
+<a name="SEC134"></a>
 <h2 class="section"> 2.24 The <tt>`trunk/Identity/Themes/Models/Default/Distro/Anaconda'</tt> Directory </h2>
 
 
-<a name="SEC137"></a>
+<a name="SEC135"></a>
 <h3 class="subsection"> 2.24.1 Goals </h3>
 
 <ul class="toc">
@@ -83,30 +83,30 @@ ul.toc {list-style: none}
 </li></ul>
 
 
-<a name="SEC138"></a>
+<a name="SEC136"></a>
 <h3 class="subsection"> 2.24.2 Description </h3>
 
 
-<a name="SEC139"></a>
+<a name="SEC137"></a>
 <h3 class="subsection"> 2.24.3 Usage </h3>
 
 
-<a name="SEC140"></a>
+<a name="SEC138"></a>
 <h3 class="subsection"> 2.24.4 See also </h3>
 
 
 
 <table cellpadding="1" cellspacing="1" border="0">
-<tr><td valign="middle" align="left">[<a href="#SEC139" title="Previous section in reading order"> &lt; </a>]</td>
-<td valign="middle" align="left">[<a href="repository_29.html#SEC141" title="Next section in reading order"> &gt; </a>]</td>
+<tr><td valign="middle" align="left">[<a href="#SEC137" title="Previous section in reading order"> &lt; </a>]</td>
+<td valign="middle" align="left">[<a href="repository_29.html#SEC139" title="Next section in reading order"> &gt; </a>]</td>
 <td valign="middle" align="left"> &nbsp; </td>
 <td valign="middle" align="left">[<a href="repository_4.html#SEC4" title="Beginning of this chapter or previous chapter"> &lt;&lt; </a>]</td>
-<td valign="middle" align="left">[<a href="#SEC136" title="Up section"> Up </a>]</td>
-<td valign="middle" align="left">[<a href="repository_79.html#SEC416" title="Next chapter"> &gt;&gt; </a>]</td>
+<td valign="middle" align="left">[<a href="#SEC134" title="Up section"> Up </a>]</td>
+<td valign="middle" align="left">[<a href="repository_79.html#SEC414" title="Next chapter"> &gt;&gt; </a>]</td>
 </tr></table>
 <p>
  <font size="-1">
-  This document was generated on <i>March, 8 2011</i> using <a class="www" href="http://texi2html.cvshome.org/"><i>texi2html 1.76</i></a>.
+  This document was generated on <i>March, 9 2011</i> using <a class="www" href="http://texi2html.cvshome.org/"><i>texi2html 1.76</i></a>.
  </font>
  <br>
 
diff --git a/Manual/repository-html/repository_29.html b/Manual/repository-html/repository_29.html
index 4d52f81..49376b3 100644
--- a/Manual/repository-html/repository_29.html
+++ b/Manual/repository-html/repository_29.html
@@ -12,7 +12,7 @@ Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A
 copy of the license is included in the section entitled GNU Free
 Documentation License.  
 -->
-<!-- Created on March, 8 2011 by texi2html 1.76 -->
+<!-- Created on March, 9 2011 by texi2html 1.76 -->
 <!--
 Written by: Lionel Cons <Lionel.Cons@cern.ch> (original author)
             Karl Berry  <karl@freefriends.org>
@@ -55,27 +55,27 @@ ul.toc {list-style: none}
 <body lang="en" bgcolor="#FFFFFF" text="#000000" link="#0000FF" vlink="#800080" alink="#FF0000">
 
 <table cellpadding="1" cellspacing="1" border="0">
-<tr><td valign="middle" align="left">[<a href="repository_28.html#SEC140" title="Previous section in reading order"> &lt; </a>]</td>
-<td valign="middle" align="left">[<a href="#SEC142" title="Next section in reading order"> &gt; </a>]</td>
+<tr><td valign="middle" align="left">[<a href="repository_28.html#SEC138" title="Previous section in reading order"> &lt; </a>]</td>
+<td valign="middle" align="left">[<a href="#SEC140" title="Next section in reading order"> &gt; </a>]</td>
 <td valign="middle" align="left"> &nbsp; </td>
 <td valign="middle" align="left">[<a href="repository_4.html#SEC4" title="Beginning of this chapter or previous chapter"> &lt;&lt; </a>]</td>
 <td valign="middle" align="left">[<a href="repository_4.html#SEC4" title="Up section"> Up </a>]</td>
-<td valign="middle" align="left">[<a href="repository_79.html#SEC416" title="Next chapter"> &gt;&gt; </a>]</td>
+<td valign="middle" align="left">[<a href="repository_79.html#SEC414" 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_79.html#SEC416" title="Index">Index</a>]</td>
+<td valign="middle" align="left">[<a href="repository_79.html#SEC414" 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="Filesystem-trunk-Identity-Themes-Models-Default-Distro-Firstboot"></a>
-<a name="SEC141"></a>
+<a name="SEC139"></a>
 <h2 class="section"> 2.25 The <tt>`trunk/Identity/Themes/Models/Default/Distro/Firstboot'</tt> Directory </h2>
 
 
-<a name="SEC142"></a>
+<a name="SEC140"></a>
 <h3 class="subsection"> 2.25.1 Goals </h3>
 
 <ul class="toc">
@@ -83,7 +83,7 @@ ul.toc {list-style: none}
 </li></ul>
 
 
-<a name="SEC143"></a>
+<a name="SEC141"></a>
 <h3 class="subsection"> 2.25.2 Description </h3>
 
 <ul class="toc">
@@ -91,7 +91,7 @@ ul.toc {list-style: none}
 </li></ul>
 
 
-<a name="SEC144"></a>
+<a name="SEC142"></a>
 <h3 class="subsection"> 2.25.3 Usage </h3>
 
 <ul class="toc">
@@ -99,22 +99,22 @@ ul.toc {list-style: none}
 </li></ul>
 
 
-<a name="SEC145"></a>
+<a name="SEC143"></a>
 <h3 class="subsection"> 2.25.4 See also </h3>
 
 
 
 <table cellpadding="1" cellspacing="1" border="0">
-<tr><td valign="middle" align="left">[<a href="#SEC144" title="Previous section in reading order"> &lt; </a>]</td>
-<td valign="middle" align="left">[<a href="repository_30.html#SEC146" title="Next section in reading order"> &gt; </a>]</td>
+<tr><td valign="middle" align="left">[<a href="#SEC142" title="Previous section in reading order"> &lt; </a>]</td>
+<td valign="middle" align="left">[<a href="repository_30.html#SEC144" title="Next section in reading order"> &gt; </a>]</td>
 <td valign="middle" align="left"> &nbsp; </td>
 <td valign="middle" align="left">[<a href="repository_4.html#SEC4" title="Beginning of this chapter or previous chapter"> &lt;&lt; </a>]</td>
-<td valign="middle" align="left">[<a href="#SEC141" title="Up section"> Up </a>]</td>
-<td valign="middle" align="left">[<a href="repository_79.html#SEC416" title="Next chapter"> &gt;&gt; </a>]</td>
+<td valign="middle" align="left">[<a href="#SEC139" title="Up section"> Up </a>]</td>
+<td valign="middle" align="left">[<a href="repository_79.html#SEC414" title="Next chapter"> &gt;&gt; </a>]</td>
 </tr></table>
 <p>
  <font size="-1">
-  This document was generated on <i>March, 8 2011</i> using <a class="www" href="http://texi2html.cvshome.org/"><i>texi2html 1.76</i></a>.
+  This document was generated on <i>March, 9 2011</i> using <a class="www" href="http://texi2html.cvshome.org/"><i>texi2html 1.76</i></a>.
  </font>
  <br>
 
diff --git a/Manual/repository-html/repository_3.html b/Manual/repository-html/repository_3.html
index 240e365..5f47cc1 100644
--- a/Manual/repository-html/repository_3.html
+++ b/Manual/repository-html/repository_3.html
@@ -12,7 +12,7 @@ Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A
 copy of the license is included in the section entitled GNU Free
 Documentation License.  
 -->
-<!-- Created on March, 8 2011 by texi2html 1.76 -->
+<!-- Created on March, 9 2011 by texi2html 1.76 -->
 <!--
 Written by: Lionel Cons <Lionel.Cons@cern.ch> (original author)
             Karl Berry  <karl@freefriends.org>
@@ -67,7 +67,7 @@ ul.toc {list-style: none}
 <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_79.html#SEC416" title="Index">Index</a>]</td>
+<td valign="middle" align="left">[<a href="repository_79.html#SEC414" 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="Feedback"></a>
@@ -95,7 +95,7 @@ number and some of the surrounding text so we can find it easily.
 </tr></table>
 <p>
  <font size="-1">
-  This document was generated on <i>March, 8 2011</i> using <a class="www" href="http://texi2html.cvshome.org/"><i>texi2html 1.76</i></a>.
+  This document was generated on <i>March, 9 2011</i> using <a class="www" href="http://texi2html.cvshome.org/"><i>texi2html 1.76</i></a>.
  </font>
  <br>
 
diff --git a/Manual/repository-html/repository_30.html b/Manual/repository-html/repository_30.html
index 7470387..99c78d3 100644
--- a/Manual/repository-html/repository_30.html
+++ b/Manual/repository-html/repository_30.html
@@ -12,7 +12,7 @@ Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A
 copy of the license is included in the section entitled GNU Free
 Documentation License.  
 -->
-<!-- Created on March, 8 2011 by texi2html 1.76 -->
+<!-- Created on March, 9 2011 by texi2html 1.76 -->
 <!--
 Written by: Lionel Cons <Lionel.Cons@cern.ch> (original author)
             Karl Berry  <karl@freefriends.org>
@@ -55,27 +55,27 @@ ul.toc {list-style: none}
 <body lang="en" bgcolor="#FFFFFF" text="#000000" link="#0000FF" vlink="#800080" alink="#FF0000">
 
 <table cellpadding="1" cellspacing="1" border="0">
-<tr><td valign="middle" align="left">[<a href="repository_29.html#SEC145" title="Previous section in reading order"> &lt; </a>]</td>
-<td valign="middle" align="left">[<a href="#SEC147" title="Next section in reading order"> &gt; </a>]</td>
+<tr><td valign="middle" align="left">[<a href="repository_29.html#SEC143" title="Previous section in reading order"> &lt; </a>]</td>
+<td valign="middle" align="left">[<a href="#SEC145" title="Next section in reading order"> &gt; </a>]</td>
 <td valign="middle" align="left"> &nbsp; </td>
 <td valign="middle" align="left">[<a href="repository_4.html#SEC4" title="Beginning of this chapter or previous chapter"> &lt;&lt; </a>]</td>
 <td valign="middle" align="left">[<a href="repository_4.html#SEC4" title="Up section"> Up </a>]</td>
-<td valign="middle" align="left">[<a href="repository_79.html#SEC416" title="Next chapter"> &gt;&gt; </a>]</td>
+<td valign="middle" align="left">[<a href="repository_79.html#SEC414" 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_79.html#SEC416" title="Index">Index</a>]</td>
+<td valign="middle" align="left">[<a href="repository_79.html#SEC414" 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="Filesystem-trunk-Identity-Themes-Models-Default-Distro-Gdm"></a>
-<a name="SEC146"></a>
+<a name="SEC144"></a>
 <h2 class="section"> 2.26 The <tt>`trunk/Identity/Themes/Models/Default/Distro/Gdm'</tt> Directory </h2>
 
 
-<a name="SEC147"></a>
+<a name="SEC145"></a>
 <h3 class="subsection"> 2.26.1 Goals </h3>
 
 <ul class="toc">
@@ -83,7 +83,7 @@ ul.toc {list-style: none}
 </li></ul>
 
 
-<a name="SEC148"></a>
+<a name="SEC146"></a>
 <h3 class="subsection"> 2.26.2 Description </h3>
 
 <ul class="toc">
@@ -91,7 +91,7 @@ ul.toc {list-style: none}
 </li></ul>
 
 
-<a name="SEC149"></a>
+<a name="SEC147"></a>
 <h3 class="subsection"> 2.26.3 Usage </h3>
 
 <ul class="toc">
@@ -99,22 +99,22 @@ ul.toc {list-style: none}
 </li></ul>
 
 
-<a name="SEC150"></a>
+<a name="SEC148"></a>
 <h3 class="subsection"> 2.26.4 See also </h3>
 
 
 
 <table cellpadding="1" cellspacing="1" border="0">
-<tr><td valign="middle" align="left">[<a href="#SEC149" title="Previous section in reading order"> &lt; </a>]</td>
-<td valign="middle" align="left">[<a href="repository_31.html#SEC151" title="Next section in reading order"> &gt; </a>]</td>
+<tr><td valign="middle" align="left">[<a href="#SEC147" title="Previous section in reading order"> &lt; </a>]</td>
+<td valign="middle" align="left">[<a href="repository_31.html#SEC149" title="Next section in reading order"> &gt; </a>]</td>
 <td valign="middle" align="left"> &nbsp; </td>
 <td valign="middle" align="left">[<a href="repository_4.html#SEC4" title="Beginning of this chapter or previous chapter"> &lt;&lt; </a>]</td>
-<td valign="middle" align="left">[<a href="#SEC146" title="Up section"> Up </a>]</td>
-<td valign="middle" align="left">[<a href="repository_79.html#SEC416" title="Next chapter"> &gt;&gt; </a>]</td>
+<td valign="middle" align="left">[<a href="#SEC144" title="Up section"> Up </a>]</td>
+<td valign="middle" align="left">[<a href="repository_79.html#SEC414" title="Next chapter"> &gt;&gt; </a>]</td>
 </tr></table>
 <p>
  <font size="-1">
-  This document was generated on <i>March, 8 2011</i> using <a class="www" href="http://texi2html.cvshome.org/"><i>texi2html 1.76</i></a>.
+  This document was generated on <i>March, 9 2011</i> using <a class="www" href="http://texi2html.cvshome.org/"><i>texi2html 1.76</i></a>.
  </font>
  <br>
 
diff --git a/Manual/repository-html/repository_31.html b/Manual/repository-html/repository_31.html
index 11e5540..2874af2 100644
--- a/Manual/repository-html/repository_31.html
+++ b/Manual/repository-html/repository_31.html
@@ -12,7 +12,7 @@ Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A
 copy of the license is included in the section entitled GNU Free
 Documentation License.  
 -->
-<!-- Created on March, 8 2011 by texi2html 1.76 -->
+<!-- Created on March, 9 2011 by texi2html 1.76 -->
 <!--
 Written by: Lionel Cons <Lionel.Cons@cern.ch> (original author)
             Karl Berry  <karl@freefriends.org>
@@ -55,27 +55,27 @@ ul.toc {list-style: none}
 <body lang="en" bgcolor="#FFFFFF" text="#000000" link="#0000FF" vlink="#800080" alink="#FF0000">
 
 <table cellpadding="1" cellspacing="1" border="0">
-<tr><td valign="middle" align="left">[<a href="repository_30.html#SEC150" title="Previous section in reading order"> &lt; </a>]</td>
-<td valign="middle" align="left">[<a href="#SEC152" title="Next section in reading order"> &gt; </a>]</td>
+<tr><td valign="middle" align="left">[<a href="repository_30.html#SEC148" title="Previous section in reading order"> &lt; </a>]</td>
+<td valign="middle" align="left">[<a href="#SEC150" title="Next section in reading order"> &gt; </a>]</td>
 <td valign="middle" align="left"> &nbsp; </td>
 <td valign="middle" align="left">[<a href="repository_4.html#SEC4" title="Beginning of this chapter or previous chapter"> &lt;&lt; </a>]</td>
 <td valign="middle" align="left">[<a href="repository_4.html#SEC4" title="Up section"> Up </a>]</td>
-<td valign="middle" align="left">[<a href="repository_79.html#SEC416" title="Next chapter"> &gt;&gt; </a>]</td>
+<td valign="middle" align="left">[<a href="repository_79.html#SEC414" 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_79.html#SEC416" title="Index">Index</a>]</td>
+<td valign="middle" align="left">[<a href="repository_79.html#SEC414" 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="Filesystem-trunk-Identity-Themes-Models-Default-Distro-Grub"></a>
-<a name="SEC151"></a>
+<a name="SEC149"></a>
 <h2 class="section"> 2.27 The <tt>`trunk/Identity/Themes/Models/Default/Distro/Grub'</tt> Directory </h2>
 
 
-<a name="SEC152"></a>
+<a name="SEC150"></a>
 <h3 class="subsection"> 2.27.1 Goals </h3>
 
 <ul class="toc">
@@ -83,7 +83,7 @@ ul.toc {list-style: none}
 </li></ul>
 
 
-<a name="SEC153"></a>
+<a name="SEC151"></a>
 <h3 class="subsection"> 2.27.2 Description </h3>
 
 <ul class="toc">
@@ -91,7 +91,7 @@ ul.toc {list-style: none}
 </li></ul>
 
 
-<a name="SEC154"></a>
+<a name="SEC152"></a>
 <h3 class="subsection"> 2.27.3 Usage </h3>
 
 <ul class="toc">
@@ -99,22 +99,22 @@ ul.toc {list-style: none}
 </li></ul>
 
 
-<a name="SEC155"></a>
+<a name="SEC153"></a>
 <h3 class="subsection"> 2.27.4 See also </h3>
 
 
 
 <table cellpadding="1" cellspacing="1" border="0">
-<tr><td valign="middle" align="left">[<a href="#SEC154" title="Previous section in reading order"> &lt; </a>]</td>
-<td valign="middle" align="left">[<a href="repository_32.html#SEC156" title="Next section in reading order"> &gt; </a>]</td>
+<tr><td valign="middle" align="left">[<a href="#SEC152" title="Previous section in reading order"> &lt; </a>]</td>
+<td valign="middle" align="left">[<a href="repository_32.html#SEC154" title="Next section in reading order"> &gt; </a>]</td>
 <td valign="middle" align="left"> &nbsp; </td>
 <td valign="middle" align="left">[<a href="repository_4.html#SEC4" title="Beginning of this chapter or previous chapter"> &lt;&lt; </a>]</td>
-<td valign="middle" align="left">[<a href="#SEC151" title="Up section"> Up </a>]</td>
-<td valign="middle" align="left">[<a href="repository_79.html#SEC416" title="Next chapter"> &gt;&gt; </a>]</td>
+<td valign="middle" align="left">[<a href="#SEC149" title="Up section"> Up </a>]</td>
+<td valign="middle" align="left">[<a href="repository_79.html#SEC414" title="Next chapter"> &gt;&gt; </a>]</td>
 </tr></table>
 <p>
  <font size="-1">
-  This document was generated on <i>March, 8 2011</i> using <a class="www" href="http://texi2html.cvshome.org/"><i>texi2html 1.76</i></a>.
+  This document was generated on <i>March, 9 2011</i> using <a class="www" href="http://texi2html.cvshome.org/"><i>texi2html 1.76</i></a>.
  </font>
  <br>
 
diff --git a/Manual/repository-html/repository_32.html b/Manual/repository-html/repository_32.html
index 043efa8..5c73d29 100644
--- a/Manual/repository-html/repository_32.html
+++ b/Manual/repository-html/repository_32.html
@@ -12,7 +12,7 @@ Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A
 copy of the license is included in the section entitled GNU Free
 Documentation License.  
 -->
-<!-- Created on March, 8 2011 by texi2html 1.76 -->
+<!-- Created on March, 9 2011 by texi2html 1.76 -->
 <!--
 Written by: Lionel Cons <Lionel.Cons@cern.ch> (original author)
             Karl Berry  <karl@freefriends.org>
@@ -55,27 +55,27 @@ ul.toc {list-style: none}
 <body lang="en" bgcolor="#FFFFFF" text="#000000" link="#0000FF" vlink="#800080" alink="#FF0000">
 
 <table cellpadding="1" cellspacing="1" border="0">
-<tr><td valign="middle" align="left">[<a href="repository_31.html#SEC155" title="Previous section in reading order"> &lt; </a>]</td>
-<td valign="middle" align="left">[<a href="#SEC157" title="Next section in reading order"> &gt; </a>]</td>
+<tr><td valign="middle" align="left">[<a href="repository_31.html#SEC153" title="Previous section in reading order"> &lt; </a>]</td>
+<td valign="middle" align="left">[<a href="#SEC155" title="Next section in reading order"> &gt; </a>]</td>
 <td valign="middle" align="left"> &nbsp; </td>
 <td valign="middle" align="left">[<a href="repository_4.html#SEC4" title="Beginning of this chapter or previous chapter"> &lt;&lt; </a>]</td>
 <td valign="middle" align="left">[<a href="repository_4.html#SEC4" title="Up section"> Up </a>]</td>
-<td valign="middle" align="left">[<a href="repository_79.html#SEC416" title="Next chapter"> &gt;&gt; </a>]</td>
+<td valign="middle" align="left">[<a href="repository_79.html#SEC414" 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_79.html#SEC416" title="Index">Index</a>]</td>
+<td valign="middle" align="left">[<a href="repository_79.html#SEC414" 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="Filesystem-trunk-Identity-Themes-Models-Default-Distro-Gsplash"></a>
-<a name="SEC156"></a>
+<a name="SEC154"></a>
 <h2 class="section"> 2.28 The <tt>`trunk/Identity/Themes/Models/Default/Distro/Gsplash'</tt> Directory </h2>
 
 
-<a name="SEC157"></a>
+<a name="SEC155"></a>
 <h3 class="subsection"> 2.28.1 Goals </h3>
 
 <ul class="toc">
@@ -83,7 +83,7 @@ ul.toc {list-style: none}
 </li></ul>
 
 
-<a name="SEC158"></a>
+<a name="SEC156"></a>
 <h3 class="subsection"> 2.28.2 Description </h3>
 
 <ul class="toc">
@@ -91,7 +91,7 @@ ul.toc {list-style: none}
 </li></ul>
 
 
-<a name="SEC159"></a>
+<a name="SEC157"></a>
 <h3 class="subsection"> 2.28.3 Usage </h3>
 
 <ul class="toc">
@@ -99,22 +99,22 @@ ul.toc {list-style: none}
 </li></ul>
 
 
-<a name="SEC160"></a>
+<a name="SEC158"></a>
 <h3 class="subsection"> 2.28.4 See also </h3>
 
 
 
 <table cellpadding="1" cellspacing="1" border="0">
-<tr><td valign="middle" align="left">[<a href="#SEC159" title="Previous section in reading order"> &lt; </a>]</td>
-<td valign="middle" align="left">[<a href="repository_33.html#SEC161" title="Next section in reading order"> &gt; </a>]</td>
+<tr><td valign="middle" align="left">[<a href="#SEC157" title="Previous section in reading order"> &lt; </a>]</td>
+<td valign="middle" align="left">[<a href="repository_33.html#SEC159" title="Next section in reading order"> &gt; </a>]</td>
 <td valign="middle" align="left"> &nbsp; </td>
 <td valign="middle" align="left">[<a href="repository_4.html#SEC4" title="Beginning of this chapter or previous chapter"> &lt;&lt; </a>]</td>
-<td valign="middle" align="left">[<a href="#SEC156" title="Up section"> Up </a>]</td>
-<td valign="middle" align="left">[<a href="repository_79.html#SEC416" title="Next chapter"> &gt;&gt; </a>]</td>
+<td valign="middle" align="left">[<a href="#SEC154" title="Up section"> Up </a>]</td>
+<td valign="middle" align="left">[<a href="repository_79.html#SEC414" title="Next chapter"> &gt;&gt; </a>]</td>
 </tr></table>
 <p>
  <font size="-1">
-  This document was generated on <i>March, 8 2011</i> using <a class="www" href="http://texi2html.cvshome.org/"><i>texi2html 1.76</i></a>.
+  This document was generated on <i>March, 9 2011</i> using <a class="www" href="http://texi2html.cvshome.org/"><i>texi2html 1.76</i></a>.
  </font>
  <br>
 
diff --git a/Manual/repository-html/repository_33.html b/Manual/repository-html/repository_33.html
index de0325f..0772651 100644
--- a/Manual/repository-html/repository_33.html
+++ b/Manual/repository-html/repository_33.html
@@ -12,7 +12,7 @@ Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A
 copy of the license is included in the section entitled GNU Free
 Documentation License.  
 -->
-<!-- Created on March, 8 2011 by texi2html 1.76 -->
+<!-- Created on March, 9 2011 by texi2html 1.76 -->
 <!--
 Written by: Lionel Cons <Lionel.Cons@cern.ch> (original author)
             Karl Berry  <karl@freefriends.org>
@@ -55,27 +55,27 @@ ul.toc {list-style: none}
 <body lang="en" bgcolor="#FFFFFF" text="#000000" link="#0000FF" vlink="#800080" alink="#FF0000">
 
 <table cellpadding="1" cellspacing="1" border="0">
-<tr><td valign="middle" align="left">[<a href="repository_32.html#SEC160" title="Previous section in reading order"> &lt; </a>]</td>
-<td valign="middle" align="left">[<a href="#SEC162" title="Next section in reading order"> &gt; </a>]</td>
+<tr><td valign="middle" align="left">[<a href="repository_32.html#SEC158" title="Previous section in reading order"> &lt; </a>]</td>
+<td valign="middle" align="left">[<a href="#SEC160" title="Next section in reading order"> &gt; </a>]</td>
 <td valign="middle" align="left"> &nbsp; </td>
 <td valign="middle" align="left">[<a href="repository_4.html#SEC4" title="Beginning of this chapter or previous chapter"> &lt;&lt; </a>]</td>
 <td valign="middle" align="left">[<a href="repository_4.html#SEC4" title="Up section"> Up </a>]</td>
-<td valign="middle" align="left">[<a href="repository_79.html#SEC416" title="Next chapter"> &gt;&gt; </a>]</td>
+<td valign="middle" align="left">[<a href="repository_79.html#SEC414" 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_79.html#SEC416" title="Index">Index</a>]</td>
+<td valign="middle" align="left">[<a href="repository_79.html#SEC414" 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="Filesystem-trunk-Identity-Themes-Models-Default-Distro-Kdm"></a>
-<a name="SEC161"></a>
+<a name="SEC159"></a>
 <h2 class="section"> 2.29 The <tt>`trunk/Identity/Themes/Models/Default/Distro/Kdm'</tt> Directory </h2>
 
 
-<a name="SEC162"></a>
+<a name="SEC160"></a>
 <h3 class="subsection"> 2.29.1 Goals </h3>
 
 <ul class="toc">
@@ -83,7 +83,7 @@ ul.toc {list-style: none}
 </li></ul>
 
 
-<a name="SEC163"></a>
+<a name="SEC161"></a>
 <h3 class="subsection"> 2.29.2 Description </h3>
 
 <ul class="toc">
@@ -91,7 +91,7 @@ ul.toc {list-style: none}
 </li></ul>
 
 
-<a name="SEC164"></a>
+<a name="SEC162"></a>
 <h3 class="subsection"> 2.29.3 Usage </h3>
 
 <ul class="toc">
@@ -99,22 +99,22 @@ ul.toc {list-style: none}
 </li></ul>
 
 
-<a name="SEC165"></a>
+<a name="SEC163"></a>
 <h3 class="subsection"> 2.29.4 See also </h3>
 
 
 
 <table cellpadding="1" cellspacing="1" border="0">
-<tr><td valign="middle" align="left">[<a href="#SEC164" title="Previous section in reading order"> &lt; </a>]</td>
-<td valign="middle" align="left">[<a href="repository_34.html#SEC166" title="Next section in reading order"> &gt; </a>]</td>
+<tr><td valign="middle" align="left">[<a href="#SEC162" title="Previous section in reading order"> &lt; </a>]</td>
+<td valign="middle" align="left">[<a href="repository_34.html#SEC164" title="Next section in reading order"> &gt; </a>]</td>
 <td valign="middle" align="left"> &nbsp; </td>
 <td valign="middle" align="left">[<a href="repository_4.html#SEC4" title="Beginning of this chapter or previous chapter"> &lt;&lt; </a>]</td>
-<td valign="middle" align="left">[<a href="#SEC161" title="Up section"> Up </a>]</td>
-<td valign="middle" align="left">[<a href="repository_79.html#SEC416" title="Next chapter"> &gt;&gt; </a>]</td>
+<td valign="middle" align="left">[<a href="#SEC159" title="Up section"> Up </a>]</td>
+<td valign="middle" align="left">[<a href="repository_79.html#SEC414" title="Next chapter"> &gt;&gt; </a>]</td>
 </tr></table>
 <p>
  <font size="-1">
-  This document was generated on <i>March, 8 2011</i> using <a class="www" href="http://texi2html.cvshome.org/"><i>texi2html 1.76</i></a>.
+  This document was generated on <i>March, 9 2011</i> using <a class="www" href="http://texi2html.cvshome.org/"><i>texi2html 1.76</i></a>.
  </font>
  <br>
 
diff --git a/Manual/repository-html/repository_34.html b/Manual/repository-html/repository_34.html
index 64640d9..6d0c286 100644
--- a/Manual/repository-html/repository_34.html
+++ b/Manual/repository-html/repository_34.html
@@ -12,7 +12,7 @@ Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A
 copy of the license is included in the section entitled GNU Free
 Documentation License.  
 -->
-<!-- Created on March, 8 2011 by texi2html 1.76 -->
+<!-- Created on March, 9 2011 by texi2html 1.76 -->
 <!--
 Written by: Lionel Cons <Lionel.Cons@cern.ch> (original author)
             Karl Berry  <karl@freefriends.org>
@@ -55,27 +55,27 @@ ul.toc {list-style: none}
 <body lang="en" bgcolor="#FFFFFF" text="#000000" link="#0000FF" vlink="#800080" alink="#FF0000">
 
 <table cellpadding="1" cellspacing="1" border="0">
-<tr><td valign="middle" align="left">[<a href="repository_33.html#SEC165" title="Previous section in reading order"> &lt; </a>]</td>
-<td valign="middle" align="left">[<a href="#SEC167" title="Next section in reading order"> &gt; </a>]</td>
+<tr><td valign="middle" align="left">[<a href="repository_33.html#SEC163" title="Previous section in reading order"> &lt; </a>]</td>
+<td valign="middle" align="left">[<a href="#SEC165" title="Next section in reading order"> &gt; </a>]</td>
 <td valign="middle" align="left"> &nbsp; </td>
 <td valign="middle" align="left">[<a href="repository_4.html#SEC4" title="Beginning of this chapter or previous chapter"> &lt;&lt; </a>]</td>
 <td valign="middle" align="left">[<a href="repository_4.html#SEC4" title="Up section"> Up </a>]</td>
-<td valign="middle" align="left">[<a href="repository_79.html#SEC416" title="Next chapter"> &gt;&gt; </a>]</td>
+<td valign="middle" align="left">[<a href="repository_79.html#SEC414" 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_79.html#SEC416" title="Index">Index</a>]</td>
+<td valign="middle" align="left">[<a href="repository_79.html#SEC414" 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="Filesystem-trunk-Identity-Themes-Models-Default-Distro-Ksplash"></a>
-<a name="SEC166"></a>
+<a name="SEC164"></a>
 <h2 class="section"> 2.30 The <tt>`trunk/Identity/Themes/Models/Default/Distro/Ksplash'</tt> Directory </h2>
 
 
-<a name="SEC167"></a>
+<a name="SEC165"></a>
 <h3 class="subsection"> 2.30.1 Goals </h3>
 
 <ul class="toc">
@@ -83,7 +83,7 @@ ul.toc {list-style: none}
 </li></ul>
 
 
-<a name="SEC168"></a>
+<a name="SEC166"></a>
 <h3 class="subsection"> 2.30.2 Description </h3>
 
 <ul class="toc">
@@ -91,7 +91,7 @@ ul.toc {list-style: none}
 </li></ul>
 
 
-<a name="SEC169"></a>
+<a name="SEC167"></a>
 <h3 class="subsection"> 2.30.3 Usage </h3>
 
 <ul class="toc">
@@ -99,22 +99,22 @@ ul.toc {list-style: none}
 </li></ul>
 
 
-<a name="SEC170"></a>
+<a name="SEC168"></a>
 <h3 class="subsection"> 2.30.4 See also </h3>
 
 
 
 <table cellpadding="1" cellspacing="1" border="0">
-<tr><td valign="middle" align="left">[<a href="#SEC169" title="Previous section in reading order"> &lt; </a>]</td>
-<td valign="middle" align="left">[<a href="repository_35.html#SEC171" title="Next section in reading order"> &gt; </a>]</td>
+<tr><td valign="middle" align="left">[<a href="#SEC167" title="Previous section in reading order"> &lt; </a>]</td>
+<td valign="middle" align="left">[<a href="repository_35.html#SEC169" title="Next section in reading order"> &gt; </a>]</td>
 <td valign="middle" align="left"> &nbsp; </td>
 <td valign="middle" align="left">[<a href="repository_4.html#SEC4" title="Beginning of this chapter or previous chapter"> &lt;&lt; </a>]</td>
-<td valign="middle" align="left">[<a href="#SEC166" title="Up section"> Up </a>]</td>
-<td valign="middle" align="left">[<a href="repository_79.html#SEC416" title="Next chapter"> &gt;&gt; </a>]</td>
+<td valign="middle" align="left">[<a href="#SEC164" title="Up section"> Up </a>]</td>
+<td valign="middle" align="left">[<a href="repository_79.html#SEC414" title="Next chapter"> &gt;&gt; </a>]</td>
 </tr></table>
 <p>
  <font size="-1">
-  This document was generated on <i>March, 8 2011</i> using <a class="www" href="http://texi2html.cvshome.org/"><i>texi2html 1.76</i></a>.
+  This document was generated on <i>March, 9 2011</i> using <a class="www" href="http://texi2html.cvshome.org/"><i>texi2html 1.76</i></a>.
  </font>
  <br>
 
diff --git a/Manual/repository-html/repository_35.html b/Manual/repository-html/repository_35.html
index 4f56ff3..b4f80ff 100644
--- a/Manual/repository-html/repository_35.html
+++ b/Manual/repository-html/repository_35.html
@@ -12,7 +12,7 @@ Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A
 copy of the license is included in the section entitled GNU Free
 Documentation License.  
 -->
-<!-- Created on March, 8 2011 by texi2html 1.76 -->
+<!-- Created on March, 9 2011 by texi2html 1.76 -->
 <!--
 Written by: Lionel Cons <Lionel.Cons@cern.ch> (original author)
             Karl Berry  <karl@freefriends.org>
@@ -55,27 +55,27 @@ ul.toc {list-style: none}
 <body lang="en" bgcolor="#FFFFFF" text="#000000" link="#0000FF" vlink="#800080" alink="#FF0000">
 
 <table cellpadding="1" cellspacing="1" border="0">
-<tr><td valign="middle" align="left">[<a href="repository_34.html#SEC170" title="Previous section in reading order"> &lt; </a>]</td>
-<td valign="middle" align="left">[<a href="#SEC172" title="Next section in reading order"> &gt; </a>]</td>
+<tr><td valign="middle" align="left">[<a href="repository_34.html#SEC168" title="Previous section in reading order"> &lt; </a>]</td>
+<td valign="middle" align="left">[<a href="#SEC170" title="Next section in reading order"> &gt; </a>]</td>
 <td valign="middle" align="left"> &nbsp; </td>
 <td valign="middle" align="left">[<a href="repository_4.html#SEC4" title="Beginning of this chapter or previous chapter"> &lt;&lt; </a>]</td>
 <td valign="middle" align="left">[<a href="repository_4.html#SEC4" title="Up section"> Up </a>]</td>
-<td valign="middle" align="left">[<a href="repository_79.html#SEC416" title="Next chapter"> &gt;&gt; </a>]</td>
+<td valign="middle" align="left">[<a href="repository_79.html#SEC414" 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_79.html#SEC416" title="Index">Index</a>]</td>
+<td valign="middle" align="left">[<a href="repository_79.html#SEC414" 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="Filesystem-trunk-Identity-Themes-Models-Default-Distro-Rhgb"></a>
-<a name="SEC171"></a>
+<a name="SEC169"></a>
 <h2 class="section"> 2.31 The <tt>`trunk/Identity/Themes/Models/Default/Distro/Rhgb'</tt> Directory </h2>
 
 
-<a name="SEC172"></a>
+<a name="SEC170"></a>
 <h3 class="subsection"> 2.31.1 Goals </h3>
 
 <ul class="toc">
@@ -83,7 +83,7 @@ ul.toc {list-style: none}
 </li></ul>
 
 
-<a name="SEC173"></a>
+<a name="SEC171"></a>
 <h3 class="subsection"> 2.31.2 Description </h3>
 
 <ul class="toc">
@@ -91,7 +91,7 @@ ul.toc {list-style: none}
 </li></ul>
 
 
-<a name="SEC174"></a>
+<a name="SEC172"></a>
 <h3 class="subsection"> 2.31.3 Usage </h3>
 
 <ul class="toc">
@@ -99,22 +99,22 @@ ul.toc {list-style: none}
 </li></ul>
 
 
-<a name="SEC175"></a>
+<a name="SEC173"></a>
 <h3 class="subsection"> 2.31.4 See also </h3>
 
 
 
 <table cellpadding="1" cellspacing="1" border="0">
-<tr><td valign="middle" align="left">[<a href="#SEC174" title="Previous section in reading order"> &lt; </a>]</td>
-<td valign="middle" align="left">[<a href="repository_36.html#SEC176" title="Next section in reading order"> &gt; </a>]</td>
+<tr><td valign="middle" align="left">[<a href="#SEC172" title="Previous section in reading order"> &lt; </a>]</td>
+<td valign="middle" align="left">[<a href="repository_36.html#SEC174" title="Next section in reading order"> &gt; </a>]</td>
 <td valign="middle" align="left"> &nbsp; </td>
 <td valign="middle" align="left">[<a href="repository_4.html#SEC4" title="Beginning of this chapter or previous chapter"> &lt;&lt; </a>]</td>
-<td valign="middle" align="left">[<a href="#SEC171" title="Up section"> Up </a>]</td>
-<td valign="middle" align="left">[<a href="repository_79.html#SEC416" title="Next chapter"> &gt;&gt; </a>]</td>
+<td valign="middle" align="left">[<a href="#SEC169" title="Up section"> Up </a>]</td>
+<td valign="middle" align="left">[<a href="repository_79.html#SEC414" title="Next chapter"> &gt;&gt; </a>]</td>
 </tr></table>
 <p>
  <font size="-1">
-  This document was generated on <i>March, 8 2011</i> using <a class="www" href="http://texi2html.cvshome.org/"><i>texi2html 1.76</i></a>.
+  This document was generated on <i>March, 9 2011</i> using <a class="www" href="http://texi2html.cvshome.org/"><i>texi2html 1.76</i></a>.
  </font>
  <br>
 
diff --git a/Manual/repository-html/repository_36.html b/Manual/repository-html/repository_36.html
index ce5cd38..39a6e13 100644
--- a/Manual/repository-html/repository_36.html
+++ b/Manual/repository-html/repository_36.html
@@ -12,7 +12,7 @@ Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A
 copy of the license is included in the section entitled GNU Free
 Documentation License.  
 -->
-<!-- Created on March, 8 2011 by texi2html 1.76 -->
+<!-- Created on March, 9 2011 by texi2html 1.76 -->
 <!--
 Written by: Lionel Cons <Lionel.Cons@cern.ch> (original author)
             Karl Berry  <karl@freefriends.org>
@@ -55,27 +55,27 @@ ul.toc {list-style: none}
 <body lang="en" bgcolor="#FFFFFF" text="#000000" link="#0000FF" vlink="#800080" alink="#FF0000">
 
 <table cellpadding="1" cellspacing="1" border="0">
-<tr><td valign="middle" align="left">[<a href="repository_35.html#SEC175" title="Previous section in reading order"> &lt; </a>]</td>
-<td valign="middle" align="left">[<a href="#SEC177" title="Next section in reading order"> &gt; </a>]</td>
+<tr><td valign="middle" align="left">[<a href="repository_35.html#SEC173" title="Previous section in reading order"> &lt; </a>]</td>
+<td valign="middle" align="left">[<a href="#SEC175" title="Next section in reading order"> &gt; </a>]</td>
 <td valign="middle" align="left"> &nbsp; </td>
 <td valign="middle" align="left">[<a href="repository_4.html#SEC4" title="Beginning of this chapter or previous chapter"> &lt;&lt; </a>]</td>
 <td valign="middle" align="left">[<a href="repository_4.html#SEC4" title="Up section"> Up </a>]</td>
-<td valign="middle" align="left">[<a href="repository_79.html#SEC416" title="Next chapter"> &gt;&gt; </a>]</td>
+<td valign="middle" align="left">[<a href="repository_79.html#SEC414" 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_79.html#SEC416" title="Index">Index</a>]</td>
+<td valign="middle" align="left">[<a href="repository_79.html#SEC414" 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="Filesystem-trunk-Identity-Themes-Models-Default-Distro-Syslinux"></a>
-<a name="SEC176"></a>
+<a name="SEC174"></a>
 <h2 class="section"> 2.32 The <tt>`trunk/Identity/Themes/Models/Default/Distro/Syslinux'</tt> Directory </h2>
 
 
-<a name="SEC177"></a>
+<a name="SEC175"></a>
 <h3 class="subsection"> 2.32.1 Goals </h3>
 
 <ul class="toc">
@@ -83,7 +83,7 @@ ul.toc {list-style: none}
 </li></ul>
 
 
-<a name="SEC178"></a>
+<a name="SEC176"></a>
 <h3 class="subsection"> 2.32.2 Description </h3>
 
 <ul class="toc">
@@ -91,7 +91,7 @@ ul.toc {list-style: none}
 </li></ul>
 
 
-<a name="SEC179"></a>
+<a name="SEC177"></a>
 <h3 class="subsection"> 2.32.3 Usage </h3>
 
 <ul class="toc">
@@ -99,22 +99,22 @@ ul.toc {list-style: none}
 </li></ul>
 
 
-<a name="SEC180"></a>
+<a name="SEC178"></a>
 <h3 class="subsection"> 2.32.4 See also </h3>
 
 
 
 <table cellpadding="1" cellspacing="1" border="0">
-<tr><td valign="middle" align="left">[<a href="#SEC179" title="Previous section in reading order"> &lt; </a>]</td>
-<td valign="middle" align="left">[<a href="repository_37.html#SEC181" title="Next section in reading order"> &gt; </a>]</td>
+<tr><td valign="middle" align="left">[<a href="#SEC177" title="Previous section in reading order"> &lt; </a>]</td>
+<td valign="middle" align="left">[<a href="repository_37.html#SEC179" title="Next section in reading order"> &gt; </a>]</td>
 <td valign="middle" align="left"> &nbsp; </td>
 <td valign="middle" align="left">[<a href="repository_4.html#SEC4" title="Beginning of this chapter or previous chapter"> &lt;&lt; </a>]</td>
-<td valign="middle" align="left">[<a href="#SEC176" title="Up section"> Up </a>]</td>
-<td valign="middle" align="left">[<a href="repository_79.html#SEC416" title="Next chapter"> &gt;&gt; </a>]</td>
+<td valign="middle" align="left">[<a href="#SEC174" title="Up section"> Up </a>]</td>
+<td valign="middle" align="left">[<a href="repository_79.html#SEC414" title="Next chapter"> &gt;&gt; </a>]</td>
 </tr></table>
 <p>
  <font size="-1">
-  This document was generated on <i>March, 8 2011</i> using <a class="www" href="http://texi2html.cvshome.org/"><i>texi2html 1.76</i></a>.
+  This document was generated on <i>March, 9 2011</i> using <a class="www" href="http://texi2html.cvshome.org/"><i>texi2html 1.76</i></a>.
  </font>
  <br>
 
diff --git a/Manual/repository-html/repository_37.html b/Manual/repository-html/repository_37.html
index 2866ef7..659a4fd 100644
--- a/Manual/repository-html/repository_37.html
+++ b/Manual/repository-html/repository_37.html
@@ -12,7 +12,7 @@ Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A
 copy of the license is included in the section entitled GNU Free
 Documentation License.  
 -->
-<!-- Created on March, 8 2011 by texi2html 1.76 -->
+<!-- Created on March, 9 2011 by texi2html 1.76 -->
 <!--
 Written by: Lionel Cons <Lionel.Cons@cern.ch> (original author)
             Karl Berry  <karl@freefriends.org>
@@ -55,27 +55,27 @@ ul.toc {list-style: none}
 <body lang="en" bgcolor="#FFFFFF" text="#000000" link="#0000FF" vlink="#800080" alink="#FF0000">
 
 <table cellpadding="1" cellspacing="1" border="0">
-<tr><td valign="middle" align="left">[<a href="repository_36.html#SEC180" title="Previous section in reading order"> &lt; </a>]</td>
-<td valign="middle" align="left">[<a href="#SEC182" title="Next section in reading order"> &gt; </a>]</td>
+<tr><td valign="middle" align="left">[<a href="repository_36.html#SEC178" title="Previous section in reading order"> &lt; </a>]</td>
+<td valign="middle" align="left">[<a href="#SEC180" title="Next section in reading order"> &gt; </a>]</td>
 <td valign="middle" align="left"> &nbsp; </td>
 <td valign="middle" align="left">[<a href="repository_4.html#SEC4" title="Beginning of this chapter or previous chapter"> &lt;&lt; </a>]</td>
 <td valign="middle" align="left">[<a href="repository_4.html#SEC4" title="Up section"> Up </a>]</td>
-<td valign="middle" align="left">[<a href="repository_79.html#SEC416" title="Next chapter"> &gt;&gt; </a>]</td>
+<td valign="middle" align="left">[<a href="repository_79.html#SEC414" 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_79.html#SEC416" title="Index">Index</a>]</td>
+<td valign="middle" align="left">[<a href="repository_79.html#SEC414" 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="Filesystem-trunk-Identity-Themes-Models-Default-Promo"></a>
-<a name="SEC181"></a>
+<a name="SEC179"></a>
 <h2 class="section"> 2.33 The <tt>`trunk/Identity/Themes/Models/Default/Promo'</tt> Directory </h2>
 
 
-<a name="SEC182"></a>
+<a name="SEC180"></a>
 <h3 class="subsection"> 2.33.1 Goals </h3>
 
 <ul class="toc">
@@ -83,7 +83,7 @@ ul.toc {list-style: none}
 </li></ul>
 
 
-<a name="SEC183"></a>
+<a name="SEC181"></a>
 <h3 class="subsection"> 2.33.2 Description </h3>
 
 <p>It applies to all tangible and non tangible items CentOS uses to
@@ -96,7 +96,7 @@ examples of promotion designs.
 </li></ul>
 
 
-<a name="SEC184"></a>
+<a name="SEC182"></a>
 <h3 class="subsection"> 2.33.3 Usage </h3>
 
 <ul class="toc">
@@ -104,22 +104,22 @@ examples of promotion designs.
 </li></ul>
 
 
-<a name="SEC185"></a>
+<a name="SEC183"></a>
 <h3 class="subsection"> 2.33.4 See also </h3>
 
 
 
 <table cellpadding="1" cellspacing="1" border="0">
-<tr><td valign="middle" align="left">[<a href="#SEC184" title="Previous section in reading order"> &lt; </a>]</td>
-<td valign="middle" align="left">[<a href="repository_38.html#SEC186" title="Next section in reading order"> &gt; </a>]</td>
+<tr><td valign="middle" align="left">[<a href="#SEC182" title="Previous section in reading order"> &lt; </a>]</td>
+<td valign="middle" align="left">[<a href="repository_38.html#SEC184" title="Next section in reading order"> &gt; </a>]</td>
 <td valign="middle" align="left"> &nbsp; </td>
 <td valign="middle" align="left">[<a href="repository_4.html#SEC4" title="Beginning of this chapter or previous chapter"> &lt;&lt; </a>]</td>
-<td valign="middle" align="left">[<a href="#SEC181" title="Up section"> Up </a>]</td>
-<td valign="middle" align="left">[<a href="repository_79.html#SEC416" title="Next chapter"> &gt;&gt; </a>]</td>
+<td valign="middle" align="left">[<a href="#SEC179" title="Up section"> Up </a>]</td>
+<td valign="middle" align="left">[<a href="repository_79.html#SEC414" title="Next chapter"> &gt;&gt; </a>]</td>
 </tr></table>
 <p>
  <font size="-1">
-  This document was generated on <i>March, 8 2011</i> using <a class="www" href="http://texi2html.cvshome.org/"><i>texi2html 1.76</i></a>.
+  This document was generated on <i>March, 9 2011</i> using <a class="www" href="http://texi2html.cvshome.org/"><i>texi2html 1.76</i></a>.
  </font>
  <br>
 
diff --git a/Manual/repository-html/repository_38.html b/Manual/repository-html/repository_38.html
index 54c2e57..d86bfa2 100644
--- a/Manual/repository-html/repository_38.html
+++ b/Manual/repository-html/repository_38.html
@@ -12,7 +12,7 @@ Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A
 copy of the license is included in the section entitled GNU Free
 Documentation License.  
 -->
-<!-- Created on March, 8 2011 by texi2html 1.76 -->
+<!-- Created on March, 9 2011 by texi2html 1.76 -->
 <!--
 Written by: Lionel Cons <Lionel.Cons@cern.ch> (original author)
             Karl Berry  <karl@freefriends.org>
@@ -55,27 +55,27 @@ ul.toc {list-style: none}
 <body lang="en" bgcolor="#FFFFFF" text="#000000" link="#0000FF" vlink="#800080" alink="#FF0000">
 
 <table cellpadding="1" cellspacing="1" border="0">
-<tr><td valign="middle" align="left">[<a href="repository_37.html#SEC185" title="Previous section in reading order"> &lt; </a>]</td>
-<td valign="middle" align="left">[<a href="#SEC187" title="Next section in reading order"> &gt; </a>]</td>
+<tr><td valign="middle" align="left">[<a href="repository_37.html#SEC183" title="Previous section in reading order"> &lt; </a>]</td>
+<td valign="middle" align="left">[<a href="#SEC185" title="Next section in reading order"> &gt; </a>]</td>
 <td valign="middle" align="left"> &nbsp; </td>
 <td valign="middle" align="left">[<a href="repository_4.html#SEC4" title="Beginning of this chapter or previous chapter"> &lt;&lt; </a>]</td>
 <td valign="middle" align="left">[<a href="repository_4.html#SEC4" title="Up section"> Up </a>]</td>
-<td valign="middle" align="left">[<a href="repository_79.html#SEC416" title="Next chapter"> &gt;&gt; </a>]</td>
+<td valign="middle" align="left">[<a href="repository_79.html#SEC414" 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_79.html#SEC416" title="Index">Index</a>]</td>
+<td valign="middle" align="left">[<a href="repository_79.html#SEC414" 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="Filesystem-trunk-Identity-Themes-Models-Default-Web"></a>
-<a name="SEC186"></a>
+<a name="SEC184"></a>
 <h2 class="section"> 2.34 The <tt>`trunk/Identity/Themes/Models/Default/Web'</tt> Directory </h2>
 
 
-<a name="SEC187"></a>
+<a name="SEC185"></a>
 <h3 class="subsection"> 2.34.1 Goals </h3>
 
 <ul class="toc">
@@ -83,7 +83,7 @@ ul.toc {list-style: none}
 </li></ul>
 
 
-<a name="SEC188"></a>
+<a name="SEC186"></a>
 <h3 class="subsection"> 2.34.2 Description </h3>
 
 <p>It applies to all web applications CentOS uses to handle its needs
@@ -95,7 +95,7 @@ HTML standards should be consider here.
 </li></ul>
 
 
-<a name="SEC189"></a>
+<a name="SEC187"></a>
 <h3 class="subsection"> 2.34.3 Usage </h3>
 
 <ul class="toc">
@@ -103,22 +103,22 @@ HTML standards should be consider here.
 </li></ul>
 
 
-<a name="SEC190"></a>
+<a name="SEC188"></a>
 <h3 class="subsection"> 2.34.4 See also </h3>
 
 
 
 <table cellpadding="1" cellspacing="1" border="0">
-<tr><td valign="middle" align="left">[<a href="#SEC189" title="Previous section in reading order"> &lt; </a>]</td>
-<td valign="middle" align="left">[<a href="repository_39.html#SEC191" title="Next section in reading order"> &gt; </a>]</td>
+<tr><td valign="middle" align="left">[<a href="#SEC187" title="Previous section in reading order"> &lt; </a>]</td>
+<td valign="middle" align="left">[<a href="repository_39.html#SEC189" title="Next section in reading order"> &gt; </a>]</td>
 <td valign="middle" align="left"> &nbsp; </td>
 <td valign="middle" align="left">[<a href="repository_4.html#SEC4" title="Beginning of this chapter or previous chapter"> &lt;&lt; </a>]</td>
-<td valign="middle" align="left">[<a href="#SEC186" title="Up section"> Up </a>]</td>
-<td valign="middle" align="left">[<a href="repository_79.html#SEC416" title="Next chapter"> &gt;&gt; </a>]</td>
+<td valign="middle" align="left">[<a href="#SEC184" title="Up section"> Up </a>]</td>
+<td valign="middle" align="left">[<a href="repository_79.html#SEC414" title="Next chapter"> &gt;&gt; </a>]</td>
 </tr></table>
 <p>
  <font size="-1">
-  This document was generated on <i>March, 8 2011</i> using <a class="www" href="http://texi2html.cvshome.org/"><i>texi2html 1.76</i></a>.
+  This document was generated on <i>March, 9 2011</i> using <a class="www" href="http://texi2html.cvshome.org/"><i>texi2html 1.76</i></a>.
  </font>
  <br>
 
diff --git a/Manual/repository-html/repository_39.html b/Manual/repository-html/repository_39.html
index c3501c5..876eb3b 100644
--- a/Manual/repository-html/repository_39.html
+++ b/Manual/repository-html/repository_39.html
@@ -12,7 +12,7 @@ Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A
 copy of the license is included in the section entitled GNU Free
 Documentation License.  
 -->
-<!-- Created on March, 8 2011 by texi2html 1.76 -->
+<!-- Created on March, 9 2011 by texi2html 1.76 -->
 <!--
 Written by: Lionel Cons <Lionel.Cons@cern.ch> (original author)
             Karl Berry  <karl@freefriends.org>
@@ -55,27 +55,27 @@ ul.toc {list-style: none}
 <body lang="en" bgcolor="#FFFFFF" text="#000000" link="#0000FF" vlink="#800080" alink="#FF0000">
 
 <table cellpadding="1" cellspacing="1" border="0">
-<tr><td valign="middle" align="left">[<a href="repository_38.html#SEC190" title="Previous section in reading order"> &lt; </a>]</td>
-<td valign="middle" align="left">[<a href="#SEC192" title="Next section in reading order"> &gt; </a>]</td>
+<tr><td valign="middle" align="left">[<a href="repository_38.html#SEC188" title="Previous section in reading order"> &lt; </a>]</td>
+<td valign="middle" align="left">[<a href="#SEC190" title="Next section in reading order"> &gt; </a>]</td>
 <td valign="middle" align="left"> &nbsp; </td>
 <td valign="middle" align="left">[<a href="repository_4.html#SEC4" title="Beginning of this chapter or previous chapter"> &lt;&lt; </a>]</td>
 <td valign="middle" align="left">[<a href="repository_4.html#SEC4" title="Up section"> Up </a>]</td>
-<td valign="middle" align="left">[<a href="repository_79.html#SEC416" title="Next chapter"> &gt;&gt; </a>]</td>
+<td valign="middle" align="left">[<a href="repository_79.html#SEC414" 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_79.html#SEC416" title="Index">Index</a>]</td>
+<td valign="middle" align="left">[<a href="repository_79.html#SEC414" 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="Filesystem-trunk-Identity-Themes-Motifs"></a>
-<a name="SEC191"></a>
+<a name="SEC189"></a>
 <h2 class="section"> 2.35 The <tt>`trunk/Identity/Themes/Motifs'</tt> Directory </h2>
 
 
-<a name="SEC192"></a>
+<a name="SEC190"></a>
 <h3 class="subsection"> 2.35.1 Goals </h3>
 
 <p>The <tt>`trunk/Identity/Themes/Motifs'</tt> directory exists to:
@@ -86,7 +86,7 @@ ul.toc {list-style: none}
 
 
 
-<a name="SEC193"></a>
+<a name="SEC191"></a>
 <h3 class="subsection"> 2.35.2 Description </h3>
 
 <p>The artistic motif of theme is a graphic design component that
@@ -144,7 +144,7 @@ illustrated in the following figure:
 `-- Screenshots
 </pre></td></tr></table>
 
-<a name="SEC194"></a>
+<a name="SEC192"></a>
 <h3 class="subsection"> 2.35.3 Usage </h3>
 
 <p>When designing artistic motifs for CentOS, consider the following
@@ -185,30 +185,30 @@ works are released under
 </li></ul>
 
 
-<a name="SEC195"></a>
+<a name="SEC193"></a>
 <h3 class="subsection"> 2.35.4 See also </h3>
 
 <table class="menu" border="0" cellspacing="0">
-<tr><td align="left" valign="top"><a href="repository_22.html#SEC106">2.18 The <tt>`trunk/Identity/Themes'</tt> Directory</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
+<tr><td align="left" valign="top"><a href="repository_22.html#SEC104">2.18 The <tt>`trunk/Identity/Themes'</tt> Directory</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
 </td></tr>
-<tr><td align="left" valign="top"><a href="repository_8.html#SEC22">2.4 The <tt>`trunk/Identity'</tt> Directory</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
+<tr><td align="left" valign="top"><a href="repository_8.html#SEC20">2.4 The <tt>`trunk/Identity'</tt> Directory</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
 </td></tr>
-<tr><td align="left" valign="top"><a href="repository_7.html#SEC17">2.3 The <tt>`trunk'</tt> Directory</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
+<tr><td align="left" valign="top"><a href="repository_7.html#SEC15">2.3 The <tt>`trunk'</tt> Directory</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
 </td></tr>
 </table>
 
 
 <table cellpadding="1" cellspacing="1" border="0">
-<tr><td valign="middle" align="left">[<a href="#SEC194" title="Previous section in reading order"> &lt; </a>]</td>
-<td valign="middle" align="left">[<a href="repository_40.html#SEC196" title="Next section in reading order"> &gt; </a>]</td>
+<tr><td valign="middle" align="left">[<a href="#SEC192" title="Previous section in reading order"> &lt; </a>]</td>
+<td valign="middle" align="left">[<a href="repository_40.html#SEC194" title="Next section in reading order"> &gt; </a>]</td>
 <td valign="middle" align="left"> &nbsp; </td>
 <td valign="middle" align="left">[<a href="repository_4.html#SEC4" title="Beginning of this chapter or previous chapter"> &lt;&lt; </a>]</td>
-<td valign="middle" align="left">[<a href="#SEC191" title="Up section"> Up </a>]</td>
-<td valign="middle" align="left">[<a href="repository_79.html#SEC416" title="Next chapter"> &gt;&gt; </a>]</td>
+<td valign="middle" align="left">[<a href="#SEC189" title="Up section"> Up </a>]</td>
+<td valign="middle" align="left">[<a href="repository_79.html#SEC414" title="Next chapter"> &gt;&gt; </a>]</td>
 </tr></table>
 <p>
  <font size="-1">
-  This document was generated on <i>March, 8 2011</i> using <a class="www" href="http://texi2html.cvshome.org/"><i>texi2html 1.76</i></a>.
+  This document was generated on <i>March, 9 2011</i> using <a class="www" href="http://texi2html.cvshome.org/"><i>texi2html 1.76</i></a>.
  </font>
  <br>
 
diff --git a/Manual/repository-html/repository_4.html b/Manual/repository-html/repository_4.html
index 833564d..69f3d5f 100644
--- a/Manual/repository-html/repository_4.html
+++ b/Manual/repository-html/repository_4.html
@@ -12,7 +12,7 @@ Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A
 copy of the license is included in the section entitled GNU Free
 Documentation License.  
 -->
-<!-- Created on March, 8 2011 by texi2html 1.76 -->
+<!-- Created on March, 9 2011 by texi2html 1.76 -->
 <!--
 Written by: Lionel Cons <Lionel.Cons@cern.ch> (original author)
             Karl Berry  <karl@freefriends.org>
@@ -60,14 +60,14 @@ ul.toc {list-style: none}
 <td valign="middle" align="left"> &nbsp; </td>
 <td valign="middle" align="left">[<a href="repository_1.html#SEC1" title="Beginning of this chapter or previous chapter"> &lt;&lt; </a>]</td>
 <td valign="middle" align="left">[<a href="repository.html#SEC_Top" title="Up section"> Up </a>]</td>
-<td valign="middle" align="left">[<a href="repository_79.html#SEC416" title="Next chapter"> &gt;&gt; </a>]</td>
+<td valign="middle" align="left">[<a href="repository_79.html#SEC414" 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_79.html#SEC416" title="Index">Index</a>]</td>
+<td valign="middle" align="left">[<a href="repository_79.html#SEC414" 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="Filesystem"></a>
@@ -88,151 +88,151 @@ to explore:
 <table class="menu" border="0" cellspacing="0">
 <tr><td align="left" valign="top"><a href="repository_5.html#SEC5">2.1 The <tt>`branches'</tt> Directory</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
 </td></tr>
-<tr><td align="left" valign="top"><a href="repository_6.html#SEC12">2.2 The <tt>`tags'</tt> Directory</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
+<tr><td align="left" valign="top"><a href="repository_6.html#SEC10">2.2 The <tt>`tags'</tt> Directory</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
 </td></tr>
-<tr><td align="left" valign="top"><a href="repository_7.html#SEC17">2.3 The <tt>`trunk'</tt> Directory</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
+<tr><td align="left" valign="top"><a href="repository_7.html#SEC15">2.3 The <tt>`trunk'</tt> Directory</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
 </td></tr>
-<tr><td align="left" valign="top"><a href="repository_8.html#SEC22">2.4 The <tt>`trunk/Identity'</tt> Directory</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
+<tr><td align="left" valign="top"><a href="repository_8.html#SEC20">2.4 The <tt>`trunk/Identity'</tt> Directory</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
 </td></tr>
-<tr><td align="left" valign="top"><a href="repository_9.html#SEC31">2.5 The <tt>`trunk/Identity/Brands'</tt> Directory</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
+<tr><td align="left" valign="top"><a href="repository_9.html#SEC29">2.5 The <tt>`trunk/Identity/Brands'</tt> Directory</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
 </td></tr>
-<tr><td align="left" valign="top"><a href="repository_10.html#SEC36">2.6 The <tt>`trunk/Identity/Fonts'</tt> Directory</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
+<tr><td align="left" valign="top"><a href="repository_10.html#SEC34">2.6 The <tt>`trunk/Identity/Fonts'</tt> Directory</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
 </td></tr>
-<tr><td align="left" valign="top"><a href="repository_11.html#SEC41">2.7 The <tt>`trunk/Identity/Icons'</tt> Directory</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
+<tr><td align="left" valign="top"><a href="repository_11.html#SEC39">2.7 The <tt>`trunk/Identity/Icons'</tt> Directory</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
 </td></tr>
-<tr><td align="left" valign="top"><a href="repository_12.html#SEC46">2.8 The <tt>`trunk/Identity/Isolinux'</tt> Directory</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
+<tr><td align="left" valign="top"><a href="repository_12.html#SEC44">2.8 The <tt>`trunk/Identity/Isolinux'</tt> Directory</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
 </td></tr>
-<tr><td align="left" valign="top"><a href="repository_13.html#SEC51">2.9 The <tt>`trunk/Identity/Models'</tt> Directory</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
+<tr><td align="left" valign="top"><a href="repository_13.html#SEC49">2.9 The <tt>`trunk/Identity/Models'</tt> Directory</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
 </td></tr>
-<tr><td align="left" valign="top"><a href="repository_14.html#SEC56">2.10 The <tt>`trunk/Identity/Models/Css'</tt> Directory</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
+<tr><td align="left" valign="top"><a href="repository_14.html#SEC54">2.10 The <tt>`trunk/Identity/Models/Css'</tt> Directory</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
 </td></tr>
-<tr><td align="left" valign="top"><a href="repository_15.html#SEC61">2.11 The <tt>`trunk/Identity/Models/Html'</tt> Directory</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
+<tr><td align="left" valign="top"><a href="repository_15.html#SEC59">2.11 The <tt>`trunk/Identity/Models/Html'</tt> Directory</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
 </td></tr>
-<tr><td align="left" valign="top"><a href="repository_16.html#SEC66">2.12 The <tt>`trunk/Identity/Models/Img/Promo/Web'</tt> Directory</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
+<tr><td align="left" valign="top"><a href="repository_16.html#SEC64">2.12 The <tt>`trunk/Identity/Models/Img/Promo/Web'</tt> Directory</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
 </td></tr>
-<tr><td align="left" valign="top"><a href="repository_17.html#SEC71">2.13 The <tt>`trunk/Identity/Models/Tpl'</tt> Directory</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
+<tr><td align="left" valign="top"><a href="repository_17.html#SEC69">2.13 The <tt>`trunk/Identity/Models/Tpl'</tt> Directory</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
 </td></tr>
-<tr><td align="left" valign="top"><a href="repository_18.html#SEC76">2.14 The <tt>`trunk/Identity/Models/Tpl/Brands'</tt> Directory</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
+<tr><td align="left" valign="top"><a href="repository_18.html#SEC74">2.14 The <tt>`trunk/Identity/Models/Tpl/Brands'</tt> Directory</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
 </td></tr>
-<tr><td align="left" valign="top"><a href="repository_19.html#SEC81">2.15 The <tt>`trunk/Identity/Models/Tpl/Promo/Web'</tt> Directory</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
+<tr><td align="left" valign="top"><a href="repository_19.html#SEC79">2.15 The <tt>`trunk/Identity/Models/Tpl/Promo/Web'</tt> Directory</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
 </td></tr>
-<tr><td align="left" valign="top"><a href="repository_20.html#SEC96">2.16 The <tt>`trunk/Identity/Models/Xcf'</tt> Directory</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
+<tr><td align="left" valign="top"><a href="repository_20.html#SEC94">2.16 The <tt>`trunk/Identity/Models/Xcf'</tt> Directory</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
 </td></tr>
-<tr><td align="left" valign="top"><a href="repository_21.html#SEC101">2.17 The <tt>`trunk/Identity/Release'</tt> Directory</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
+<tr><td align="left" valign="top"><a href="repository_21.html#SEC99">2.17 The <tt>`trunk/Identity/Release'</tt> Directory</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
 </td></tr>
-<tr><td align="left" valign="top"><a href="repository_22.html#SEC106">2.18 The <tt>`trunk/Identity/Themes'</tt> Directory</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
+<tr><td align="left" valign="top"><a href="repository_22.html#SEC104">2.18 The <tt>`trunk/Identity/Themes'</tt> Directory</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
 </td></tr>
-<tr><td align="left" valign="top"><a href="repository_23.html#SEC111">2.19 The <tt>`trunk/Identity/Themes/Models'</tt> Directory</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
+<tr><td align="left" valign="top"><a href="repository_23.html#SEC109">2.19 The <tt>`trunk/Identity/Themes/Models'</tt> Directory</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
 </td></tr>
-<tr><td align="left" valign="top"><a href="repository_24.html#SEC116">2.20 The <tt>`trunk/Identity/Themes/Models/Alternative'</tt> Directory</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
+<tr><td align="left" valign="top"><a href="repository_24.html#SEC114">2.20 The <tt>`trunk/Identity/Themes/Models/Alternative'</tt> Directory</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
 </td></tr>
-<tr><td align="left" valign="top"><a href="repository_25.html#SEC121">2.21 The <tt>`trunk/Identity/Themes/Models/Default'</tt> Directory</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
+<tr><td align="left" valign="top"><a href="repository_25.html#SEC119">2.21 The <tt>`trunk/Identity/Themes/Models/Default'</tt> Directory</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
 </td></tr>
-<tr><td align="left" valign="top"><a href="repository_26.html#SEC126">2.22 The <tt>`trunk/Identity/Themes/Models/Default/Concept'</tt> Directory</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
+<tr><td align="left" valign="top"><a href="repository_26.html#SEC124">2.22 The <tt>`trunk/Identity/Themes/Models/Default/Concept'</tt> Directory</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
 </td></tr>
-<tr><td align="left" valign="top"><a href="repository_27.html#SEC131">2.23 The <tt>`trunk/Identity/Themes/Models/Default/Distro'</tt> Directory</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
+<tr><td align="left" valign="top"><a href="repository_27.html#SEC129">2.23 The <tt>`trunk/Identity/Themes/Models/Default/Distro'</tt> Directory</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
 </td></tr>
-<tr><td align="left" valign="top"><a href="repository_28.html#SEC136">2.24 The <tt>`trunk/Identity/Themes/Models/Default/Distro/Anaconda'</tt> Directory</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
+<tr><td align="left" valign="top"><a href="repository_28.html#SEC134">2.24 The <tt>`trunk/Identity/Themes/Models/Default/Distro/Anaconda'</tt> Directory</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
 </td></tr>
-<tr><td align="left" valign="top"><a href="repository_29.html#SEC141">2.25 The <tt>`trunk/Identity/Themes/Models/Default/Distro/Firstboot'</tt> Directory</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
+<tr><td align="left" valign="top"><a href="repository_29.html#SEC139">2.25 The <tt>`trunk/Identity/Themes/Models/Default/Distro/Firstboot'</tt> Directory</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
 </td></tr>
-<tr><td align="left" valign="top"><a href="repository_30.html#SEC146">2.26 The <tt>`trunk/Identity/Themes/Models/Default/Distro/Gdm'</tt> Directory</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
+<tr><td align="left" valign="top"><a href="repository_30.html#SEC144">2.26 The <tt>`trunk/Identity/Themes/Models/Default/Distro/Gdm'</tt> Directory</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
 </td></tr>
-<tr><td align="left" valign="top"><a href="repository_31.html#SEC151">2.27 The <tt>`trunk/Identity/Themes/Models/Default/Distro/Grub'</tt> Directory</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
+<tr><td align="left" valign="top"><a href="repository_31.html#SEC149">2.27 The <tt>`trunk/Identity/Themes/Models/Default/Distro/Grub'</tt> Directory</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
 </td></tr>
-<tr><td align="left" valign="top"><a href="repository_32.html#SEC156">2.28 The <tt>`trunk/Identity/Themes/Models/Default/Distro/Gsplash'</tt> Directory</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
+<tr><td align="left" valign="top"><a href="repository_32.html#SEC154">2.28 The <tt>`trunk/Identity/Themes/Models/Default/Distro/Gsplash'</tt> Directory</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
 </td></tr>
-<tr><td align="left" valign="top"><a href="repository_33.html#SEC161">2.29 The <tt>`trunk/Identity/Themes/Models/Default/Distro/Kdm'</tt> Directory</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
+<tr><td align="left" valign="top"><a href="repository_33.html#SEC159">2.29 The <tt>`trunk/Identity/Themes/Models/Default/Distro/Kdm'</tt> Directory</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
 </td></tr>
-<tr><td align="left" valign="top"><a href="repository_34.html#SEC166">2.30 The <tt>`trunk/Identity/Themes/Models/Default/Distro/Ksplash'</tt> Directory</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
+<tr><td align="left" valign="top"><a href="repository_34.html#SEC164">2.30 The <tt>`trunk/Identity/Themes/Models/Default/Distro/Ksplash'</tt> Directory</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
 </td></tr>
-<tr><td align="left" valign="top"><a href="repository_35.html#SEC171">2.31 The <tt>`trunk/Identity/Themes/Models/Default/Distro/Rhgb'</tt> Directory</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
+<tr><td align="left" valign="top"><a href="repository_35.html#SEC169">2.31 The <tt>`trunk/Identity/Themes/Models/Default/Distro/Rhgb'</tt> Directory</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
 </td></tr>
-<tr><td align="left" valign="top"><a href="repository_36.html#SEC176">2.32 The <tt>`trunk/Identity/Themes/Models/Default/Distro/Syslinux'</tt> Directory</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
+<tr><td align="left" valign="top"><a href="repository_36.html#SEC174">2.32 The <tt>`trunk/Identity/Themes/Models/Default/Distro/Syslinux'</tt> Directory</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
 </td></tr>
-<tr><td align="left" valign="top"><a href="repository_37.html#SEC181">2.33 The <tt>`trunk/Identity/Themes/Models/Default/Promo'</tt> Directory</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
+<tr><td align="left" valign="top"><a href="repository_37.html#SEC179">2.33 The <tt>`trunk/Identity/Themes/Models/Default/Promo'</tt> Directory</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
 </td></tr>
-<tr><td align="left" valign="top"><a href="repository_38.html#SEC186">2.34 The <tt>`trunk/Identity/Themes/Models/Default/Web'</tt> Directory</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
+<tr><td align="left" valign="top"><a href="repository_38.html#SEC184">2.34 The <tt>`trunk/Identity/Themes/Models/Default/Web'</tt> Directory</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
 </td></tr>
-<tr><td align="left" valign="top"><a href="repository_39.html#SEC191">2.35 The <tt>`trunk/Identity/Themes/Motifs'</tt> Directory</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
+<tr><td align="left" valign="top"><a href="repository_39.html#SEC189">2.35 The <tt>`trunk/Identity/Themes/Motifs'</tt> Directory</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
 </td></tr>
-<tr><td align="left" valign="top"><a href="repository_40.html#SEC196">2.36 The <tt>`trunk/Identity/Themes/Motifs/Flame'</tt> Directory</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
+<tr><td align="left" valign="top"><a href="repository_40.html#SEC194">2.36 The <tt>`trunk/Identity/Themes/Motifs/Flame'</tt> Directory</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
 </td></tr>
-<tr><td align="left" valign="top"><a href="repository_41.html#SEC205">2.37 The <tt>`trunk/Identity/Themes/Motifs/Modern'</tt> Directory</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
+<tr><td align="left" valign="top"><a href="repository_41.html#SEC203">2.37 The <tt>`trunk/Identity/Themes/Motifs/Modern'</tt> Directory</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
 </td></tr>
-<tr><td align="left" valign="top"><a href="repository_42.html#SEC210">2.38 The <tt>`trunk/Identity/Themes/Motifs/Modern/Backgrounds'</tt> Directory</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
+<tr><td align="left" valign="top"><a href="repository_42.html#SEC208">2.38 The <tt>`trunk/Identity/Themes/Motifs/Modern/Backgrounds'</tt> Directory</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
 </td></tr>
-<tr><td align="left" valign="top"><a href="repository_43.html#SEC215">2.39 The <tt>`trunk/Identity/Themes/Motifs/Modern/Backgrounds/Img'</tt> Directory</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
+<tr><td align="left" valign="top"><a href="repository_43.html#SEC213">2.39 The <tt>`trunk/Identity/Themes/Motifs/Modern/Backgrounds/Img'</tt> Directory</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
 </td></tr>
-<tr><td align="left" valign="top"><a href="repository_44.html#SEC220">2.40 The <tt>`trunk/Identity/Themes/Motifs/Modern/Backgrounds/Tpl'</tt> Directory</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
+<tr><td align="left" valign="top"><a href="repository_44.html#SEC218">2.40 The <tt>`trunk/Identity/Themes/Motifs/Modern/Backgrounds/Tpl'</tt> Directory</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
 </td></tr>
-<tr><td align="left" valign="top"><a href="repository_45.html#SEC225">2.41 The <tt>`trunk/Identity/Themes/Motifs/Modern/Backgrounds/Xcf'</tt> Directory</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
+<tr><td align="left" valign="top"><a href="repository_45.html#SEC223">2.41 The <tt>`trunk/Identity/Themes/Motifs/Modern/Backgrounds/Xcf'</tt> Directory</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
 </td></tr>
-<tr><td align="left" valign="top"><a href="repository_46.html#SEC230">2.42 The <tt>`trunk/Identity/Themes/Motifs/Modern/Distro/Anaconda/Progress'</tt> Directory</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
+<tr><td align="left" valign="top"><a href="repository_46.html#SEC228">2.42 The <tt>`trunk/Identity/Themes/Motifs/Modern/Distro/Anaconda/Progress'</tt> Directory</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
 </td></tr>
-<tr><td align="left" valign="top"><a href="repository_47.html#SEC235">2.43 The <tt>`trunk/Identity/Themes/Motifs/Modern/Palettes'</tt> Directory</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
+<tr><td align="left" valign="top"><a href="repository_47.html#SEC233">2.43 The <tt>`trunk/Identity/Themes/Motifs/Modern/Palettes'</tt> Directory</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
 </td></tr>
-<tr><td align="left" valign="top"><a href="repository_48.html#SEC240">2.44 The <tt>`trunk/Identity/Themes/Motifs/TreeFlower'</tt> Directory</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
+<tr><td align="left" valign="top"><a href="repository_48.html#SEC238">2.44 The <tt>`trunk/Identity/Themes/Motifs/TreeFlower'</tt> Directory</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
 </td></tr>
-<tr><td align="left" valign="top"><a href="repository_49.html#SEC245">2.45 The <tt>`trunk/Identity/Themes/Motifs/TreeFlower/Backgrounds'</tt> Directory</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
+<tr><td align="left" valign="top"><a href="repository_49.html#SEC243">2.45 The <tt>`trunk/Identity/Themes/Motifs/TreeFlower/Backgrounds'</tt> Directory</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
 </td></tr>
-<tr><td align="left" valign="top"><a href="repository_50.html#SEC253">2.46 The <tt>`trunk/Identity/Widgets'</tt> Directory</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
+<tr><td align="left" valign="top"><a href="repository_50.html#SEC251">2.46 The <tt>`trunk/Identity/Widgets'</tt> Directory</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
 </td></tr>
-<tr><td align="left" valign="top"><a href="repository_51.html#SEC258">2.47 The <tt>`trunk/Locales'</tt> Directory</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
+<tr><td align="left" valign="top"><a href="repository_51.html#SEC256">2.47 The <tt>`trunk/Locales'</tt> Directory</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
 </td></tr>
-<tr><td align="left" valign="top"><a href="repository_52.html#SEC259">2.48 The <tt>`trunk/Locales/Identity'</tt> Directory</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
+<tr><td align="left" valign="top"><a href="repository_52.html#SEC257">2.48 The <tt>`trunk/Locales/Identity'</tt> Directory</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
 </td></tr>
-<tr><td align="left" valign="top"><a href="repository_53.html#SEC264">2.49 The <tt>`trunk/Locales/Identity/Brands'</tt> Directory</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
+<tr><td align="left" valign="top"><a href="repository_53.html#SEC262">2.49 The <tt>`trunk/Locales/Identity/Brands'</tt> Directory</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
 </td></tr>
-<tr><td align="left" valign="top"><a href="repository_54.html#SEC272">2.50 The <tt>`trunk/Locales/Identity/Brands/Tpl'</tt> Directory</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
+<tr><td align="left" valign="top"><a href="repository_54.html#SEC270">2.50 The <tt>`trunk/Locales/Identity/Brands/Tpl'</tt> Directory</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
 </td></tr>
-<tr><td align="left" valign="top"><a href="repository_55.html#SEC277">2.51 The <tt>`trunk/Locales/Identity/Fonts'</tt> Directory</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
+<tr><td align="left" valign="top"><a href="repository_55.html#SEC275">2.51 The <tt>`trunk/Locales/Identity/Fonts'</tt> Directory</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
 </td></tr>
-<tr><td align="left" valign="top"><a href="repository_56.html#SEC283">2.52 The <tt>`trunk/Locales/Identity/Models'</tt> Directory</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
+<tr><td align="left" valign="top"><a href="repository_56.html#SEC281">2.52 The <tt>`trunk/Locales/Identity/Models'</tt> Directory</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
 </td></tr>
-<tr><td align="left" valign="top"><a href="repository_57.html#SEC288">2.53 The <tt>`trunk/Locales/Identity/Release'</tt> Directory</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
+<tr><td align="left" valign="top"><a href="repository_57.html#SEC286">2.53 The <tt>`trunk/Locales/Identity/Release'</tt> Directory</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
 </td></tr>
-<tr><td align="left" valign="top"><a href="repository_58.html#SEC293">2.54 The <tt>`trunk/Locales/Identity/Themes'</tt> Directory</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
+<tr><td align="left" valign="top"><a href="repository_58.html#SEC291">2.54 The <tt>`trunk/Locales/Identity/Themes'</tt> Directory</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
 </td></tr>
-<tr><td align="left" valign="top"><a href="repository_59.html#SEC298">2.55 The <tt>`trunk/Locales/Identity/Themes/Backgrounds'</tt> Directory</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
+<tr><td align="left" valign="top"><a href="repository_59.html#SEC296">2.55 The <tt>`trunk/Locales/Identity/Themes/Backgrounds'</tt> Directory</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
 </td></tr>
-<tr><td align="left" valign="top"><a href="repository_60.html#SEC303">2.56 The <tt>`trunk/Locales/Identity/Themes/Distro/Anaconda/Progress'</tt> Directory</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
+<tr><td align="left" valign="top"><a href="repository_60.html#SEC301">2.56 The <tt>`trunk/Locales/Identity/Themes/Distro/Anaconda/Progress'</tt> Directory</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
 </td></tr>
-<tr><td align="left" valign="top"><a href="repository_61.html#SEC308">2.57 The <tt>`trunk/Locales/Identity/Widgets'</tt> Directory</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
+<tr><td align="left" valign="top"><a href="repository_61.html#SEC306">2.57 The <tt>`trunk/Locales/Identity/Widgets'</tt> Directory</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
 </td></tr>
-<tr><td align="left" valign="top"><a href="repository_62.html#SEC313">2.58 The <tt>`trunk/Manual'</tt> Directory</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
+<tr><td align="left" valign="top"><a href="repository_62.html#SEC311">2.58 The <tt>`trunk/Manual'</tt> Directory</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
 </td></tr>
-<tr><td align="left" valign="top"><a href="repository_63.html#SEC318">2.59 The <tt>`trunk/Manuals'</tt> Directory</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
+<tr><td align="left" valign="top"><a href="repository_63.html#SEC316">2.59 The <tt>`trunk/Manuals'</tt> Directory</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
 </td></tr>
-<tr><td align="left" valign="top"><a href="repository_64.html#SEC323">2.60 The <tt>`trunk/Scripts'</tt> Directory</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
+<tr><td align="left" valign="top"><a href="repository_64.html#SEC321">2.60 The <tt>`trunk/Scripts'</tt> Directory</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
 </td></tr>
-<tr><td align="left" valign="top"><a href="repository_65.html#SEC328">2.61 The <tt>`trunk/Scripts/Bash'</tt> Directory</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
+<tr><td align="left" valign="top"><a href="repository_65.html#SEC326">2.61 The <tt>`trunk/Scripts/Bash'</tt> Directory</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
 </td></tr>
-<tr><td align="left" valign="top"><a href="repository_66.html#SEC333">2.62 The <tt>`trunk/Scripts/Bash/Cli'</tt> Directory</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
+<tr><td align="left" valign="top"><a href="repository_66.html#SEC331">2.62 The <tt>`trunk/Scripts/Bash/Cli'</tt> Directory</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
 </td></tr>
-<tr><td align="left" valign="top"><a href="repository_67.html#SEC334">2.63 The <tt>`trunk/Scripts/Bash/Cli/Functions'</tt> Directory</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
+<tr><td align="left" valign="top"><a href="repository_67.html#SEC332">2.63 The <tt>`trunk/Scripts/Bash/Cli/Functions'</tt> Directory</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
 </td></tr>
-<tr><td align="left" valign="top"><a href="repository_68.html#SEC342">2.64 The <tt>`trunk/Scripts/Bash/Cli/Functions/Help'</tt> Directory</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
+<tr><td align="left" valign="top"><a href="repository_68.html#SEC340">2.64 The <tt>`trunk/Scripts/Bash/Cli/Functions/Help'</tt> Directory</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
 </td></tr>
-<tr><td align="left" valign="top"><a href="repository_69.html#SEC347">2.65 The <tt>`trunk/Scripts/Bash/Cli/Functions/Html'</tt> Directory</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
+<tr><td align="left" valign="top"><a href="repository_69.html#SEC345">2.65 The <tt>`trunk/Scripts/Bash/Cli/Functions/Html'</tt> Directory</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
 </td></tr>
-<tr><td align="left" valign="top"><a href="repository_70.html#SEC352">2.66 The <tt>`trunk/Scripts/Bash/Cli/Functions/Locale'</tt> Directory</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
+<tr><td align="left" valign="top"><a href="repository_70.html#SEC350">2.66 The <tt>`trunk/Scripts/Bash/Cli/Functions/Locale'</tt> Directory</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
 </td></tr>
-<tr><td align="left" valign="top"><a href="repository_71.html#SEC357">2.67 The <tt>`trunk/Scripts/Bash/Cli/Functions/Manual'</tt> Directory</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
+<tr><td align="left" valign="top"><a href="repository_71.html#SEC355">2.67 The <tt>`trunk/Scripts/Bash/Cli/Functions/Manual'</tt> Directory</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
 </td></tr>
-<tr><td align="left" valign="top"><a href="repository_72.html#SEC362">2.68 The <tt>`trunk/Scripts/Bash/Cli/Functions/Path'</tt> Directory</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
+<tr><td align="left" valign="top"><a href="repository_72.html#SEC360">2.68 The <tt>`trunk/Scripts/Bash/Cli/Functions/Path'</tt> Directory</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
 </td></tr>
-<tr><td align="left" valign="top"><a href="repository_73.html#SEC373">2.69 The <tt>`trunk/Scripts/Bash/Cli/Functions/Render'</tt> Directory</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
+<tr><td align="left" valign="top"><a href="repository_73.html#SEC371">2.69 The <tt>`trunk/Scripts/Bash/Cli/Functions/Render'</tt> Directory</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
 </td></tr>
-<tr><td align="left" valign="top"><a href="repository_74.html#SEC383">2.70 The <tt>`trunk/Scripts/Bash/Cli/Functions/Render/Config'</tt> Directory</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
+<tr><td align="left" valign="top"><a href="repository_74.html#SEC381">2.70 The <tt>`trunk/Scripts/Bash/Cli/Functions/Render/Config'</tt> Directory</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
 </td></tr>
-<tr><td align="left" valign="top"><a href="repository_75.html#SEC391">2.71 The <tt>`trunk/Scripts/Bash/Cli/Functions/Shell'</tt> Directory</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
+<tr><td align="left" valign="top"><a href="repository_75.html#SEC389">2.71 The <tt>`trunk/Scripts/Bash/Cli/Functions/Shell'</tt> Directory</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
 </td></tr>
-<tr><td align="left" valign="top"><a href="repository_76.html#SEC396">2.72 The <tt>`trunk/Scripts/Bash/Cli/Functions/Svg'</tt> Directory</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
+<tr><td align="left" valign="top"><a href="repository_76.html#SEC394">2.72 The <tt>`trunk/Scripts/Bash/Cli/Functions/Svg'</tt> Directory</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
 </td></tr>
-<tr><td align="left" valign="top"><a href="repository_77.html#SEC403">2.73 The <tt>`trunk/Scripts/Bash/Cli/Functions/Verify'</tt> Directory</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
+<tr><td align="left" valign="top"><a href="repository_77.html#SEC401">2.73 The <tt>`trunk/Scripts/Bash/Cli/Functions/Verify'</tt> Directory</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
 </td></tr>
-<tr><td align="left" valign="top"><a href="repository_78.html#SEC411">2.74 The <tt>`trunk/Scripts/Python'</tt> Directory</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
+<tr><td align="left" valign="top"><a href="repository_78.html#SEC409">2.74 The <tt>`trunk/Scripts/Python'</tt> Directory</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
 </td></tr>
 </table>
 
@@ -243,11 +243,11 @@ to explore:
 <td valign="middle" align="left"> &nbsp; </td>
 <td valign="middle" align="left">[<a href="repository_1.html#SEC1" title="Beginning of this chapter or previous chapter"> &lt;&lt; </a>]</td>
 <td valign="middle" align="left">[<a href="repository.html#SEC_Top" title="Up section"> Up </a>]</td>
-<td valign="middle" align="left">[<a href="repository_79.html#SEC416" title="Next chapter"> &gt;&gt; </a>]</td>
+<td valign="middle" align="left">[<a href="repository_79.html#SEC414" title="Next chapter"> &gt;&gt; </a>]</td>
 </tr></table>
 <p>
  <font size="-1">
-  This document was generated on <i>March, 8 2011</i> using <a class="www" href="http://texi2html.cvshome.org/"><i>texi2html 1.76</i></a>.
+  This document was generated on <i>March, 9 2011</i> using <a class="www" href="http://texi2html.cvshome.org/"><i>texi2html 1.76</i></a>.
  </font>
  <br>
 
diff --git a/Manual/repository-html/repository_40.html b/Manual/repository-html/repository_40.html
index d526733..9189c6f 100644
--- a/Manual/repository-html/repository_40.html
+++ b/Manual/repository-html/repository_40.html
@@ -12,7 +12,7 @@ Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A
 copy of the license is included in the section entitled GNU Free
 Documentation License.  
 -->
-<!-- Created on March, 8 2011 by texi2html 1.76 -->
+<!-- Created on March, 9 2011 by texi2html 1.76 -->
 <!--
 Written by: Lionel Cons <Lionel.Cons@cern.ch> (original author)
             Karl Berry  <karl@freefriends.org>
@@ -55,37 +55,37 @@ ul.toc {list-style: none}
 <body lang="en" bgcolor="#FFFFFF" text="#000000" link="#0000FF" vlink="#800080" alink="#FF0000">
 
 <table cellpadding="1" cellspacing="1" border="0">
-<tr><td valign="middle" align="left">[<a href="repository_39.html#SEC195" title="Previous section in reading order"> &lt; </a>]</td>
-<td valign="middle" align="left">[<a href="#SEC197" title="Next section in reading order"> &gt; </a>]</td>
+<tr><td valign="middle" align="left">[<a href="repository_39.html#SEC193" title="Previous section in reading order"> &lt; </a>]</td>
+<td valign="middle" align="left">[<a href="#SEC195" title="Next section in reading order"> &gt; </a>]</td>
 <td valign="middle" align="left"> &nbsp; </td>
 <td valign="middle" align="left">[<a href="repository_4.html#SEC4" title="Beginning of this chapter or previous chapter"> &lt;&lt; </a>]</td>
 <td valign="middle" align="left">[<a href="repository_4.html#SEC4" title="Up section"> Up </a>]</td>
-<td valign="middle" align="left">[<a href="repository_79.html#SEC416" title="Next chapter"> &gt;&gt; </a>]</td>
+<td valign="middle" align="left">[<a href="repository_79.html#SEC414" 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_79.html#SEC416" title="Index">Index</a>]</td>
+<td valign="middle" align="left">[<a href="repository_79.html#SEC414" 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="Filesystem-trunk-Identity-Themes-Motifs-Flame"></a>
-<a name="SEC196"></a>
+<a name="SEC194"></a>
 <h2 class="section"> 2.36 The <tt>`trunk/Identity/Themes/Motifs/Flame'</tt> Directory </h2>
 
 
-<a name="SEC197"></a>
+<a name="SEC195"></a>
 <h3 class="subsection"> 2.36.1 Goals </h3>
 
 <p>This section describes the steps we followed to construct the
 <em>Flame</em> artistic motif. This section may be useful for anyone
 interested in reproducing the <em>Flame</em> artistic motif, or in
 creating new artistic motifs for The CentOS Project corporate visual
-identity (see section <a href="repository_8.html#SEC22">The <tt>`trunk/Identity'</tt> Directory</a>).
+identity (see section <a href="repository_8.html#SEC20">The <tt>`trunk/Identity'</tt> Directory</a>).
 </p>
 
-<a name="SEC198"></a>
+<a name="SEC196"></a>
 <h3 class="subsection"> 2.36.2 Description </h3>
 
 <p>The <em>Flame</em> artistic motif was built using the flame filter of
@@ -97,7 +97,7 @@ to reduce the time used to produce new artistic motifs, because of its
 &quot;randomly generated&quot; nature. Once the artistic motif be created, it
 is propagated through all visual manifestations of CentOS Project
 corporate visual identity using the <tt>`centos-art.sh'</tt> script
-(see section <a href="repository_65.html#SEC328">The <tt>`trunk/Scripts/Bash'</tt> Directory</a>) inside the CentOS Artwork Repository.
+(see section <a href="repository_65.html#SEC326">The <tt>`trunk/Scripts/Bash'</tt> Directory</a>) inside the CentOS Artwork Repository.
 </p>
 <p>To set the time intervals between each new visual style production, we
 could reuse the CentOS distribution major release schema.  I.e., we
@@ -182,11 +182,11 @@ file.
 <pre class="verbatim">trunk/Identity/Themes/Motifs/Flame/Backgrounds/Xcf/800x600.xcf-flame.def
 </pre>
 
-<a name="SEC199"></a>
+<a name="SEC197"></a>
 <h3 class="subsection"> 2.36.3 Construction </h3>
 
 
-<a name="SEC200"></a>
+<a name="SEC198"></a>
 <h4 class="subsubsection"> 2.36.3.1 Step 1: Set image size </h4>
 
 <p>Create an empty image and fill the <samp>`Background'</samp> layer with black
@@ -196,7 +196,7 @@ construction example we used an image of 640x480 pixels and 300 pixels
 per inch (ppi).
 </p>
 
-<a name="SEC201"></a>
+<a name="SEC199"></a>
 <h4 class="subsubsection"> 2.36.3.2 Step 2: Add base color and pattern information </h4>
 
 <p>Create a new layer named <samp>`Base'</samp>, place it over <samp>`Background'</samp>
@@ -223,7 +223,7 @@ with <samp>`Stripes (48x48)'</samp> pattern and reduce the <samp>`Stripes'</samp
 layer opacity to 15%.
 </p>
 
-<a name="SEC202"></a>
+<a name="SEC200"></a>
 <h4 class="subsubsection"> 2.36.3.3 Step 3: Add flame motif </h4>
 
 <p>Create a new layer named <samp>`Flame'</samp>. Set the foreground
@@ -249,7 +249,7 @@ opacity reduced differently, in order to reduce brightness in a way
 that texts could look clean and readable over it.
 </p>
 
-<a name="SEC203"></a>
+<a name="SEC201"></a>
 <h4 class="subsubsection"> 2.36.3.4 Step 4: Add foreground color </h4>
 
 <p>Create a new layer named <samp>`Color'</samp>, place it on top of all visible
@@ -284,32 +284,32 @@ is up to you to find out justice and compromise among all possible
 variables you may face.
 </p>
 
-<a name="SEC204"></a>
+<a name="SEC202"></a>
 <h3 class="subsection"> 2.36.4 See also </h3>
 
 <table class="menu" border="0" cellspacing="0">
-<tr><td align="left" valign="top"><a href="repository_39.html#SEC191">2.35 The <tt>`trunk/Identity/Themes/Motifs'</tt> Directory</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
+<tr><td align="left" valign="top"><a href="repository_39.html#SEC189">2.35 The <tt>`trunk/Identity/Themes/Motifs'</tt> Directory</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
 </td></tr>
-<tr><td align="left" valign="top"><a href="repository_22.html#SEC106">2.18 The <tt>`trunk/Identity/Themes'</tt> Directory</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
+<tr><td align="left" valign="top"><a href="repository_22.html#SEC104">2.18 The <tt>`trunk/Identity/Themes'</tt> Directory</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
 </td></tr>
-<tr><td align="left" valign="top"><a href="repository_8.html#SEC22">2.4 The <tt>`trunk/Identity'</tt> Directory</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
+<tr><td align="left" valign="top"><a href="repository_8.html#SEC20">2.4 The <tt>`trunk/Identity'</tt> Directory</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
 </td></tr>
-<tr><td align="left" valign="top"><a href="repository_7.html#SEC17">2.3 The <tt>`trunk'</tt> Directory</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
+<tr><td align="left" valign="top"><a href="repository_7.html#SEC15">2.3 The <tt>`trunk'</tt> Directory</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
 </td></tr>
 </table>
 
 
 <table cellpadding="1" cellspacing="1" border="0">
-<tr><td valign="middle" align="left">[<a href="#SEC203" title="Previous section in reading order"> &lt; </a>]</td>
-<td valign="middle" align="left">[<a href="repository_41.html#SEC205" title="Next section in reading order"> &gt; </a>]</td>
+<tr><td valign="middle" align="left">[<a href="#SEC201" title="Previous section in reading order"> &lt; </a>]</td>
+<td valign="middle" align="left">[<a href="repository_41.html#SEC203" title="Next section in reading order"> &gt; </a>]</td>
 <td valign="middle" align="left"> &nbsp; </td>
 <td valign="middle" align="left">[<a href="repository_4.html#SEC4" title="Beginning of this chapter or previous chapter"> &lt;&lt; </a>]</td>
-<td valign="middle" align="left">[<a href="#SEC196" title="Up section"> Up </a>]</td>
-<td valign="middle" align="left">[<a href="repository_79.html#SEC416" title="Next chapter"> &gt;&gt; </a>]</td>
+<td valign="middle" align="left">[<a href="#SEC194" title="Up section"> Up </a>]</td>
+<td valign="middle" align="left">[<a href="repository_79.html#SEC414" title="Next chapter"> &gt;&gt; </a>]</td>
 </tr></table>
 <p>
  <font size="-1">
-  This document was generated on <i>March, 8 2011</i> using <a class="www" href="http://texi2html.cvshome.org/"><i>texi2html 1.76</i></a>.
+  This document was generated on <i>March, 9 2011</i> using <a class="www" href="http://texi2html.cvshome.org/"><i>texi2html 1.76</i></a>.
  </font>
  <br>
 
diff --git a/Manual/repository-html/repository_41.html b/Manual/repository-html/repository_41.html
index 4f8c948..bb30d14 100644
--- a/Manual/repository-html/repository_41.html
+++ b/Manual/repository-html/repository_41.html
@@ -12,7 +12,7 @@ Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A
 copy of the license is included in the section entitled GNU Free
 Documentation License.  
 -->
-<!-- Created on March, 8 2011 by texi2html 1.76 -->
+<!-- Created on March, 9 2011 by texi2html 1.76 -->
 <!--
 Written by: Lionel Cons <Lionel.Cons@cern.ch> (original author)
             Karl Berry  <karl@freefriends.org>
@@ -55,35 +55,35 @@ ul.toc {list-style: none}
 <body lang="en" bgcolor="#FFFFFF" text="#000000" link="#0000FF" vlink="#800080" alink="#FF0000">
 
 <table cellpadding="1" cellspacing="1" border="0">
-<tr><td valign="middle" align="left">[<a href="repository_40.html#SEC204" title="Previous section in reading order"> &lt; </a>]</td>
-<td valign="middle" align="left">[<a href="#SEC206" title="Next section in reading order"> &gt; </a>]</td>
+<tr><td valign="middle" align="left">[<a href="repository_40.html#SEC202" title="Previous section in reading order"> &lt; </a>]</td>
+<td valign="middle" align="left">[<a href="#SEC204" title="Next section in reading order"> &gt; </a>]</td>
 <td valign="middle" align="left"> &nbsp; </td>
 <td valign="middle" align="left">[<a href="repository_4.html#SEC4" title="Beginning of this chapter or previous chapter"> &lt;&lt; </a>]</td>
 <td valign="middle" align="left">[<a href="repository_4.html#SEC4" title="Up section"> Up </a>]</td>
-<td valign="middle" align="left">[<a href="repository_79.html#SEC416" title="Next chapter"> &gt;&gt; </a>]</td>
+<td valign="middle" align="left">[<a href="repository_79.html#SEC414" 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_79.html#SEC416" title="Index">Index</a>]</td>
+<td valign="middle" align="left">[<a href="repository_79.html#SEC414" 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="Filesystem-trunk-Identity-Themes-Motifs-Modern"></a>
-<a name="SEC205"></a>
+<a name="SEC203"></a>
 <h2 class="section"> 2.37 The <tt>`trunk/Identity/Themes/Motifs/Modern'</tt> Directory </h2>
 
 
-<a name="SEC206"></a>
+<a name="SEC204"></a>
 <h3 class="subsection"> 2.37.1 Presentation </h3>
 
 
-<a name="SEC207"></a>
+<a name="SEC205"></a>
 <h3 class="subsection"> 2.37.2 Construction </h3>
 
 
-<a name="SEC208"></a>
+<a name="SEC206"></a>
 <h3 class="subsection"> 2.37.3 Usage </h3>
 
 <ul class="toc">
@@ -91,22 +91,22 @@ ul.toc {list-style: none}
 </li></ul>
 
 
-<a name="SEC209"></a>
+<a name="SEC207"></a>
 <h3 class="subsection"> 2.37.4 See also </h3>
 
 
 
 <table cellpadding="1" cellspacing="1" border="0">
-<tr><td valign="middle" align="left">[<a href="#SEC208" title="Previous section in reading order"> &lt; </a>]</td>
-<td valign="middle" align="left">[<a href="repository_42.html#SEC210" title="Next section in reading order"> &gt; </a>]</td>
+<tr><td valign="middle" align="left">[<a href="#SEC206" title="Previous section in reading order"> &lt; </a>]</td>
+<td valign="middle" align="left">[<a href="repository_42.html#SEC208" title="Next section in reading order"> &gt; </a>]</td>
 <td valign="middle" align="left"> &nbsp; </td>
 <td valign="middle" align="left">[<a href="repository_4.html#SEC4" title="Beginning of this chapter or previous chapter"> &lt;&lt; </a>]</td>
-<td valign="middle" align="left">[<a href="#SEC205" title="Up section"> Up </a>]</td>
-<td valign="middle" align="left">[<a href="repository_79.html#SEC416" title="Next chapter"> &gt;&gt; </a>]</td>
+<td valign="middle" align="left">[<a href="#SEC203" title="Up section"> Up </a>]</td>
+<td valign="middle" align="left">[<a href="repository_79.html#SEC414" title="Next chapter"> &gt;&gt; </a>]</td>
 </tr></table>
 <p>
  <font size="-1">
-  This document was generated on <i>March, 8 2011</i> using <a class="www" href="http://texi2html.cvshome.org/"><i>texi2html 1.76</i></a>.
+  This document was generated on <i>March, 9 2011</i> using <a class="www" href="http://texi2html.cvshome.org/"><i>texi2html 1.76</i></a>.
  </font>
  <br>
 
diff --git a/Manual/repository-html/repository_42.html b/Manual/repository-html/repository_42.html
index 20c8dd7..b3d13a9 100644
--- a/Manual/repository-html/repository_42.html
+++ b/Manual/repository-html/repository_42.html
@@ -12,7 +12,7 @@ Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A
 copy of the license is included in the section entitled GNU Free
 Documentation License.  
 -->
-<!-- Created on March, 8 2011 by texi2html 1.76 -->
+<!-- Created on March, 9 2011 by texi2html 1.76 -->
 <!--
 Written by: Lionel Cons <Lionel.Cons@cern.ch> (original author)
             Karl Berry  <karl@freefriends.org>
@@ -55,27 +55,27 @@ ul.toc {list-style: none}
 <body lang="en" bgcolor="#FFFFFF" text="#000000" link="#0000FF" vlink="#800080" alink="#FF0000">
 
 <table cellpadding="1" cellspacing="1" border="0">
-<tr><td valign="middle" align="left">[<a href="repository_41.html#SEC209" title="Previous section in reading order"> &lt; </a>]</td>
-<td valign="middle" align="left">[<a href="#SEC211" title="Next section in reading order"> &gt; </a>]</td>
+<tr><td valign="middle" align="left">[<a href="repository_41.html#SEC207" title="Previous section in reading order"> &lt; </a>]</td>
+<td valign="middle" align="left">[<a href="#SEC209" title="Next section in reading order"> &gt; </a>]</td>
 <td valign="middle" align="left"> &nbsp; </td>
 <td valign="middle" align="left">[<a href="repository_4.html#SEC4" title="Beginning of this chapter or previous chapter"> &lt;&lt; </a>]</td>
 <td valign="middle" align="left">[<a href="repository_4.html#SEC4" title="Up section"> Up </a>]</td>
-<td valign="middle" align="left">[<a href="repository_79.html#SEC416" title="Next chapter"> &gt;&gt; </a>]</td>
+<td valign="middle" align="left">[<a href="repository_79.html#SEC414" 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_79.html#SEC416" title="Index">Index</a>]</td>
+<td valign="middle" align="left">[<a href="repository_79.html#SEC414" 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="Filesystem-trunk-Identity-Themes-Motifs-Modern-Backgrounds"></a>
-<a name="SEC210"></a>
+<a name="SEC208"></a>
 <h2 class="section"> 2.38 The <tt>`trunk/Identity/Themes/Motifs/Modern/Backgrounds'</tt> Directory </h2>
 
 
-<a name="SEC211"></a>
+<a name="SEC209"></a>
 <h3 class="subsection"> 2.38.1 Goals </h3>
 
 <ul class="toc">
@@ -83,7 +83,7 @@ ul.toc {list-style: none}
 </li></ul>
 
 
-<a name="SEC212"></a>
+<a name="SEC210"></a>
 <h3 class="subsection"> 2.38.2 Description </h3>
 
 <p>Inside <tt>`Motifs'</tt> directory, the <tt>`Backgrounds/'</tt> directory is
@@ -188,7 +188,7 @@ produce images automatically. This section describes each directory of
 CentOS artistic motif base structure.
 </p>
 
-<a name="SEC213"></a>
+<a name="SEC211"></a>
 <h3 class="subsection"> 2.38.3 Usage </h3>
 
 <p>The <tt>`Backgrounds/'</tt> directory is probably the core component,
@@ -199,31 +199,31 @@ models (e.g., Distribution, Websites, Promotion, etc.).  The
 organize the design process. 
 </p>
 
-<a name="SEC214"></a>
+<a name="SEC212"></a>
 <h3 class="subsection"> 2.38.4 See also </h3>
 
 <table class="menu" border="0" cellspacing="0">
-<tr><td align="left" valign="top"><a href="repository_43.html#SEC215">2.39 The <tt>`trunk/Identity/Themes/Motifs/Modern/Backgrounds/Img'</tt> Directory</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
+<tr><td align="left" valign="top"><a href="repository_43.html#SEC213">2.39 The <tt>`trunk/Identity/Themes/Motifs/Modern/Backgrounds/Img'</tt> Directory</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
 </td></tr>
-<tr><td align="left" valign="top"><a href="repository_44.html#SEC220">2.40 The <tt>`trunk/Identity/Themes/Motifs/Modern/Backgrounds/Tpl'</tt> Directory</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
+<tr><td align="left" valign="top"><a href="repository_44.html#SEC218">2.40 The <tt>`trunk/Identity/Themes/Motifs/Modern/Backgrounds/Tpl'</tt> Directory</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
 </td></tr>
-<tr><td align="left" valign="top"><a href="repository_45.html#SEC225">2.41 The <tt>`trunk/Identity/Themes/Motifs/Modern/Backgrounds/Xcf'</tt> Directory</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
+<tr><td align="left" valign="top"><a href="repository_45.html#SEC223">2.41 The <tt>`trunk/Identity/Themes/Motifs/Modern/Backgrounds/Xcf'</tt> Directory</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
 </td></tr>
 </table>
 
 
 
 <table cellpadding="1" cellspacing="1" border="0">
-<tr><td valign="middle" align="left">[<a href="#SEC213" title="Previous section in reading order"> &lt; </a>]</td>
-<td valign="middle" align="left">[<a href="repository_43.html#SEC215" title="Next section in reading order"> &gt; </a>]</td>
+<tr><td valign="middle" align="left">[<a href="#SEC211" title="Previous section in reading order"> &lt; </a>]</td>
+<td valign="middle" align="left">[<a href="repository_43.html#SEC213" title="Next section in reading order"> &gt; </a>]</td>
 <td valign="middle" align="left"> &nbsp; </td>
 <td valign="middle" align="left">[<a href="repository_4.html#SEC4" title="Beginning of this chapter or previous chapter"> &lt;&lt; </a>]</td>
-<td valign="middle" align="left">[<a href="#SEC210" title="Up section"> Up </a>]</td>
-<td valign="middle" align="left">[<a href="repository_79.html#SEC416" title="Next chapter"> &gt;&gt; </a>]</td>
+<td valign="middle" align="left">[<a href="#SEC208" title="Up section"> Up </a>]</td>
+<td valign="middle" align="left">[<a href="repository_79.html#SEC414" title="Next chapter"> &gt;&gt; </a>]</td>
 </tr></table>
 <p>
  <font size="-1">
-  This document was generated on <i>March, 8 2011</i> using <a class="www" href="http://texi2html.cvshome.org/"><i>texi2html 1.76</i></a>.
+  This document was generated on <i>March, 9 2011</i> using <a class="www" href="http://texi2html.cvshome.org/"><i>texi2html 1.76</i></a>.
  </font>
  <br>
 
diff --git a/Manual/repository-html/repository_43.html b/Manual/repository-html/repository_43.html
index b85c070..9d93596 100644
--- a/Manual/repository-html/repository_43.html
+++ b/Manual/repository-html/repository_43.html
@@ -12,7 +12,7 @@ Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A
 copy of the license is included in the section entitled GNU Free
 Documentation License.  
 -->
-<!-- Created on March, 8 2011 by texi2html 1.76 -->
+<!-- Created on March, 9 2011 by texi2html 1.76 -->
 <!--
 Written by: Lionel Cons <Lionel.Cons@cern.ch> (original author)
             Karl Berry  <karl@freefriends.org>
@@ -55,27 +55,27 @@ ul.toc {list-style: none}
 <body lang="en" bgcolor="#FFFFFF" text="#000000" link="#0000FF" vlink="#800080" alink="#FF0000">
 
 <table cellpadding="1" cellspacing="1" border="0">
-<tr><td valign="middle" align="left">[<a href="repository_42.html#SEC214" title="Previous section in reading order"> &lt; </a>]</td>
-<td valign="middle" align="left">[<a href="#SEC216" title="Next section in reading order"> &gt; </a>]</td>
+<tr><td valign="middle" align="left">[<a href="repository_42.html#SEC212" title="Previous section in reading order"> &lt; </a>]</td>
+<td valign="middle" align="left">[<a href="#SEC214" title="Next section in reading order"> &gt; </a>]</td>
 <td valign="middle" align="left"> &nbsp; </td>
 <td valign="middle" align="left">[<a href="repository_4.html#SEC4" title="Beginning of this chapter or previous chapter"> &lt;&lt; </a>]</td>
 <td valign="middle" align="left">[<a href="repository_4.html#SEC4" title="Up section"> Up </a>]</td>
-<td valign="middle" align="left">[<a href="repository_79.html#SEC416" title="Next chapter"> &gt;&gt; </a>]</td>
+<td valign="middle" align="left">[<a href="repository_79.html#SEC414" 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_79.html#SEC416" title="Index">Index</a>]</td>
+<td valign="middle" align="left">[<a href="repository_79.html#SEC414" 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="Filesystem-trunk-Identity-Themes-Motifs-Modern-Backgrounds-Img"></a>
-<a name="SEC215"></a>
+<a name="SEC213"></a>
 <h2 class="section"> 2.39 The <tt>`trunk/Identity/Themes/Motifs/Modern/Backgrounds/Img'</tt> Directory </h2>
 
 
-<a name="SEC216"></a>
+<a name="SEC214"></a>
 <h3 class="subsection"> 2.39.1 Goals </h3>
 
 <ul class="toc">
@@ -83,11 +83,11 @@ ul.toc {list-style: none}
 </li></ul>
 
 
-<a name="SEC217"></a>
+<a name="SEC215"></a>
 <h3 class="subsection"> 2.39.2 Description </h3>
 
 
-<a name="SEC218"></a>
+<a name="SEC216"></a>
 <h3 class="subsection"> 2.39.3 Usage </h3>
 
 <p>In this directory is where you store all background images (e.g.,
@@ -95,23 +95,23 @@ ul.toc {list-style: none}
 <tt>`centos-art'</tt> command line interface.
 </p>
 
-<a name="SEC219"></a>
+<a name="SEC217"></a>
 <h3 class="subsection"> 2.39.4 See also </h3>
 
 
 
 
 <table cellpadding="1" cellspacing="1" border="0">
-<tr><td valign="middle" align="left">[<a href="#SEC218" title="Previous section in reading order"> &lt; </a>]</td>
-<td valign="middle" align="left">[<a href="repository_44.html#SEC220" title="Next section in reading order"> &gt; </a>]</td>
+<tr><td valign="middle" align="left">[<a href="#SEC216" title="Previous section in reading order"> &lt; </a>]</td>
+<td valign="middle" align="left">[<a href="repository_44.html#SEC218" title="Next section in reading order"> &gt; </a>]</td>
 <td valign="middle" align="left"> &nbsp; </td>
 <td valign="middle" align="left">[<a href="repository_4.html#SEC4" title="Beginning of this chapter or previous chapter"> &lt;&lt; </a>]</td>
-<td valign="middle" align="left">[<a href="#SEC215" title="Up section"> Up </a>]</td>
-<td valign="middle" align="left">[<a href="repository_79.html#SEC416" title="Next chapter"> &gt;&gt; </a>]</td>
+<td valign="middle" align="left">[<a href="#SEC213" title="Up section"> Up </a>]</td>
+<td valign="middle" align="left">[<a href="repository_79.html#SEC414" title="Next chapter"> &gt;&gt; </a>]</td>
 </tr></table>
 <p>
  <font size="-1">
-  This document was generated on <i>March, 8 2011</i> using <a class="www" href="http://texi2html.cvshome.org/"><i>texi2html 1.76</i></a>.
+  This document was generated on <i>March, 9 2011</i> using <a class="www" href="http://texi2html.cvshome.org/"><i>texi2html 1.76</i></a>.
  </font>
  <br>
 
diff --git a/Manual/repository-html/repository_44.html b/Manual/repository-html/repository_44.html
index e160ecb..aa35445 100644
--- a/Manual/repository-html/repository_44.html
+++ b/Manual/repository-html/repository_44.html
@@ -12,7 +12,7 @@ Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A
 copy of the license is included in the section entitled GNU Free
 Documentation License.  
 -->
-<!-- Created on March, 8 2011 by texi2html 1.76 -->
+<!-- Created on March, 9 2011 by texi2html 1.76 -->
 <!--
 Written by: Lionel Cons <Lionel.Cons@cern.ch> (original author)
             Karl Berry  <karl@freefriends.org>
@@ -55,27 +55,27 @@ ul.toc {list-style: none}
 <body lang="en" bgcolor="#FFFFFF" text="#000000" link="#0000FF" vlink="#800080" alink="#FF0000">
 
 <table cellpadding="1" cellspacing="1" border="0">
-<tr><td valign="middle" align="left">[<a href="repository_43.html#SEC219" title="Previous section in reading order"> &lt; </a>]</td>
-<td valign="middle" align="left">[<a href="#SEC221" title="Next section in reading order"> &gt; </a>]</td>
+<tr><td valign="middle" align="left">[<a href="repository_43.html#SEC217" title="Previous section in reading order"> &lt; </a>]</td>
+<td valign="middle" align="left">[<a href="#SEC219" title="Next section in reading order"> &gt; </a>]</td>
 <td valign="middle" align="left"> &nbsp; </td>
 <td valign="middle" align="left">[<a href="repository_4.html#SEC4" title="Beginning of this chapter or previous chapter"> &lt;&lt; </a>]</td>
 <td valign="middle" align="left">[<a href="repository_4.html#SEC4" title="Up section"> Up </a>]</td>
-<td valign="middle" align="left">[<a href="repository_79.html#SEC416" title="Next chapter"> &gt;&gt; </a>]</td>
+<td valign="middle" align="left">[<a href="repository_79.html#SEC414" 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_79.html#SEC416" title="Index">Index</a>]</td>
+<td valign="middle" align="left">[<a href="repository_79.html#SEC414" 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="Filesystem-trunk-Identity-Themes-Motifs-Modern-Backgrounds-Tpl"></a>
-<a name="SEC220"></a>
+<a name="SEC218"></a>
 <h2 class="section"> 2.40 The <tt>`trunk/Identity/Themes/Motifs/Modern/Backgrounds/Tpl'</tt> Directory </h2>
 
 
-<a name="SEC221"></a>
+<a name="SEC219"></a>
 <h3 class="subsection"> 2.40.1 Goals </h3>
 
 <ul class="toc">
@@ -83,11 +83,11 @@ ul.toc {list-style: none}
 </li></ul>
 
 
-<a name="SEC222"></a>
+<a name="SEC220"></a>
 <h3 class="subsection"> 2.40.2 Description </h3>
 
 
-<a name="SEC223"></a>
+<a name="SEC221"></a>
 <h3 class="subsection"> 2.40.3 Usage </h3>
 
 <p>In this directory is where you store all the scalable vector graphics
@@ -95,22 +95,22 @@ ul.toc {list-style: none}
 command line interface.
 </p>
 
-<a name="SEC224"></a>
+<a name="SEC222"></a>
 <h3 class="subsection"> 2.40.4 See also </h3>
 
 
 
 <table cellpadding="1" cellspacing="1" border="0">
-<tr><td valign="middle" align="left">[<a href="#SEC223" title="Previous section in reading order"> &lt; </a>]</td>
-<td valign="middle" align="left">[<a href="repository_45.html#SEC225" title="Next section in reading order"> &gt; </a>]</td>
+<tr><td valign="middle" align="left">[<a href="#SEC221" title="Previous section in reading order"> &lt; </a>]</td>
+<td valign="middle" align="left">[<a href="repository_45.html#SEC223" title="Next section in reading order"> &gt; </a>]</td>
 <td valign="middle" align="left"> &nbsp; </td>
 <td valign="middle" align="left">[<a href="repository_4.html#SEC4" title="Beginning of this chapter or previous chapter"> &lt;&lt; </a>]</td>
-<td valign="middle" align="left">[<a href="#SEC220" title="Up section"> Up </a>]</td>
-<td valign="middle" align="left">[<a href="repository_79.html#SEC416" title="Next chapter"> &gt;&gt; </a>]</td>
+<td valign="middle" align="left">[<a href="#SEC218" title="Up section"> Up </a>]</td>
+<td valign="middle" align="left">[<a href="repository_79.html#SEC414" title="Next chapter"> &gt;&gt; </a>]</td>
 </tr></table>
 <p>
  <font size="-1">
-  This document was generated on <i>March, 8 2011</i> using <a class="www" href="http://texi2html.cvshome.org/"><i>texi2html 1.76</i></a>.
+  This document was generated on <i>March, 9 2011</i> using <a class="www" href="http://texi2html.cvshome.org/"><i>texi2html 1.76</i></a>.
  </font>
  <br>
 
diff --git a/Manual/repository-html/repository_45.html b/Manual/repository-html/repository_45.html
index 67eda2d..cb79904 100644
--- a/Manual/repository-html/repository_45.html
+++ b/Manual/repository-html/repository_45.html
@@ -12,7 +12,7 @@ Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A
 copy of the license is included in the section entitled GNU Free
 Documentation License.  
 -->
-<!-- Created on March, 8 2011 by texi2html 1.76 -->
+<!-- Created on March, 9 2011 by texi2html 1.76 -->
 <!--
 Written by: Lionel Cons <Lionel.Cons@cern.ch> (original author)
             Karl Berry  <karl@freefriends.org>
@@ -55,27 +55,27 @@ ul.toc {list-style: none}
 <body lang="en" bgcolor="#FFFFFF" text="#000000" link="#0000FF" vlink="#800080" alink="#FF0000">
 
 <table cellpadding="1" cellspacing="1" border="0">
-<tr><td valign="middle" align="left">[<a href="repository_44.html#SEC224" title="Previous section in reading order"> &lt; </a>]</td>
-<td valign="middle" align="left">[<a href="#SEC226" title="Next section in reading order"> &gt; </a>]</td>
+<tr><td valign="middle" align="left">[<a href="repository_44.html#SEC222" title="Previous section in reading order"> &lt; </a>]</td>
+<td valign="middle" align="left">[<a href="#SEC224" title="Next section in reading order"> &gt; </a>]</td>
 <td valign="middle" align="left"> &nbsp; </td>
 <td valign="middle" align="left">[<a href="repository_4.html#SEC4" title="Beginning of this chapter or previous chapter"> &lt;&lt; </a>]</td>
 <td valign="middle" align="left">[<a href="repository_4.html#SEC4" title="Up section"> Up </a>]</td>
-<td valign="middle" align="left">[<a href="repository_79.html#SEC416" title="Next chapter"> &gt;&gt; </a>]</td>
+<td valign="middle" align="left">[<a href="repository_79.html#SEC414" 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_79.html#SEC416" title="Index">Index</a>]</td>
+<td valign="middle" align="left">[<a href="repository_79.html#SEC414" 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="Filesystem-trunk-Identity-Themes-Motifs-Modern-Backgrounds-Xcf"></a>
-<a name="SEC225"></a>
+<a name="SEC223"></a>
 <h2 class="section"> 2.41 The <tt>`trunk/Identity/Themes/Motifs/Modern/Backgrounds/Xcf'</tt> Directory </h2>
 
 
-<a name="SEC226"></a>
+<a name="SEC224"></a>
 <h3 class="subsection"> 2.41.1 Goals </h3>
 
 <ul class="toc">
@@ -83,7 +83,7 @@ ul.toc {list-style: none}
 </li></ul>
 
 
-<a name="SEC227"></a>
+<a name="SEC225"></a>
 <h3 class="subsection"> 2.41.2 Description </h3>
 
 <ul class="toc">
@@ -92,7 +92,7 @@ ul.toc {list-style: none}
 
 
 
-<a name="SEC228"></a>
+<a name="SEC226"></a>
 <h3 class="subsection"> 2.41.3 Usage </h3>
 
 <p>In this directory is where you store the project files (e.g, .xcf) of
@@ -104,22 +104,22 @@ merge both Gimp and Inkscape power to produce images based on them.
 In this last case you need the <tt>`Xcf/'</tt> directory.
 </p>
 
-<a name="SEC229"></a>
+<a name="SEC227"></a>
 <h3 class="subsection"> 2.41.4 See also </h3>
 
 
 
 <table cellpadding="1" cellspacing="1" border="0">
-<tr><td valign="middle" align="left">[<a href="#SEC228" title="Previous section in reading order"> &lt; </a>]</td>
-<td valign="middle" align="left">[<a href="repository_46.html#SEC230" title="Next section in reading order"> &gt; </a>]</td>
+<tr><td valign="middle" align="left">[<a href="#SEC226" title="Previous section in reading order"> &lt; </a>]</td>
+<td valign="middle" align="left">[<a href="repository_46.html#SEC228" title="Next section in reading order"> &gt; </a>]</td>
 <td valign="middle" align="left"> &nbsp; </td>
 <td valign="middle" align="left">[<a href="repository_4.html#SEC4" title="Beginning of this chapter or previous chapter"> &lt;&lt; </a>]</td>
-<td valign="middle" align="left">[<a href="#SEC225" title="Up section"> Up </a>]</td>
-<td valign="middle" align="left">[<a href="repository_79.html#SEC416" title="Next chapter"> &gt;&gt; </a>]</td>
+<td valign="middle" align="left">[<a href="#SEC223" title="Up section"> Up </a>]</td>
+<td valign="middle" align="left">[<a href="repository_79.html#SEC414" title="Next chapter"> &gt;&gt; </a>]</td>
 </tr></table>
 <p>
  <font size="-1">
-  This document was generated on <i>March, 8 2011</i> using <a class="www" href="http://texi2html.cvshome.org/"><i>texi2html 1.76</i></a>.
+  This document was generated on <i>March, 9 2011</i> using <a class="www" href="http://texi2html.cvshome.org/"><i>texi2html 1.76</i></a>.
  </font>
  <br>
 
diff --git a/Manual/repository-html/repository_46.html b/Manual/repository-html/repository_46.html
index e1926be..56a1ceb 100644
--- a/Manual/repository-html/repository_46.html
+++ b/Manual/repository-html/repository_46.html
@@ -12,7 +12,7 @@ Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A
 copy of the license is included in the section entitled GNU Free
 Documentation License.  
 -->
-<!-- Created on March, 8 2011 by texi2html 1.76 -->
+<!-- Created on March, 9 2011 by texi2html 1.76 -->
 <!--
 Written by: Lionel Cons <Lionel.Cons@cern.ch> (original author)
             Karl Berry  <karl@freefriends.org>
@@ -55,27 +55,27 @@ ul.toc {list-style: none}
 <body lang="en" bgcolor="#FFFFFF" text="#000000" link="#0000FF" vlink="#800080" alink="#FF0000">
 
 <table cellpadding="1" cellspacing="1" border="0">
-<tr><td valign="middle" align="left">[<a href="repository_45.html#SEC229" title="Previous section in reading order"> &lt; </a>]</td>
-<td valign="middle" align="left">[<a href="#SEC231" title="Next section in reading order"> &gt; </a>]</td>
+<tr><td valign="middle" align="left">[<a href="repository_45.html#SEC227" title="Previous section in reading order"> &lt; </a>]</td>
+<td valign="middle" align="left">[<a href="#SEC229" title="Next section in reading order"> &gt; </a>]</td>
 <td valign="middle" align="left"> &nbsp; </td>
 <td valign="middle" align="left">[<a href="repository_4.html#SEC4" title="Beginning of this chapter or previous chapter"> &lt;&lt; </a>]</td>
 <td valign="middle" align="left">[<a href="repository_4.html#SEC4" title="Up section"> Up </a>]</td>
-<td valign="middle" align="left">[<a href="repository_79.html#SEC416" title="Next chapter"> &gt;&gt; </a>]</td>
+<td valign="middle" align="left">[<a href="repository_79.html#SEC414" 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_79.html#SEC416" title="Index">Index</a>]</td>
+<td valign="middle" align="left">[<a href="repository_79.html#SEC414" 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="Filesystem-trunk-Identity-Themes-Motifs-Modern-Distro-Anaconda-Progress"></a>
-<a name="SEC230"></a>
+<a name="SEC228"></a>
 <h2 class="section"> 2.42 The <tt>`trunk/Identity/Themes/Motifs/Modern/Distro/Anaconda/Progress'</tt> Directory </h2>
 
 
-<a name="SEC231"></a>
+<a name="SEC229"></a>
 <h3 class="subsection"> 2.42.1 Goals </h3>
 
 <ul class="toc">
@@ -83,11 +83,11 @@ ul.toc {list-style: none}
 </li></ul>
 
 
-<a name="SEC232"></a>
+<a name="SEC230"></a>
 <h3 class="subsection"> 2.42.2 Description </h3>
 
 
-<a name="SEC233"></a>
+<a name="SEC231"></a>
 <h3 class="subsection"> 2.42.3 Usage </h3>
 
 <p>To render Anaconda progress slide images using the <em>Modern</em>
@@ -131,23 +131,23 @@ centos-art render --identity
 </pre></td></tr></table>
 
 
-<a name="SEC234"></a>
+<a name="SEC232"></a>
 <h3 class="subsection"> 2.42.4 See also </h3>
 
 
 
 
 <table cellpadding="1" cellspacing="1" border="0">
-<tr><td valign="middle" align="left">[<a href="#SEC233" title="Previous section in reading order"> &lt; </a>]</td>
-<td valign="middle" align="left">[<a href="repository_47.html#SEC235" title="Next section in reading order"> &gt; </a>]</td>
+<tr><td valign="middle" align="left">[<a href="#SEC231" title="Previous section in reading order"> &lt; </a>]</td>
+<td valign="middle" align="left">[<a href="repository_47.html#SEC233" title="Next section in reading order"> &gt; </a>]</td>
 <td valign="middle" align="left"> &nbsp; </td>
 <td valign="middle" align="left">[<a href="repository_4.html#SEC4" title="Beginning of this chapter or previous chapter"> &lt;&lt; </a>]</td>
-<td valign="middle" align="left">[<a href="#SEC230" title="Up section"> Up </a>]</td>
-<td valign="middle" align="left">[<a href="repository_79.html#SEC416" title="Next chapter"> &gt;&gt; </a>]</td>
+<td valign="middle" align="left">[<a href="#SEC228" title="Up section"> Up </a>]</td>
+<td valign="middle" align="left">[<a href="repository_79.html#SEC414" title="Next chapter"> &gt;&gt; </a>]</td>
 </tr></table>
 <p>
  <font size="-1">
-  This document was generated on <i>March, 8 2011</i> using <a class="www" href="http://texi2html.cvshome.org/"><i>texi2html 1.76</i></a>.
+  This document was generated on <i>March, 9 2011</i> using <a class="www" href="http://texi2html.cvshome.org/"><i>texi2html 1.76</i></a>.
  </font>
  <br>
 
diff --git a/Manual/repository-html/repository_47.html b/Manual/repository-html/repository_47.html
index 545e503..db35fc7 100644
--- a/Manual/repository-html/repository_47.html
+++ b/Manual/repository-html/repository_47.html
@@ -12,7 +12,7 @@ Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A
 copy of the license is included in the section entitled GNU Free
 Documentation License.  
 -->
-<!-- Created on March, 8 2011 by texi2html 1.76 -->
+<!-- Created on March, 9 2011 by texi2html 1.76 -->
 <!--
 Written by: Lionel Cons <Lionel.Cons@cern.ch> (original author)
             Karl Berry  <karl@freefriends.org>
@@ -55,27 +55,27 @@ ul.toc {list-style: none}
 <body lang="en" bgcolor="#FFFFFF" text="#000000" link="#0000FF" vlink="#800080" alink="#FF0000">
 
 <table cellpadding="1" cellspacing="1" border="0">
-<tr><td valign="middle" align="left">[<a href="repository_46.html#SEC234" title="Previous section in reading order"> &lt; </a>]</td>
-<td valign="middle" align="left">[<a href="#SEC236" title="Next section in reading order"> &gt; </a>]</td>
+<tr><td valign="middle" align="left">[<a href="repository_46.html#SEC232" title="Previous section in reading order"> &lt; </a>]</td>
+<td valign="middle" align="left">[<a href="#SEC234" title="Next section in reading order"> &gt; </a>]</td>
 <td valign="middle" align="left"> &nbsp; </td>
 <td valign="middle" align="left">[<a href="repository_4.html#SEC4" title="Beginning of this chapter or previous chapter"> &lt;&lt; </a>]</td>
 <td valign="middle" align="left">[<a href="repository_4.html#SEC4" title="Up section"> Up </a>]</td>
-<td valign="middle" align="left">[<a href="repository_79.html#SEC416" title="Next chapter"> &gt;&gt; </a>]</td>
+<td valign="middle" align="left">[<a href="repository_79.html#SEC414" 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_79.html#SEC416" title="Index">Index</a>]</td>
+<td valign="middle" align="left">[<a href="repository_79.html#SEC414" 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="Filesystem-trunk-Identity-Themes-Motifs-Modern-Palettes"></a>
-<a name="SEC235"></a>
+<a name="SEC233"></a>
 <h2 class="section"> 2.43 The <tt>`trunk/Identity/Themes/Motifs/Modern/Palettes'</tt> Directory </h2>
 
 
-<a name="SEC236"></a>
+<a name="SEC234"></a>
 <h3 class="subsection"> 2.43.1 Goals </h3>
 
 <ul class="toc">
@@ -83,11 +83,11 @@ ul.toc {list-style: none}
 </li></ul>
 
 
-<a name="SEC237"></a>
+<a name="SEC235"></a>
 <h3 class="subsection"> 2.43.2 Description </h3>
 
 
-<a name="SEC238"></a>
+<a name="SEC236"></a>
 <h3 class="subsection"> 2.43.3 Usage </h3>
 
 <p>Here is where graphic designers define theme palettes for
@@ -97,22 +97,22 @@ limitations.  Theme palettes contain the unique color information
 required by theme.
 </p>
 
-<a name="SEC239"></a>
+<a name="SEC237"></a>
 <h3 class="subsection"> 2.43.4 See also </h3>
 
 
 
 <table cellpadding="1" cellspacing="1" border="0">
-<tr><td valign="middle" align="left">[<a href="#SEC238" title="Previous section in reading order"> &lt; </a>]</td>
-<td valign="middle" align="left">[<a href="repository_48.html#SEC240" title="Next section in reading order"> &gt; </a>]</td>
+<tr><td valign="middle" align="left">[<a href="#SEC236" title="Previous section in reading order"> &lt; </a>]</td>
+<td valign="middle" align="left">[<a href="repository_48.html#SEC238" title="Next section in reading order"> &gt; </a>]</td>
 <td valign="middle" align="left"> &nbsp; </td>
 <td valign="middle" align="left">[<a href="repository_4.html#SEC4" title="Beginning of this chapter or previous chapter"> &lt;&lt; </a>]</td>
-<td valign="middle" align="left">[<a href="#SEC235" title="Up section"> Up </a>]</td>
-<td valign="middle" align="left">[<a href="repository_79.html#SEC416" title="Next chapter"> &gt;&gt; </a>]</td>
+<td valign="middle" align="left">[<a href="#SEC233" title="Up section"> Up </a>]</td>
+<td valign="middle" align="left">[<a href="repository_79.html#SEC414" title="Next chapter"> &gt;&gt; </a>]</td>
 </tr></table>
 <p>
  <font size="-1">
-  This document was generated on <i>March, 8 2011</i> using <a class="www" href="http://texi2html.cvshome.org/"><i>texi2html 1.76</i></a>.
+  This document was generated on <i>March, 9 2011</i> using <a class="www" href="http://texi2html.cvshome.org/"><i>texi2html 1.76</i></a>.
  </font>
  <br>
 
diff --git a/Manual/repository-html/repository_48.html b/Manual/repository-html/repository_48.html
index aa1dba7..2af0491 100644
--- a/Manual/repository-html/repository_48.html
+++ b/Manual/repository-html/repository_48.html
@@ -12,7 +12,7 @@ Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A
 copy of the license is included in the section entitled GNU Free
 Documentation License.  
 -->
-<!-- Created on March, 8 2011 by texi2html 1.76 -->
+<!-- Created on March, 9 2011 by texi2html 1.76 -->
 <!--
 Written by: Lionel Cons <Lionel.Cons@cern.ch> (original author)
             Karl Berry  <karl@freefriends.org>
@@ -55,27 +55,27 @@ ul.toc {list-style: none}
 <body lang="en" bgcolor="#FFFFFF" text="#000000" link="#0000FF" vlink="#800080" alink="#FF0000">
 
 <table cellpadding="1" cellspacing="1" border="0">
-<tr><td valign="middle" align="left">[<a href="repository_47.html#SEC239" title="Previous section in reading order"> &lt; </a>]</td>
-<td valign="middle" align="left">[<a href="#SEC241" title="Next section in reading order"> &gt; </a>]</td>
+<tr><td valign="middle" align="left">[<a href="repository_47.html#SEC237" title="Previous section in reading order"> &lt; </a>]</td>
+<td valign="middle" align="left">[<a href="#SEC239" title="Next section in reading order"> &gt; </a>]</td>
 <td valign="middle" align="left"> &nbsp; </td>
 <td valign="middle" align="left">[<a href="repository_4.html#SEC4" title="Beginning of this chapter or previous chapter"> &lt;&lt; </a>]</td>
 <td valign="middle" align="left">[<a href="repository_4.html#SEC4" title="Up section"> Up </a>]</td>
-<td valign="middle" align="left">[<a href="repository_79.html#SEC416" title="Next chapter"> &gt;&gt; </a>]</td>
+<td valign="middle" align="left">[<a href="repository_79.html#SEC414" 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_79.html#SEC416" title="Index">Index</a>]</td>
+<td valign="middle" align="left">[<a href="repository_79.html#SEC414" 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="Filesystem-trunk-Identity-Themes-Motifs-TreeFlower"></a>
-<a name="SEC240"></a>
+<a name="SEC238"></a>
 <h2 class="section"> 2.44 The <tt>`trunk/Identity/Themes/Motifs/TreeFlower'</tt> Directory </h2>
 
 
-<a name="SEC241"></a>
+<a name="SEC239"></a>
 <h3 class="subsection"> 2.44.1 Goals </h3>
 
 <ul class="toc">
@@ -83,30 +83,30 @@ ul.toc {list-style: none}
 </li></ul>
 
 
-<a name="SEC242"></a>
+<a name="SEC240"></a>
 <h3 class="subsection"> 2.44.2 Description </h3>
 
 
-<a name="SEC243"></a>
+<a name="SEC241"></a>
 <h3 class="subsection"> 2.44.3 Usage </h3>
 
 
-<a name="SEC244"></a>
+<a name="SEC242"></a>
 <h3 class="subsection"> 2.44.4 See also </h3>
 
 
 
 <table cellpadding="1" cellspacing="1" border="0">
-<tr><td valign="middle" align="left">[<a href="#SEC243" title="Previous section in reading order"> &lt; </a>]</td>
-<td valign="middle" align="left">[<a href="repository_49.html#SEC245" title="Next section in reading order"> &gt; </a>]</td>
+<tr><td valign="middle" align="left">[<a href="#SEC241" title="Previous section in reading order"> &lt; </a>]</td>
+<td valign="middle" align="left">[<a href="repository_49.html#SEC243" title="Next section in reading order"> &gt; </a>]</td>
 <td valign="middle" align="left"> &nbsp; </td>
 <td valign="middle" align="left">[<a href="repository_4.html#SEC4" title="Beginning of this chapter or previous chapter"> &lt;&lt; </a>]</td>
-<td valign="middle" align="left">[<a href="#SEC240" title="Up section"> Up </a>]</td>
-<td valign="middle" align="left">[<a href="repository_79.html#SEC416" title="Next chapter"> &gt;&gt; </a>]</td>
+<td valign="middle" align="left">[<a href="#SEC238" title="Up section"> Up </a>]</td>
+<td valign="middle" align="left">[<a href="repository_79.html#SEC414" title="Next chapter"> &gt;&gt; </a>]</td>
 </tr></table>
 <p>
  <font size="-1">
-  This document was generated on <i>March, 8 2011</i> using <a class="www" href="http://texi2html.cvshome.org/"><i>texi2html 1.76</i></a>.
+  This document was generated on <i>March, 9 2011</i> using <a class="www" href="http://texi2html.cvshome.org/"><i>texi2html 1.76</i></a>.
  </font>
  <br>
 
diff --git a/Manual/repository-html/repository_49.html b/Manual/repository-html/repository_49.html
index 400d20a..c91612b 100644
--- a/Manual/repository-html/repository_49.html
+++ b/Manual/repository-html/repository_49.html
@@ -12,7 +12,7 @@ Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A
 copy of the license is included in the section entitled GNU Free
 Documentation License.  
 -->
-<!-- Created on March, 8 2011 by texi2html 1.76 -->
+<!-- Created on March, 9 2011 by texi2html 1.76 -->
 <!--
 Written by: Lionel Cons <Lionel.Cons@cern.ch> (original author)
             Karl Berry  <karl@freefriends.org>
@@ -55,38 +55,38 @@ ul.toc {list-style: none}
 <body lang="en" bgcolor="#FFFFFF" text="#000000" link="#0000FF" vlink="#800080" alink="#FF0000">
 
 <table cellpadding="1" cellspacing="1" border="0">
-<tr><td valign="middle" align="left">[<a href="repository_48.html#SEC244" title="Previous section in reading order"> &lt; </a>]</td>
-<td valign="middle" align="left">[<a href="#SEC246" title="Next section in reading order"> &gt; </a>]</td>
+<tr><td valign="middle" align="left">[<a href="repository_48.html#SEC242" title="Previous section in reading order"> &lt; </a>]</td>
+<td valign="middle" align="left">[<a href="#SEC244" title="Next section in reading order"> &gt; </a>]</td>
 <td valign="middle" align="left"> &nbsp; </td>
 <td valign="middle" align="left">[<a href="repository_4.html#SEC4" title="Beginning of this chapter or previous chapter"> &lt;&lt; </a>]</td>
 <td valign="middle" align="left">[<a href="repository_4.html#SEC4" title="Up section"> Up </a>]</td>
-<td valign="middle" align="left">[<a href="repository_79.html#SEC416" title="Next chapter"> &gt;&gt; </a>]</td>
+<td valign="middle" align="left">[<a href="repository_79.html#SEC414" 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_79.html#SEC416" title="Index">Index</a>]</td>
+<td valign="middle" align="left">[<a href="repository_79.html#SEC414" 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="Filesystem-trunk-Identity-Themes-Motifs-TreeFlower-Backgrounds"></a>
-<a name="SEC245"></a>
+<a name="SEC243"></a>
 <h2 class="section"> 2.45 The <tt>`trunk/Identity/Themes/Motifs/TreeFlower/Backgrounds'</tt> Directory </h2>
 
 
-<a name="SEC246"></a>
+<a name="SEC244"></a>
 <h3 class="subsection"> 2.45.1 Goals </h3>
 
 <p>This section exists to orgnize backgrounds of <em>TreeFlower</em>
 artistic motif.
 </p>
 
-<a name="SEC247"></a>
+<a name="SEC245"></a>
 <h3 class="subsection"> 2.45.2 Description </h3>
 
 
-<a name="SEC248"></a>
+<a name="SEC246"></a>
 <h4 class="subsubsection"> 2.45.2.1 Desktop background </h4>
 
 <p>Once you have defined the vectorial artistic motif design, use the
@@ -194,7 +194,7 @@ design plus <samp>`-final.png'</samp> extension.
 resolutions.
 </p>
 
-<a name="SEC249"></a>
+<a name="SEC247"></a>
 <h4 class="subsubsection"> 2.45.2.2 Anaconda Prompt (syslinux) background </h4>
 
 <p>When building syslinux backgrounds it is needed to take into account
@@ -391,11 +391,11 @@ the following <tt>`syslinux.hex'</tt> file:
 #c9c4c3=15
 </pre>
 
-<a name="SEC250"></a>
+<a name="SEC248"></a>
 <h4 class="subsubsection"> 2.45.2.3 Grub background </h4>
 
 
-<a name="SEC251"></a>
+<a name="SEC249"></a>
 <h3 class="subsection"> 2.45.3 Usage </h3>
 
 <ul class="toc">
@@ -403,22 +403,22 @@ the following <tt>`syslinux.hex'</tt> file:
 </li></ul>
 
 
-<a name="SEC252"></a>
+<a name="SEC250"></a>
 <h3 class="subsection"> 2.45.4 See also </h3>
 
 
 
 <table cellpadding="1" cellspacing="1" border="0">
-<tr><td valign="middle" align="left">[<a href="#SEC251" title="Previous section in reading order"> &lt; </a>]</td>
-<td valign="middle" align="left">[<a href="repository_50.html#SEC253" title="Next section in reading order"> &gt; </a>]</td>
+<tr><td valign="middle" align="left">[<a href="#SEC249" title="Previous section in reading order"> &lt; </a>]</td>
+<td valign="middle" align="left">[<a href="repository_50.html#SEC251" title="Next section in reading order"> &gt; </a>]</td>
 <td valign="middle" align="left"> &nbsp; </td>
 <td valign="middle" align="left">[<a href="repository_4.html#SEC4" title="Beginning of this chapter or previous chapter"> &lt;&lt; </a>]</td>
-<td valign="middle" align="left">[<a href="#SEC245" title="Up section"> Up </a>]</td>
-<td valign="middle" align="left">[<a href="repository_79.html#SEC416" title="Next chapter"> &gt;&gt; </a>]</td>
+<td valign="middle" align="left">[<a href="#SEC243" title="Up section"> Up </a>]</td>
+<td valign="middle" align="left">[<a href="repository_79.html#SEC414" title="Next chapter"> &gt;&gt; </a>]</td>
 </tr></table>
 <p>
  <font size="-1">
-  This document was generated on <i>March, 8 2011</i> using <a class="www" href="http://texi2html.cvshome.org/"><i>texi2html 1.76</i></a>.
+  This document was generated on <i>March, 9 2011</i> using <a class="www" href="http://texi2html.cvshome.org/"><i>texi2html 1.76</i></a>.
  </font>
  <br>
 
diff --git a/Manual/repository-html/repository_5.html b/Manual/repository-html/repository_5.html
index cb554fe..0286ae7 100644
--- a/Manual/repository-html/repository_5.html
+++ b/Manual/repository-html/repository_5.html
@@ -12,7 +12,7 @@ Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A
 copy of the license is included in the section entitled GNU Free
 Documentation License.  
 -->
-<!-- Created on March, 8 2011 by texi2html 1.76 -->
+<!-- Created on March, 9 2011 by texi2html 1.76 -->
 <!--
 Written by: Lionel Cons <Lionel.Cons@cern.ch> (original author)
             Karl Berry  <karl@freefriends.org>
@@ -60,14 +60,14 @@ ul.toc {list-style: none}
 <td valign="middle" align="left"> &nbsp; </td>
 <td valign="middle" align="left">[<a href="repository_4.html#SEC4" title="Beginning of this chapter or previous chapter"> &lt;&lt; </a>]</td>
 <td valign="middle" align="left">[<a href="repository_4.html#SEC4" title="Up section"> Up </a>]</td>
-<td valign="middle" align="left">[<a href="repository_79.html#SEC416" title="Next chapter"> &gt;&gt; </a>]</td>
+<td valign="middle" align="left">[<a href="repository_79.html#SEC414" 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_79.html#SEC416" title="Index">Index</a>]</td>
+<td valign="middle" align="left">[<a href="repository_79.html#SEC414" 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="Filesystem-branches"></a>
@@ -93,85 +93,113 @@ structure.
 <a name="SEC8"></a>
 <h3 class="subsection"> 2.1.3 Usage </h3>
 
-<p>If changes committed to the main develpment line are all predictable
-(e.g., there is just one person committing changes), there is no a big
-need of using <tt>`branches/'</tt> directory structure, in this case we
-can go straight from <tt>`trunk/'</tt> to <tt>`tags/'</tt>.  However, when
-there is no way to predict changes in the main development directory
-structure (e.g., there are many people working at it at the same time)
-it is required to find out a space when changes can occur in
-predictable ways. 
+<p>If changes committed up to the main develpment line are all
+predictable (e.g., there is just one person committing changes), there
+is no a big need of using <tt>`branches/'</tt> directory structure, in
+this case we can go straight from <tt>`trunk/'</tt> to <tt>`tags/'</tt>.
+However, when there is no way to predict changes in the main
+development line (e.g., there are many people working at it at the
+same time) it is needed to find out a different place for changes to
+occur in more predictable ways. 
 </p>
-<p>At this point several options may arise to work with branches. Let's
-see a few ones:
+<p>At this point, several options may arise to create branches. In the
+CentOS Artwork Repository we prefer to use the idea of separating the
+main development line into different major development lines whose
+receive frequent update in a fixed period of time. In this
+configuration, a major development line is a directory structure
+branched from <tt>`trunk/'</tt> directory structure. That is, we take a
+functional instance of <tt>`trunk/'</tt> directory structure and store it
+under <tt>`branches/'</tt> directory structure using a branch identifier
+and the same hierarchy the main development line uses.
 </p>
-
-<a name="SEC9"></a>
-<h4 class="subsubsection"> 2.1.3.1 Temporal Branch </h4>
-
-<p>The branched directory is created temporaly to fix a problem and when
-it is done, it is merged back into <tt>`trunk/'</tt> directory structure
-and removed from the repository.
+<p>When we create separete development lines, this way, we are creating a
+major development line that will receive minor updates to current
+functionalities but won't introduce new functionalities nor remove old
+ones. This is very importat if you need to have a predictable
+behaviour for that branch content through a period of time. When that
+period of time is gone, a new major development line is created to
+introduce new functionalities from <tt>`trunk/'</tt> directory structure
+and so repeating the whole production cycle.
 </p>
-
-<a name="SEC10"></a>
-<h4 class="subsubsection"> 2.1.3.2 Major Release Branch </h4>
-
-<p>The branched directory is created to implement the concept of major
-release. In this configuration we frequently take a functional
-instance of <tt>`trunk/'</tt> directory structure and create branch for
-it. While <tt>`trunk/'</tt> directory structure can receive new
-functionalities or remove old ones, the branched instance of it does
-not. The branched instance can receive updates for available files
-only but not introduce new ones or remove old ones as it is done in
-<tt>`trunk/'</tt> directory structure.
+<p>In order to create branches inside the CentOS Artwork Repository the
+whole repository structure must be considered. This is because all
+directory structures stored under <tt>`trunk/'</tt> directory structure
+are connected among themselves. This way, we create branches for the
+whole <tt>`trunk/'</tt> directory structure and never to individual
+components inside it. On the other hand, creating branches for the
+whole <tt>`trunk/'</tt> directory structure duplicates lots of files and
+demands a considerable amount of storage space which is not
+convenient. As an intermediate solution, we do not create branches for
+the <tt>`trunk/Identity/'</tt> directory structure, but the
+<tt>`trunk/Manual'</tt>, <tt>`trunk/Scripts'</tt> and <tt>`trunk/Locales'</tt>
+directory structures only. This way, we create documentation,
+automation scripts and locale information for specific revisions of
+<tt>`turnk/Identity'</tt> directory structure.
 </p>
-<p>The frequency each branched directory is created depends on how long
-can the branched directory could be on its state before consider it as
-dated and also the time we want to provide it as stable for everyone
-to use as expected. The exact time depends on the sort of information
-such branched directory structure contains.
+<p>A good reason to create a major development line could be
+documentation.  Consider how hard it could be build a documentation
+manual if the target of it is changing unpredictably; what are we
+documenting? Something similar happens with <code>centos-art</code>
+command-line, if the directory structure the <code>centos-art</code> was
+design to work with changes unexpectedly it is very hard to implement
+a path-based functionality in that environment; where are we retriving
+files from or saving them to?
 </p>
-<p>To illustrate this concept consider the <tt>`trunk/Scripts/Bash/Cli'</tt>
-directory structure. This directory contains the main development line
-of <code>centos-art</code> command-line internface. If there are several
-people working on it and you find a problem in it, it could be very
-frustrating for you try to solve it in an environment when other
-changes could be introduced unexpectedly, specially if such change you
-need to do is considerable long. For that reasing it is much better to
-commit small changes frequently to fix small things, but if you
-absolutly need to make a long change (e.g., you want to implement a
-new functionality) it is necessary you create branch of <tt>`trunk/'</tt>
-directory structure (or any other branch or tag already created) to be
-on the safe side while you implement your functionality.
+<p>Assuming there is no way to predict changes in main development line,
+the creation of new <tt>`branches'</tt> inside the CentOS Artwork
+Repository uses The CentOS Project Release Schema.  This is, a new
+major development line is created every 2 years using <tt>`trunk/'</tt>
+directory structure as reference. Each major development line is
+updated regulary in order to create frozen lines under <tt>`tags/'</tt>
+directory structure every 6 months.
 </p>
-<p>In order to keep branch creation organized, we use the <tt>`trunk'</tt>
-directory structure as reference and add a numerical identifier to the
-end of the path that increments one unit for each branch created.
+<p><img src="/home/centos/artwork/trunk/Identity/Models/Img/Scripts/Bash/Functions/Path/figure-1.png" alt="trunk/Identity/Models/Img/Scripts/Bash/Functions/Path/figure-1">
+</p>
+<p>The updates commited up to individual major development lines need to
+be merged into the <tt>`trunk/'</tt> directory structure in order for
+further major development lines to benefit from previous major
+development lines improvements.  The appropriate moment to commit from
+major development lines to <tt>`trunk/'</tt> directory structure is when
+the frozen line of a major development line is been created.  This
+way, the main development line is the central place for changes, a
+place to concentrate changes from different major development lines
+that may be or not being developed at the same time.
+</p>
+<p>As general convenction, when a new major development line is created,
+functionalities from previous major development lines are included
+into the new development line. However, improvements for components
+included from previous major development lines are not handled inside
+the new major development line which imported them. Such improvements
+are handled by the previous development line and merged up to main
+development line to improve the main development line, in the same way
+the new major development line merges the improvements of the new
+functionalities it was created for. As final resault, both changes
+merged from new and previous major development lines will be included
+into the next major development line.
 </p>
 
-<a name="SEC11"></a>
+<a name="SEC9"></a>
 <h3 class="subsection"> 2.1.4 See also </h3>
 
 <table class="menu" border="0" cellspacing="0">
-<tr><td align="left" valign="top"><a href="repository_7.html#SEC17">2.3 The <tt>`trunk'</tt> Directory</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
+<tr><td align="left" valign="top"><a href="repository_7.html#SEC15">2.3 The <tt>`trunk'</tt> Directory</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
 </td></tr>
-<tr><td align="left" valign="top"><a href="repository_6.html#SEC12">2.2 The <tt>`tags'</tt> Directory</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
+<tr><td align="left" valign="top"><a href="repository_6.html#SEC10">2.2 The <tt>`tags'</tt> Directory</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
 </td></tr>
 </table>
 
 
 <table cellpadding="1" cellspacing="1" border="0">
-<tr><td valign="middle" align="left">[<a href="#SEC10" title="Previous section in reading order"> &lt; </a>]</td>
-<td valign="middle" align="left">[<a href="repository_6.html#SEC12" title="Next section in reading order"> &gt; </a>]</td>
+<tr><td valign="middle" align="left">[<a href="#SEC8" title="Previous section in reading order"> &lt; </a>]</td>
+<td valign="middle" align="left">[<a href="repository_6.html#SEC10" title="Next section in reading order"> &gt; </a>]</td>
 <td valign="middle" align="left"> &nbsp; </td>
 <td valign="middle" align="left">[<a href="repository_4.html#SEC4" title="Beginning of this chapter or previous chapter"> &lt;&lt; </a>]</td>
 <td valign="middle" align="left">[<a href="#SEC5" title="Up section"> Up </a>]</td>
-<td valign="middle" align="left">[<a href="repository_79.html#SEC416" title="Next chapter"> &gt;&gt; </a>]</td>
+<td valign="middle" align="left">[<a href="repository_79.html#SEC414" title="Next chapter"> &gt;&gt; </a>]</td>
 </tr></table>
 <p>
  <font size="-1">
-  This document was generated on <i>March, 8 2011</i> using <a class="www" href="http://texi2html.cvshome.org/"><i>texi2html 1.76</i></a>.
+  This document was generated on <i>March, 9 2011</i> using <a class="www" href="http://texi2html.cvshome.org/"><i>texi2html 1.76</i></a>.
  </font>
  <br>
 
diff --git a/Manual/repository-html/repository_50.html b/Manual/repository-html/repository_50.html
index 678732d..4df2f2a 100644
--- a/Manual/repository-html/repository_50.html
+++ b/Manual/repository-html/repository_50.html
@@ -12,7 +12,7 @@ Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A
 copy of the license is included in the section entitled GNU Free
 Documentation License.  
 -->
-<!-- Created on March, 8 2011 by texi2html 1.76 -->
+<!-- Created on March, 9 2011 by texi2html 1.76 -->
 <!--
 Written by: Lionel Cons <Lionel.Cons@cern.ch> (original author)
             Karl Berry  <karl@freefriends.org>
@@ -55,27 +55,27 @@ ul.toc {list-style: none}
 <body lang="en" bgcolor="#FFFFFF" text="#000000" link="#0000FF" vlink="#800080" alink="#FF0000">
 
 <table cellpadding="1" cellspacing="1" border="0">
-<tr><td valign="middle" align="left">[<a href="repository_49.html#SEC252" title="Previous section in reading order"> &lt; </a>]</td>
-<td valign="middle" align="left">[<a href="#SEC254" title="Next section in reading order"> &gt; </a>]</td>
+<tr><td valign="middle" align="left">[<a href="repository_49.html#SEC250" title="Previous section in reading order"> &lt; </a>]</td>
+<td valign="middle" align="left">[<a href="#SEC252" title="Next section in reading order"> &gt; </a>]</td>
 <td valign="middle" align="left"> &nbsp; </td>
 <td valign="middle" align="left">[<a href="repository_4.html#SEC4" title="Beginning of this chapter or previous chapter"> &lt;&lt; </a>]</td>
 <td valign="middle" align="left">[<a href="repository_4.html#SEC4" title="Up section"> Up </a>]</td>
-<td valign="middle" align="left">[<a href="repository_79.html#SEC416" title="Next chapter"> &gt;&gt; </a>]</td>
+<td valign="middle" align="left">[<a href="repository_79.html#SEC414" 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_79.html#SEC416" title="Index">Index</a>]</td>
+<td valign="middle" align="left">[<a href="repository_79.html#SEC414" 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="Filesystem-trunk-Identity-Widgets"></a>
-<a name="SEC253"></a>
+<a name="SEC251"></a>
 <h2 class="section"> 2.46 The <tt>`trunk/Identity/Widgets'</tt> Directory </h2>
 
 
-<a name="SEC254"></a>
+<a name="SEC252"></a>
 <h3 class="subsection"> 2.46.1 Goals </h3>
 
 <ul class="toc">
@@ -83,30 +83,30 @@ ul.toc {list-style: none}
 </li></ul>
 
 
-<a name="SEC255"></a>
+<a name="SEC253"></a>
 <h3 class="subsection"> 2.46.2 Description </h3>
 
 
-<a name="SEC256"></a>
+<a name="SEC254"></a>
 <h3 class="subsection"> 2.46.3 Usage </h3>
 
 
-<a name="SEC257"></a>
+<a name="SEC255"></a>
 <h3 class="subsection"> 2.46.4 See also </h3>
 
 
 
 <table cellpadding="1" cellspacing="1" border="0">
-<tr><td valign="middle" align="left">[<a href="#SEC256" title="Previous section in reading order"> &lt; </a>]</td>
-<td valign="middle" align="left">[<a href="repository_51.html#SEC258" title="Next section in reading order"> &gt; </a>]</td>
+<tr><td valign="middle" align="left">[<a href="#SEC254" title="Previous section in reading order"> &lt; </a>]</td>
+<td valign="middle" align="left">[<a href="repository_51.html#SEC256" title="Next section in reading order"> &gt; </a>]</td>
 <td valign="middle" align="left"> &nbsp; </td>
 <td valign="middle" align="left">[<a href="repository_4.html#SEC4" title="Beginning of this chapter or previous chapter"> &lt;&lt; </a>]</td>
-<td valign="middle" align="left">[<a href="#SEC253" title="Up section"> Up </a>]</td>
-<td valign="middle" align="left">[<a href="repository_79.html#SEC416" title="Next chapter"> &gt;&gt; </a>]</td>
+<td valign="middle" align="left">[<a href="#SEC251" title="Up section"> Up </a>]</td>
+<td valign="middle" align="left">[<a href="repository_79.html#SEC414" title="Next chapter"> &gt;&gt; </a>]</td>
 </tr></table>
 <p>
  <font size="-1">
-  This document was generated on <i>March, 8 2011</i> using <a class="www" href="http://texi2html.cvshome.org/"><i>texi2html 1.76</i></a>.
+  This document was generated on <i>March, 9 2011</i> using <a class="www" href="http://texi2html.cvshome.org/"><i>texi2html 1.76</i></a>.
  </font>
  <br>
 
diff --git a/Manual/repository-html/repository_51.html b/Manual/repository-html/repository_51.html
index ecfff44..9ba9fa8 100644
--- a/Manual/repository-html/repository_51.html
+++ b/Manual/repository-html/repository_51.html
@@ -12,7 +12,7 @@ Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A
 copy of the license is included in the section entitled GNU Free
 Documentation License.  
 -->
-<!-- Created on March, 8 2011 by texi2html 1.76 -->
+<!-- Created on March, 9 2011 by texi2html 1.76 -->
 <!--
 Written by: Lionel Cons <Lionel.Cons@cern.ch> (original author)
             Karl Berry  <karl@freefriends.org>
@@ -55,23 +55,23 @@ ul.toc {list-style: none}
 <body lang="en" bgcolor="#FFFFFF" text="#000000" link="#0000FF" vlink="#800080" alink="#FF0000">
 
 <table cellpadding="1" cellspacing="1" border="0">
-<tr><td valign="middle" align="left">[<a href="repository_50.html#SEC257" title="Previous section in reading order"> &lt; </a>]</td>
-<td valign="middle" align="left">[<a href="repository_52.html#SEC259" title="Next section in reading order"> &gt; </a>]</td>
+<tr><td valign="middle" align="left">[<a href="repository_50.html#SEC255" title="Previous section in reading order"> &lt; </a>]</td>
+<td valign="middle" align="left">[<a href="repository_52.html#SEC257" title="Next section in reading order"> &gt; </a>]</td>
 <td valign="middle" align="left"> &nbsp; </td>
 <td valign="middle" align="left">[<a href="repository_4.html#SEC4" title="Beginning of this chapter or previous chapter"> &lt;&lt; </a>]</td>
 <td valign="middle" align="left">[<a href="repository_4.html#SEC4" title="Up section"> Up </a>]</td>
-<td valign="middle" align="left">[<a href="repository_79.html#SEC416" title="Next chapter"> &gt;&gt; </a>]</td>
+<td valign="middle" align="left">[<a href="repository_79.html#SEC414" 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_79.html#SEC416" title="Index">Index</a>]</td>
+<td valign="middle" align="left">[<a href="repository_79.html#SEC414" 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="Filesystem-trunk-Locales"></a>
-<a name="SEC258"></a>
+<a name="SEC256"></a>
 <h2 class="section"> 2.47 The <tt>`trunk/Locales'</tt> Directory </h2>
 
 <p>The <tt>`trunk/Locales'</tt> directory exists to store the translation
@@ -127,23 +127,23 @@ the file that contain the translation messages themselves.
 functionality of command-line interface.
 </p>
 <table class="menu" border="0" cellspacing="0">
-<tr><td align="left" valign="top"><a href="repository_70.html#SEC352">2.66 The <tt>`trunk/Scripts/Bash/Cli/Functions/Locale'</tt> Directory</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
+<tr><td align="left" valign="top"><a href="repository_70.html#SEC350">2.66 The <tt>`trunk/Scripts/Bash/Cli/Functions/Locale'</tt> Directory</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
 </td></tr>
 </table>
 
 
 
 <table cellpadding="1" cellspacing="1" border="0">
-<tr><td valign="middle" align="left">[<a href="repository_50.html#SEC257" title="Previous section in reading order"> &lt; </a>]</td>
-<td valign="middle" align="left">[<a href="repository_52.html#SEC259" title="Next section in reading order"> &gt; </a>]</td>
+<tr><td valign="middle" align="left">[<a href="repository_50.html#SEC255" title="Previous section in reading order"> &lt; </a>]</td>
+<td valign="middle" align="left">[<a href="repository_52.html#SEC257" title="Next section in reading order"> &gt; </a>]</td>
 <td valign="middle" align="left"> &nbsp; </td>
 <td valign="middle" align="left">[<a href="repository_4.html#SEC4" title="Beginning of this chapter or previous chapter"> &lt;&lt; </a>]</td>
 <td valign="middle" align="left">[<a href="repository_4.html#SEC4" title="Up section"> Up </a>]</td>
-<td valign="middle" align="left">[<a href="repository_79.html#SEC416" title="Next chapter"> &gt;&gt; </a>]</td>
+<td valign="middle" align="left">[<a href="repository_79.html#SEC414" title="Next chapter"> &gt;&gt; </a>]</td>
 </tr></table>
 <p>
  <font size="-1">
-  This document was generated on <i>March, 8 2011</i> using <a class="www" href="http://texi2html.cvshome.org/"><i>texi2html 1.76</i></a>.
+  This document was generated on <i>March, 9 2011</i> using <a class="www" href="http://texi2html.cvshome.org/"><i>texi2html 1.76</i></a>.
  </font>
  <br>
 
diff --git a/Manual/repository-html/repository_52.html b/Manual/repository-html/repository_52.html
index 40c1294..0767c29 100644
--- a/Manual/repository-html/repository_52.html
+++ b/Manual/repository-html/repository_52.html
@@ -12,7 +12,7 @@ Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A
 copy of the license is included in the section entitled GNU Free
 Documentation License.  
 -->
-<!-- Created on March, 8 2011 by texi2html 1.76 -->
+<!-- Created on March, 9 2011 by texi2html 1.76 -->
 <!--
 Written by: Lionel Cons <Lionel.Cons@cern.ch> (original author)
             Karl Berry  <karl@freefriends.org>
@@ -55,27 +55,27 @@ ul.toc {list-style: none}
 <body lang="en" bgcolor="#FFFFFF" text="#000000" link="#0000FF" vlink="#800080" alink="#FF0000">
 
 <table cellpadding="1" cellspacing="1" border="0">
-<tr><td valign="middle" align="left">[<a href="repository_51.html#SEC258" title="Previous section in reading order"> &lt; </a>]</td>
-<td valign="middle" align="left">[<a href="#SEC260" title="Next section in reading order"> &gt; </a>]</td>
+<tr><td valign="middle" align="left">[<a href="repository_51.html#SEC256" title="Previous section in reading order"> &lt; </a>]</td>
+<td valign="middle" align="left">[<a href="#SEC258" title="Next section in reading order"> &gt; </a>]</td>
 <td valign="middle" align="left"> &nbsp; </td>
 <td valign="middle" align="left">[<a href="repository_4.html#SEC4" title="Beginning of this chapter or previous chapter"> &lt;&lt; </a>]</td>
 <td valign="middle" align="left">[<a href="repository_4.html#SEC4" title="Up section"> Up </a>]</td>
-<td valign="middle" align="left">[<a href="repository_79.html#SEC416" title="Next chapter"> &gt;&gt; </a>]</td>
+<td valign="middle" align="left">[<a href="repository_79.html#SEC414" 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_79.html#SEC416" title="Index">Index</a>]</td>
+<td valign="middle" align="left">[<a href="repository_79.html#SEC414" 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="Filesystem-trunk-Locales-Identity"></a>
-<a name="SEC259"></a>
+<a name="SEC257"></a>
 <h2 class="section"> 2.48 The <tt>`trunk/Locales/Identity'</tt> Directory </h2>
 
 
-<a name="SEC260"></a>
+<a name="SEC258"></a>
 <h3 class="subsection"> 2.48.1 Goals </h3>
 
 <ul class="toc">
@@ -83,7 +83,7 @@ ul.toc {list-style: none}
 </li></ul>
 
 
-<a name="SEC261"></a>
+<a name="SEC259"></a>
 <h3 class="subsection"> 2.48.2 Description </h3>
 
 <ul class="toc">
@@ -91,7 +91,7 @@ ul.toc {list-style: none}
 </li></ul>
 
 
-<a name="SEC262"></a>
+<a name="SEC260"></a>
 <h3 class="subsection"> 2.48.3 Usage </h3>
 
 <ul class="toc">
@@ -99,26 +99,26 @@ ul.toc {list-style: none}
 </li></ul>
 
 
-<a name="SEC263"></a>
+<a name="SEC261"></a>
 <h3 class="subsection"> 2.48.4 See also </h3>
 
 <table class="menu" border="0" cellspacing="0">
-<tr><td align="left" valign="top"><a href="repository_8.html#SEC22">2.4 The <tt>`trunk/Identity'</tt> Directory</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
+<tr><td align="left" valign="top"><a href="repository_8.html#SEC20">2.4 The <tt>`trunk/Identity'</tt> Directory</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
 </td></tr>
 </table>
 
 
 <table cellpadding="1" cellspacing="1" border="0">
-<tr><td valign="middle" align="left">[<a href="#SEC262" title="Previous section in reading order"> &lt; </a>]</td>
-<td valign="middle" align="left">[<a href="repository_53.html#SEC264" title="Next section in reading order"> &gt; </a>]</td>
+<tr><td valign="middle" align="left">[<a href="#SEC260" title="Previous section in reading order"> &lt; </a>]</td>
+<td valign="middle" align="left">[<a href="repository_53.html#SEC262" title="Next section in reading order"> &gt; </a>]</td>
 <td valign="middle" align="left"> &nbsp; </td>
 <td valign="middle" align="left">[<a href="repository_4.html#SEC4" title="Beginning of this chapter or previous chapter"> &lt;&lt; </a>]</td>
-<td valign="middle" align="left">[<a href="#SEC259" title="Up section"> Up </a>]</td>
-<td valign="middle" align="left">[<a href="repository_79.html#SEC416" title="Next chapter"> &gt;&gt; </a>]</td>
+<td valign="middle" align="left">[<a href="#SEC257" title="Up section"> Up </a>]</td>
+<td valign="middle" align="left">[<a href="repository_79.html#SEC414" title="Next chapter"> &gt;&gt; </a>]</td>
 </tr></table>
 <p>
  <font size="-1">
-  This document was generated on <i>March, 8 2011</i> using <a class="www" href="http://texi2html.cvshome.org/"><i>texi2html 1.76</i></a>.
+  This document was generated on <i>March, 9 2011</i> using <a class="www" href="http://texi2html.cvshome.org/"><i>texi2html 1.76</i></a>.
  </font>
  <br>
 
diff --git a/Manual/repository-html/repository_53.html b/Manual/repository-html/repository_53.html
index ef729fb..00324d9 100644
--- a/Manual/repository-html/repository_53.html
+++ b/Manual/repository-html/repository_53.html
@@ -12,7 +12,7 @@ Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A
 copy of the license is included in the section entitled GNU Free
 Documentation License.  
 -->
-<!-- Created on March, 8 2011 by texi2html 1.76 -->
+<!-- Created on March, 9 2011 by texi2html 1.76 -->
 <!--
 Written by: Lionel Cons <Lionel.Cons@cern.ch> (original author)
             Karl Berry  <karl@freefriends.org>
@@ -55,27 +55,27 @@ ul.toc {list-style: none}
 <body lang="en" bgcolor="#FFFFFF" text="#000000" link="#0000FF" vlink="#800080" alink="#FF0000">
 
 <table cellpadding="1" cellspacing="1" border="0">
-<tr><td valign="middle" align="left">[<a href="repository_52.html#SEC263" title="Previous section in reading order"> &lt; </a>]</td>
-<td valign="middle" align="left">[<a href="#SEC265" title="Next section in reading order"> &gt; </a>]</td>
+<tr><td valign="middle" align="left">[<a href="repository_52.html#SEC261" title="Previous section in reading order"> &lt; </a>]</td>
+<td valign="middle" align="left">[<a href="#SEC263" title="Next section in reading order"> &gt; </a>]</td>
 <td valign="middle" align="left"> &nbsp; </td>
 <td valign="middle" align="left">[<a href="repository_4.html#SEC4" title="Beginning of this chapter or previous chapter"> &lt;&lt; </a>]</td>
 <td valign="middle" align="left">[<a href="repository_4.html#SEC4" title="Up section"> Up </a>]</td>
-<td valign="middle" align="left">[<a href="repository_79.html#SEC416" title="Next chapter"> &gt;&gt; </a>]</td>
+<td valign="middle" align="left">[<a href="repository_79.html#SEC414" 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_79.html#SEC416" title="Index">Index</a>]</td>
+<td valign="middle" align="left">[<a href="repository_79.html#SEC414" 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="Filesystem-trunk-Locales-Identity-Brands"></a>
-<a name="SEC264"></a>
+<a name="SEC262"></a>
 <h2 class="section"> 2.49 The <tt>`trunk/Locales/Identity/Brands'</tt> Directory </h2>
 
 
-<a name="SEC265"></a>
+<a name="SEC263"></a>
 <h3 class="subsection"> 2.49.1 Goals </h3>
 
 <ul class="toc">
@@ -83,7 +83,7 @@ ul.toc {list-style: none}
 </li></ul>
 
 
-<a name="SEC266"></a>
+<a name="SEC264"></a>
 <h3 class="subsection"> 2.49.2 Description </h3>
 
 <p>Translation files, inside <tt>`trunk/Translations/Identity/Brands'</tt>
@@ -117,7 +117,7 @@ translation files.
 (<samp>`Tpl'</samp>) directory have special meaning:
 </p>
 
-<a name="SEC267"></a>
+<a name="SEC265"></a>
 <h4 class="subsubsection"> 2.49.2.1 Conventional file names </h4>
 
 <p>Convenctional file names look like <tt>`blue.sed'</tt>, <tt>`2c-a.sed'</tt>,
@@ -127,7 +127,7 @@ name.  The image dimensions use the same dimensions that design
 template has.
 </p>
 
-<a name="SEC268"></a>
+<a name="SEC266"></a>
 <h4 class="subsubsection"> 2.49.2.2 Numeric file names </h4>
 
 <p>Numeric file names look like <tt>`300.sed'</tt>, <tt>`200.sed'</tt>, etc.
@@ -151,7 +151,7 @@ shorter PNG images using numeric translation files as described
 above.
 </p>
 
-<a name="SEC269"></a>
+<a name="SEC267"></a>
 <h4 class="subsubsection"> 2.49.2.3 Translation markers </h4>
 
 <p>Inside <tt>`trunk/Translations/Identity/Brands/'</tt>, translation files
@@ -171,7 +171,7 @@ inside template translation files.
 </dl>
 
 
-<a name="SEC270"></a>
+<a name="SEC268"></a>
 <h3 class="subsection"> 2.49.3 Usage </h3>
 
 <p>To render brands' translation files, use the following command:
@@ -179,26 +179,26 @@ inside template translation files.
 <pre class="verbatim">centos-art render --translation=/home/centos/artwork/trunk/Translations/Identity/Brands
 </pre>
 
-<a name="SEC271"></a>
+<a name="SEC269"></a>
 <h3 class="subsection"> 2.49.4 See also </h3>
 
 <table class="menu" border="0" cellspacing="0">
-<tr><td align="left" valign="top"><a href="repository_9.html#SEC31">2.5 The <tt>`trunk/Identity/Brands'</tt> Directory</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
+<tr><td align="left" valign="top"><a href="repository_9.html#SEC29">2.5 The <tt>`trunk/Identity/Brands'</tt> Directory</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
 </td></tr>
 </table>
 
 
 <table cellpadding="1" cellspacing="1" border="0">
-<tr><td valign="middle" align="left">[<a href="#SEC270" title="Previous section in reading order"> &lt; </a>]</td>
-<td valign="middle" align="left">[<a href="repository_54.html#SEC272" title="Next section in reading order"> &gt; </a>]</td>
+<tr><td valign="middle" align="left">[<a href="#SEC268" title="Previous section in reading order"> &lt; </a>]</td>
+<td valign="middle" align="left">[<a href="repository_54.html#SEC270" title="Next section in reading order"> &gt; </a>]</td>
 <td valign="middle" align="left"> &nbsp; </td>
 <td valign="middle" align="left">[<a href="repository_4.html#SEC4" title="Beginning of this chapter or previous chapter"> &lt;&lt; </a>]</td>
-<td valign="middle" align="left">[<a href="#SEC264" title="Up section"> Up </a>]</td>
-<td valign="middle" align="left">[<a href="repository_79.html#SEC416" title="Next chapter"> &gt;&gt; </a>]</td>
+<td valign="middle" align="left">[<a href="#SEC262" title="Up section"> Up </a>]</td>
+<td valign="middle" align="left">[<a href="repository_79.html#SEC414" title="Next chapter"> &gt;&gt; </a>]</td>
 </tr></table>
 <p>
  <font size="-1">
-  This document was generated on <i>March, 8 2011</i> using <a class="www" href="http://texi2html.cvshome.org/"><i>texi2html 1.76</i></a>.
+  This document was generated on <i>March, 9 2011</i> using <a class="www" href="http://texi2html.cvshome.org/"><i>texi2html 1.76</i></a>.
  </font>
  <br>
 
diff --git a/Manual/repository-html/repository_54.html b/Manual/repository-html/repository_54.html
index 9bd35a6..b1e65bb 100644
--- a/Manual/repository-html/repository_54.html
+++ b/Manual/repository-html/repository_54.html
@@ -12,7 +12,7 @@ Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A
 copy of the license is included in the section entitled GNU Free
 Documentation License.  
 -->
-<!-- Created on March, 8 2011 by texi2html 1.76 -->
+<!-- Created on March, 9 2011 by texi2html 1.76 -->
 <!--
 Written by: Lionel Cons <Lionel.Cons@cern.ch> (original author)
             Karl Berry  <karl@freefriends.org>
@@ -55,54 +55,54 @@ ul.toc {list-style: none}
 <body lang="en" bgcolor="#FFFFFF" text="#000000" link="#0000FF" vlink="#800080" alink="#FF0000">
 
 <table cellpadding="1" cellspacing="1" border="0">
-<tr><td valign="middle" align="left">[<a href="repository_53.html#SEC271" title="Previous section in reading order"> &lt; </a>]</td>
-<td valign="middle" align="left">[<a href="#SEC273" title="Next section in reading order"> &gt; </a>]</td>
+<tr><td valign="middle" align="left">[<a href="repository_53.html#SEC269" title="Previous section in reading order"> &lt; </a>]</td>
+<td valign="middle" align="left">[<a href="#SEC271" title="Next section in reading order"> &gt; </a>]</td>
 <td valign="middle" align="left"> &nbsp; </td>
 <td valign="middle" align="left">[<a href="repository_4.html#SEC4" title="Beginning of this chapter or previous chapter"> &lt;&lt; </a>]</td>
 <td valign="middle" align="left">[<a href="repository_4.html#SEC4" title="Up section"> Up </a>]</td>
-<td valign="middle" align="left">[<a href="repository_79.html#SEC416" title="Next chapter"> &gt;&gt; </a>]</td>
+<td valign="middle" align="left">[<a href="repository_79.html#SEC414" 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_79.html#SEC416" title="Index">Index</a>]</td>
+<td valign="middle" align="left">[<a href="repository_79.html#SEC414" 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="Filesystem-trunk-Locales-Identity-Brands-Tpl"></a>
-<a name="SEC272"></a>
+<a name="SEC270"></a>
 <h2 class="section"> 2.50 The <tt>`trunk/Locales/Identity/Brands/Tpl'</tt> Directory </h2>
 
 
-<a name="SEC273"></a>
+<a name="SEC271"></a>
 <h3 class="subsection"> 2.50.1 Goals </h3>
 
 
-<a name="SEC274"></a>
+<a name="SEC272"></a>
 <h3 class="subsection"> 2.50.2 Description </h3>
 
 
-<a name="SEC275"></a>
+<a name="SEC273"></a>
 <h3 class="subsection"> 2.50.3 Usage </h3>
 
 
-<a name="SEC276"></a>
+<a name="SEC274"></a>
 <h3 class="subsection"> 2.50.4 See also </h3>
 
 
 
 <table cellpadding="1" cellspacing="1" border="0">
-<tr><td valign="middle" align="left">[<a href="#SEC275" title="Previous section in reading order"> &lt; </a>]</td>
-<td valign="middle" align="left">[<a href="repository_55.html#SEC277" title="Next section in reading order"> &gt; </a>]</td>
+<tr><td valign="middle" align="left">[<a href="#SEC273" title="Previous section in reading order"> &lt; </a>]</td>
+<td valign="middle" align="left">[<a href="repository_55.html#SEC275" title="Next section in reading order"> &gt; </a>]</td>
 <td valign="middle" align="left"> &nbsp; </td>
 <td valign="middle" align="left">[<a href="repository_4.html#SEC4" title="Beginning of this chapter or previous chapter"> &lt;&lt; </a>]</td>
-<td valign="middle" align="left">[<a href="#SEC272" title="Up section"> Up </a>]</td>
-<td valign="middle" align="left">[<a href="repository_79.html#SEC416" title="Next chapter"> &gt;&gt; </a>]</td>
+<td valign="middle" align="left">[<a href="#SEC270" title="Up section"> Up </a>]</td>
+<td valign="middle" align="left">[<a href="repository_79.html#SEC414" title="Next chapter"> &gt;&gt; </a>]</td>
 </tr></table>
 <p>
  <font size="-1">
-  This document was generated on <i>March, 8 2011</i> using <a class="www" href="http://texi2html.cvshome.org/"><i>texi2html 1.76</i></a>.
+  This document was generated on <i>March, 9 2011</i> using <a class="www" href="http://texi2html.cvshome.org/"><i>texi2html 1.76</i></a>.
  </font>
  <br>
 
diff --git a/Manual/repository-html/repository_55.html b/Manual/repository-html/repository_55.html
index c3e82c9..6935bcc 100644
--- a/Manual/repository-html/repository_55.html
+++ b/Manual/repository-html/repository_55.html
@@ -12,7 +12,7 @@ Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A
 copy of the license is included in the section entitled GNU Free
 Documentation License.  
 -->
-<!-- Created on March, 8 2011 by texi2html 1.76 -->
+<!-- Created on March, 9 2011 by texi2html 1.76 -->
 <!--
 Written by: Lionel Cons <Lionel.Cons@cern.ch> (original author)
             Karl Berry  <karl@freefriends.org>
@@ -55,32 +55,32 @@ ul.toc {list-style: none}
 <body lang="en" bgcolor="#FFFFFF" text="#000000" link="#0000FF" vlink="#800080" alink="#FF0000">
 
 <table cellpadding="1" cellspacing="1" border="0">
-<tr><td valign="middle" align="left">[<a href="repository_54.html#SEC276" title="Previous section in reading order"> &lt; </a>]</td>
-<td valign="middle" align="left">[<a href="#SEC278" title="Next section in reading order"> &gt; </a>]</td>
+<tr><td valign="middle" align="left">[<a href="repository_54.html#SEC274" title="Previous section in reading order"> &lt; </a>]</td>
+<td valign="middle" align="left">[<a href="#SEC276" title="Next section in reading order"> &gt; </a>]</td>
 <td valign="middle" align="left"> &nbsp; </td>
 <td valign="middle" align="left">[<a href="repository_4.html#SEC4" title="Beginning of this chapter or previous chapter"> &lt;&lt; </a>]</td>
 <td valign="middle" align="left">[<a href="repository_4.html#SEC4" title="Up section"> Up </a>]</td>
-<td valign="middle" align="left">[<a href="repository_79.html#SEC416" title="Next chapter"> &gt;&gt; </a>]</td>
+<td valign="middle" align="left">[<a href="repository_79.html#SEC414" 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_79.html#SEC416" title="Index">Index</a>]</td>
+<td valign="middle" align="left">[<a href="repository_79.html#SEC414" 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="Filesystem-trunk-Locales-Identity-Fonts"></a>
-<a name="SEC277"></a>
+<a name="SEC275"></a>
 <h2 class="section"> 2.51 The <tt>`trunk/Locales/Identity/Fonts'</tt> Directory </h2>
 
 
-<a name="SEC278"></a>
+<a name="SEC276"></a>
 <h3 class="subsection"> 2.51.1 Goals </h3>
 
 <p>This section exists to organize fonts translation files.
 </p>
-<a name="SEC279"></a>
+<a name="SEC277"></a>
 <h3 class="subsection"> 2.51.2 Description </h3>
 
 <p>Translation files, inside <tt>`trunk/Translations/Fonts'</tt>, have the
@@ -97,13 +97,13 @@ CentOS visual identity.
 </p>
 <blockquote class="orange"><img src="/home/centos/artwork/trunk/Identity/Widgets/Img/icon-admonition-star.png" alt="Important"><h3>Important</h3><p> Do not create translation files for
 font-families not used somewhere inside CentOS visual identity. The
-identity of font entry (see section <a href="repository_10.html#SEC36">The <tt>`trunk/Identity/Fonts'</tt> Directory</a>) is used as
+identity of font entry (see section <a href="repository_10.html#SEC34">The <tt>`trunk/Identity/Fonts'</tt> Directory</a>) is used as
 reference when someone needs to know which font-families are allowed
 to use inside CentOS visual identity.
 </p></blockquote>
 
 
-<a name="SEC280"></a>
+<a name="SEC278"></a>
 <h4 class="subsubsection"> 2.51.2.1 Translation Markers </h4>
 
 <p>Inside <tt>`trunk/Translations/Identity/Fonts'</tt>, translation files
@@ -122,7 +122,7 @@ combine the following translation markers:
 </dl>
 
 
-<a name="SEC281"></a>
+<a name="SEC279"></a>
 <h3 class="subsection"> 2.51.3 Usage </h3>
 
 <p>Inside <tt>`trunk/Translations/Fonts'</tt> you use your favorite text
@@ -136,27 +136,27 @@ directory (<tt>`Tpl/'</tt>), nor translation rendering using
 <pre class="verbatim">vim /home/centos/artwork/trunk/Translations/Fonts/dejavu_lgc_sans-boldoblique.sed
 </pre>
 
-<a name="SEC282"></a>
+<a name="SEC280"></a>
 <h3 class="subsection"> 2.51.4 See also </h3>
 
 <table class="menu" border="0" cellspacing="0">
-<tr><td align="left" valign="top"><a href="repository_10.html#SEC36">2.6 The <tt>`trunk/Identity/Fonts'</tt> Directory</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
+<tr><td align="left" valign="top"><a href="repository_10.html#SEC34">2.6 The <tt>`trunk/Identity/Fonts'</tt> Directory</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
 </td></tr>
 </table>
 
 
 
 <table cellpadding="1" cellspacing="1" border="0">
-<tr><td valign="middle" align="left">[<a href="#SEC281" title="Previous section in reading order"> &lt; </a>]</td>
-<td valign="middle" align="left">[<a href="repository_56.html#SEC283" title="Next section in reading order"> &gt; </a>]</td>
+<tr><td valign="middle" align="left">[<a href="#SEC279" title="Previous section in reading order"> &lt; </a>]</td>
+<td valign="middle" align="left">[<a href="repository_56.html#SEC281" title="Next section in reading order"> &gt; </a>]</td>
 <td valign="middle" align="left"> &nbsp; </td>
 <td valign="middle" align="left">[<a href="repository_4.html#SEC4" title="Beginning of this chapter or previous chapter"> &lt;&lt; </a>]</td>
-<td valign="middle" align="left">[<a href="#SEC277" title="Up section"> Up </a>]</td>
-<td valign="middle" align="left">[<a href="repository_79.html#SEC416" title="Next chapter"> &gt;&gt; </a>]</td>
+<td valign="middle" align="left">[<a href="#SEC275" title="Up section"> Up </a>]</td>
+<td valign="middle" align="left">[<a href="repository_79.html#SEC414" title="Next chapter"> &gt;&gt; </a>]</td>
 </tr></table>
 <p>
  <font size="-1">
-  This document was generated on <i>March, 8 2011</i> using <a class="www" href="http://texi2html.cvshome.org/"><i>texi2html 1.76</i></a>.
+  This document was generated on <i>March, 9 2011</i> using <a class="www" href="http://texi2html.cvshome.org/"><i>texi2html 1.76</i></a>.
  </font>
  <br>
 
diff --git a/Manual/repository-html/repository_56.html b/Manual/repository-html/repository_56.html
index 1565aad..dc0690a 100644
--- a/Manual/repository-html/repository_56.html
+++ b/Manual/repository-html/repository_56.html
@@ -12,7 +12,7 @@ Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A
 copy of the license is included in the section entitled GNU Free
 Documentation License.  
 -->
-<!-- Created on March, 8 2011 by texi2html 1.76 -->
+<!-- Created on March, 9 2011 by texi2html 1.76 -->
 <!--
 Written by: Lionel Cons <Lionel.Cons@cern.ch> (original author)
             Karl Berry  <karl@freefriends.org>
@@ -55,54 +55,54 @@ ul.toc {list-style: none}
 <body lang="en" bgcolor="#FFFFFF" text="#000000" link="#0000FF" vlink="#800080" alink="#FF0000">
 
 <table cellpadding="1" cellspacing="1" border="0">
-<tr><td valign="middle" align="left">[<a href="repository_55.html#SEC282" title="Previous section in reading order"> &lt; </a>]</td>
-<td valign="middle" align="left">[<a href="#SEC284" title="Next section in reading order"> &gt; </a>]</td>
+<tr><td valign="middle" align="left">[<a href="repository_55.html#SEC280" title="Previous section in reading order"> &lt; </a>]</td>
+<td valign="middle" align="left">[<a href="#SEC282" title="Next section in reading order"> &gt; </a>]</td>
 <td valign="middle" align="left"> &nbsp; </td>
 <td valign="middle" align="left">[<a href="repository_4.html#SEC4" title="Beginning of this chapter or previous chapter"> &lt;&lt; </a>]</td>
 <td valign="middle" align="left">[<a href="repository_4.html#SEC4" title="Up section"> Up </a>]</td>
-<td valign="middle" align="left">[<a href="repository_79.html#SEC416" title="Next chapter"> &gt;&gt; </a>]</td>
+<td valign="middle" align="left">[<a href="repository_79.html#SEC414" 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_79.html#SEC416" title="Index">Index</a>]</td>
+<td valign="middle" align="left">[<a href="repository_79.html#SEC414" 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="Filesystem-trunk-Locales-Identity-Models"></a>
-<a name="SEC283"></a>
+<a name="SEC281"></a>
 <h2 class="section"> 2.52 The <tt>`trunk/Locales/Identity/Models'</tt> Directory </h2>
 
 
-<a name="SEC284"></a>
+<a name="SEC282"></a>
 <h3 class="subsection"> 2.52.1 Goals </h3>
 
 
-<a name="SEC285"></a>
+<a name="SEC283"></a>
 <h3 class="subsection"> 2.52.2 Description </h3>
 
 
-<a name="SEC286"></a>
+<a name="SEC284"></a>
 <h3 class="subsection"> 2.52.3 Usage </h3>
 
 
-<a name="SEC287"></a>
+<a name="SEC285"></a>
 <h3 class="subsection"> 2.52.4 See also </h3>
 
 
 
 <table cellpadding="1" cellspacing="1" border="0">
-<tr><td valign="middle" align="left">[<a href="#SEC286" title="Previous section in reading order"> &lt; </a>]</td>
-<td valign="middle" align="left">[<a href="repository_57.html#SEC288" title="Next section in reading order"> &gt; </a>]</td>
+<tr><td valign="middle" align="left">[<a href="#SEC284" title="Previous section in reading order"> &lt; </a>]</td>
+<td valign="middle" align="left">[<a href="repository_57.html#SEC286" title="Next section in reading order"> &gt; </a>]</td>
 <td valign="middle" align="left"> &nbsp; </td>
 <td valign="middle" align="left">[<a href="repository_4.html#SEC4" title="Beginning of this chapter or previous chapter"> &lt;&lt; </a>]</td>
-<td valign="middle" align="left">[<a href="#SEC283" title="Up section"> Up </a>]</td>
-<td valign="middle" align="left">[<a href="repository_79.html#SEC416" title="Next chapter"> &gt;&gt; </a>]</td>
+<td valign="middle" align="left">[<a href="#SEC281" title="Up section"> Up </a>]</td>
+<td valign="middle" align="left">[<a href="repository_79.html#SEC414" title="Next chapter"> &gt;&gt; </a>]</td>
 </tr></table>
 <p>
  <font size="-1">
-  This document was generated on <i>March, 8 2011</i> using <a class="www" href="http://texi2html.cvshome.org/"><i>texi2html 1.76</i></a>.
+  This document was generated on <i>March, 9 2011</i> using <a class="www" href="http://texi2html.cvshome.org/"><i>texi2html 1.76</i></a>.
  </font>
  <br>
 
diff --git a/Manual/repository-html/repository_57.html b/Manual/repository-html/repository_57.html
index eacfcdf..cdc842b 100644
--- a/Manual/repository-html/repository_57.html
+++ b/Manual/repository-html/repository_57.html
@@ -12,7 +12,7 @@ Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A
 copy of the license is included in the section entitled GNU Free
 Documentation License.  
 -->
-<!-- Created on March, 8 2011 by texi2html 1.76 -->
+<!-- Created on March, 9 2011 by texi2html 1.76 -->
 <!--
 Written by: Lionel Cons <Lionel.Cons@cern.ch> (original author)
             Karl Berry  <karl@freefriends.org>
@@ -55,54 +55,54 @@ ul.toc {list-style: none}
 <body lang="en" bgcolor="#FFFFFF" text="#000000" link="#0000FF" vlink="#800080" alink="#FF0000">
 
 <table cellpadding="1" cellspacing="1" border="0">
-<tr><td valign="middle" align="left">[<a href="repository_56.html#SEC287" title="Previous section in reading order"> &lt; </a>]</td>
-<td valign="middle" align="left">[<a href="#SEC289" title="Next section in reading order"> &gt; </a>]</td>
+<tr><td valign="middle" align="left">[<a href="repository_56.html#SEC285" title="Previous section in reading order"> &lt; </a>]</td>
+<td valign="middle" align="left">[<a href="#SEC287" title="Next section in reading order"> &gt; </a>]</td>
 <td valign="middle" align="left"> &nbsp; </td>
 <td valign="middle" align="left">[<a href="repository_4.html#SEC4" title="Beginning of this chapter or previous chapter"> &lt;&lt; </a>]</td>
 <td valign="middle" align="left">[<a href="repository_4.html#SEC4" title="Up section"> Up </a>]</td>
-<td valign="middle" align="left">[<a href="repository_79.html#SEC416" title="Next chapter"> &gt;&gt; </a>]</td>
+<td valign="middle" align="left">[<a href="repository_79.html#SEC414" 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_79.html#SEC416" title="Index">Index</a>]</td>
+<td valign="middle" align="left">[<a href="repository_79.html#SEC414" 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="Filesystem-trunk-Locales-Identity-Release"></a>
-<a name="SEC288"></a>
+<a name="SEC286"></a>
 <h2 class="section"> 2.53 The <tt>`trunk/Locales/Identity/Release'</tt> Directory </h2>
 
 
-<a name="SEC289"></a>
+<a name="SEC287"></a>
 <h3 class="subsection"> 2.53.1 Goals </h3>
 
 
-<a name="SEC290"></a>
+<a name="SEC288"></a>
 <h3 class="subsection"> 2.53.2 Description </h3>
 
 
-<a name="SEC291"></a>
+<a name="SEC289"></a>
 <h3 class="subsection"> 2.53.3 Usage </h3>
 
 
-<a name="SEC292"></a>
+<a name="SEC290"></a>
 <h3 class="subsection"> 2.53.4 See also </h3>
 
 
 
 <table cellpadding="1" cellspacing="1" border="0">
-<tr><td valign="middle" align="left">[<a href="#SEC291" title="Previous section in reading order"> &lt; </a>]</td>
-<td valign="middle" align="left">[<a href="repository_58.html#SEC293" title="Next section in reading order"> &gt; </a>]</td>
+<tr><td valign="middle" align="left">[<a href="#SEC289" title="Previous section in reading order"> &lt; </a>]</td>
+<td valign="middle" align="left">[<a href="repository_58.html#SEC291" title="Next section in reading order"> &gt; </a>]</td>
 <td valign="middle" align="left"> &nbsp; </td>
 <td valign="middle" align="left">[<a href="repository_4.html#SEC4" title="Beginning of this chapter or previous chapter"> &lt;&lt; </a>]</td>
-<td valign="middle" align="left">[<a href="#SEC288" title="Up section"> Up </a>]</td>
-<td valign="middle" align="left">[<a href="repository_79.html#SEC416" title="Next chapter"> &gt;&gt; </a>]</td>
+<td valign="middle" align="left">[<a href="#SEC286" title="Up section"> Up </a>]</td>
+<td valign="middle" align="left">[<a href="repository_79.html#SEC414" title="Next chapter"> &gt;&gt; </a>]</td>
 </tr></table>
 <p>
  <font size="-1">
-  This document was generated on <i>March, 8 2011</i> using <a class="www" href="http://texi2html.cvshome.org/"><i>texi2html 1.76</i></a>.
+  This document was generated on <i>March, 9 2011</i> using <a class="www" href="http://texi2html.cvshome.org/"><i>texi2html 1.76</i></a>.
  </font>
  <br>
 
diff --git a/Manual/repository-html/repository_58.html b/Manual/repository-html/repository_58.html
index cd65ffe..01075b1 100644
--- a/Manual/repository-html/repository_58.html
+++ b/Manual/repository-html/repository_58.html
@@ -12,7 +12,7 @@ Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A
 copy of the license is included in the section entitled GNU Free
 Documentation License.  
 -->
-<!-- Created on March, 8 2011 by texi2html 1.76 -->
+<!-- Created on March, 9 2011 by texi2html 1.76 -->
 <!--
 Written by: Lionel Cons <Lionel.Cons@cern.ch> (original author)
             Karl Berry  <karl@freefriends.org>
@@ -55,54 +55,54 @@ ul.toc {list-style: none}
 <body lang="en" bgcolor="#FFFFFF" text="#000000" link="#0000FF" vlink="#800080" alink="#FF0000">
 
 <table cellpadding="1" cellspacing="1" border="0">
-<tr><td valign="middle" align="left">[<a href="repository_57.html#SEC292" title="Previous section in reading order"> &lt; </a>]</td>
-<td valign="middle" align="left">[<a href="#SEC294" title="Next section in reading order"> &gt; </a>]</td>
+<tr><td valign="middle" align="left">[<a href="repository_57.html#SEC290" title="Previous section in reading order"> &lt; </a>]</td>
+<td valign="middle" align="left">[<a href="#SEC292" title="Next section in reading order"> &gt; </a>]</td>
 <td valign="middle" align="left"> &nbsp; </td>
 <td valign="middle" align="left">[<a href="repository_4.html#SEC4" title="Beginning of this chapter or previous chapter"> &lt;&lt; </a>]</td>
 <td valign="middle" align="left">[<a href="repository_4.html#SEC4" title="Up section"> Up </a>]</td>
-<td valign="middle" align="left">[<a href="repository_79.html#SEC416" title="Next chapter"> &gt;&gt; </a>]</td>
+<td valign="middle" align="left">[<a href="repository_79.html#SEC414" 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_79.html#SEC416" title="Index">Index</a>]</td>
+<td valign="middle" align="left">[<a href="repository_79.html#SEC414" 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="Filesystem-trunk-Locales-Identity-Themes"></a>
-<a name="SEC293"></a>
+<a name="SEC291"></a>
 <h2 class="section"> 2.54 The <tt>`trunk/Locales/Identity/Themes'</tt> Directory </h2>
 
 
-<a name="SEC294"></a>
+<a name="SEC292"></a>
 <h3 class="subsection"> 2.54.1 Goals </h3>
 
 
-<a name="SEC295"></a>
+<a name="SEC293"></a>
 <h3 class="subsection"> 2.54.2 Description </h3>
 
 
-<a name="SEC296"></a>
+<a name="SEC294"></a>
 <h3 class="subsection"> 2.54.3 Usage </h3>
 
 
-<a name="SEC297"></a>
+<a name="SEC295"></a>
 <h3 class="subsection"> 2.54.4 See also </h3>
 
 
 
 <table cellpadding="1" cellspacing="1" border="0">
-<tr><td valign="middle" align="left">[<a href="#SEC296" title="Previous section in reading order"> &lt; </a>]</td>
-<td valign="middle" align="left">[<a href="repository_59.html#SEC298" title="Next section in reading order"> &gt; </a>]</td>
+<tr><td valign="middle" align="left">[<a href="#SEC294" title="Previous section in reading order"> &lt; </a>]</td>
+<td valign="middle" align="left">[<a href="repository_59.html#SEC296" title="Next section in reading order"> &gt; </a>]</td>
 <td valign="middle" align="left"> &nbsp; </td>
 <td valign="middle" align="left">[<a href="repository_4.html#SEC4" title="Beginning of this chapter or previous chapter"> &lt;&lt; </a>]</td>
-<td valign="middle" align="left">[<a href="#SEC293" title="Up section"> Up </a>]</td>
-<td valign="middle" align="left">[<a href="repository_79.html#SEC416" title="Next chapter"> &gt;&gt; </a>]</td>
+<td valign="middle" align="left">[<a href="#SEC291" title="Up section"> Up </a>]</td>
+<td valign="middle" align="left">[<a href="repository_79.html#SEC414" title="Next chapter"> &gt;&gt; </a>]</td>
 </tr></table>
 <p>
  <font size="-1">
-  This document was generated on <i>March, 8 2011</i> using <a class="www" href="http://texi2html.cvshome.org/"><i>texi2html 1.76</i></a>.
+  This document was generated on <i>March, 9 2011</i> using <a class="www" href="http://texi2html.cvshome.org/"><i>texi2html 1.76</i></a>.
  </font>
  <br>
 
diff --git a/Manual/repository-html/repository_59.html b/Manual/repository-html/repository_59.html
index 5e44c64..e6dd3cb 100644
--- a/Manual/repository-html/repository_59.html
+++ b/Manual/repository-html/repository_59.html
@@ -12,7 +12,7 @@ Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A
 copy of the license is included in the section entitled GNU Free
 Documentation License.  
 -->
-<!-- Created on March, 8 2011 by texi2html 1.76 -->
+<!-- Created on March, 9 2011 by texi2html 1.76 -->
 <!--
 Written by: Lionel Cons <Lionel.Cons@cern.ch> (original author)
             Karl Berry  <karl@freefriends.org>
@@ -55,27 +55,27 @@ ul.toc {list-style: none}
 <body lang="en" bgcolor="#FFFFFF" text="#000000" link="#0000FF" vlink="#800080" alink="#FF0000">
 
 <table cellpadding="1" cellspacing="1" border="0">
-<tr><td valign="middle" align="left">[<a href="repository_58.html#SEC297" title="Previous section in reading order"> &lt; </a>]</td>
-<td valign="middle" align="left">[<a href="#SEC299" title="Next section in reading order"> &gt; </a>]</td>
+<tr><td valign="middle" align="left">[<a href="repository_58.html#SEC295" title="Previous section in reading order"> &lt; </a>]</td>
+<td valign="middle" align="left">[<a href="#SEC297" title="Next section in reading order"> &gt; </a>]</td>
 <td valign="middle" align="left"> &nbsp; </td>
 <td valign="middle" align="left">[<a href="repository_4.html#SEC4" title="Beginning of this chapter or previous chapter"> &lt;&lt; </a>]</td>
 <td valign="middle" align="left">[<a href="repository_4.html#SEC4" title="Up section"> Up </a>]</td>
-<td valign="middle" align="left">[<a href="repository_79.html#SEC416" title="Next chapter"> &gt;&gt; </a>]</td>
+<td valign="middle" align="left">[<a href="repository_79.html#SEC414" 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_79.html#SEC416" title="Index">Index</a>]</td>
+<td valign="middle" align="left">[<a href="repository_79.html#SEC414" 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="Filesystem-trunk-Locales-Identity-Themes-Backgrounds"></a>
-<a name="SEC298"></a>
+<a name="SEC296"></a>
 <h2 class="section"> 2.55 The <tt>`trunk/Locales/Identity/Themes/Backgrounds'</tt> Directory </h2>
 
 
-<a name="SEC299"></a>
+<a name="SEC297"></a>
 <h3 class="subsection"> 2.55.1 Goals </h3>
 
 <ul class="toc">
@@ -83,7 +83,7 @@ ul.toc {list-style: none}
 </li></ul>
 
 
-<a name="SEC300"></a>
+<a name="SEC298"></a>
 <h3 class="subsection"> 2.55.2 Description </h3>
 
 <ul class="toc">
@@ -91,7 +91,7 @@ ul.toc {list-style: none}
 </li></ul>
 
 
-<a name="SEC301"></a>
+<a name="SEC299"></a>
 <h3 class="subsection"> 2.55.3 Usage </h3>
 
 <ul class="toc">
@@ -99,22 +99,22 @@ ul.toc {list-style: none}
 </li></ul>
 
 
-<a name="SEC302"></a>
+<a name="SEC300"></a>
 <h3 class="subsection"> 2.55.4 See also </h3>
 
 
 
 <table cellpadding="1" cellspacing="1" border="0">
-<tr><td valign="middle" align="left">[<a href="#SEC301" title="Previous section in reading order"> &lt; </a>]</td>
-<td valign="middle" align="left">[<a href="repository_60.html#SEC303" title="Next section in reading order"> &gt; </a>]</td>
+<tr><td valign="middle" align="left">[<a href="#SEC299" title="Previous section in reading order"> &lt; </a>]</td>
+<td valign="middle" align="left">[<a href="repository_60.html#SEC301" title="Next section in reading order"> &gt; </a>]</td>
 <td valign="middle" align="left"> &nbsp; </td>
 <td valign="middle" align="left">[<a href="repository_4.html#SEC4" title="Beginning of this chapter or previous chapter"> &lt;&lt; </a>]</td>
-<td valign="middle" align="left">[<a href="#SEC298" title="Up section"> Up </a>]</td>
-<td valign="middle" align="left">[<a href="repository_79.html#SEC416" title="Next chapter"> &gt;&gt; </a>]</td>
+<td valign="middle" align="left">[<a href="#SEC296" title="Up section"> Up </a>]</td>
+<td valign="middle" align="left">[<a href="repository_79.html#SEC414" title="Next chapter"> &gt;&gt; </a>]</td>
 </tr></table>
 <p>
  <font size="-1">
-  This document was generated on <i>March, 8 2011</i> using <a class="www" href="http://texi2html.cvshome.org/"><i>texi2html 1.76</i></a>.
+  This document was generated on <i>March, 9 2011</i> using <a class="www" href="http://texi2html.cvshome.org/"><i>texi2html 1.76</i></a>.
  </font>
  <br>
 
diff --git a/Manual/repository-html/repository_6.html b/Manual/repository-html/repository_6.html
index ff216f7..50318ac 100644
--- a/Manual/repository-html/repository_6.html
+++ b/Manual/repository-html/repository_6.html
@@ -12,7 +12,7 @@ Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A
 copy of the license is included in the section entitled GNU Free
 Documentation License.  
 -->
-<!-- Created on March, 8 2011 by texi2html 1.76 -->
+<!-- Created on March, 9 2011 by texi2html 1.76 -->
 <!--
 Written by: Lionel Cons <Lionel.Cons@cern.ch> (original author)
             Karl Berry  <karl@freefriends.org>
@@ -55,27 +55,27 @@ ul.toc {list-style: none}
 <body lang="en" bgcolor="#FFFFFF" text="#000000" link="#0000FF" vlink="#800080" alink="#FF0000">
 
 <table cellpadding="1" cellspacing="1" border="0">
-<tr><td valign="middle" align="left">[<a href="repository_5.html#SEC11" title="Previous section in reading order"> &lt; </a>]</td>
-<td valign="middle" align="left">[<a href="#SEC13" title="Next section in reading order"> &gt; </a>]</td>
+<tr><td valign="middle" align="left">[<a href="repository_5.html#SEC9" title="Previous section in reading order"> &lt; </a>]</td>
+<td valign="middle" align="left">[<a href="#SEC11" title="Next section in reading order"> &gt; </a>]</td>
 <td valign="middle" align="left"> &nbsp; </td>
 <td valign="middle" align="left">[<a href="repository_4.html#SEC4" title="Beginning of this chapter or previous chapter"> &lt;&lt; </a>]</td>
 <td valign="middle" align="left">[<a href="repository_4.html#SEC4" title="Up section"> Up </a>]</td>
-<td valign="middle" align="left">[<a href="repository_79.html#SEC416" title="Next chapter"> &gt;&gt; </a>]</td>
+<td valign="middle" align="left">[<a href="repository_79.html#SEC414" 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_79.html#SEC416" title="Index">Index</a>]</td>
+<td valign="middle" align="left">[<a href="repository_79.html#SEC414" 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="Filesystem-tags"></a>
-<a name="SEC12"></a>
+<a name="SEC10"></a>
 <h2 class="section"> 2.2 The <tt>`tags'</tt> Directory </h2>
 
 
-<a name="SEC13"></a>
+<a name="SEC11"></a>
 <h3 class="subsection"> 2.2.1 Goals </h3>
 
 <ul class="toc">
@@ -83,7 +83,7 @@ ul.toc {list-style: none}
 </li></ul>
 
 
-<a name="SEC14"></a>
+<a name="SEC12"></a>
 <h3 class="subsection"> 2.2.2 Description </h3>
 
 <ul class="toc">
@@ -91,7 +91,7 @@ ul.toc {list-style: none}
 </li></ul>
 
 
-<a name="SEC15"></a>
+<a name="SEC13"></a>
 <h3 class="subsection"> 2.2.3 Usage </h3>
 
 <ul class="toc">
@@ -99,22 +99,22 @@ ul.toc {list-style: none}
 </li></ul>
 
 
-<a name="SEC16"></a>
+<a name="SEC14"></a>
 <h3 class="subsection"> 2.2.4 See also </h3>
 
 
 
 <table cellpadding="1" cellspacing="1" border="0">
-<tr><td valign="middle" align="left">[<a href="#SEC15" title="Previous section in reading order"> &lt; </a>]</td>
-<td valign="middle" align="left">[<a href="repository_7.html#SEC17" title="Next section in reading order"> &gt; </a>]</td>
+<tr><td valign="middle" align="left">[<a href="#SEC13" title="Previous section in reading order"> &lt; </a>]</td>
+<td valign="middle" align="left">[<a href="repository_7.html#SEC15" title="Next section in reading order"> &gt; </a>]</td>
 <td valign="middle" align="left"> &nbsp; </td>
 <td valign="middle" align="left">[<a href="repository_4.html#SEC4" title="Beginning of this chapter or previous chapter"> &lt;&lt; </a>]</td>
-<td valign="middle" align="left">[<a href="#SEC12" title="Up section"> Up </a>]</td>
-<td valign="middle" align="left">[<a href="repository_79.html#SEC416" title="Next chapter"> &gt;&gt; </a>]</td>
+<td valign="middle" align="left">[<a href="#SEC10" title="Up section"> Up </a>]</td>
+<td valign="middle" align="left">[<a href="repository_79.html#SEC414" title="Next chapter"> &gt;&gt; </a>]</td>
 </tr></table>
 <p>
  <font size="-1">
-  This document was generated on <i>March, 8 2011</i> using <a class="www" href="http://texi2html.cvshome.org/"><i>texi2html 1.76</i></a>.
+  This document was generated on <i>March, 9 2011</i> using <a class="www" href="http://texi2html.cvshome.org/"><i>texi2html 1.76</i></a>.
  </font>
  <br>
 
diff --git a/Manual/repository-html/repository_60.html b/Manual/repository-html/repository_60.html
index 45e6ab3..3174a4b 100644
--- a/Manual/repository-html/repository_60.html
+++ b/Manual/repository-html/repository_60.html
@@ -12,7 +12,7 @@ Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A
 copy of the license is included in the section entitled GNU Free
 Documentation License.  
 -->
-<!-- Created on March, 8 2011 by texi2html 1.76 -->
+<!-- Created on March, 9 2011 by texi2html 1.76 -->
 <!--
 Written by: Lionel Cons <Lionel.Cons@cern.ch> (original author)
             Karl Berry  <karl@freefriends.org>
@@ -55,27 +55,27 @@ ul.toc {list-style: none}
 <body lang="en" bgcolor="#FFFFFF" text="#000000" link="#0000FF" vlink="#800080" alink="#FF0000">
 
 <table cellpadding="1" cellspacing="1" border="0">
-<tr><td valign="middle" align="left">[<a href="repository_59.html#SEC302" title="Previous section in reading order"> &lt; </a>]</td>
-<td valign="middle" align="left">[<a href="#SEC304" title="Next section in reading order"> &gt; </a>]</td>
+<tr><td valign="middle" align="left">[<a href="repository_59.html#SEC300" title="Previous section in reading order"> &lt; </a>]</td>
+<td valign="middle" align="left">[<a href="#SEC302" title="Next section in reading order"> &gt; </a>]</td>
 <td valign="middle" align="left"> &nbsp; </td>
 <td valign="middle" align="left">[<a href="repository_4.html#SEC4" title="Beginning of this chapter or previous chapter"> &lt;&lt; </a>]</td>
 <td valign="middle" align="left">[<a href="repository_4.html#SEC4" title="Up section"> Up </a>]</td>
-<td valign="middle" align="left">[<a href="repository_79.html#SEC416" title="Next chapter"> &gt;&gt; </a>]</td>
+<td valign="middle" align="left">[<a href="repository_79.html#SEC414" 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_79.html#SEC416" title="Index">Index</a>]</td>
+<td valign="middle" align="left">[<a href="repository_79.html#SEC414" 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="Filesystem-trunk-Locales-Identity-Themes-Distro-Anaconda-Progress"></a>
-<a name="SEC303"></a>
+<a name="SEC301"></a>
 <h2 class="section"> 2.56 The <tt>`trunk/Locales/Identity/Themes/Distro/Anaconda/Progress'</tt> Directory </h2>
 
 
-<a name="SEC304"></a>
+<a name="SEC302"></a>
 <h3 class="subsection"> 2.56.1 Goals </h3>
 
 <ul class="toc">
@@ -85,7 +85,7 @@ languages and major releases of CentOS distribution.
 </li></ul>
 
 
-<a name="SEC305"></a>
+<a name="SEC303"></a>
 <h3 class="subsection"> 2.56.2 Description </h3>
 
 <p>Use the following command to produce translation files based:
@@ -156,11 +156,11 @@ a sum of 18 images around.
 <tt>`trunk/Identity'</tt> structure and render them. 
 </p>
 <ul class="toc">
-<li> See section <a href="repository_46.html#SEC230">The <tt>`trunk/Identity/Themes/Motifs/Modern/Distro/Anaconda/Progress'</tt> Directory</a>.
+<li> See section <a href="repository_46.html#SEC228">The <tt>`trunk/Identity/Themes/Motifs/Modern/Distro/Anaconda/Progress'</tt> Directory</a>.
 </li></ul>
 
 
-<a name="SEC306"></a>
+<a name="SEC304"></a>
 <h3 class="subsection"> 2.56.3 Usage </h3>
 
 <p>Translation rendering is described in <samp>`trunk/Translations'</samp>
@@ -168,21 +168,21 @@ documentation entry (-- <strong>Removed</strong>(pxref:trunk Translations) --).
 </p>
 
 
-<a name="SEC307"></a>
+<a name="SEC305"></a>
 <h3 class="subsection"> 2.56.4 See also </h3>
 
 
 <table cellpadding="1" cellspacing="1" border="0">
-<tr><td valign="middle" align="left">[<a href="#SEC306" title="Previous section in reading order"> &lt; </a>]</td>
-<td valign="middle" align="left">[<a href="repository_61.html#SEC308" title="Next section in reading order"> &gt; </a>]</td>
+<tr><td valign="middle" align="left">[<a href="#SEC304" title="Previous section in reading order"> &lt; </a>]</td>
+<td valign="middle" align="left">[<a href="repository_61.html#SEC306" title="Next section in reading order"> &gt; </a>]</td>
 <td valign="middle" align="left"> &nbsp; </td>
 <td valign="middle" align="left">[<a href="repository_4.html#SEC4" title="Beginning of this chapter or previous chapter"> &lt;&lt; </a>]</td>
-<td valign="middle" align="left">[<a href="#SEC303" title="Up section"> Up </a>]</td>
-<td valign="middle" align="left">[<a href="repository_79.html#SEC416" title="Next chapter"> &gt;&gt; </a>]</td>
+<td valign="middle" align="left">[<a href="#SEC301" title="Up section"> Up </a>]</td>
+<td valign="middle" align="left">[<a href="repository_79.html#SEC414" title="Next chapter"> &gt;&gt; </a>]</td>
 </tr></table>
 <p>
  <font size="-1">
-  This document was generated on <i>March, 8 2011</i> using <a class="www" href="http://texi2html.cvshome.org/"><i>texi2html 1.76</i></a>.
+  This document was generated on <i>March, 9 2011</i> using <a class="www" href="http://texi2html.cvshome.org/"><i>texi2html 1.76</i></a>.
  </font>
  <br>
 
diff --git a/Manual/repository-html/repository_61.html b/Manual/repository-html/repository_61.html
index db4e37d..3690cdf 100644
--- a/Manual/repository-html/repository_61.html
+++ b/Manual/repository-html/repository_61.html
@@ -12,7 +12,7 @@ Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A
 copy of the license is included in the section entitled GNU Free
 Documentation License.  
 -->
-<!-- Created on March, 8 2011 by texi2html 1.76 -->
+<!-- Created on March, 9 2011 by texi2html 1.76 -->
 <!--
 Written by: Lionel Cons <Lionel.Cons@cern.ch> (original author)
             Karl Berry  <karl@freefriends.org>
@@ -55,27 +55,27 @@ ul.toc {list-style: none}
 <body lang="en" bgcolor="#FFFFFF" text="#000000" link="#0000FF" vlink="#800080" alink="#FF0000">
 
 <table cellpadding="1" cellspacing="1" border="0">
-<tr><td valign="middle" align="left">[<a href="repository_60.html#SEC307" title="Previous section in reading order"> &lt; </a>]</td>
-<td valign="middle" align="left">[<a href="#SEC309" title="Next section in reading order"> &gt; </a>]</td>
+<tr><td valign="middle" align="left">[<a href="repository_60.html#SEC305" title="Previous section in reading order"> &lt; </a>]</td>
+<td valign="middle" align="left">[<a href="#SEC307" title="Next section in reading order"> &gt; </a>]</td>
 <td valign="middle" align="left"> &nbsp; </td>
 <td valign="middle" align="left">[<a href="repository_4.html#SEC4" title="Beginning of this chapter or previous chapter"> &lt;&lt; </a>]</td>
 <td valign="middle" align="left">[<a href="repository_4.html#SEC4" title="Up section"> Up </a>]</td>
-<td valign="middle" align="left">[<a href="repository_79.html#SEC416" title="Next chapter"> &gt;&gt; </a>]</td>
+<td valign="middle" align="left">[<a href="repository_79.html#SEC414" 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_79.html#SEC416" title="Index">Index</a>]</td>
+<td valign="middle" align="left">[<a href="repository_79.html#SEC414" 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="Filesystem-trunk-Locales-Identity-Widgets"></a>
-<a name="SEC308"></a>
+<a name="SEC306"></a>
 <h2 class="section"> 2.57 The <tt>`trunk/Locales/Identity/Widgets'</tt> Directory </h2>
 
 
-<a name="SEC309"></a>
+<a name="SEC307"></a>
 <h3 class="subsection"> 2.57.1 Goals </h3>
 
 <ul class="toc">
@@ -83,7 +83,7 @@ ul.toc {list-style: none}
 </li></ul>
 
 
-<a name="SEC310"></a>
+<a name="SEC308"></a>
 <h3 class="subsection"> 2.57.2 Description </h3>
 
 <ul class="toc">
@@ -91,7 +91,7 @@ ul.toc {list-style: none}
 </li></ul>
 
 
-<a name="SEC311"></a>
+<a name="SEC309"></a>
 <h3 class="subsection"> 2.57.3 Usage </h3>
 
 <ul class="toc">
@@ -99,22 +99,22 @@ ul.toc {list-style: none}
 </li></ul>
 
 
-<a name="SEC312"></a>
+<a name="SEC310"></a>
 <h3 class="subsection"> 2.57.4 See also </h3>
 
 
 
 <table cellpadding="1" cellspacing="1" border="0">
-<tr><td valign="middle" align="left">[<a href="#SEC311" title="Previous section in reading order"> &lt; </a>]</td>
-<td valign="middle" align="left">[<a href="repository_62.html#SEC313" title="Next section in reading order"> &gt; </a>]</td>
+<tr><td valign="middle" align="left">[<a href="#SEC309" title="Previous section in reading order"> &lt; </a>]</td>
+<td valign="middle" align="left">[<a href="repository_62.html#SEC311" title="Next section in reading order"> &gt; </a>]</td>
 <td valign="middle" align="left"> &nbsp; </td>
 <td valign="middle" align="left">[<a href="repository_4.html#SEC4" title="Beginning of this chapter or previous chapter"> &lt;&lt; </a>]</td>
-<td valign="middle" align="left">[<a href="#SEC308" title="Up section"> Up </a>]</td>
-<td valign="middle" align="left">[<a href="repository_79.html#SEC416" title="Next chapter"> &gt;&gt; </a>]</td>
+<td valign="middle" align="left">[<a href="#SEC306" title="Up section"> Up </a>]</td>
+<td valign="middle" align="left">[<a href="repository_79.html#SEC414" title="Next chapter"> &gt;&gt; </a>]</td>
 </tr></table>
 <p>
  <font size="-1">
-  This document was generated on <i>March, 8 2011</i> using <a class="www" href="http://texi2html.cvshome.org/"><i>texi2html 1.76</i></a>.
+  This document was generated on <i>March, 9 2011</i> using <a class="www" href="http://texi2html.cvshome.org/"><i>texi2html 1.76</i></a>.
  </font>
  <br>
 
diff --git a/Manual/repository-html/repository_62.html b/Manual/repository-html/repository_62.html
index 4c0e248..25f16bd 100644
--- a/Manual/repository-html/repository_62.html
+++ b/Manual/repository-html/repository_62.html
@@ -12,7 +12,7 @@ Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A
 copy of the license is included in the section entitled GNU Free
 Documentation License.  
 -->
-<!-- Created on March, 8 2011 by texi2html 1.76 -->
+<!-- Created on March, 9 2011 by texi2html 1.76 -->
 <!--
 Written by: Lionel Cons <Lionel.Cons@cern.ch> (original author)
             Karl Berry  <karl@freefriends.org>
@@ -55,27 +55,27 @@ ul.toc {list-style: none}
 <body lang="en" bgcolor="#FFFFFF" text="#000000" link="#0000FF" vlink="#800080" alink="#FF0000">
 
 <table cellpadding="1" cellspacing="1" border="0">
-<tr><td valign="middle" align="left">[<a href="repository_61.html#SEC312" title="Previous section in reading order"> &lt; </a>]</td>
-<td valign="middle" align="left">[<a href="#SEC314" title="Next section in reading order"> &gt; </a>]</td>
+<tr><td valign="middle" align="left">[<a href="repository_61.html#SEC310" title="Previous section in reading order"> &lt; </a>]</td>
+<td valign="middle" align="left">[<a href="#SEC312" title="Next section in reading order"> &gt; </a>]</td>
 <td valign="middle" align="left"> &nbsp; </td>
 <td valign="middle" align="left">[<a href="repository_4.html#SEC4" title="Beginning of this chapter or previous chapter"> &lt;&lt; </a>]</td>
 <td valign="middle" align="left">[<a href="repository_4.html#SEC4" title="Up section"> Up </a>]</td>
-<td valign="middle" align="left">[<a href="repository_79.html#SEC416" title="Next chapter"> &gt;&gt; </a>]</td>
+<td valign="middle" align="left">[<a href="repository_79.html#SEC414" 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_79.html#SEC416" title="Index">Index</a>]</td>
+<td valign="middle" align="left">[<a href="repository_79.html#SEC414" 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="Filesystem-trunk-Manual"></a>
-<a name="SEC313"></a>
+<a name="SEC311"></a>
 <h2 class="section"> 2.58 The <tt>`trunk/Manual'</tt> Directory </h2>
 
 
-<a name="SEC314"></a>
+<a name="SEC312"></a>
 <h3 class="subsection"> 2.58.1 Goals </h3>
 
 <ul class="toc">
@@ -83,7 +83,7 @@ ul.toc {list-style: none}
 </li></ul>
 
 
-<a name="SEC315"></a>
+<a name="SEC313"></a>
 <h3 class="subsection"> 2.58.2 Description </h3>
 
 <ul class="toc">
@@ -91,7 +91,7 @@ ul.toc {list-style: none}
 </li></ul>
 
 
-<a name="SEC316"></a>
+<a name="SEC314"></a>
 <h3 class="subsection"> 2.58.3 Usage </h3>
 
 <ul class="toc">
@@ -99,22 +99,22 @@ ul.toc {list-style: none}
 </li></ul>
 
 
-<a name="SEC317"></a>
+<a name="SEC315"></a>
 <h3 class="subsection"> 2.58.4 See also </h3>
 
 
 
 <table cellpadding="1" cellspacing="1" border="0">
-<tr><td valign="middle" align="left">[<a href="#SEC316" title="Previous section in reading order"> &lt; </a>]</td>
-<td valign="middle" align="left">[<a href="repository_63.html#SEC318" title="Next section in reading order"> &gt; </a>]</td>
+<tr><td valign="middle" align="left">[<a href="#SEC314" title="Previous section in reading order"> &lt; </a>]</td>
+<td valign="middle" align="left">[<a href="repository_63.html#SEC316" title="Next section in reading order"> &gt; </a>]</td>
 <td valign="middle" align="left"> &nbsp; </td>
 <td valign="middle" align="left">[<a href="repository_4.html#SEC4" title="Beginning of this chapter or previous chapter"> &lt;&lt; </a>]</td>
-<td valign="middle" align="left">[<a href="#SEC313" title="Up section"> Up </a>]</td>
-<td valign="middle" align="left">[<a href="repository_79.html#SEC416" title="Next chapter"> &gt;&gt; </a>]</td>
+<td valign="middle" align="left">[<a href="#SEC311" title="Up section"> Up </a>]</td>
+<td valign="middle" align="left">[<a href="repository_79.html#SEC414" title="Next chapter"> &gt;&gt; </a>]</td>
 </tr></table>
 <p>
  <font size="-1">
-  This document was generated on <i>March, 8 2011</i> using <a class="www" href="http://texi2html.cvshome.org/"><i>texi2html 1.76</i></a>.
+  This document was generated on <i>March, 9 2011</i> using <a class="www" href="http://texi2html.cvshome.org/"><i>texi2html 1.76</i></a>.
  </font>
  <br>
 
diff --git a/Manual/repository-html/repository_63.html b/Manual/repository-html/repository_63.html
index 4eb3095..3dc2fbf 100644
--- a/Manual/repository-html/repository_63.html
+++ b/Manual/repository-html/repository_63.html
@@ -12,7 +12,7 @@ Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A
 copy of the license is included in the section entitled GNU Free
 Documentation License.  
 -->
-<!-- Created on March, 8 2011 by texi2html 1.76 -->
+<!-- Created on March, 9 2011 by texi2html 1.76 -->
 <!--
 Written by: Lionel Cons <Lionel.Cons@cern.ch> (original author)
             Karl Berry  <karl@freefriends.org>
@@ -55,27 +55,27 @@ ul.toc {list-style: none}
 <body lang="en" bgcolor="#FFFFFF" text="#000000" link="#0000FF" vlink="#800080" alink="#FF0000">
 
 <table cellpadding="1" cellspacing="1" border="0">
-<tr><td valign="middle" align="left">[<a href="repository_62.html#SEC317" title="Previous section in reading order"> &lt; </a>]</td>
-<td valign="middle" align="left">[<a href="#SEC319" title="Next section in reading order"> &gt; </a>]</td>
+<tr><td valign="middle" align="left">[<a href="repository_62.html#SEC315" title="Previous section in reading order"> &lt; </a>]</td>
+<td valign="middle" align="left">[<a href="#SEC317" title="Next section in reading order"> &gt; </a>]</td>
 <td valign="middle" align="left"> &nbsp; </td>
 <td valign="middle" align="left">[<a href="repository_4.html#SEC4" title="Beginning of this chapter or previous chapter"> &lt;&lt; </a>]</td>
 <td valign="middle" align="left">[<a href="repository_4.html#SEC4" title="Up section"> Up </a>]</td>
-<td valign="middle" align="left">[<a href="repository_79.html#SEC416" title="Next chapter"> &gt;&gt; </a>]</td>
+<td valign="middle" align="left">[<a href="repository_79.html#SEC414" 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_79.html#SEC416" title="Index">Index</a>]</td>
+<td valign="middle" align="left">[<a href="repository_79.html#SEC414" 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="Filesystem-trunk-Manuals"></a>
-<a name="SEC318"></a>
+<a name="SEC316"></a>
 <h2 class="section"> 2.59 The <tt>`trunk/Manuals'</tt> Directory </h2>
 
 
-<a name="SEC319"></a>
+<a name="SEC317"></a>
 <h3 class="subsection"> 2.59.1 Goals </h3>
 
 <ul class="toc">
@@ -83,7 +83,7 @@ ul.toc {list-style: none}
 </li></ul>
 
 
-<a name="SEC320"></a>
+<a name="SEC318"></a>
 <h3 class="subsection"> 2.59.2 Description </h3>
 
 <ul class="toc">
@@ -91,7 +91,7 @@ ul.toc {list-style: none}
 </li></ul>
 
 
-<a name="SEC321"></a>
+<a name="SEC319"></a>
 <h3 class="subsection"> 2.59.3 Usage </h3>
 
 <ul class="toc">
@@ -99,22 +99,22 @@ ul.toc {list-style: none}
 </li></ul>
 
 
-<a name="SEC322"></a>
+<a name="SEC320"></a>
 <h3 class="subsection"> 2.59.4 See also </h3>
 
 
 
 <table cellpadding="1" cellspacing="1" border="0">
-<tr><td valign="middle" align="left">[<a href="#SEC321" title="Previous section in reading order"> &lt; </a>]</td>
-<td valign="middle" align="left">[<a href="repository_64.html#SEC323" title="Next section in reading order"> &gt; </a>]</td>
+<tr><td valign="middle" align="left">[<a href="#SEC319" title="Previous section in reading order"> &lt; </a>]</td>
+<td valign="middle" align="left">[<a href="repository_64.html#SEC321" title="Next section in reading order"> &gt; </a>]</td>
 <td valign="middle" align="left"> &nbsp; </td>
 <td valign="middle" align="left">[<a href="repository_4.html#SEC4" title="Beginning of this chapter or previous chapter"> &lt;&lt; </a>]</td>
-<td valign="middle" align="left">[<a href="#SEC318" title="Up section"> Up </a>]</td>
-<td valign="middle" align="left">[<a href="repository_79.html#SEC416" title="Next chapter"> &gt;&gt; </a>]</td>
+<td valign="middle" align="left">[<a href="#SEC316" title="Up section"> Up </a>]</td>
+<td valign="middle" align="left">[<a href="repository_79.html#SEC414" title="Next chapter"> &gt;&gt; </a>]</td>
 </tr></table>
 <p>
  <font size="-1">
-  This document was generated on <i>March, 8 2011</i> using <a class="www" href="http://texi2html.cvshome.org/"><i>texi2html 1.76</i></a>.
+  This document was generated on <i>March, 9 2011</i> using <a class="www" href="http://texi2html.cvshome.org/"><i>texi2html 1.76</i></a>.
  </font>
  <br>
 
diff --git a/Manual/repository-html/repository_64.html b/Manual/repository-html/repository_64.html
index bb2dcc5..e275d3d 100644
--- a/Manual/repository-html/repository_64.html
+++ b/Manual/repository-html/repository_64.html
@@ -12,7 +12,7 @@ Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A
 copy of the license is included in the section entitled GNU Free
 Documentation License.  
 -->
-<!-- Created on March, 8 2011 by texi2html 1.76 -->
+<!-- Created on March, 9 2011 by texi2html 1.76 -->
 <!--
 Written by: Lionel Cons <Lionel.Cons@cern.ch> (original author)
             Karl Berry  <karl@freefriends.org>
@@ -55,27 +55,27 @@ ul.toc {list-style: none}
 <body lang="en" bgcolor="#FFFFFF" text="#000000" link="#0000FF" vlink="#800080" alink="#FF0000">
 
 <table cellpadding="1" cellspacing="1" border="0">
-<tr><td valign="middle" align="left">[<a href="repository_63.html#SEC322" title="Previous section in reading order"> &lt; </a>]</td>
-<td valign="middle" align="left">[<a href="#SEC324" title="Next section in reading order"> &gt; </a>]</td>
+<tr><td valign="middle" align="left">[<a href="repository_63.html#SEC320" title="Previous section in reading order"> &lt; </a>]</td>
+<td valign="middle" align="left">[<a href="#SEC322" title="Next section in reading order"> &gt; </a>]</td>
 <td valign="middle" align="left"> &nbsp; </td>
 <td valign="middle" align="left">[<a href="repository_4.html#SEC4" title="Beginning of this chapter or previous chapter"> &lt;&lt; </a>]</td>
 <td valign="middle" align="left">[<a href="repository_4.html#SEC4" title="Up section"> Up </a>]</td>
-<td valign="middle" align="left">[<a href="repository_79.html#SEC416" title="Next chapter"> &gt;&gt; </a>]</td>
+<td valign="middle" align="left">[<a href="repository_79.html#SEC414" 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_79.html#SEC416" title="Index">Index</a>]</td>
+<td valign="middle" align="left">[<a href="repository_79.html#SEC414" 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="Filesystem-trunk-Scripts"></a>
-<a name="SEC323"></a>
+<a name="SEC321"></a>
 <h2 class="section"> 2.60 The <tt>`trunk/Scripts'</tt> Directory </h2>
 
 
-<a name="SEC324"></a>
+<a name="SEC322"></a>
 <h3 class="subsection"> 2.60.1 Goals </h3>
 
 <p>The <tt>`trunk/Scripts'</tt> directory exists to:
@@ -86,7 +86,7 @@ programming language.
 </li></ul>
 
 
-<a name="SEC325"></a>
+<a name="SEC323"></a>
 <h3 class="subsection"> 2.60.2 Description </h3>
 
 <ul class="toc">
@@ -94,7 +94,7 @@ programming language.
 </li></ul>
 
 
-<a name="SEC326"></a>
+<a name="SEC324"></a>
 <h3 class="subsection"> 2.60.3 Usage </h3>
 
 <ul class="toc">
@@ -102,22 +102,22 @@ programming language.
 </li></ul>
 
 
-<a name="SEC327"></a>
+<a name="SEC325"></a>
 <h3 class="subsection"> 2.60.4 See also </h3>
 
 
 
 <table cellpadding="1" cellspacing="1" border="0">
-<tr><td valign="middle" align="left">[<a href="#SEC326" title="Previous section in reading order"> &lt; </a>]</td>
-<td valign="middle" align="left">[<a href="repository_65.html#SEC328" title="Next section in reading order"> &gt; </a>]</td>
+<tr><td valign="middle" align="left">[<a href="#SEC324" title="Previous section in reading order"> &lt; </a>]</td>
+<td valign="middle" align="left">[<a href="repository_65.html#SEC326" title="Next section in reading order"> &gt; </a>]</td>
 <td valign="middle" align="left"> &nbsp; </td>
 <td valign="middle" align="left">[<a href="repository_4.html#SEC4" title="Beginning of this chapter or previous chapter"> &lt;&lt; </a>]</td>
-<td valign="middle" align="left">[<a href="#SEC323" title="Up section"> Up </a>]</td>
-<td valign="middle" align="left">[<a href="repository_79.html#SEC416" title="Next chapter"> &gt;&gt; </a>]</td>
+<td valign="middle" align="left">[<a href="#SEC321" title="Up section"> Up </a>]</td>
+<td valign="middle" align="left">[<a href="repository_79.html#SEC414" title="Next chapter"> &gt;&gt; </a>]</td>
 </tr></table>
 <p>
  <font size="-1">
-  This document was generated on <i>March, 8 2011</i> using <a class="www" href="http://texi2html.cvshome.org/"><i>texi2html 1.76</i></a>.
+  This document was generated on <i>March, 9 2011</i> using <a class="www" href="http://texi2html.cvshome.org/"><i>texi2html 1.76</i></a>.
  </font>
  <br>
 
diff --git a/Manual/repository-html/repository_65.html b/Manual/repository-html/repository_65.html
index 9a9c19e..e289cb4 100644
--- a/Manual/repository-html/repository_65.html
+++ b/Manual/repository-html/repository_65.html
@@ -12,7 +12,7 @@ Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A
 copy of the license is included in the section entitled GNU Free
 Documentation License.  
 -->
-<!-- Created on March, 8 2011 by texi2html 1.76 -->
+<!-- Created on March, 9 2011 by texi2html 1.76 -->
 <!--
 Written by: Lionel Cons <Lionel.Cons@cern.ch> (original author)
             Karl Berry  <karl@freefriends.org>
@@ -55,27 +55,27 @@ ul.toc {list-style: none}
 <body lang="en" bgcolor="#FFFFFF" text="#000000" link="#0000FF" vlink="#800080" alink="#FF0000">
 
 <table cellpadding="1" cellspacing="1" border="0">
-<tr><td valign="middle" align="left">[<a href="repository_64.html#SEC327" title="Previous section in reading order"> &lt; </a>]</td>
-<td valign="middle" align="left">[<a href="#SEC329" title="Next section in reading order"> &gt; </a>]</td>
+<tr><td valign="middle" align="left">[<a href="repository_64.html#SEC325" title="Previous section in reading order"> &lt; </a>]</td>
+<td valign="middle" align="left">[<a href="#SEC327" title="Next section in reading order"> &gt; </a>]</td>
 <td valign="middle" align="left"> &nbsp; </td>
 <td valign="middle" align="left">[<a href="repository_4.html#SEC4" title="Beginning of this chapter or previous chapter"> &lt;&lt; </a>]</td>
 <td valign="middle" align="left">[<a href="repository_4.html#SEC4" title="Up section"> Up </a>]</td>
-<td valign="middle" align="left">[<a href="repository_79.html#SEC416" title="Next chapter"> &gt;&gt; </a>]</td>
+<td valign="middle" align="left">[<a href="repository_79.html#SEC414" 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_79.html#SEC416" title="Index">Index</a>]</td>
+<td valign="middle" align="left">[<a href="repository_79.html#SEC414" 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="Filesystem-trunk-Scripts-Bash"></a>
-<a name="SEC328"></a>
+<a name="SEC326"></a>
 <h2 class="section"> 2.61 The <tt>`trunk/Scripts/Bash'</tt> Directory </h2>
 
 
-<a name="SEC329"></a>
+<a name="SEC327"></a>
 <h3 class="subsection"> 2.61.1 Goals </h3>
 
 <p>The <tt>`trunk/Scripts/Bash'</tt> directory exists to organize the trunk
@@ -84,7 +84,7 @@ development line of <tt>`centos-art.sh'</tt> automation script.  The
 working copy of CentOS Artwork Repository.
 </p>
 
-<a name="SEC330"></a>
+<a name="SEC328"></a>
 <h3 class="subsection"> 2.61.2 Description </h3>
 
 <p>The best way to understand <tt>`centos-art.sh'</tt> automation script is
@@ -218,7 +218,7 @@ variables and functions defined inside function environment.
 </strong>
 </p>
 
-<a name="SEC331"></a>
+<a name="SEC329"></a>
 <h3 class="subsection"> 2.61.3 Usage </h3>
 
 <p>The <tt>`centos-art.sh'</tt> script usage information is described inside
@@ -226,26 +226,26 @@ each specific function documentation (-- <strong>Removed</strong>(pxref:trunk Sc
 Functions) --).
 </p>
 
-<a name="SEC332"></a>
+<a name="SEC330"></a>
 <h3 class="subsection"> 2.61.4 See also </h3>
 
 <table class="menu" border="0" cellspacing="0">
-<tr><td align="left" valign="top"><a href="repository_64.html#SEC323">2.60 The <tt>`trunk/Scripts'</tt> Directory</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
+<tr><td align="left" valign="top"><a href="repository_64.html#SEC321">2.60 The <tt>`trunk/Scripts'</tt> Directory</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
 </td></tr>
 </table>
 
 
 <table cellpadding="1" cellspacing="1" border="0">
-<tr><td valign="middle" align="left">[<a href="#SEC331" title="Previous section in reading order"> &lt; </a>]</td>
-<td valign="middle" align="left">[<a href="repository_66.html#SEC333" title="Next section in reading order"> &gt; </a>]</td>
+<tr><td valign="middle" align="left">[<a href="#SEC329" title="Previous section in reading order"> &lt; </a>]</td>
+<td valign="middle" align="left">[<a href="repository_66.html#SEC331" title="Next section in reading order"> &gt; </a>]</td>
 <td valign="middle" align="left"> &nbsp; </td>
 <td valign="middle" align="left">[<a href="repository_4.html#SEC4" title="Beginning of this chapter or previous chapter"> &lt;&lt; </a>]</td>
-<td valign="middle" align="left">[<a href="#SEC328" title="Up section"> Up </a>]</td>
-<td valign="middle" align="left">[<a href="repository_79.html#SEC416" title="Next chapter"> &gt;&gt; </a>]</td>
+<td valign="middle" align="left">[<a href="#SEC326" title="Up section"> Up </a>]</td>
+<td valign="middle" align="left">[<a href="repository_79.html#SEC414" title="Next chapter"> &gt;&gt; </a>]</td>
 </tr></table>
 <p>
  <font size="-1">
-  This document was generated on <i>March, 8 2011</i> using <a class="www" href="http://texi2html.cvshome.org/"><i>texi2html 1.76</i></a>.
+  This document was generated on <i>March, 9 2011</i> using <a class="www" href="http://texi2html.cvshome.org/"><i>texi2html 1.76</i></a>.
  </font>
  <br>
 
diff --git a/Manual/repository-html/repository_66.html b/Manual/repository-html/repository_66.html
index 6846982..d1af9b0 100644
--- a/Manual/repository-html/repository_66.html
+++ b/Manual/repository-html/repository_66.html
@@ -12,7 +12,7 @@ Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A
 copy of the license is included in the section entitled GNU Free
 Documentation License.  
 -->
-<!-- Created on March, 8 2011 by texi2html 1.76 -->
+<!-- Created on March, 9 2011 by texi2html 1.76 -->
 <!--
 Written by: Lionel Cons <Lionel.Cons@cern.ch> (original author)
             Karl Berry  <karl@freefriends.org>
@@ -55,38 +55,38 @@ ul.toc {list-style: none}
 <body lang="en" bgcolor="#FFFFFF" text="#000000" link="#0000FF" vlink="#800080" alink="#FF0000">
 
 <table cellpadding="1" cellspacing="1" border="0">
-<tr><td valign="middle" align="left">[<a href="repository_65.html#SEC332" title="Previous section in reading order"> &lt; </a>]</td>
-<td valign="middle" align="left">[<a href="repository_67.html#SEC334" title="Next section in reading order"> &gt; </a>]</td>
+<tr><td valign="middle" align="left">[<a href="repository_65.html#SEC330" title="Previous section in reading order"> &lt; </a>]</td>
+<td valign="middle" align="left">[<a href="repository_67.html#SEC332" title="Next section in reading order"> &gt; </a>]</td>
 <td valign="middle" align="left"> &nbsp; </td>
 <td valign="middle" align="left">[<a href="repository_4.html#SEC4" title="Beginning of this chapter or previous chapter"> &lt;&lt; </a>]</td>
 <td valign="middle" align="left">[<a href="repository_4.html#SEC4" title="Up section"> Up </a>]</td>
-<td valign="middle" align="left">[<a href="repository_79.html#SEC416" title="Next chapter"> &gt;&gt; </a>]</td>
+<td valign="middle" align="left">[<a href="repository_79.html#SEC414" 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_79.html#SEC416" title="Index">Index</a>]</td>
+<td valign="middle" align="left">[<a href="repository_79.html#SEC414" 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="Filesystem-trunk-Scripts-Bash-Cli"></a>
-<a name="SEC333"></a>
+<a name="SEC331"></a>
 <h2 class="section"> 2.62 The <tt>`trunk/Scripts/Bash/Cli'</tt> Directory </h2>
 
 
 
 <table cellpadding="1" cellspacing="1" border="0">
-<tr><td valign="middle" align="left">[<a href="repository_65.html#SEC332" title="Previous section in reading order"> &lt; </a>]</td>
-<td valign="middle" align="left">[<a href="repository_67.html#SEC334" title="Next section in reading order"> &gt; </a>]</td>
+<tr><td valign="middle" align="left">[<a href="repository_65.html#SEC330" title="Previous section in reading order"> &lt; </a>]</td>
+<td valign="middle" align="left">[<a href="repository_67.html#SEC332" title="Next section in reading order"> &gt; </a>]</td>
 <td valign="middle" align="left"> &nbsp; </td>
 <td valign="middle" align="left">[<a href="repository_4.html#SEC4" title="Beginning of this chapter or previous chapter"> &lt;&lt; </a>]</td>
 <td valign="middle" align="left">[<a href="repository_4.html#SEC4" title="Up section"> Up </a>]</td>
-<td valign="middle" align="left">[<a href="repository_79.html#SEC416" title="Next chapter"> &gt;&gt; </a>]</td>
+<td valign="middle" align="left">[<a href="repository_79.html#SEC414" title="Next chapter"> &gt;&gt; </a>]</td>
 </tr></table>
 <p>
  <font size="-1">
-  This document was generated on <i>March, 8 2011</i> using <a class="www" href="http://texi2html.cvshome.org/"><i>texi2html 1.76</i></a>.
+  This document was generated on <i>March, 9 2011</i> using <a class="www" href="http://texi2html.cvshome.org/"><i>texi2html 1.76</i></a>.
  </font>
  <br>
 
diff --git a/Manual/repository-html/repository_67.html b/Manual/repository-html/repository_67.html
index ebcd1c3..27ee5f1 100644
--- a/Manual/repository-html/repository_67.html
+++ b/Manual/repository-html/repository_67.html
@@ -12,7 +12,7 @@ Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A
 copy of the license is included in the section entitled GNU Free
 Documentation License.  
 -->
-<!-- Created on March, 8 2011 by texi2html 1.76 -->
+<!-- Created on March, 9 2011 by texi2html 1.76 -->
 <!--
 Written by: Lionel Cons <Lionel.Cons@cern.ch> (original author)
             Karl Berry  <karl@freefriends.org>
@@ -55,34 +55,34 @@ ul.toc {list-style: none}
 <body lang="en" bgcolor="#FFFFFF" text="#000000" link="#0000FF" vlink="#800080" alink="#FF0000">
 
 <table cellpadding="1" cellspacing="1" border="0">
-<tr><td valign="middle" align="left">[<a href="repository_66.html#SEC333" title="Previous section in reading order"> &lt; </a>]</td>
-<td valign="middle" align="left">[<a href="#SEC335" title="Next section in reading order"> &gt; </a>]</td>
+<tr><td valign="middle" align="left">[<a href="repository_66.html#SEC331" title="Previous section in reading order"> &lt; </a>]</td>
+<td valign="middle" align="left">[<a href="#SEC333" title="Next section in reading order"> &gt; </a>]</td>
 <td valign="middle" align="left"> &nbsp; </td>
 <td valign="middle" align="left">[<a href="repository_4.html#SEC4" title="Beginning of this chapter or previous chapter"> &lt;&lt; </a>]</td>
 <td valign="middle" align="left">[<a href="repository_4.html#SEC4" title="Up section"> Up </a>]</td>
-<td valign="middle" align="left">[<a href="repository_79.html#SEC416" title="Next chapter"> &gt;&gt; </a>]</td>
+<td valign="middle" align="left">[<a href="repository_79.html#SEC414" 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_79.html#SEC416" title="Index">Index</a>]</td>
+<td valign="middle" align="left">[<a href="repository_79.html#SEC414" 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="Filesystem-trunk-Scripts-Bash-Cli-Functions"></a>
-<a name="SEC334"></a>
+<a name="SEC332"></a>
 <h2 class="section"> 2.63 The <tt>`trunk/Scripts/Bash/Cli/Functions'</tt> Directory </h2>
 
 
-<a name="SEC335"></a>
+<a name="SEC333"></a>
 <h3 class="subsection"> 2.63.1 Goals </h3>
 
 <p>The <tt>`trunk/Scripts/Bash/Functions'</tt> directory exists to organize
 <tt>`centos-art.sh'</tt> specific functionalities.
 </p>
 
-<a name="SEC336"></a>
+<a name="SEC334"></a>
 <h3 class="subsection"> 2.63.2 Description </h3>
 
 <p>The specific functions of <tt>`centos-art.sh'</tt> script are designed
@@ -362,11 +362,11 @@ script specific functionalities.
 <tt>`centos-art.sh'</tt> script yet. Would you like to create it?
 </p>
 
-<a name="SEC337"></a>
+<a name="SEC335"></a>
 <h3 class="subsection"> 2.63.3 Usage </h3>
 
 
-<a name="SEC338"></a>
+<a name="SEC336"></a>
 <h4 class="subsubsection"> 2.63.3.1 Global variables </h4>
 
 <p>The following global variables of <tt>`centos-art.sh'</tt> script, are
@@ -596,7 +596,7 @@ following values are recognized by <tt>`centos-art.sh'</tt> script:
 </p></dd></dl>
 
 
-<a name="SEC339"></a>
+<a name="SEC337"></a>
 <h4 class="subsubsection"> 2.63.3.2 Global functions </h4>
 
 <p>Function scripts stored directly under
@@ -1321,7 +1321,7 @@ information from <tt>`centos-art.sh'</tt> script.
 </dd></dl>
 
 
-<a name="SEC340"></a>
+<a name="SEC338"></a>
 <h4 class="subsubsection"> 2.63.3.3 Specific functions </h4>
 
 <p>The following specific functions of <tt>`centos-art.sh'</tt> script, are
@@ -1329,26 +1329,26 @@ available for you to use:
 </p>
 
 
-<a name="SEC341"></a>
+<a name="SEC339"></a>
 <h3 class="subsection"> 2.63.4 See also </h3>
 
 <table class="menu" border="0" cellspacing="0">
-<tr><td align="left" valign="top"><a href="repository_65.html#SEC328">2.61 The <tt>`trunk/Scripts/Bash'</tt> Directory</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
+<tr><td align="left" valign="top"><a href="repository_65.html#SEC326">2.61 The <tt>`trunk/Scripts/Bash'</tt> Directory</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
 </td></tr>
 </table>
 
 
 <table cellpadding="1" cellspacing="1" border="0">
-<tr><td valign="middle" align="left">[<a href="#SEC340" title="Previous section in reading order"> &lt; </a>]</td>
-<td valign="middle" align="left">[<a href="repository_68.html#SEC342" title="Next section in reading order"> &gt; </a>]</td>
+<tr><td valign="middle" align="left">[<a href="#SEC338" title="Previous section in reading order"> &lt; </a>]</td>
+<td valign="middle" align="left">[<a href="repository_68.html#SEC340" title="Next section in reading order"> &gt; </a>]</td>
 <td valign="middle" align="left"> &nbsp; </td>
 <td valign="middle" align="left">[<a href="repository_4.html#SEC4" title="Beginning of this chapter or previous chapter"> &lt;&lt; </a>]</td>
-<td valign="middle" align="left">[<a href="#SEC334" title="Up section"> Up </a>]</td>
-<td valign="middle" align="left">[<a href="repository_79.html#SEC416" title="Next chapter"> &gt;&gt; </a>]</td>
+<td valign="middle" align="left">[<a href="#SEC332" title="Up section"> Up </a>]</td>
+<td valign="middle" align="left">[<a href="repository_79.html#SEC414" title="Next chapter"> &gt;&gt; </a>]</td>
 </tr></table>
 <p>
  <font size="-1">
-  This document was generated on <i>March, 8 2011</i> using <a class="www" href="http://texi2html.cvshome.org/"><i>texi2html 1.76</i></a>.
+  This document was generated on <i>March, 9 2011</i> using <a class="www" href="http://texi2html.cvshome.org/"><i>texi2html 1.76</i></a>.
  </font>
  <br>
 
diff --git a/Manual/repository-html/repository_68.html b/Manual/repository-html/repository_68.html
index dbb0c22..3291423 100644
--- a/Manual/repository-html/repository_68.html
+++ b/Manual/repository-html/repository_68.html
@@ -12,7 +12,7 @@ Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A
 copy of the license is included in the section entitled GNU Free
 Documentation License.  
 -->
-<!-- Created on March, 8 2011 by texi2html 1.76 -->
+<!-- Created on March, 9 2011 by texi2html 1.76 -->
 <!--
 Written by: Lionel Cons <Lionel.Cons@cern.ch> (original author)
             Karl Berry  <karl@freefriends.org>
@@ -55,27 +55,27 @@ ul.toc {list-style: none}
 <body lang="en" bgcolor="#FFFFFF" text="#000000" link="#0000FF" vlink="#800080" alink="#FF0000">
 
 <table cellpadding="1" cellspacing="1" border="0">
-<tr><td valign="middle" align="left">[<a href="repository_67.html#SEC341" title="Previous section in reading order"> &lt; </a>]</td>
-<td valign="middle" align="left">[<a href="#SEC343" title="Next section in reading order"> &gt; </a>]</td>
+<tr><td valign="middle" align="left">[<a href="repository_67.html#SEC339" title="Previous section in reading order"> &lt; </a>]</td>
+<td valign="middle" align="left">[<a href="#SEC341" title="Next section in reading order"> &gt; </a>]</td>
 <td valign="middle" align="left"> &nbsp; </td>
 <td valign="middle" align="left">[<a href="repository_4.html#SEC4" title="Beginning of this chapter or previous chapter"> &lt;&lt; </a>]</td>
 <td valign="middle" align="left">[<a href="repository_4.html#SEC4" title="Up section"> Up </a>]</td>
-<td valign="middle" align="left">[<a href="repository_79.html#SEC416" title="Next chapter"> &gt;&gt; </a>]</td>
+<td valign="middle" align="left">[<a href="repository_79.html#SEC414" 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_79.html#SEC416" title="Index">Index</a>]</td>
+<td valign="middle" align="left">[<a href="repository_79.html#SEC414" 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="Filesystem-trunk-Scripts-Bash-Cli-Functions-Help"></a>
-<a name="SEC342"></a>
+<a name="SEC340"></a>
 <h2 class="section"> 2.64 The <tt>`trunk/Scripts/Bash/Cli/Functions/Help'</tt> Directory </h2>
 
 
-<a name="SEC343"></a>
+<a name="SEC341"></a>
 <h3 class="subsection"> 2.64.1 Goals </h3>
 
 <ul class="toc">
@@ -83,7 +83,7 @@ ul.toc {list-style: none}
 </li></ul>
 
 
-<a name="SEC344"></a>
+<a name="SEC342"></a>
 <h3 class="subsection"> 2.64.2 Description </h3>
 
 <ul class="toc">
@@ -91,7 +91,7 @@ ul.toc {list-style: none}
 </li></ul>
 
 
-<a name="SEC345"></a>
+<a name="SEC343"></a>
 <h3 class="subsection"> 2.64.3 Usage </h3>
 
 <ul class="toc">
@@ -99,22 +99,22 @@ ul.toc {list-style: none}
 </li></ul>
 
 
-<a name="SEC346"></a>
+<a name="SEC344"></a>
 <h3 class="subsection"> 2.64.4 See also </h3>
 
 
 
 <table cellpadding="1" cellspacing="1" border="0">
-<tr><td valign="middle" align="left">[<a href="#SEC345" title="Previous section in reading order"> &lt; </a>]</td>
-<td valign="middle" align="left">[<a href="repository_69.html#SEC347" title="Next section in reading order"> &gt; </a>]</td>
+<tr><td valign="middle" align="left">[<a href="#SEC343" title="Previous section in reading order"> &lt; </a>]</td>
+<td valign="middle" align="left">[<a href="repository_69.html#SEC345" title="Next section in reading order"> &gt; </a>]</td>
 <td valign="middle" align="left"> &nbsp; </td>
 <td valign="middle" align="left">[<a href="repository_4.html#SEC4" title="Beginning of this chapter or previous chapter"> &lt;&lt; </a>]</td>
-<td valign="middle" align="left">[<a href="#SEC342" title="Up section"> Up </a>]</td>
-<td valign="middle" align="left">[<a href="repository_79.html#SEC416" title="Next chapter"> &gt;&gt; </a>]</td>
+<td valign="middle" align="left">[<a href="#SEC340" title="Up section"> Up </a>]</td>
+<td valign="middle" align="left">[<a href="repository_79.html#SEC414" title="Next chapter"> &gt;&gt; </a>]</td>
 </tr></table>
 <p>
  <font size="-1">
-  This document was generated on <i>March, 8 2011</i> using <a class="www" href="http://texi2html.cvshome.org/"><i>texi2html 1.76</i></a>.
+  This document was generated on <i>March, 9 2011</i> using <a class="www" href="http://texi2html.cvshome.org/"><i>texi2html 1.76</i></a>.
  </font>
  <br>
 
diff --git a/Manual/repository-html/repository_69.html b/Manual/repository-html/repository_69.html
index aacf3cd..30e8b19 100644
--- a/Manual/repository-html/repository_69.html
+++ b/Manual/repository-html/repository_69.html
@@ -12,7 +12,7 @@ Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A
 copy of the license is included in the section entitled GNU Free
 Documentation License.  
 -->
-<!-- Created on March, 8 2011 by texi2html 1.76 -->
+<!-- Created on March, 9 2011 by texi2html 1.76 -->
 <!--
 Written by: Lionel Cons <Lionel.Cons@cern.ch> (original author)
             Karl Berry  <karl@freefriends.org>
@@ -55,27 +55,27 @@ ul.toc {list-style: none}
 <body lang="en" bgcolor="#FFFFFF" text="#000000" link="#0000FF" vlink="#800080" alink="#FF0000">
 
 <table cellpadding="1" cellspacing="1" border="0">
-<tr><td valign="middle" align="left">[<a href="repository_68.html#SEC346" title="Previous section in reading order"> &lt; </a>]</td>
-<td valign="middle" align="left">[<a href="#SEC348" title="Next section in reading order"> &gt; </a>]</td>
+<tr><td valign="middle" align="left">[<a href="repository_68.html#SEC344" title="Previous section in reading order"> &lt; </a>]</td>
+<td valign="middle" align="left">[<a href="#SEC346" title="Next section in reading order"> &gt; </a>]</td>
 <td valign="middle" align="left"> &nbsp; </td>
 <td valign="middle" align="left">[<a href="repository_4.html#SEC4" title="Beginning of this chapter or previous chapter"> &lt;&lt; </a>]</td>
 <td valign="middle" align="left">[<a href="repository_4.html#SEC4" title="Up section"> Up </a>]</td>
-<td valign="middle" align="left">[<a href="repository_79.html#SEC416" title="Next chapter"> &gt;&gt; </a>]</td>
+<td valign="middle" align="left">[<a href="repository_79.html#SEC414" 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_79.html#SEC416" title="Index">Index</a>]</td>
+<td valign="middle" align="left">[<a href="repository_79.html#SEC414" 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="Filesystem-trunk-Scripts-Bash-Cli-Functions-Html"></a>
-<a name="SEC347"></a>
+<a name="SEC345"></a>
 <h2 class="section"> 2.65 The <tt>`trunk/Scripts/Bash/Cli/Functions/Html'</tt> Directory </h2>
 
 
-<a name="SEC348"></a>
+<a name="SEC346"></a>
 <h3 class="subsection"> 2.65.1 Goals </h3>
 
 <ul class="toc">
@@ -83,7 +83,7 @@ ul.toc {list-style: none}
 </li></ul>
 
 
-<a name="SEC349"></a>
+<a name="SEC347"></a>
 <h3 class="subsection"> 2.65.2 Description </h3>
 
 <ul class="toc">
@@ -91,7 +91,7 @@ ul.toc {list-style: none}
 </li></ul>
 
 
-<a name="SEC350"></a>
+<a name="SEC348"></a>
 <h3 class="subsection"> 2.65.3 Usage </h3>
 
 <ul class="toc">
@@ -99,22 +99,22 @@ ul.toc {list-style: none}
 </li></ul>
 
 
-<a name="SEC351"></a>
+<a name="SEC349"></a>
 <h3 class="subsection"> 2.65.4 See also </h3>
 
 
 
 <table cellpadding="1" cellspacing="1" border="0">
-<tr><td valign="middle" align="left">[<a href="#SEC350" title="Previous section in reading order"> &lt; </a>]</td>
-<td valign="middle" align="left">[<a href="repository_70.html#SEC352" title="Next section in reading order"> &gt; </a>]</td>
+<tr><td valign="middle" align="left">[<a href="#SEC348" title="Previous section in reading order"> &lt; </a>]</td>
+<td valign="middle" align="left">[<a href="repository_70.html#SEC350" title="Next section in reading order"> &gt; </a>]</td>
 <td valign="middle" align="left"> &nbsp; </td>
 <td valign="middle" align="left">[<a href="repository_4.html#SEC4" title="Beginning of this chapter or previous chapter"> &lt;&lt; </a>]</td>
-<td valign="middle" align="left">[<a href="#SEC347" title="Up section"> Up </a>]</td>
-<td valign="middle" align="left">[<a href="repository_79.html#SEC416" title="Next chapter"> &gt;&gt; </a>]</td>
+<td valign="middle" align="left">[<a href="#SEC345" title="Up section"> Up </a>]</td>
+<td valign="middle" align="left">[<a href="repository_79.html#SEC414" title="Next chapter"> &gt;&gt; </a>]</td>
 </tr></table>
 <p>
  <font size="-1">
-  This document was generated on <i>March, 8 2011</i> using <a class="www" href="http://texi2html.cvshome.org/"><i>texi2html 1.76</i></a>.
+  This document was generated on <i>March, 9 2011</i> using <a class="www" href="http://texi2html.cvshome.org/"><i>texi2html 1.76</i></a>.
  </font>
  <br>
 
diff --git a/Manual/repository-html/repository_7.html b/Manual/repository-html/repository_7.html
index cd4d15e..6ac6de7 100644
--- a/Manual/repository-html/repository_7.html
+++ b/Manual/repository-html/repository_7.html
@@ -12,7 +12,7 @@ Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A
 copy of the license is included in the section entitled GNU Free
 Documentation License.  
 -->
-<!-- Created on March, 8 2011 by texi2html 1.76 -->
+<!-- Created on March, 9 2011 by texi2html 1.76 -->
 <!--
 Written by: Lionel Cons <Lionel.Cons@cern.ch> (original author)
             Karl Berry  <karl@freefriends.org>
@@ -55,34 +55,34 @@ ul.toc {list-style: none}
 <body lang="en" bgcolor="#FFFFFF" text="#000000" link="#0000FF" vlink="#800080" alink="#FF0000">
 
 <table cellpadding="1" cellspacing="1" border="0">
-<tr><td valign="middle" align="left">[<a href="repository_6.html#SEC16" title="Previous section in reading order"> &lt; </a>]</td>
-<td valign="middle" align="left">[<a href="#SEC18" title="Next section in reading order"> &gt; </a>]</td>
+<tr><td valign="middle" align="left">[<a href="repository_6.html#SEC14" title="Previous section in reading order"> &lt; </a>]</td>
+<td valign="middle" align="left">[<a href="#SEC16" title="Next section in reading order"> &gt; </a>]</td>
 <td valign="middle" align="left"> &nbsp; </td>
 <td valign="middle" align="left">[<a href="repository_4.html#SEC4" title="Beginning of this chapter or previous chapter"> &lt;&lt; </a>]</td>
 <td valign="middle" align="left">[<a href="repository_4.html#SEC4" title="Up section"> Up </a>]</td>
-<td valign="middle" align="left">[<a href="repository_79.html#SEC416" title="Next chapter"> &gt;&gt; </a>]</td>
+<td valign="middle" align="left">[<a href="repository_79.html#SEC414" 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_79.html#SEC416" title="Index">Index</a>]</td>
+<td valign="middle" align="left">[<a href="repository_79.html#SEC414" 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="Filesystem-trunk"></a>
-<a name="SEC17"></a>
+<a name="SEC15"></a>
 <h2 class="section"> 2.3 The <tt>`trunk'</tt> Directory </h2>
 
 
-<a name="SEC18"></a>
+<a name="SEC16"></a>
 <h3 class="subsection"> 2.3.1 Goals </h3>
 
 <p>This directory implements the Subversion's trunk concept in a
 trunk, branches, tags repository structure.
 </p>
 
-<a name="SEC19"></a>
+<a name="SEC17"></a>
 <h3 class="subsection"> 2.3.2 Description </h3>
 
 <p>The <tt>`trunk/'</tt> directory structure is the main development line
@@ -102,7 +102,7 @@ the perfect place to consolidate <em>The CentOS Artwork SIG</em>. If you
 are interested in producing art works for The CentOS Project, this
 place is for you. 
 </p>
-<p>See section <a href="repository_8.html#SEC22">The <tt>`trunk/Identity'</tt> Directory</a>, for more information.
+<p>See section <a href="repository_8.html#SEC20">The <tt>`trunk/Identity'</tt> Directory</a>, for more information.
 </p>
 </dd>
 <dt> <strong>Documentation</strong></dt>
@@ -112,7 +112,7 @@ reading right now is stored in).  If you are interested on improving
 The CentOS Artwork Repository Manual, in this place you'll find the
 Texinfo documentation structure you need to work with.
 </p>
-<p>See section <a href="repository_62.html#SEC313">The <tt>`trunk/Manual'</tt> Directory</a>, for more information.
+<p>See section <a href="repository_62.html#SEC311">The <tt>`trunk/Manual'</tt> Directory</a>, for more information.
 </p>
 </dd>
 <dt> <strong>Localization</strong></dt>
@@ -122,7 +122,7 @@ Repository. This place is perfect to consolidate <em>The CentOS
 Translation SIG</em>. If you love translating, you'll find lot of messages
 waiting for you to translate here.  
 </p>
-<p>See section <a href="repository_51.html#SEC258">The <tt>`trunk/Locales'</tt> Directory</a>, for more information.
+<p>See section <a href="repository_51.html#SEC256">The <tt>`trunk/Locales'</tt> Directory</a>, for more information.
 </p>
 </dd>
 <dt> <strong>Automation</strong></dt>
@@ -132,12 +132,12 @@ tasks in the repository (e.g., image rendition, documenting directory
 structures, translating content, etc.).  If you can't resist the idea
 of automating repeatable tasks, then take a look here.
 </p>
-<p>See section <a href="repository_64.html#SEC323">The <tt>`trunk/Scripts'</tt> Directory</a>, for more information.
+<p>See section <a href="repository_64.html#SEC321">The <tt>`trunk/Scripts'</tt> Directory</a>, for more information.
 </p></dd>
 </dl>
 
 
-<a name="SEC20"></a>
+<a name="SEC18"></a>
 <h3 class="subsection"> 2.3.3 Usage </h3>
 
 <p>When we need to create branches or tags, the <tt>`trunk/'</tt> directory
@@ -204,29 +204,29 @@ supported on trunk nor branches since they do change through time.
 described above.
 </p>
 
-<a name="SEC21"></a>
+<a name="SEC19"></a>
 <h3 class="subsection"> 2.3.4 See also </h3>
 
 <table class="menu" border="0" cellspacing="0">
 <tr><td align="left" valign="top"><a href="repository_5.html#SEC5">2.1 The <tt>`branches'</tt> Directory</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
 </td></tr>
-<tr><td align="left" valign="top"><a href="repository_6.html#SEC12">2.2 The <tt>`tags'</tt> Directory</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
+<tr><td align="left" valign="top"><a href="repository_6.html#SEC10">2.2 The <tt>`tags'</tt> Directory</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
 </td></tr>
 </table>
 
 
 
 <table cellpadding="1" cellspacing="1" border="0">
-<tr><td valign="middle" align="left">[<a href="#SEC20" title="Previous section in reading order"> &lt; </a>]</td>
-<td valign="middle" align="left">[<a href="repository_8.html#SEC22" title="Next section in reading order"> &gt; </a>]</td>
+<tr><td valign="middle" align="left">[<a href="#SEC18" title="Previous section in reading order"> &lt; </a>]</td>
+<td valign="middle" align="left">[<a href="repository_8.html#SEC20" title="Next section in reading order"> &gt; </a>]</td>
 <td valign="middle" align="left"> &nbsp; </td>
 <td valign="middle" align="left">[<a href="repository_4.html#SEC4" title="Beginning of this chapter or previous chapter"> &lt;&lt; </a>]</td>
-<td valign="middle" align="left">[<a href="#SEC17" title="Up section"> Up </a>]</td>
-<td valign="middle" align="left">[<a href="repository_79.html#SEC416" title="Next chapter"> &gt;&gt; </a>]</td>
+<td valign="middle" align="left">[<a href="#SEC15" title="Up section"> Up </a>]</td>
+<td valign="middle" align="left">[<a href="repository_79.html#SEC414" title="Next chapter"> &gt;&gt; </a>]</td>
 </tr></table>
 <p>
  <font size="-1">
-  This document was generated on <i>March, 8 2011</i> using <a class="www" href="http://texi2html.cvshome.org/"><i>texi2html 1.76</i></a>.
+  This document was generated on <i>March, 9 2011</i> using <a class="www" href="http://texi2html.cvshome.org/"><i>texi2html 1.76</i></a>.
  </font>
  <br>
 
diff --git a/Manual/repository-html/repository_70.html b/Manual/repository-html/repository_70.html
index 2a76076..d0dcdbd 100644
--- a/Manual/repository-html/repository_70.html
+++ b/Manual/repository-html/repository_70.html
@@ -12,7 +12,7 @@ Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A
 copy of the license is included in the section entitled GNU Free
 Documentation License.  
 -->
-<!-- Created on March, 8 2011 by texi2html 1.76 -->
+<!-- Created on March, 9 2011 by texi2html 1.76 -->
 <!--
 Written by: Lionel Cons <Lionel.Cons@cern.ch> (original author)
             Karl Berry  <karl@freefriends.org>
@@ -55,27 +55,27 @@ ul.toc {list-style: none}
 <body lang="en" bgcolor="#FFFFFF" text="#000000" link="#0000FF" vlink="#800080" alink="#FF0000">
 
 <table cellpadding="1" cellspacing="1" border="0">
-<tr><td valign="middle" align="left">[<a href="repository_69.html#SEC351" title="Previous section in reading order"> &lt; </a>]</td>
-<td valign="middle" align="left">[<a href="#SEC353" title="Next section in reading order"> &gt; </a>]</td>
+<tr><td valign="middle" align="left">[<a href="repository_69.html#SEC349" title="Previous section in reading order"> &lt; </a>]</td>
+<td valign="middle" align="left">[<a href="#SEC351" title="Next section in reading order"> &gt; </a>]</td>
 <td valign="middle" align="left"> &nbsp; </td>
 <td valign="middle" align="left">[<a href="repository_4.html#SEC4" title="Beginning of this chapter or previous chapter"> &lt;&lt; </a>]</td>
 <td valign="middle" align="left">[<a href="repository_4.html#SEC4" title="Up section"> Up </a>]</td>
-<td valign="middle" align="left">[<a href="repository_79.html#SEC416" title="Next chapter"> &gt;&gt; </a>]</td>
+<td valign="middle" align="left">[<a href="repository_79.html#SEC414" 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_79.html#SEC416" title="Index">Index</a>]</td>
+<td valign="middle" align="left">[<a href="repository_79.html#SEC414" 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="Filesystem-trunk-Scripts-Bash-Cli-Functions-Locale"></a>
-<a name="SEC352"></a>
+<a name="SEC350"></a>
 <h2 class="section"> 2.66 The <tt>`trunk/Scripts/Bash/Cli/Functions/Locale'</tt> Directory </h2>
 
 
-<a name="SEC353"></a>
+<a name="SEC351"></a>
 <h3 class="subsection"> 2.66.1 Goals </h3>
 
 <ul class="toc">
@@ -83,7 +83,7 @@ ul.toc {list-style: none}
 </li></ul>
 
 
-<a name="SEC354"></a>
+<a name="SEC352"></a>
 <h3 class="subsection"> 2.66.2 Description </h3>
 
 <p>This command looks for <samp>`.sh'</samp> files inside Bash directory and
@@ -149,7 +149,7 @@ can find such modifications in the following files:
 </li></ul>
 
 
-<a name="SEC355"></a>
+<a name="SEC353"></a>
 <h3 class="subsection"> 2.66.3 Usage </h3>
 
 <dl compact="compact">
@@ -164,22 +164,22 @@ environment variable).
 </dl>
 
 
-<a name="SEC356"></a>
+<a name="SEC354"></a>
 <h3 class="subsection"> 2.66.4 See also </h3>
 
 
 
 <table cellpadding="1" cellspacing="1" border="0">
-<tr><td valign="middle" align="left">[<a href="#SEC355" title="Previous section in reading order"> &lt; </a>]</td>
-<td valign="middle" align="left">[<a href="repository_71.html#SEC357" title="Next section in reading order"> &gt; </a>]</td>
+<tr><td valign="middle" align="left">[<a href="#SEC353" title="Previous section in reading order"> &lt; </a>]</td>
+<td valign="middle" align="left">[<a href="repository_71.html#SEC355" title="Next section in reading order"> &gt; </a>]</td>
 <td valign="middle" align="left"> &nbsp; </td>
 <td valign="middle" align="left">[<a href="repository_4.html#SEC4" title="Beginning of this chapter or previous chapter"> &lt;&lt; </a>]</td>
-<td valign="middle" align="left">[<a href="#SEC352" title="Up section"> Up </a>]</td>
-<td valign="middle" align="left">[<a href="repository_79.html#SEC416" title="Next chapter"> &gt;&gt; </a>]</td>
+<td valign="middle" align="left">[<a href="#SEC350" title="Up section"> Up </a>]</td>
+<td valign="middle" align="left">[<a href="repository_79.html#SEC414" title="Next chapter"> &gt;&gt; </a>]</td>
 </tr></table>
 <p>
  <font size="-1">
-  This document was generated on <i>March, 8 2011</i> using <a class="www" href="http://texi2html.cvshome.org/"><i>texi2html 1.76</i></a>.
+  This document was generated on <i>March, 9 2011</i> using <a class="www" href="http://texi2html.cvshome.org/"><i>texi2html 1.76</i></a>.
  </font>
  <br>
 
diff --git a/Manual/repository-html/repository_71.html b/Manual/repository-html/repository_71.html
index 5d7fc51..fdb2843 100644
--- a/Manual/repository-html/repository_71.html
+++ b/Manual/repository-html/repository_71.html
@@ -12,7 +12,7 @@ Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A
 copy of the license is included in the section entitled GNU Free
 Documentation License.  
 -->
-<!-- Created on March, 8 2011 by texi2html 1.76 -->
+<!-- Created on March, 9 2011 by texi2html 1.76 -->
 <!--
 Written by: Lionel Cons <Lionel.Cons@cern.ch> (original author)
             Karl Berry  <karl@freefriends.org>
@@ -55,27 +55,27 @@ ul.toc {list-style: none}
 <body lang="en" bgcolor="#FFFFFF" text="#000000" link="#0000FF" vlink="#800080" alink="#FF0000">
 
 <table cellpadding="1" cellspacing="1" border="0">
-<tr><td valign="middle" align="left">[<a href="repository_70.html#SEC356" title="Previous section in reading order"> &lt; </a>]</td>
-<td valign="middle" align="left">[<a href="#SEC358" title="Next section in reading order"> &gt; </a>]</td>
+<tr><td valign="middle" align="left">[<a href="repository_70.html#SEC354" title="Previous section in reading order"> &lt; </a>]</td>
+<td valign="middle" align="left">[<a href="#SEC356" title="Next section in reading order"> &gt; </a>]</td>
 <td valign="middle" align="left"> &nbsp; </td>
 <td valign="middle" align="left">[<a href="repository_4.html#SEC4" title="Beginning of this chapter or previous chapter"> &lt;&lt; </a>]</td>
 <td valign="middle" align="left">[<a href="repository_4.html#SEC4" title="Up section"> Up </a>]</td>
-<td valign="middle" align="left">[<a href="repository_79.html#SEC416" title="Next chapter"> &gt;&gt; </a>]</td>
+<td valign="middle" align="left">[<a href="repository_79.html#SEC414" 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_79.html#SEC416" title="Index">Index</a>]</td>
+<td valign="middle" align="left">[<a href="repository_79.html#SEC414" 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="Filesystem-trunk-Scripts-Bash-Cli-Functions-Manual"></a>
-<a name="SEC357"></a>
+<a name="SEC355"></a>
 <h2 class="section"> 2.67 The <tt>`trunk/Scripts/Bash/Cli/Functions/Manual'</tt> Directory </h2>
 
 
-<a name="SEC358"></a>
+<a name="SEC356"></a>
 <h3 class="subsection"> 2.67.1 Goals </h3>
 
 <ul class="toc">
@@ -83,7 +83,7 @@ ul.toc {list-style: none}
 </li></ul>
 
 
-<a name="SEC359"></a>
+<a name="SEC357"></a>
 <h3 class="subsection"> 2.67.2 Description </h3>
 
 <ul class="toc">
@@ -91,7 +91,7 @@ ul.toc {list-style: none}
 </li></ul>
 
 
-<a name="SEC360"></a>
+<a name="SEC358"></a>
 <h3 class="subsection"> 2.67.3 Usage </h3>
 
 <ul class="toc">
@@ -99,22 +99,22 @@ ul.toc {list-style: none}
 </li></ul>
 
 
-<a name="SEC361"></a>
+<a name="SEC359"></a>
 <h3 class="subsection"> 2.67.4 See also </h3>
 
 
 
 <table cellpadding="1" cellspacing="1" border="0">
-<tr><td valign="middle" align="left">[<a href="#SEC360" title="Previous section in reading order"> &lt; </a>]</td>
-<td valign="middle" align="left">[<a href="repository_72.html#SEC362" title="Next section in reading order"> &gt; </a>]</td>
+<tr><td valign="middle" align="left">[<a href="#SEC358" title="Previous section in reading order"> &lt; </a>]</td>
+<td valign="middle" align="left">[<a href="repository_72.html#SEC360" title="Next section in reading order"> &gt; </a>]</td>
 <td valign="middle" align="left"> &nbsp; </td>
 <td valign="middle" align="left">[<a href="repository_4.html#SEC4" title="Beginning of this chapter or previous chapter"> &lt;&lt; </a>]</td>
-<td valign="middle" align="left">[<a href="#SEC357" title="Up section"> Up </a>]</td>
-<td valign="middle" align="left">[<a href="repository_79.html#SEC416" title="Next chapter"> &gt;&gt; </a>]</td>
+<td valign="middle" align="left">[<a href="#SEC355" title="Up section"> Up </a>]</td>
+<td valign="middle" align="left">[<a href="repository_79.html#SEC414" title="Next chapter"> &gt;&gt; </a>]</td>
 </tr></table>
 <p>
  <font size="-1">
-  This document was generated on <i>March, 8 2011</i> using <a class="www" href="http://texi2html.cvshome.org/"><i>texi2html 1.76</i></a>.
+  This document was generated on <i>March, 9 2011</i> using <a class="www" href="http://texi2html.cvshome.org/"><i>texi2html 1.76</i></a>.
  </font>
  <br>
 
diff --git a/Manual/repository-html/repository_72.html b/Manual/repository-html/repository_72.html
index 5166f1e..4533762 100644
--- a/Manual/repository-html/repository_72.html
+++ b/Manual/repository-html/repository_72.html
@@ -12,7 +12,7 @@ Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A
 copy of the license is included in the section entitled GNU Free
 Documentation License.  
 -->
-<!-- Created on March, 8 2011 by texi2html 1.76 -->
+<!-- Created on March, 9 2011 by texi2html 1.76 -->
 <!--
 Written by: Lionel Cons <Lionel.Cons@cern.ch> (original author)
             Karl Berry  <karl@freefriends.org>
@@ -55,27 +55,27 @@ ul.toc {list-style: none}
 <body lang="en" bgcolor="#FFFFFF" text="#000000" link="#0000FF" vlink="#800080" alink="#FF0000">
 
 <table cellpadding="1" cellspacing="1" border="0">
-<tr><td valign="middle" align="left">[<a href="repository_71.html#SEC361" title="Previous section in reading order"> &lt; </a>]</td>
-<td valign="middle" align="left">[<a href="#SEC363" title="Next section in reading order"> &gt; </a>]</td>
+<tr><td valign="middle" align="left">[<a href="repository_71.html#SEC359" title="Previous section in reading order"> &lt; </a>]</td>
+<td valign="middle" align="left">[<a href="#SEC361" title="Next section in reading order"> &gt; </a>]</td>
 <td valign="middle" align="left"> &nbsp; </td>
 <td valign="middle" align="left">[<a href="repository_4.html#SEC4" title="Beginning of this chapter or previous chapter"> &lt;&lt; </a>]</td>
 <td valign="middle" align="left">[<a href="repository_4.html#SEC4" title="Up section"> Up </a>]</td>
-<td valign="middle" align="left">[<a href="repository_79.html#SEC416" title="Next chapter"> &gt;&gt; </a>]</td>
+<td valign="middle" align="left">[<a href="repository_79.html#SEC414" 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_79.html#SEC416" title="Index">Index</a>]</td>
+<td valign="middle" align="left">[<a href="repository_79.html#SEC414" 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="Filesystem-trunk-Scripts-Bash-Cli-Functions-Path"></a>
-<a name="SEC362"></a>
+<a name="SEC360"></a>
 <h2 class="section"> 2.68 The <tt>`trunk/Scripts/Bash/Cli/Functions/Path'</tt> Directory </h2>
 
 
-<a name="SEC363"></a>
+<a name="SEC361"></a>
 <h3 class="subsection"> 2.68.1 Goals </h3>
 
 <p>This section exists to organize files related to <code>path</code>
@@ -84,7 +84,7 @@ movement, syncronization, branching, tagging, and general file
 maintainance inside the repository. 
 </p>
 
-<a name="SEC364"></a>
+<a name="SEC362"></a>
 <h3 class="subsection"> 2.68.2 Description </h3>
 
 <p><em>&quot;CentOS like trees, has roots, trunk, branches, leaves and
@@ -92,7 +92,7 @@ flowers.  Day by day they work together in freedom, ruled by the laws
 of nature and open standards, to show the beauty of its existence.&quot;</em>
 </p>
 
-<a name="SEC365"></a>
+<a name="SEC363"></a>
 <h4 class="subsubsection"> 2.68.2.1 Repository layout </h4>
 
 <p>The repository layout describes organization of files and directories
@@ -106,7 +106,7 @@ and directories related to CentOS corporate visual identity under
 three top level directories named: <tt>`trunk/'</tt>, <tt>`branches/'</tt>,
 and <tt>`tags/'</tt>. 
 </p>
-<p>The <tt>`trunk/'</tt> directory (see section <a href="repository_7.html#SEC17">The <tt>`trunk'</tt> Directory</a>) organizes the main
+<p>The <tt>`trunk/'</tt> directory (see section <a href="repository_7.html#SEC15">The <tt>`trunk'</tt> Directory</a>) organizes the main
 development line of CentOS corporate visual identity. Inside
 <tt>`trunk/'</tt> directory structure, the CentOS corporate visual
 identity concepts are implemented using directories.  There is one
@@ -122,7 +122,7 @@ idependent lives that share a common past from the point they were
 devided on. The <tt>`branches/'</tt> directory is mainly used to perform
 quality assurance tasks related to CentOS corporate visual identity.
 </p>
-<p>The <tt>`tags/'</tt> directory (see section <a href="repository_6.html#SEC12">The <tt>`tags'</tt> Directory</a>) organizes parallel frozen
+<p>The <tt>`tags/'</tt> directory (see section <a href="repository_6.html#SEC10">The <tt>`tags'</tt> Directory</a>) organizes parallel frozen
 lines to <tt>`branches/'</tt> directory.  The parallel frozen lines are
 immutable, nothing change inside them once they has been created.  The
 <tt>`tags/'</tt> directory is mainly used to publish final releases of
@@ -138,7 +138,7 @@ single copy of the master sources.  This copy  is called the source
 previous versions of those files at any time.
 </p>
 
-<a name="SEC366"></a>
+<a name="SEC364"></a>
 <h4 class="subsubsection"> 2.68.2.2 Repository name convenctions </h4>
 
 <p>Repository name convenctions help us to maintain consistency of names
@@ -159,7 +159,7 @@ convenctions to remember, concentrating them in just one single place
 to look for fixes and improvements.
 </p>
 
-<a name="SEC367"></a>
+<a name="SEC365"></a>
 <h4 class="subsubsection"> 2.68.2.3 Repository work flow </h4>
 
 <p>Repository work flow describes the steps and time intervals used to
@@ -232,7 +232,7 @@ applies to CentOS Webmasters (the persons whom build CentOS websites),
 and any other visual manifestation required by the project.
 </p>
 
-<a name="SEC368"></a>
+<a name="SEC366"></a>
 <h4 class="subsubsection"> 2.68.2.4 Parallel directories </h4>
 
 <p>Inside CentOS Artwork Repository, parallel directories are simple
@@ -282,7 +282,7 @@ may suppresses the conceptual idea they were initially created for;
 and certainly, things may stop working the way they should do.
 </p>
 
-<a name="SEC369"></a>
+<a name="SEC367"></a>
 <h4 class="subsubsection"> 2.68.2.5 Syncronizing path information </h4>
 
 <p>Parallel directories are very useful to keep repository organized but
@@ -339,7 +339,7 @@ Texinfo to produce error messages at export time. So, the
 a way they could be noted and handled without producing errors.
 </p>
 
-<a name="SEC370"></a>
+<a name="SEC368"></a>
 <h4 class="subsubsection"> 2.68.2.6 What is the right place to store it? </h4>
 
 <p>Occasionly, you may find that new corporate visual identity components
@@ -356,7 +356,7 @@ so, make your propositions based on it.
 </p>
 <p>When we are looking for the correct place to store new files, to bear
 in mind the corporate visual identity structure used inside the CentOS
-Artwork Repository (see section <a href="repository_8.html#SEC22">The <tt>`trunk/Identity'</tt> Directory</a>) would be probaly the best
+Artwork Repository (see section <a href="repository_8.html#SEC20">The <tt>`trunk/Identity'</tt> Directory</a>) would be probaly the best
 advice we could offer, the rest is just matter of choosing appropriate
 names.  To illustrate this desition process let's consider the
 <tt>`trunk/Identity/Themes/Motifs/TreeFlower'</tt> directory as example.
@@ -391,7 +391,7 @@ change the location we used above by the one you are trying to know
 concepts for.
 </p>
 
-<a name="SEC371"></a>
+<a name="SEC369"></a>
 <h3 class="subsection"> 2.68.3 Usage </h3>
 
 <dl compact="compact">
@@ -412,26 +412,26 @@ In this command, <tt>`SRC'</tt> is a working copy (WC) entry.
 </dl>
 
 
-<a name="SEC372"></a>
+<a name="SEC370"></a>
 <h3 class="subsection"> 2.68.4 See also </h3>
 
 <table class="menu" border="0" cellspacing="0">
-<tr><td align="left" valign="top"><a href="repository_65.html#SEC328">2.61 The <tt>`trunk/Scripts/Bash'</tt> Directory</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
+<tr><td align="left" valign="top"><a href="repository_65.html#SEC326">2.61 The <tt>`trunk/Scripts/Bash'</tt> Directory</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
 </td></tr>
 </table>
 
 
 <table cellpadding="1" cellspacing="1" border="0">
-<tr><td valign="middle" align="left">[<a href="#SEC371" title="Previous section in reading order"> &lt; </a>]</td>
-<td valign="middle" align="left">[<a href="repository_73.html#SEC373" title="Next section in reading order"> &gt; </a>]</td>
+<tr><td valign="middle" align="left">[<a href="#SEC369" title="Previous section in reading order"> &lt; </a>]</td>
+<td valign="middle" align="left">[<a href="repository_73.html#SEC371" title="Next section in reading order"> &gt; </a>]</td>
 <td valign="middle" align="left"> &nbsp; </td>
 <td valign="middle" align="left">[<a href="repository_4.html#SEC4" title="Beginning of this chapter or previous chapter"> &lt;&lt; </a>]</td>
-<td valign="middle" align="left">[<a href="#SEC362" title="Up section"> Up </a>]</td>
-<td valign="middle" align="left">[<a href="repository_79.html#SEC416" title="Next chapter"> &gt;&gt; </a>]</td>
+<td valign="middle" align="left">[<a href="#SEC360" title="Up section"> Up </a>]</td>
+<td valign="middle" align="left">[<a href="repository_79.html#SEC414" title="Next chapter"> &gt;&gt; </a>]</td>
 </tr></table>
 <p>
  <font size="-1">
-  This document was generated on <i>March, 8 2011</i> using <a class="www" href="http://texi2html.cvshome.org/"><i>texi2html 1.76</i></a>.
+  This document was generated on <i>March, 9 2011</i> using <a class="www" href="http://texi2html.cvshome.org/"><i>texi2html 1.76</i></a>.
  </font>
  <br>
 
diff --git a/Manual/repository-html/repository_73.html b/Manual/repository-html/repository_73.html
index cf68082..545c407 100644
--- a/Manual/repository-html/repository_73.html
+++ b/Manual/repository-html/repository_73.html
@@ -12,7 +12,7 @@ Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A
 copy of the license is included in the section entitled GNU Free
 Documentation License.  
 -->
-<!-- Created on March, 8 2011 by texi2html 1.76 -->
+<!-- Created on March, 9 2011 by texi2html 1.76 -->
 <!--
 Written by: Lionel Cons <Lionel.Cons@cern.ch> (original author)
             Karl Berry  <karl@freefriends.org>
@@ -55,23 +55,23 @@ ul.toc {list-style: none}
 <body lang="en" bgcolor="#FFFFFF" text="#000000" link="#0000FF" vlink="#800080" alink="#FF0000">
 
 <table cellpadding="1" cellspacing="1" border="0">
-<tr><td valign="middle" align="left">[<a href="repository_72.html#SEC372" title="Previous section in reading order"> &lt; </a>]</td>
-<td valign="middle" align="left">[<a href="#SEC374" title="Next section in reading order"> &gt; </a>]</td>
+<tr><td valign="middle" align="left">[<a href="repository_72.html#SEC370" title="Previous section in reading order"> &lt; </a>]</td>
+<td valign="middle" align="left">[<a href="#SEC372" title="Next section in reading order"> &gt; </a>]</td>
 <td valign="middle" align="left"> &nbsp; </td>
 <td valign="middle" align="left">[<a href="repository_4.html#SEC4" title="Beginning of this chapter or previous chapter"> &lt;&lt; </a>]</td>
 <td valign="middle" align="left">[<a href="repository_4.html#SEC4" title="Up section"> Up </a>]</td>
-<td valign="middle" align="left">[<a href="repository_79.html#SEC416" title="Next chapter"> &gt;&gt; </a>]</td>
+<td valign="middle" align="left">[<a href="repository_79.html#SEC414" 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_79.html#SEC416" title="Index">Index</a>]</td>
+<td valign="middle" align="left">[<a href="repository_79.html#SEC414" 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="Filesystem-trunk-Scripts-Bash-Cli-Functions-Render"></a>
-<a name="SEC373"></a>
+<a name="SEC371"></a>
 <h2 class="section"> 2.69 The <tt>`trunk/Scripts/Bash/Cli/Functions/Render'</tt> Directory </h2>
 
 <p>The <code>render</code> functionality exists to produce both identity and
@@ -84,7 +84,7 @@ either &quot;identity directory structures&quot; or &quot;translation directory
 structures&quot; with special directories inside.
 </p>
 
-<a name="SEC374"></a>
+<a name="SEC372"></a>
 <h3 class="subsection"> 2.69.1 Renderable identity directory structures </h3>
 
 <p>Renderable identity directory structures are the starting point of
@@ -115,7 +115,7 @@ images), but it can be extended (e.g., adding translation files) to
 achieve different needs (e.g., to produce translated images).
 </p>
 
-<a name="SEC375"></a>
+<a name="SEC373"></a>
 <h4 class="subsubsection"> 2.69.1.1 Design template without translation </h4>
 
 <p>The design template without translation configuration is based on a
@@ -189,7 +189,7 @@ Bash Functions Render Config) --).
 <p>Inside the working copy, you can find an example of &quot;design template
 without translation&quot; configuration at <tt>`trunk/Identity/Models/'</tt>.
 </p>
-<p>See section <a href="repository_8.html#SEC22">The <tt>`trunk/Identity'</tt> Directory</a>, for more information.
+<p>See section <a href="repository_8.html#SEC20">The <tt>`trunk/Identity'</tt> Directory</a>, for more information.
 </p>
 </dd>
 <dt> <strong>One translation directory structure:</strong></dt>
@@ -298,7 +298,7 @@ information.
 </dl>
 
 
-<a name="SEC376"></a>
+<a name="SEC374"></a>
 <h4 class="subsubsection"> 2.69.1.2 Design template with translation (one-to-one) </h4>
 
 <p>Producing untranslated images is fine in many cases, but not always.
@@ -368,7 +368,7 @@ trunk/Identity/NewDir/Img/file.png
 4 | Remove design template instance.
 </pre>
 
-<a name="SEC377"></a>
+<a name="SEC375"></a>
 <h4 class="subsubsection"> 2.69.1.3 Design template with translation (optimized) </h4>
 
 <p>Producing translated images satisfies almost all our production images
@@ -477,7 +477,7 @@ list-based design template.
 </dl>
 
 
-<a name="SEC378"></a>
+<a name="SEC376"></a>
 <h4 class="subsubsection"> 2.69.1.4 Design template with translation (optimized+flexibility) </h4>
 
 <p>In the production models we've seen so far, there are design templates
@@ -628,7 +628,7 @@ pre-rendition configuration script is evaluated to teach
 
 <p>The production flow of &quot;optimize+flexibility&quot; configuration&hellip;
 </p>
-<a name="SEC379"></a>
+<a name="SEC377"></a>
 <h3 class="subsection"> 2.69.2 Renderable translation directory structures </h3>
 
 <p>Translation directory structures are auxiliar structures of renderable
@@ -660,7 +660,7 @@ from translation templates.
 <tt>`centos-art.sh'</tt> can produce text-based files only.
 </p>
 
-<a name="SEC380"></a>
+<a name="SEC378"></a>
 <h3 class="subsection"> 2.69.3 Copying renderable directory structures </h3>
 
 <p>A renderable layout is formed by design models, design images,
@@ -792,7 +792,7 @@ directly involved in rendition process only. Once such directories
 have been duplicated, the functionality stops thereat. 
 </p>
 
-<a name="SEC381"></a>
+<a name="SEC379"></a>
 <h3 class="subsection"> 2.69.4 Usage </h3>
 
 <ul class="toc">
@@ -800,22 +800,22 @@ have been duplicated, the functionality stops thereat.
 </li></ul>
 
 
-<a name="SEC382"></a>
+<a name="SEC380"></a>
 <h3 class="subsection"> 2.69.5 See also </h3>
 
 
 
 <table cellpadding="1" cellspacing="1" border="0">
-<tr><td valign="middle" align="left">[<a href="#SEC381" title="Previous section in reading order"> &lt; </a>]</td>
-<td valign="middle" align="left">[<a href="repository_74.html#SEC383" title="Next section in reading order"> &gt; </a>]</td>
+<tr><td valign="middle" align="left">[<a href="#SEC379" title="Previous section in reading order"> &lt; </a>]</td>
+<td valign="middle" align="left">[<a href="repository_74.html#SEC381" title="Next section in reading order"> &gt; </a>]</td>
 <td valign="middle" align="left"> &nbsp; </td>
 <td valign="middle" align="left">[<a href="repository_4.html#SEC4" title="Beginning of this chapter or previous chapter"> &lt;&lt; </a>]</td>
-<td valign="middle" align="left">[<a href="#SEC373" title="Up section"> Up </a>]</td>
-<td valign="middle" align="left">[<a href="repository_79.html#SEC416" title="Next chapter"> &gt;&gt; </a>]</td>
+<td valign="middle" align="left">[<a href="#SEC371" title="Up section"> Up </a>]</td>
+<td valign="middle" align="left">[<a href="repository_79.html#SEC414" title="Next chapter"> &gt;&gt; </a>]</td>
 </tr></table>
 <p>
  <font size="-1">
-  This document was generated on <i>March, 8 2011</i> using <a class="www" href="http://texi2html.cvshome.org/"><i>texi2html 1.76</i></a>.
+  This document was generated on <i>March, 9 2011</i> using <a class="www" href="http://texi2html.cvshome.org/"><i>texi2html 1.76</i></a>.
  </font>
  <br>
 
diff --git a/Manual/repository-html/repository_74.html b/Manual/repository-html/repository_74.html
index 7f5e97f..b3dbde7 100644
--- a/Manual/repository-html/repository_74.html
+++ b/Manual/repository-html/repository_74.html
@@ -12,7 +12,7 @@ Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A
 copy of the license is included in the section entitled GNU Free
 Documentation License.  
 -->
-<!-- Created on March, 8 2011 by texi2html 1.76 -->
+<!-- Created on March, 9 2011 by texi2html 1.76 -->
 <!--
 Written by: Lionel Cons <Lionel.Cons@cern.ch> (original author)
             Karl Berry  <karl@freefriends.org>
@@ -55,34 +55,34 @@ ul.toc {list-style: none}
 <body lang="en" bgcolor="#FFFFFF" text="#000000" link="#0000FF" vlink="#800080" alink="#FF0000">
 
 <table cellpadding="1" cellspacing="1" border="0">
-<tr><td valign="middle" align="left">[<a href="repository_73.html#SEC382" title="Previous section in reading order"> &lt; </a>]</td>
-<td valign="middle" align="left">[<a href="#SEC384" title="Next section in reading order"> &gt; </a>]</td>
+<tr><td valign="middle" align="left">[<a href="repository_73.html#SEC380" title="Previous section in reading order"> &lt; </a>]</td>
+<td valign="middle" align="left">[<a href="#SEC382" title="Next section in reading order"> &gt; </a>]</td>
 <td valign="middle" align="left"> &nbsp; </td>
 <td valign="middle" align="left">[<a href="repository_4.html#SEC4" title="Beginning of this chapter or previous chapter"> &lt;&lt; </a>]</td>
 <td valign="middle" align="left">[<a href="repository_4.html#SEC4" title="Up section"> Up </a>]</td>
-<td valign="middle" align="left">[<a href="repository_79.html#SEC416" title="Next chapter"> &gt;&gt; </a>]</td>
+<td valign="middle" align="left">[<a href="repository_79.html#SEC414" 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_79.html#SEC416" title="Index">Index</a>]</td>
+<td valign="middle" align="left">[<a href="repository_79.html#SEC414" 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="Filesystem-trunk-Scripts-Bash-Cli-Functions-Render-Config"></a>
-<a name="SEC383"></a>
+<a name="SEC381"></a>
 <h2 class="section"> 2.70 The <tt>`trunk/Scripts/Bash/Cli/Functions/Render/Config'</tt> Directory </h2>
 
 
-<a name="SEC384"></a>
+<a name="SEC382"></a>
 <h3 class="subsection"> 2.70.1 Goals </h3>
 
 <p>The <tt>`trunk/Scripts/Bash/Config'</tt> directory exists to oraganize
 pre-rendering configuration scripts.
 </p>
 
-<a name="SEC385"></a>
+<a name="SEC383"></a>
 <h3 class="subsection"> 2.70.2 Description </h3>
 
 <p>Pre-rendering configuration scripts let you customize the way
@@ -98,7 +98,7 @@ configuration entries are required for each identity entry, but not
 for translation entries. 
 </p>
 
-<a name="SEC386"></a>
+<a name="SEC384"></a>
 <h4 class="subsubsection"> 2.70.2.1 The <tt>`render.conf.sh'</tt> identity model </h4>
 
 <p>Inside CentOS Artwork Repository, we consider identity entries to all
@@ -140,7 +140,7 @@ scripts using image-based and text-based post-rendering actions,
 respectively. 
 </p>
 
-<a name="SEC387"></a>
+<a name="SEC385"></a>
 <h4 class="subsubsection"> 2.70.2.2 The <tt>`render.conf.sh'</tt> translation model </h4>
 
 <p>Translation pre-rendering configuration scripts take precedence before
@@ -149,7 +149,7 @@ actions are useful when default translation rendering action do not
 fit itself to translation entry rendering requirements.
 </p>
 
-<a name="SEC388"></a>
+<a name="SEC386"></a>
 <h4 class="subsubsection"> 2.70.2.3 The <tt>`render.conf.sh'</tt> rendering actions </h4>
 
 <p>Inside both image-based and text-based identity pre-rendering
@@ -224,7 +224,7 @@ ACTIONS[1]='POST:renderFormats: xpm jpg tif'
 ACTIONS[2]='LAST:groupByformat: png xpm jpg tif'
 </pre>
 
-<a name="SEC389"></a>
+<a name="SEC387"></a>
 <h3 class="subsection"> 2.70.3 Usage </h3>
 
 <p>Use the following commands to administer both identity and translation
@@ -262,26 +262,26 @@ directory path under <tt>`trunk/Identity'</tt> or
 <tt>`trunk/Translations'</tt> structures only. 
 </p>
 
-<a name="SEC390"></a>
+<a name="SEC388"></a>
 <h3 class="subsection"> 2.70.4 See also </h3>
 
 <table class="menu" border="0" cellspacing="0">
-<tr><td align="left" valign="top"><a href="repository_65.html#SEC328">2.61 The <tt>`trunk/Scripts/Bash'</tt> Directory</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
+<tr><td align="left" valign="top"><a href="repository_65.html#SEC326">2.61 The <tt>`trunk/Scripts/Bash'</tt> Directory</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
 </td></tr>
 </table>
 
 
 <table cellpadding="1" cellspacing="1" border="0">
-<tr><td valign="middle" align="left">[<a href="#SEC389" title="Previous section in reading order"> &lt; </a>]</td>
-<td valign="middle" align="left">[<a href="repository_75.html#SEC391" title="Next section in reading order"> &gt; </a>]</td>
+<tr><td valign="middle" align="left">[<a href="#SEC387" title="Previous section in reading order"> &lt; </a>]</td>
+<td valign="middle" align="left">[<a href="repository_75.html#SEC389" title="Next section in reading order"> &gt; </a>]</td>
 <td valign="middle" align="left"> &nbsp; </td>
 <td valign="middle" align="left">[<a href="repository_4.html#SEC4" title="Beginning of this chapter or previous chapter"> &lt;&lt; </a>]</td>
-<td valign="middle" align="left">[<a href="#SEC383" title="Up section"> Up </a>]</td>
-<td valign="middle" align="left">[<a href="repository_79.html#SEC416" title="Next chapter"> &gt;&gt; </a>]</td>
+<td valign="middle" align="left">[<a href="#SEC381" title="Up section"> Up </a>]</td>
+<td valign="middle" align="left">[<a href="repository_79.html#SEC414" title="Next chapter"> &gt;&gt; </a>]</td>
 </tr></table>
 <p>
  <font size="-1">
-  This document was generated on <i>March, 8 2011</i> using <a class="www" href="http://texi2html.cvshome.org/"><i>texi2html 1.76</i></a>.
+  This document was generated on <i>March, 9 2011</i> using <a class="www" href="http://texi2html.cvshome.org/"><i>texi2html 1.76</i></a>.
  </font>
  <br>
 
diff --git a/Manual/repository-html/repository_75.html b/Manual/repository-html/repository_75.html
index 1da7cd9..70060a3 100644
--- a/Manual/repository-html/repository_75.html
+++ b/Manual/repository-html/repository_75.html
@@ -12,7 +12,7 @@ Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A
 copy of the license is included in the section entitled GNU Free
 Documentation License.  
 -->
-<!-- Created on March, 8 2011 by texi2html 1.76 -->
+<!-- Created on March, 9 2011 by texi2html 1.76 -->
 <!--
 Written by: Lionel Cons <Lionel.Cons@cern.ch> (original author)
             Karl Berry  <karl@freefriends.org>
@@ -55,34 +55,34 @@ ul.toc {list-style: none}
 <body lang="en" bgcolor="#FFFFFF" text="#000000" link="#0000FF" vlink="#800080" alink="#FF0000">
 
 <table cellpadding="1" cellspacing="1" border="0">
-<tr><td valign="middle" align="left">[<a href="repository_74.html#SEC390" title="Previous section in reading order"> &lt; </a>]</td>
-<td valign="middle" align="left">[<a href="#SEC392" title="Next section in reading order"> &gt; </a>]</td>
+<tr><td valign="middle" align="left">[<a href="repository_74.html#SEC388" title="Previous section in reading order"> &lt; </a>]</td>
+<td valign="middle" align="left">[<a href="#SEC390" title="Next section in reading order"> &gt; </a>]</td>
 <td valign="middle" align="left"> &nbsp; </td>
 <td valign="middle" align="left">[<a href="repository_4.html#SEC4" title="Beginning of this chapter or previous chapter"> &lt;&lt; </a>]</td>
 <td valign="middle" align="left">[<a href="repository_4.html#SEC4" title="Up section"> Up </a>]</td>
-<td valign="middle" align="left">[<a href="repository_79.html#SEC416" title="Next chapter"> &gt;&gt; </a>]</td>
+<td valign="middle" align="left">[<a href="repository_79.html#SEC414" 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_79.html#SEC416" title="Index">Index</a>]</td>
+<td valign="middle" align="left">[<a href="repository_79.html#SEC414" 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="Filesystem-trunk-Scripts-Bash-Cli-Functions-Shell"></a>
-<a name="SEC391"></a>
+<a name="SEC389"></a>
 <h2 class="section"> 2.71 The <tt>`trunk/Scripts/Bash/Cli/Functions/Shell'</tt> Directory </h2>
 
 
-<a name="SEC392"></a>
+<a name="SEC390"></a>
 <h3 class="subsection"> 2.71.1 Goals </h3>
 
 <p>This section exists to organize files related to <code>shell</code>
 functionality of <tt>`centos-art.sh'</tt> script.
 </p>
 
-<a name="SEC393"></a>
+<a name="SEC391"></a>
 <h3 class="subsection"> 2.71.2 Description </h3>
 
 <p>The <code>shell</code> functionality of <tt>`centos-art.sh'</tt> script helps
@@ -216,7 +216,7 @@ used, please share your reasons at <a class="mailto" href="mailto:centos-devel@c
 </p></blockquote>
 
 
-<a name="SEC394"></a>
+<a name="SEC392"></a>
 <h3 class="subsection"> 2.71.3 Usage </h3>
 
 <dl compact="compact">
@@ -252,26 +252,26 @@ that <samp>`regex'</samp>, appended to <samp>`path/to/dir/'</samp> (i.e.
 list of files to process. 
 </p>
 
-<a name="SEC395"></a>
+<a name="SEC393"></a>
 <h3 class="subsection"> 2.71.4 See also </h3>
 
 <table class="menu" border="0" cellspacing="0">
-<tr><td align="left" valign="top"><a href="repository_65.html#SEC328">2.61 The <tt>`trunk/Scripts/Bash'</tt> Directory</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
+<tr><td align="left" valign="top"><a href="repository_65.html#SEC326">2.61 The <tt>`trunk/Scripts/Bash'</tt> Directory</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
 </td></tr>
 </table>
 
 
 <table cellpadding="1" cellspacing="1" border="0">
-<tr><td valign="middle" align="left">[<a href="#SEC394" title="Previous section in reading order"> &lt; </a>]</td>
-<td valign="middle" align="left">[<a href="repository_76.html#SEC396" title="Next section in reading order"> &gt; </a>]</td>
+<tr><td valign="middle" align="left">[<a href="#SEC392" title="Previous section in reading order"> &lt; </a>]</td>
+<td valign="middle" align="left">[<a href="repository_76.html#SEC394" title="Next section in reading order"> &gt; </a>]</td>
 <td valign="middle" align="left"> &nbsp; </td>
 <td valign="middle" align="left">[<a href="repository_4.html#SEC4" title="Beginning of this chapter or previous chapter"> &lt;&lt; </a>]</td>
-<td valign="middle" align="left">[<a href="#SEC391" title="Up section"> Up </a>]</td>
-<td valign="middle" align="left">[<a href="repository_79.html#SEC416" title="Next chapter"> &gt;&gt; </a>]</td>
+<td valign="middle" align="left">[<a href="#SEC389" title="Up section"> Up </a>]</td>
+<td valign="middle" align="left">[<a href="repository_79.html#SEC414" title="Next chapter"> &gt;&gt; </a>]</td>
 </tr></table>
 <p>
  <font size="-1">
-  This document was generated on <i>March, 8 2011</i> using <a class="www" href="http://texi2html.cvshome.org/"><i>texi2html 1.76</i></a>.
+  This document was generated on <i>March, 9 2011</i> using <a class="www" href="http://texi2html.cvshome.org/"><i>texi2html 1.76</i></a>.
  </font>
  <br>
 
diff --git a/Manual/repository-html/repository_76.html b/Manual/repository-html/repository_76.html
index 6e8a4f5..37d8a35 100644
--- a/Manual/repository-html/repository_76.html
+++ b/Manual/repository-html/repository_76.html
@@ -12,7 +12,7 @@ Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A
 copy of the license is included in the section entitled GNU Free
 Documentation License.  
 -->
-<!-- Created on March, 8 2011 by texi2html 1.76 -->
+<!-- Created on March, 9 2011 by texi2html 1.76 -->
 <!--
 Written by: Lionel Cons <Lionel.Cons@cern.ch> (original author)
             Karl Berry  <karl@freefriends.org>
@@ -55,34 +55,34 @@ ul.toc {list-style: none}
 <body lang="en" bgcolor="#FFFFFF" text="#000000" link="#0000FF" vlink="#800080" alink="#FF0000">
 
 <table cellpadding="1" cellspacing="1" border="0">
-<tr><td valign="middle" align="left">[<a href="repository_75.html#SEC395" title="Previous section in reading order"> &lt; </a>]</td>
-<td valign="middle" align="left">[<a href="#SEC397" title="Next section in reading order"> &gt; </a>]</td>
+<tr><td valign="middle" align="left">[<a href="repository_75.html#SEC393" title="Previous section in reading order"> &lt; </a>]</td>
+<td valign="middle" align="left">[<a href="#SEC395" title="Next section in reading order"> &gt; </a>]</td>
 <td valign="middle" align="left"> &nbsp; </td>
 <td valign="middle" align="left">[<a href="repository_4.html#SEC4" title="Beginning of this chapter or previous chapter"> &lt;&lt; </a>]</td>
 <td valign="middle" align="left">[<a href="repository_4.html#SEC4" title="Up section"> Up </a>]</td>
-<td valign="middle" align="left">[<a href="repository_79.html#SEC416" title="Next chapter"> &gt;&gt; </a>]</td>
+<td valign="middle" align="left">[<a href="repository_79.html#SEC414" 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_79.html#SEC416" title="Index">Index</a>]</td>
+<td valign="middle" align="left">[<a href="repository_79.html#SEC414" 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="Filesystem-trunk-Scripts-Bash-Cli-Functions-Svg"></a>
-<a name="SEC396"></a>
+<a name="SEC394"></a>
 <h2 class="section"> 2.72 The <tt>`trunk/Scripts/Bash/Cli/Functions/Svg'</tt> Directory </h2>
 
 
-<a name="SEC397"></a>
+<a name="SEC395"></a>
 <h3 class="subsection"> 2.72.1 Goals </h3>
 
 <p>This section exists to organize files related to <code>svg</code>
 functionality of <tt>`centos-art.sh'</tt> script.
 </p>
 
-<a name="SEC398"></a>
+<a name="SEC396"></a>
 <h3 class="subsection"> 2.72.2 Description </h3>
 
 <p>The <code>svg</code> functionality of <tt>`centos-art.sh'</tt> script helps you
@@ -96,7 +96,7 @@ functionality to aid you maintain such actions.
 </p>
 <a name="IDX32"></a>
 
-<a name="SEC399"></a>
+<a name="SEC397"></a>
 <h4 class="subsubsection"> 2.72.2.1 Metadata maintainance </h4>
 
 <p>The metadata used is defined by Inkscape 0.46 using the SVG standard
@@ -220,7 +220,7 @@ Artwork Repository.
 </p>
 <a name="IDX33"></a>
 
-<a name="SEC400"></a>
+<a name="SEC398"></a>
 <h4 class="subsubsection"> 2.72.2.2 Unused definitions </h4>
 
 <p>Many of the no-longer-used gradients, patterns, and markers (more
@@ -242,7 +242,7 @@ files, the <tt>`centos-art.sh'</tt> script uses Inkscape command-line
 interface, specifically with the <samp>`--vaccum-defs'</samp> option.
 </p>
 
-<a name="SEC401"></a>
+<a name="SEC399"></a>
 <h3 class="subsection"> 2.72.3 Usage </h3>
 
 <dl compact="compact">
@@ -284,26 +284,26 @@ that <samp>`regex'</samp>, appended to <samp>`path/to/dir/'</samp> (i.e.
 list of files to process. 
 </p>
 
-<a name="SEC402"></a>
+<a name="SEC400"></a>
 <h3 class="subsection"> 2.72.4 See also </h3>
 
 <table class="menu" border="0" cellspacing="0">
-<tr><td align="left" valign="top"><a href="repository_65.html#SEC328">2.61 The <tt>`trunk/Scripts/Bash'</tt> Directory</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
+<tr><td align="left" valign="top"><a href="repository_65.html#SEC326">2.61 The <tt>`trunk/Scripts/Bash'</tt> Directory</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
 </td></tr>
 </table>
 
 
 <table cellpadding="1" cellspacing="1" border="0">
-<tr><td valign="middle" align="left">[<a href="#SEC401" title="Previous section in reading order"> &lt; </a>]</td>
-<td valign="middle" align="left">[<a href="repository_77.html#SEC403" title="Next section in reading order"> &gt; </a>]</td>
+<tr><td valign="middle" align="left">[<a href="#SEC399" title="Previous section in reading order"> &lt; </a>]</td>
+<td valign="middle" align="left">[<a href="repository_77.html#SEC401" title="Next section in reading order"> &gt; </a>]</td>
 <td valign="middle" align="left"> &nbsp; </td>
 <td valign="middle" align="left">[<a href="repository_4.html#SEC4" title="Beginning of this chapter or previous chapter"> &lt;&lt; </a>]</td>
-<td valign="middle" align="left">[<a href="#SEC396" title="Up section"> Up </a>]</td>
-<td valign="middle" align="left">[<a href="repository_79.html#SEC416" title="Next chapter"> &gt;&gt; </a>]</td>
+<td valign="middle" align="left">[<a href="#SEC394" title="Up section"> Up </a>]</td>
+<td valign="middle" align="left">[<a href="repository_79.html#SEC414" title="Next chapter"> &gt;&gt; </a>]</td>
 </tr></table>
 <p>
  <font size="-1">
-  This document was generated on <i>March, 8 2011</i> using <a class="www" href="http://texi2html.cvshome.org/"><i>texi2html 1.76</i></a>.
+  This document was generated on <i>March, 9 2011</i> using <a class="www" href="http://texi2html.cvshome.org/"><i>texi2html 1.76</i></a>.
  </font>
  <br>
 
diff --git a/Manual/repository-html/repository_77.html b/Manual/repository-html/repository_77.html
index bc32670..9502a7c 100644
--- a/Manual/repository-html/repository_77.html
+++ b/Manual/repository-html/repository_77.html
@@ -12,7 +12,7 @@ Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A
 copy of the license is included in the section entitled GNU Free
 Documentation License.  
 -->
-<!-- Created on March, 8 2011 by texi2html 1.76 -->
+<!-- Created on March, 9 2011 by texi2html 1.76 -->
 <!--
 Written by: Lionel Cons <Lionel.Cons@cern.ch> (original author)
             Karl Berry  <karl@freefriends.org>
@@ -55,27 +55,27 @@ ul.toc {list-style: none}
 <body lang="en" bgcolor="#FFFFFF" text="#000000" link="#0000FF" vlink="#800080" alink="#FF0000">
 
 <table cellpadding="1" cellspacing="1" border="0">
-<tr><td valign="middle" align="left">[<a href="repository_76.html#SEC402" title="Previous section in reading order"> &lt; </a>]</td>
-<td valign="middle" align="left">[<a href="#SEC404" title="Next section in reading order"> &gt; </a>]</td>
+<tr><td valign="middle" align="left">[<a href="repository_76.html#SEC400" title="Previous section in reading order"> &lt; </a>]</td>
+<td valign="middle" align="left">[<a href="#SEC402" title="Next section in reading order"> &gt; </a>]</td>
 <td valign="middle" align="left"> &nbsp; </td>
 <td valign="middle" align="left">[<a href="repository_4.html#SEC4" title="Beginning of this chapter or previous chapter"> &lt;&lt; </a>]</td>
 <td valign="middle" align="left">[<a href="repository_4.html#SEC4" title="Up section"> Up </a>]</td>
-<td valign="middle" align="left">[<a href="repository_79.html#SEC416" title="Next chapter"> &gt;&gt; </a>]</td>
+<td valign="middle" align="left">[<a href="repository_79.html#SEC414" 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_79.html#SEC416" title="Index">Index</a>]</td>
+<td valign="middle" align="left">[<a href="repository_79.html#SEC414" 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="Filesystem-trunk-Scripts-Bash-Cli-Functions-Verify"></a>
-<a name="SEC403"></a>
+<a name="SEC401"></a>
 <h2 class="section"> 2.73 The <tt>`trunk/Scripts/Bash/Cli/Functions/Verify'</tt> Directory </h2>
 
 
-<a name="SEC404"></a>
+<a name="SEC402"></a>
 <h3 class="subsection"> 2.73.1 Goals </h3>
 
 <p>This section exists to organize files related to <tt>`centos-art.sh'</tt>
@@ -85,7 +85,7 @@ workstation configuration you are planning to use as host for your
 working copy of CentOS Artwork Repository.
 </p>
 
-<a name="SEC405"></a>
+<a name="SEC403"></a>
 <h3 class="subsection"> 2.73.2 Description </h3>
 
 <p>The first time you download CentOS Artwork Repository you need to
@@ -105,7 +105,7 @@ because <tt>`centos-art'</tt> symbolic link, under <tt>`~/bin/'</tt>
 directory, has not been created yet.
 </p>
 
-<a name="SEC406"></a>
+<a name="SEC404"></a>
 <h4 class="subsubsection"> 2.73.2.1 Packages </h4>
 
 <p>Installation of auxiliar RPM packages provides the software required
@@ -140,7 +140,7 @@ will be able to configure your users to have <code>sudo</code>
 privileges.
 </p>
 
-<a name="SEC407"></a>
+<a name="SEC405"></a>
 <h4 class="subsubsection"> 2.73.2.2 Links </h4>
 
 <p>Creation of symbolic links helps us to alternate between different
@@ -175,7 +175,7 @@ structure. As consequence of this configuration, automation scripts
 cannot be branched under <tt>`branches/Scripts'</tt> directory structure.
 </p>
 
-<a name="SEC408"></a>
+<a name="SEC406"></a>
 <h4 class="subsubsection"> 2.73.2.3 Environment variables </h4>
 
 <p>Definition of environemnt variables helps us to set default values to
@@ -274,7 +274,7 @@ location using time zone correction.
 </dl>
 
 
-<a name="SEC409"></a>
+<a name="SEC407"></a>
 <h3 class="subsection"> 2.73.3 Usage </h3>
 
 <dl compact="compact">
@@ -331,26 +331,26 @@ provided at all.
 </dl>
 
 
-<a name="SEC410"></a>
+<a name="SEC408"></a>
 <h3 class="subsection"> 2.73.4 See also </h3>
 
 <table class="menu" border="0" cellspacing="0">
-<tr><td align="left" valign="top"><a href="repository_65.html#SEC328">2.61 The <tt>`trunk/Scripts/Bash'</tt> Directory</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
+<tr><td align="left" valign="top"><a href="repository_65.html#SEC326">2.61 The <tt>`trunk/Scripts/Bash'</tt> Directory</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
 </td></tr>
 </table>
 
 
 <table cellpadding="1" cellspacing="1" border="0">
-<tr><td valign="middle" align="left">[<a href="#SEC409" title="Previous section in reading order"> &lt; </a>]</td>
-<td valign="middle" align="left">[<a href="repository_78.html#SEC411" title="Next section in reading order"> &gt; </a>]</td>
+<tr><td valign="middle" align="left">[<a href="#SEC407" title="Previous section in reading order"> &lt; </a>]</td>
+<td valign="middle" align="left">[<a href="repository_78.html#SEC409" title="Next section in reading order"> &gt; </a>]</td>
 <td valign="middle" align="left"> &nbsp; </td>
 <td valign="middle" align="left">[<a href="repository_4.html#SEC4" title="Beginning of this chapter or previous chapter"> &lt;&lt; </a>]</td>
-<td valign="middle" align="left">[<a href="#SEC403" title="Up section"> Up </a>]</td>
-<td valign="middle" align="left">[<a href="repository_79.html#SEC416" title="Next chapter"> &gt;&gt; </a>]</td>
+<td valign="middle" align="left">[<a href="#SEC401" title="Up section"> Up </a>]</td>
+<td valign="middle" align="left">[<a href="repository_79.html#SEC414" title="Next chapter"> &gt;&gt; </a>]</td>
 </tr></table>
 <p>
  <font size="-1">
-  This document was generated on <i>March, 8 2011</i> using <a class="www" href="http://texi2html.cvshome.org/"><i>texi2html 1.76</i></a>.
+  This document was generated on <i>March, 9 2011</i> using <a class="www" href="http://texi2html.cvshome.org/"><i>texi2html 1.76</i></a>.
  </font>
  <br>
 
diff --git a/Manual/repository-html/repository_78.html b/Manual/repository-html/repository_78.html
index 168740c..247da7e 100644
--- a/Manual/repository-html/repository_78.html
+++ b/Manual/repository-html/repository_78.html
@@ -12,7 +12,7 @@ Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A
 copy of the license is included in the section entitled GNU Free
 Documentation License.  
 -->
-<!-- Created on March, 8 2011 by texi2html 1.76 -->
+<!-- Created on March, 9 2011 by texi2html 1.76 -->
 <!--
 Written by: Lionel Cons <Lionel.Cons@cern.ch> (original author)
             Karl Berry  <karl@freefriends.org>
@@ -55,27 +55,27 @@ ul.toc {list-style: none}
 <body lang="en" bgcolor="#FFFFFF" text="#000000" link="#0000FF" vlink="#800080" alink="#FF0000">
 
 <table cellpadding="1" cellspacing="1" border="0">
-<tr><td valign="middle" align="left">[<a href="repository_77.html#SEC410" title="Previous section in reading order"> &lt; </a>]</td>
-<td valign="middle" align="left">[<a href="#SEC412" title="Next section in reading order"> &gt; </a>]</td>
+<tr><td valign="middle" align="left">[<a href="repository_77.html#SEC408" title="Previous section in reading order"> &lt; </a>]</td>
+<td valign="middle" align="left">[<a href="#SEC410" title="Next section in reading order"> &gt; </a>]</td>
 <td valign="middle" align="left"> &nbsp; </td>
 <td valign="middle" align="left">[<a href="repository_4.html#SEC4" title="Beginning of this chapter or previous chapter"> &lt;&lt; </a>]</td>
 <td valign="middle" align="left">[<a href="repository_4.html#SEC4" title="Up section"> Up </a>]</td>
-<td valign="middle" align="left">[<a href="repository_79.html#SEC416" title="Next chapter"> &gt;&gt; </a>]</td>
+<td valign="middle" align="left">[<a href="repository_79.html#SEC414" 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_79.html#SEC416" title="Index">Index</a>]</td>
+<td valign="middle" align="left">[<a href="repository_79.html#SEC414" 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="Filesystem-trunk-Scripts-Python"></a>
-<a name="SEC411"></a>
+<a name="SEC409"></a>
 <h2 class="section"> 2.74 The <tt>`trunk/Scripts/Python'</tt> Directory </h2>
 
 
-<a name="SEC412"></a>
+<a name="SEC410"></a>
 <h3 class="subsection"> 2.74.1 Goals </h3>
 
 <ul class="toc">
@@ -83,7 +83,7 @@ ul.toc {list-style: none}
 </li></ul>
 
 
-<a name="SEC413"></a>
+<a name="SEC411"></a>
 <h3 class="subsection"> 2.74.2 Description </h3>
 
 <ul class="toc">
@@ -91,7 +91,7 @@ ul.toc {list-style: none}
 </li></ul>
 
 
-<a name="SEC414"></a>
+<a name="SEC412"></a>
 <h3 class="subsection"> 2.74.3 Usage </h3>
 
 <ul class="toc">
@@ -99,7 +99,7 @@ ul.toc {list-style: none}
 </li></ul>
 
 
-<a name="SEC415"></a>
+<a name="SEC413"></a>
 <h3 class="subsection"> 2.74.4 See also </h3>
 
 
@@ -108,16 +108,16 @@ ul.toc {list-style: none}
 
 
 <table cellpadding="1" cellspacing="1" border="0">
-<tr><td valign="middle" align="left">[<a href="#SEC414" title="Previous section in reading order"> &lt; </a>]</td>
-<td valign="middle" align="left">[<a href="repository_79.html#SEC416" title="Next section in reading order"> &gt; </a>]</td>
+<tr><td valign="middle" align="left">[<a href="#SEC412" title="Previous section in reading order"> &lt; </a>]</td>
+<td valign="middle" align="left">[<a href="repository_79.html#SEC414" title="Next section in reading order"> &gt; </a>]</td>
 <td valign="middle" align="left"> &nbsp; </td>
 <td valign="middle" align="left">[<a href="repository_4.html#SEC4" title="Beginning of this chapter or previous chapter"> &lt;&lt; </a>]</td>
-<td valign="middle" align="left">[<a href="#SEC411" title="Up section"> Up </a>]</td>
-<td valign="middle" align="left">[<a href="repository_79.html#SEC416" title="Next chapter"> &gt;&gt; </a>]</td>
+<td valign="middle" align="left">[<a href="#SEC409" title="Up section"> Up </a>]</td>
+<td valign="middle" align="left">[<a href="repository_79.html#SEC414" title="Next chapter"> &gt;&gt; </a>]</td>
 </tr></table>
 <p>
  <font size="-1">
-  This document was generated on <i>March, 8 2011</i> using <a class="www" href="http://texi2html.cvshome.org/"><i>texi2html 1.76</i></a>.
+  This document was generated on <i>March, 9 2011</i> using <a class="www" href="http://texi2html.cvshome.org/"><i>texi2html 1.76</i></a>.
  </font>
  <br>
 
diff --git a/Manual/repository-html/repository_79.html b/Manual/repository-html/repository_79.html
index 220a7bb..09c584d 100644
--- a/Manual/repository-html/repository_79.html
+++ b/Manual/repository-html/repository_79.html
@@ -12,7 +12,7 @@ Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A
 copy of the license is included in the section entitled GNU Free
 Documentation License.  
 -->
-<!-- Created on March, 8 2011 by texi2html 1.76 -->
+<!-- Created on March, 9 2011 by texi2html 1.76 -->
 <!--
 Written by: Lionel Cons <Lionel.Cons@cern.ch> (original author)
             Karl Berry  <karl@freefriends.org>
@@ -55,175 +55,175 @@ ul.toc {list-style: none}
 <body lang="en" bgcolor="#FFFFFF" text="#000000" link="#0000FF" vlink="#800080" alink="#FF0000">
 
 <table cellpadding="1" cellspacing="1" border="0">
-<tr><td valign="middle" align="left">[<a href="repository_78.html#SEC415" title="Previous section in reading order"> &lt; </a>]</td>
-<td valign="middle" align="left">[<a href="repository_80.html#SEC417" title="Next section in reading order"> &gt; </a>]</td>
+<tr><td valign="middle" align="left">[<a href="repository_78.html#SEC413" title="Previous section in reading order"> &lt; </a>]</td>
+<td valign="middle" align="left">[<a href="repository_80.html#SEC415" title="Next section in reading order"> &gt; </a>]</td>
 <td valign="middle" align="left"> &nbsp; </td>
 <td valign="middle" align="left">[<a href="repository_4.html#SEC4" title="Beginning of this chapter or previous chapter"> &lt;&lt; </a>]</td>
 <td valign="middle" align="left">[<a href="repository.html#SEC_Top" title="Up section"> Up </a>]</td>
-<td valign="middle" align="left">[<a href="repository_80.html#SEC417" title="Next chapter"> &gt;&gt; </a>]</td>
+<td valign="middle" align="left">[<a href="repository_80.html#SEC415" 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="#SEC416" title="Index">Index</a>]</td>
+<td valign="middle" align="left">[<a href="#SEC414" 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="Index"></a>
-<a name="SEC416"></a>
+<a name="SEC414"></a>
 <h1 class="unnumbered"> Index </h1>
-<table><tr><th valign="top">Jump to: &nbsp; </th><td><a href="#SEC416_0" class="summary-letter"><b>D</b></a>
+<table><tr><th valign="top">Jump to: &nbsp; </th><td><a href="#SEC414_0" class="summary-letter"><b>D</b></a>
  &nbsp; 
-<a href="#SEC416_1" class="summary-letter"><b>F</b></a>
+<a href="#SEC414_1" class="summary-letter"><b>F</b></a>
  &nbsp; 
-<a href="#SEC416_2" class="summary-letter"><b>H</b></a>
+<a href="#SEC414_2" class="summary-letter"><b>H</b></a>
  &nbsp; 
-<a href="#SEC416_3" class="summary-letter"><b>I</b></a>
+<a href="#SEC414_3" class="summary-letter"><b>I</b></a>
  &nbsp; 
-<a href="#SEC416_4" class="summary-letter"><b>M</b></a>
+<a href="#SEC414_4" class="summary-letter"><b>M</b></a>
  &nbsp; 
-<a href="#SEC416_5" class="summary-letter"><b>R</b></a>
+<a href="#SEC414_5" class="summary-letter"><b>R</b></a>
  &nbsp; 
-<a href="#SEC416_6" class="summary-letter"><b>T</b></a>
+<a href="#SEC414_6" class="summary-letter"><b>T</b></a>
  &nbsp; 
-<a href="#SEC416_7" class="summary-letter"><b>U</b></a>
+<a href="#SEC414_7" class="summary-letter"><b>U</b></a>
  &nbsp; 
 </td></tr></table>
 <table border="0" class="index-cp">
 <tr><td></td><th align="left">Index Entry</th><th align="left"> Section</th></tr>
 <tr><td colspan="3"> <hr></td></tr>
-<tr><th><a name="SEC416_0">D</a></th><td></td><td></td></tr>
+<tr><th><a name="SEC414_0">D</a></th><td></td><td></td></tr>
 <tr><td></td><td valign="top"><a href="repository_2.html#SEC2">Document convenctions</a></td><td valign="top"><a href="repository_2.html#SEC2">1.1 Document Convenctions</a></td></tr>
 <tr><td colspan="3"> <hr></td></tr>
-<tr><th><a name="SEC416_1">F</a></th><td></td><td></td></tr>
+<tr><th><a name="SEC414_1">F</a></th><td></td><td></td></tr>
 <tr><td></td><td valign="top"><a href="repository_3.html#SEC3">Feedback</a></td><td valign="top"><a href="repository_3.html#SEC3">1.2 Send in Your Feedback</a></td></tr>
 <tr><td></td><td valign="top"><a href="repository_5.html#SEC5">Filesystem branches</a></td><td valign="top"><a href="repository_5.html#SEC5">2.1 The <tt>`branches'</tt> Directory</a></td></tr>
-<tr><td></td><td valign="top"><a href="repository_6.html#SEC12">Filesystem tags</a></td><td valign="top"><a href="repository_6.html#SEC12">2.2 The <tt>`tags'</tt> Directory</a></td></tr>
-<tr><td></td><td valign="top"><a href="repository_7.html#SEC17">Filesystem trunk</a></td><td valign="top"><a href="repository_7.html#SEC17">2.3 The <tt>`trunk'</tt> Directory</a></td></tr>
-<tr><td></td><td valign="top"><a href="repository_8.html#SEC22">Filesystem trunk Identity</a></td><td valign="top"><a href="repository_8.html#SEC22">2.4 The <tt>`trunk/Identity'</tt> Directory</a></td></tr>
-<tr><td></td><td valign="top"><a href="repository_9.html#SEC31">Filesystem trunk Identity Brands</a></td><td valign="top"><a href="repository_9.html#SEC31">2.5 The <tt>`trunk/Identity/Brands'</tt> Directory</a></td></tr>
-<tr><td></td><td valign="top"><a href="repository_10.html#SEC36">Filesystem trunk Identity Fonts</a></td><td valign="top"><a href="repository_10.html#SEC36">2.6 The <tt>`trunk/Identity/Fonts'</tt> Directory</a></td></tr>
-<tr><td></td><td valign="top"><a href="repository_11.html#SEC41">Filesystem trunk Identity Icons</a></td><td valign="top"><a href="repository_11.html#SEC41">2.7 The <tt>`trunk/Identity/Icons'</tt> Directory</a></td></tr>
-<tr><td></td><td valign="top"><a href="repository_12.html#SEC46">Filesystem trunk Identity Isolinux</a></td><td valign="top"><a href="repository_12.html#SEC46">2.8 The <tt>`trunk/Identity/Isolinux'</tt> Directory</a></td></tr>
-<tr><td></td><td valign="top"><a href="repository_13.html#SEC51">Filesystem trunk Identity Models</a></td><td valign="top"><a href="repository_13.html#SEC51">2.9 The <tt>`trunk/Identity/Models'</tt> Directory</a></td></tr>
-<tr><td></td><td valign="top"><a href="repository_14.html#SEC56">Filesystem trunk Identity Models Css</a></td><td valign="top"><a href="repository_14.html#SEC56">2.10 The <tt>`trunk/Identity/Models/Css'</tt> Directory</a></td></tr>
-<tr><td></td><td valign="top"><a href="repository_15.html#SEC61">Filesystem trunk Identity Models Html</a></td><td valign="top"><a href="repository_15.html#SEC61">2.11 The <tt>`trunk/Identity/Models/Html'</tt> Directory</a></td></tr>
-<tr><td></td><td valign="top"><a href="repository_16.html#SEC66">Filesystem trunk Identity Models Img Promo Web</a></td><td valign="top"><a href="repository_16.html#SEC66">2.12 The <tt>`trunk/Identity/Models/Img/Promo/Web'</tt> Directory</a></td></tr>
-<tr><td></td><td valign="top"><a href="repository_17.html#SEC71">Filesystem trunk Identity Models Tpl</a></td><td valign="top"><a href="repository_17.html#SEC71">2.13 The <tt>`trunk/Identity/Models/Tpl'</tt> Directory</a></td></tr>
-<tr><td></td><td valign="top"><a href="repository_18.html#SEC76">Filesystem trunk Identity Models Tpl Brands</a></td><td valign="top"><a href="repository_18.html#SEC76">2.14 The <tt>`trunk/Identity/Models/Tpl/Brands'</tt> Directory</a></td></tr>
-<tr><td></td><td valign="top"><a href="repository_19.html#SEC81">Filesystem trunk Identity Models Tpl Promo Web</a></td><td valign="top"><a href="repository_19.html#SEC81">2.15 The <tt>`trunk/Identity/Models/Tpl/Promo/Web'</tt> Directory</a></td></tr>
-<tr><td></td><td valign="top"><a href="repository_20.html#SEC96">Filesystem trunk Identity Models Xcf</a></td><td valign="top"><a href="repository_20.html#SEC96">2.16 The <tt>`trunk/Identity/Models/Xcf'</tt> Directory</a></td></tr>
-<tr><td></td><td valign="top"><a href="repository_21.html#SEC101">Filesystem trunk Identity Release</a></td><td valign="top"><a href="repository_21.html#SEC101">2.17 The <tt>`trunk/Identity/Release'</tt> Directory</a></td></tr>
-<tr><td></td><td valign="top"><a href="repository_22.html#SEC106">Filesystem trunk Identity Themes</a></td><td valign="top"><a href="repository_22.html#SEC106">2.18 The <tt>`trunk/Identity/Themes'</tt> Directory</a></td></tr>
-<tr><td></td><td valign="top"><a href="repository_23.html#SEC111">Filesystem trunk Identity Themes Models</a></td><td valign="top"><a href="repository_23.html#SEC111">2.19 The <tt>`trunk/Identity/Themes/Models'</tt> Directory</a></td></tr>
-<tr><td></td><td valign="top"><a href="repository_24.html#SEC116">Filesystem trunk Identity Themes Models Alternative</a></td><td valign="top"><a href="repository_24.html#SEC116">2.20 The <tt>`trunk/Identity/Themes/Models/Alternative'</tt> Directory</a></td></tr>
-<tr><td></td><td valign="top"><a href="repository_25.html#SEC121">Filesystem trunk Identity Themes Models Default</a></td><td valign="top"><a href="repository_25.html#SEC121">2.21 The <tt>`trunk/Identity/Themes/Models/Default'</tt> Directory</a></td></tr>
-<tr><td></td><td valign="top"><a href="repository_26.html#SEC126">Filesystem trunk Identity Themes Models Default Concept</a></td><td valign="top"><a href="repository_26.html#SEC126">2.22 The <tt>`trunk/Identity/Themes/Models/Default/Concept'</tt> Directory</a></td></tr>
-<tr><td></td><td valign="top"><a href="repository_27.html#SEC131">Filesystem trunk Identity Themes Models Default Distro</a></td><td valign="top"><a href="repository_27.html#SEC131">2.23 The <tt>`trunk/Identity/Themes/Models/Default/Distro'</tt> Directory</a></td></tr>
-<tr><td></td><td valign="top"><a href="repository_28.html#SEC136">Filesystem trunk Identity Themes Models Default Distro Anaconda</a></td><td valign="top"><a href="repository_28.html#SEC136">2.24 The <tt>`trunk/Identity/Themes/Models/Default/Distro/Anaconda'</tt> Directory</a></td></tr>
-<tr><td></td><td valign="top"><a href="repository_29.html#SEC141">Filesystem trunk Identity Themes Models Default Distro Firstboot</a></td><td valign="top"><a href="repository_29.html#SEC141">2.25 The <tt>`trunk/Identity/Themes/Models/Default/Distro/Firstboot'</tt> Directory</a></td></tr>
-<tr><td></td><td valign="top"><a href="repository_30.html#SEC146">Filesystem trunk Identity Themes Models Default Distro Gdm</a></td><td valign="top"><a href="repository_30.html#SEC146">2.26 The <tt>`trunk/Identity/Themes/Models/Default/Distro/Gdm'</tt> Directory</a></td></tr>
-<tr><td></td><td valign="top"><a href="repository_31.html#SEC151">Filesystem trunk Identity Themes Models Default Distro Grub</a></td><td valign="top"><a href="repository_31.html#SEC151">2.27 The <tt>`trunk/Identity/Themes/Models/Default/Distro/Grub'</tt> Directory</a></td></tr>
-<tr><td></td><td valign="top"><a href="repository_32.html#SEC156">Filesystem trunk Identity Themes Models Default Distro Gsplash</a></td><td valign="top"><a href="repository_32.html#SEC156">2.28 The <tt>`trunk/Identity/Themes/Models/Default/Distro/Gsplash'</tt> Directory</a></td></tr>
-<tr><td></td><td valign="top"><a href="repository_33.html#SEC161">Filesystem trunk Identity Themes Models Default Distro Kdm</a></td><td valign="top"><a href="repository_33.html#SEC161">2.29 The <tt>`trunk/Identity/Themes/Models/Default/Distro/Kdm'</tt> Directory</a></td></tr>
-<tr><td></td><td valign="top"><a href="repository_34.html#SEC166">Filesystem trunk Identity Themes Models Default Distro Ksplash</a></td><td valign="top"><a href="repository_34.html#SEC166">2.30 The <tt>`trunk/Identity/Themes/Models/Default/Distro/Ksplash'</tt> Directory</a></td></tr>
-<tr><td></td><td valign="top"><a href="repository_35.html#SEC171">Filesystem trunk Identity Themes Models Default Distro Rhgb</a></td><td valign="top"><a href="repository_35.html#SEC171">2.31 The <tt>`trunk/Identity/Themes/Models/Default/Distro/Rhgb'</tt> Directory</a></td></tr>
-<tr><td></td><td valign="top"><a href="repository_36.html#SEC176">Filesystem trunk Identity Themes Models Default Distro Syslinux</a></td><td valign="top"><a href="repository_36.html#SEC176">2.32 The <tt>`trunk/Identity/Themes/Models/Default/Distro/Syslinux'</tt> Directory</a></td></tr>
-<tr><td></td><td valign="top"><a href="repository_37.html#SEC181">Filesystem trunk Identity Themes Models Default Promo</a></td><td valign="top"><a href="repository_37.html#SEC181">2.33 The <tt>`trunk/Identity/Themes/Models/Default/Promo'</tt> Directory</a></td></tr>
-<tr><td></td><td valign="top"><a href="repository_38.html#SEC186">Filesystem trunk Identity Themes Models Default Web</a></td><td valign="top"><a href="repository_38.html#SEC186">2.34 The <tt>`trunk/Identity/Themes/Models/Default/Web'</tt> Directory</a></td></tr>
-<tr><td></td><td valign="top"><a href="repository_39.html#SEC191">Filesystem trunk Identity Themes Motifs</a></td><td valign="top"><a href="repository_39.html#SEC191">2.35 The <tt>`trunk/Identity/Themes/Motifs'</tt> Directory</a></td></tr>
-<tr><td></td><td valign="top"><a href="repository_40.html#SEC196">Filesystem trunk Identity Themes Motifs Flame</a></td><td valign="top"><a href="repository_40.html#SEC196">2.36 The <tt>`trunk/Identity/Themes/Motifs/Flame'</tt> Directory</a></td></tr>
-<tr><td></td><td valign="top"><a href="repository_41.html#SEC205">Filesystem trunk Identity Themes Motifs Modern</a></td><td valign="top"><a href="repository_41.html#SEC205">2.37 The <tt>`trunk/Identity/Themes/Motifs/Modern'</tt> Directory</a></td></tr>
-<tr><td></td><td valign="top"><a href="repository_42.html#SEC210">Filesystem trunk Identity Themes Motifs Modern Backgrounds</a></td><td valign="top"><a href="repository_42.html#SEC210">2.38 The <tt>`trunk/Identity/Themes/Motifs/Modern/Backgrounds'</tt> Directory</a></td></tr>
-<tr><td></td><td valign="top"><a href="repository_43.html#SEC215">Filesystem trunk Identity Themes Motifs Modern Backgrounds Img</a></td><td valign="top"><a href="repository_43.html#SEC215">2.39 The <tt>`trunk/Identity/Themes/Motifs/Modern/Backgrounds/Img'</tt> Directory</a></td></tr>
-<tr><td></td><td valign="top"><a href="repository_44.html#SEC220">Filesystem trunk Identity Themes Motifs Modern Backgrounds Tpl</a></td><td valign="top"><a href="repository_44.html#SEC220">2.40 The <tt>`trunk/Identity/Themes/Motifs/Modern/Backgrounds/Tpl'</tt> Directory</a></td></tr>
-<tr><td></td><td valign="top"><a href="repository_45.html#SEC225">Filesystem trunk Identity Themes Motifs Modern Backgrounds Xcf</a></td><td valign="top"><a href="repository_45.html#SEC225">2.41 The <tt>`trunk/Identity/Themes/Motifs/Modern/Backgrounds/Xcf'</tt> Directory</a></td></tr>
-<tr><td></td><td valign="top"><a href="repository_46.html#SEC230">Filesystem trunk Identity Themes Motifs Modern Distro Anaconda Progress</a></td><td valign="top"><a href="repository_46.html#SEC230">2.42 The <tt>`trunk/Identity/Themes/Motifs/Modern/Distro/Anaconda/Progress'</tt> Directory</a></td></tr>
-<tr><td></td><td valign="top"><a href="repository_47.html#SEC235">Filesystem trunk Identity Themes Motifs Modern Palettes</a></td><td valign="top"><a href="repository_47.html#SEC235">2.43 The <tt>`trunk/Identity/Themes/Motifs/Modern/Palettes'</tt> Directory</a></td></tr>
-<tr><td></td><td valign="top"><a href="repository_48.html#SEC240">Filesystem trunk Identity Themes Motifs TreeFlower</a></td><td valign="top"><a href="repository_48.html#SEC240">2.44 The <tt>`trunk/Identity/Themes/Motifs/TreeFlower'</tt> Directory</a></td></tr>
-<tr><td></td><td valign="top"><a href="repository_49.html#SEC245">Filesystem trunk Identity Themes Motifs TreeFlower Backgrounds</a></td><td valign="top"><a href="repository_49.html#SEC245">2.45 The <tt>`trunk/Identity/Themes/Motifs/TreeFlower/Backgrounds'</tt> Directory</a></td></tr>
-<tr><td></td><td valign="top"><a href="repository_50.html#SEC253">Filesystem trunk Identity Widgets</a></td><td valign="top"><a href="repository_50.html#SEC253">2.46 The <tt>`trunk/Identity/Widgets'</tt> Directory</a></td></tr>
-<tr><td></td><td valign="top"><a href="repository_51.html#SEC258">Filesystem trunk Locales</a></td><td valign="top"><a href="repository_51.html#SEC258">2.47 The <tt>`trunk/Locales'</tt> Directory</a></td></tr>
-<tr><td></td><td valign="top"><a href="repository_52.html#SEC259">Filesystem trunk Locales Identity</a></td><td valign="top"><a href="repository_52.html#SEC259">2.48 The <tt>`trunk/Locales/Identity'</tt> Directory</a></td></tr>
-<tr><td></td><td valign="top"><a href="repository_53.html#SEC264">Filesystem trunk Locales Identity Brands</a></td><td valign="top"><a href="repository_53.html#SEC264">2.49 The <tt>`trunk/Locales/Identity/Brands'</tt> Directory</a></td></tr>
-<tr><td></td><td valign="top"><a href="repository_54.html#SEC272">Filesystem trunk Locales Identity Brands Tpl</a></td><td valign="top"><a href="repository_54.html#SEC272">2.50 The <tt>`trunk/Locales/Identity/Brands/Tpl'</tt> Directory</a></td></tr>
-<tr><td></td><td valign="top"><a href="repository_55.html#SEC277">Filesystem trunk Locales Identity Fonts</a></td><td valign="top"><a href="repository_55.html#SEC277">2.51 The <tt>`trunk/Locales/Identity/Fonts'</tt> Directory</a></td></tr>
-<tr><td></td><td valign="top"><a href="repository_56.html#SEC283">Filesystem trunk Locales Identity Models</a></td><td valign="top"><a href="repository_56.html#SEC283">2.52 The <tt>`trunk/Locales/Identity/Models'</tt> Directory</a></td></tr>
-<tr><td></td><td valign="top"><a href="repository_57.html#SEC288">Filesystem trunk Locales Identity Release</a></td><td valign="top"><a href="repository_57.html#SEC288">2.53 The <tt>`trunk/Locales/Identity/Release'</tt> Directory</a></td></tr>
-<tr><td></td><td valign="top"><a href="repository_58.html#SEC293">Filesystem trunk Locales Identity Themes</a></td><td valign="top"><a href="repository_58.html#SEC293">2.54 The <tt>`trunk/Locales/Identity/Themes'</tt> Directory</a></td></tr>
-<tr><td></td><td valign="top"><a href="repository_59.html#SEC298">Filesystem trunk Locales Identity Themes Backgrounds</a></td><td valign="top"><a href="repository_59.html#SEC298">2.55 The <tt>`trunk/Locales/Identity/Themes/Backgrounds'</tt> Directory</a></td></tr>
-<tr><td></td><td valign="top"><a href="repository_60.html#SEC303">Filesystem trunk Locales Identity Themes Distro Anaconda Progress</a></td><td valign="top"><a href="repository_60.html#SEC303">2.56 The <tt>`trunk/Locales/Identity/Themes/Distro/Anaconda/Progress'</tt> Directory</a></td></tr>
-<tr><td></td><td valign="top"><a href="repository_61.html#SEC308">Filesystem trunk Locales Identity Widgets</a></td><td valign="top"><a href="repository_61.html#SEC308">2.57 The <tt>`trunk/Locales/Identity/Widgets'</tt> Directory</a></td></tr>
-<tr><td></td><td valign="top"><a href="repository_62.html#SEC313">Filesystem trunk Manual</a></td><td valign="top"><a href="repository_62.html#SEC313">2.58 The <tt>`trunk/Manual'</tt> Directory</a></td></tr>
-<tr><td></td><td valign="top"><a href="repository_63.html#SEC318">Filesystem trunk Manuals</a></td><td valign="top"><a href="repository_63.html#SEC318">2.59 The <tt>`trunk/Manuals'</tt> Directory</a></td></tr>
-<tr><td></td><td valign="top"><a href="repository_64.html#SEC323">Filesystem trunk Scripts</a></td><td valign="top"><a href="repository_64.html#SEC323">2.60 The <tt>`trunk/Scripts'</tt> Directory</a></td></tr>
-<tr><td></td><td valign="top"><a href="repository_65.html#SEC328">Filesystem trunk Scripts Bash</a></td><td valign="top"><a href="repository_65.html#SEC328">2.61 The <tt>`trunk/Scripts/Bash'</tt> Directory</a></td></tr>
-<tr><td></td><td valign="top"><a href="repository_66.html#SEC333">Filesystem trunk Scripts Bash Cli</a></td><td valign="top"><a href="repository_66.html#SEC333">2.62 The <tt>`trunk/Scripts/Bash/Cli'</tt> Directory</a></td></tr>
-<tr><td></td><td valign="top"><a href="repository_67.html#SEC334">Filesystem trunk Scripts Bash Cli Functions</a></td><td valign="top"><a href="repository_67.html#SEC334">2.63 The <tt>`trunk/Scripts/Bash/Cli/Functions'</tt> Directory</a></td></tr>
-<tr><td></td><td valign="top"><a href="repository_68.html#SEC342">Filesystem trunk Scripts Bash Cli Functions Help</a></td><td valign="top"><a href="repository_68.html#SEC342">2.64 The <tt>`trunk/Scripts/Bash/Cli/Functions/Help'</tt> Directory</a></td></tr>
-<tr><td></td><td valign="top"><a href="repository_69.html#SEC347">Filesystem trunk Scripts Bash Cli Functions Html</a></td><td valign="top"><a href="repository_69.html#SEC347">2.65 The <tt>`trunk/Scripts/Bash/Cli/Functions/Html'</tt> Directory</a></td></tr>
-<tr><td></td><td valign="top"><a href="repository_70.html#SEC352">Filesystem trunk Scripts Bash Cli Functions Locale</a></td><td valign="top"><a href="repository_70.html#SEC352">2.66 The <tt>`trunk/Scripts/Bash/Cli/Functions/Locale'</tt> Directory</a></td></tr>
-<tr><td></td><td valign="top"><a href="repository_71.html#SEC357">Filesystem trunk Scripts Bash Cli Functions Manual</a></td><td valign="top"><a href="repository_71.html#SEC357">2.67 The <tt>`trunk/Scripts/Bash/Cli/Functions/Manual'</tt> Directory</a></td></tr>
-<tr><td></td><td valign="top"><a href="repository_72.html#SEC362">Filesystem trunk Scripts Bash Cli Functions Path</a></td><td valign="top"><a href="repository_72.html#SEC362">2.68 The <tt>`trunk/Scripts/Bash/Cli/Functions/Path'</tt> Directory</a></td></tr>
-<tr><td></td><td valign="top"><a href="repository_73.html#SEC373">Filesystem trunk Scripts Bash Cli Functions Render</a></td><td valign="top"><a href="repository_73.html#SEC373">2.69 The <tt>`trunk/Scripts/Bash/Cli/Functions/Render'</tt> Directory</a></td></tr>
-<tr><td></td><td valign="top"><a href="repository_74.html#SEC383">Filesystem trunk Scripts Bash Cli Functions Render Config</a></td><td valign="top"><a href="repository_74.html#SEC383">2.70 The <tt>`trunk/Scripts/Bash/Cli/Functions/Render/Config'</tt> Directory</a></td></tr>
-<tr><td></td><td valign="top"><a href="repository_75.html#SEC391">Filesystem trunk Scripts Bash Cli Functions Shell</a></td><td valign="top"><a href="repository_75.html#SEC391">2.71 The <tt>`trunk/Scripts/Bash/Cli/Functions/Shell'</tt> Directory</a></td></tr>
-<tr><td></td><td valign="top"><a href="repository_76.html#SEC396">Filesystem trunk Scripts Bash Cli Functions Svg</a></td><td valign="top"><a href="repository_76.html#SEC396">2.72 The <tt>`trunk/Scripts/Bash/Cli/Functions/Svg'</tt> Directory</a></td></tr>
-<tr><td></td><td valign="top"><a href="repository_77.html#SEC403">Filesystem trunk Scripts Bash Cli Functions Verify</a></td><td valign="top"><a href="repository_77.html#SEC403">2.73 The <tt>`trunk/Scripts/Bash/Cli/Functions/Verify'</tt> Directory</a></td></tr>
-<tr><td></td><td valign="top"><a href="repository_78.html#SEC411">Filesystem trunk Scripts Python</a></td><td valign="top"><a href="repository_78.html#SEC411">2.74 The <tt>`trunk/Scripts/Python'</tt> Directory</a></td></tr>
+<tr><td></td><td valign="top"><a href="repository_6.html#SEC10">Filesystem tags</a></td><td valign="top"><a href="repository_6.html#SEC10">2.2 The <tt>`tags'</tt> Directory</a></td></tr>
+<tr><td></td><td valign="top"><a href="repository_7.html#SEC15">Filesystem trunk</a></td><td valign="top"><a href="repository_7.html#SEC15">2.3 The <tt>`trunk'</tt> Directory</a></td></tr>
+<tr><td></td><td valign="top"><a href="repository_8.html#SEC20">Filesystem trunk Identity</a></td><td valign="top"><a href="repository_8.html#SEC20">2.4 The <tt>`trunk/Identity'</tt> Directory</a></td></tr>
+<tr><td></td><td valign="top"><a href="repository_9.html#SEC29">Filesystem trunk Identity Brands</a></td><td valign="top"><a href="repository_9.html#SEC29">2.5 The <tt>`trunk/Identity/Brands'</tt> Directory</a></td></tr>
+<tr><td></td><td valign="top"><a href="repository_10.html#SEC34">Filesystem trunk Identity Fonts</a></td><td valign="top"><a href="repository_10.html#SEC34">2.6 The <tt>`trunk/Identity/Fonts'</tt> Directory</a></td></tr>
+<tr><td></td><td valign="top"><a href="repository_11.html#SEC39">Filesystem trunk Identity Icons</a></td><td valign="top"><a href="repository_11.html#SEC39">2.7 The <tt>`trunk/Identity/Icons'</tt> Directory</a></td></tr>
+<tr><td></td><td valign="top"><a href="repository_12.html#SEC44">Filesystem trunk Identity Isolinux</a></td><td valign="top"><a href="repository_12.html#SEC44">2.8 The <tt>`trunk/Identity/Isolinux'</tt> Directory</a></td></tr>
+<tr><td></td><td valign="top"><a href="repository_13.html#SEC49">Filesystem trunk Identity Models</a></td><td valign="top"><a href="repository_13.html#SEC49">2.9 The <tt>`trunk/Identity/Models'</tt> Directory</a></td></tr>
+<tr><td></td><td valign="top"><a href="repository_14.html#SEC54">Filesystem trunk Identity Models Css</a></td><td valign="top"><a href="repository_14.html#SEC54">2.10 The <tt>`trunk/Identity/Models/Css'</tt> Directory</a></td></tr>
+<tr><td></td><td valign="top"><a href="repository_15.html#SEC59">Filesystem trunk Identity Models Html</a></td><td valign="top"><a href="repository_15.html#SEC59">2.11 The <tt>`trunk/Identity/Models/Html'</tt> Directory</a></td></tr>
+<tr><td></td><td valign="top"><a href="repository_16.html#SEC64">Filesystem trunk Identity Models Img Promo Web</a></td><td valign="top"><a href="repository_16.html#SEC64">2.12 The <tt>`trunk/Identity/Models/Img/Promo/Web'</tt> Directory</a></td></tr>
+<tr><td></td><td valign="top"><a href="repository_17.html#SEC69">Filesystem trunk Identity Models Tpl</a></td><td valign="top"><a href="repository_17.html#SEC69">2.13 The <tt>`trunk/Identity/Models/Tpl'</tt> Directory</a></td></tr>
+<tr><td></td><td valign="top"><a href="repository_18.html#SEC74">Filesystem trunk Identity Models Tpl Brands</a></td><td valign="top"><a href="repository_18.html#SEC74">2.14 The <tt>`trunk/Identity/Models/Tpl/Brands'</tt> Directory</a></td></tr>
+<tr><td></td><td valign="top"><a href="repository_19.html#SEC79">Filesystem trunk Identity Models Tpl Promo Web</a></td><td valign="top"><a href="repository_19.html#SEC79">2.15 The <tt>`trunk/Identity/Models/Tpl/Promo/Web'</tt> Directory</a></td></tr>
+<tr><td></td><td valign="top"><a href="repository_20.html#SEC94">Filesystem trunk Identity Models Xcf</a></td><td valign="top"><a href="repository_20.html#SEC94">2.16 The <tt>`trunk/Identity/Models/Xcf'</tt> Directory</a></td></tr>
+<tr><td></td><td valign="top"><a href="repository_21.html#SEC99">Filesystem trunk Identity Release</a></td><td valign="top"><a href="repository_21.html#SEC99">2.17 The <tt>`trunk/Identity/Release'</tt> Directory</a></td></tr>
+<tr><td></td><td valign="top"><a href="repository_22.html#SEC104">Filesystem trunk Identity Themes</a></td><td valign="top"><a href="repository_22.html#SEC104">2.18 The <tt>`trunk/Identity/Themes'</tt> Directory</a></td></tr>
+<tr><td></td><td valign="top"><a href="repository_23.html#SEC109">Filesystem trunk Identity Themes Models</a></td><td valign="top"><a href="repository_23.html#SEC109">2.19 The <tt>`trunk/Identity/Themes/Models'</tt> Directory</a></td></tr>
+<tr><td></td><td valign="top"><a href="repository_24.html#SEC114">Filesystem trunk Identity Themes Models Alternative</a></td><td valign="top"><a href="repository_24.html#SEC114">2.20 The <tt>`trunk/Identity/Themes/Models/Alternative'</tt> Directory</a></td></tr>
+<tr><td></td><td valign="top"><a href="repository_25.html#SEC119">Filesystem trunk Identity Themes Models Default</a></td><td valign="top"><a href="repository_25.html#SEC119">2.21 The <tt>`trunk/Identity/Themes/Models/Default'</tt> Directory</a></td></tr>
+<tr><td></td><td valign="top"><a href="repository_26.html#SEC124">Filesystem trunk Identity Themes Models Default Concept</a></td><td valign="top"><a href="repository_26.html#SEC124">2.22 The <tt>`trunk/Identity/Themes/Models/Default/Concept'</tt> Directory</a></td></tr>
+<tr><td></td><td valign="top"><a href="repository_27.html#SEC129">Filesystem trunk Identity Themes Models Default Distro</a></td><td valign="top"><a href="repository_27.html#SEC129">2.23 The <tt>`trunk/Identity/Themes/Models/Default/Distro'</tt> Directory</a></td></tr>
+<tr><td></td><td valign="top"><a href="repository_28.html#SEC134">Filesystem trunk Identity Themes Models Default Distro Anaconda</a></td><td valign="top"><a href="repository_28.html#SEC134">2.24 The <tt>`trunk/Identity/Themes/Models/Default/Distro/Anaconda'</tt> Directory</a></td></tr>
+<tr><td></td><td valign="top"><a href="repository_29.html#SEC139">Filesystem trunk Identity Themes Models Default Distro Firstboot</a></td><td valign="top"><a href="repository_29.html#SEC139">2.25 The <tt>`trunk/Identity/Themes/Models/Default/Distro/Firstboot'</tt> Directory</a></td></tr>
+<tr><td></td><td valign="top"><a href="repository_30.html#SEC144">Filesystem trunk Identity Themes Models Default Distro Gdm</a></td><td valign="top"><a href="repository_30.html#SEC144">2.26 The <tt>`trunk/Identity/Themes/Models/Default/Distro/Gdm'</tt> Directory</a></td></tr>
+<tr><td></td><td valign="top"><a href="repository_31.html#SEC149">Filesystem trunk Identity Themes Models Default Distro Grub</a></td><td valign="top"><a href="repository_31.html#SEC149">2.27 The <tt>`trunk/Identity/Themes/Models/Default/Distro/Grub'</tt> Directory</a></td></tr>
+<tr><td></td><td valign="top"><a href="repository_32.html#SEC154">Filesystem trunk Identity Themes Models Default Distro Gsplash</a></td><td valign="top"><a href="repository_32.html#SEC154">2.28 The <tt>`trunk/Identity/Themes/Models/Default/Distro/Gsplash'</tt> Directory</a></td></tr>
+<tr><td></td><td valign="top"><a href="repository_33.html#SEC159">Filesystem trunk Identity Themes Models Default Distro Kdm</a></td><td valign="top"><a href="repository_33.html#SEC159">2.29 The <tt>`trunk/Identity/Themes/Models/Default/Distro/Kdm'</tt> Directory</a></td></tr>
+<tr><td></td><td valign="top"><a href="repository_34.html#SEC164">Filesystem trunk Identity Themes Models Default Distro Ksplash</a></td><td valign="top"><a href="repository_34.html#SEC164">2.30 The <tt>`trunk/Identity/Themes/Models/Default/Distro/Ksplash'</tt> Directory</a></td></tr>
+<tr><td></td><td valign="top"><a href="repository_35.html#SEC169">Filesystem trunk Identity Themes Models Default Distro Rhgb</a></td><td valign="top"><a href="repository_35.html#SEC169">2.31 The <tt>`trunk/Identity/Themes/Models/Default/Distro/Rhgb'</tt> Directory</a></td></tr>
+<tr><td></td><td valign="top"><a href="repository_36.html#SEC174">Filesystem trunk Identity Themes Models Default Distro Syslinux</a></td><td valign="top"><a href="repository_36.html#SEC174">2.32 The <tt>`trunk/Identity/Themes/Models/Default/Distro/Syslinux'</tt> Directory</a></td></tr>
+<tr><td></td><td valign="top"><a href="repository_37.html#SEC179">Filesystem trunk Identity Themes Models Default Promo</a></td><td valign="top"><a href="repository_37.html#SEC179">2.33 The <tt>`trunk/Identity/Themes/Models/Default/Promo'</tt> Directory</a></td></tr>
+<tr><td></td><td valign="top"><a href="repository_38.html#SEC184">Filesystem trunk Identity Themes Models Default Web</a></td><td valign="top"><a href="repository_38.html#SEC184">2.34 The <tt>`trunk/Identity/Themes/Models/Default/Web'</tt> Directory</a></td></tr>
+<tr><td></td><td valign="top"><a href="repository_39.html#SEC189">Filesystem trunk Identity Themes Motifs</a></td><td valign="top"><a href="repository_39.html#SEC189">2.35 The <tt>`trunk/Identity/Themes/Motifs'</tt> Directory</a></td></tr>
+<tr><td></td><td valign="top"><a href="repository_40.html#SEC194">Filesystem trunk Identity Themes Motifs Flame</a></td><td valign="top"><a href="repository_40.html#SEC194">2.36 The <tt>`trunk/Identity/Themes/Motifs/Flame'</tt> Directory</a></td></tr>
+<tr><td></td><td valign="top"><a href="repository_41.html#SEC203">Filesystem trunk Identity Themes Motifs Modern</a></td><td valign="top"><a href="repository_41.html#SEC203">2.37 The <tt>`trunk/Identity/Themes/Motifs/Modern'</tt> Directory</a></td></tr>
+<tr><td></td><td valign="top"><a href="repository_42.html#SEC208">Filesystem trunk Identity Themes Motifs Modern Backgrounds</a></td><td valign="top"><a href="repository_42.html#SEC208">2.38 The <tt>`trunk/Identity/Themes/Motifs/Modern/Backgrounds'</tt> Directory</a></td></tr>
+<tr><td></td><td valign="top"><a href="repository_43.html#SEC213">Filesystem trunk Identity Themes Motifs Modern Backgrounds Img</a></td><td valign="top"><a href="repository_43.html#SEC213">2.39 The <tt>`trunk/Identity/Themes/Motifs/Modern/Backgrounds/Img'</tt> Directory</a></td></tr>
+<tr><td></td><td valign="top"><a href="repository_44.html#SEC218">Filesystem trunk Identity Themes Motifs Modern Backgrounds Tpl</a></td><td valign="top"><a href="repository_44.html#SEC218">2.40 The <tt>`trunk/Identity/Themes/Motifs/Modern/Backgrounds/Tpl'</tt> Directory</a></td></tr>
+<tr><td></td><td valign="top"><a href="repository_45.html#SEC223">Filesystem trunk Identity Themes Motifs Modern Backgrounds Xcf</a></td><td valign="top"><a href="repository_45.html#SEC223">2.41 The <tt>`trunk/Identity/Themes/Motifs/Modern/Backgrounds/Xcf'</tt> Directory</a></td></tr>
+<tr><td></td><td valign="top"><a href="repository_46.html#SEC228">Filesystem trunk Identity Themes Motifs Modern Distro Anaconda Progress</a></td><td valign="top"><a href="repository_46.html#SEC228">2.42 The <tt>`trunk/Identity/Themes/Motifs/Modern/Distro/Anaconda/Progress'</tt> Directory</a></td></tr>
+<tr><td></td><td valign="top"><a href="repository_47.html#SEC233">Filesystem trunk Identity Themes Motifs Modern Palettes</a></td><td valign="top"><a href="repository_47.html#SEC233">2.43 The <tt>`trunk/Identity/Themes/Motifs/Modern/Palettes'</tt> Directory</a></td></tr>
+<tr><td></td><td valign="top"><a href="repository_48.html#SEC238">Filesystem trunk Identity Themes Motifs TreeFlower</a></td><td valign="top"><a href="repository_48.html#SEC238">2.44 The <tt>`trunk/Identity/Themes/Motifs/TreeFlower'</tt> Directory</a></td></tr>
+<tr><td></td><td valign="top"><a href="repository_49.html#SEC243">Filesystem trunk Identity Themes Motifs TreeFlower Backgrounds</a></td><td valign="top"><a href="repository_49.html#SEC243">2.45 The <tt>`trunk/Identity/Themes/Motifs/TreeFlower/Backgrounds'</tt> Directory</a></td></tr>
+<tr><td></td><td valign="top"><a href="repository_50.html#SEC251">Filesystem trunk Identity Widgets</a></td><td valign="top"><a href="repository_50.html#SEC251">2.46 The <tt>`trunk/Identity/Widgets'</tt> Directory</a></td></tr>
+<tr><td></td><td valign="top"><a href="repository_51.html#SEC256">Filesystem trunk Locales</a></td><td valign="top"><a href="repository_51.html#SEC256">2.47 The <tt>`trunk/Locales'</tt> Directory</a></td></tr>
+<tr><td></td><td valign="top"><a href="repository_52.html#SEC257">Filesystem trunk Locales Identity</a></td><td valign="top"><a href="repository_52.html#SEC257">2.48 The <tt>`trunk/Locales/Identity'</tt> Directory</a></td></tr>
+<tr><td></td><td valign="top"><a href="repository_53.html#SEC262">Filesystem trunk Locales Identity Brands</a></td><td valign="top"><a href="repository_53.html#SEC262">2.49 The <tt>`trunk/Locales/Identity/Brands'</tt> Directory</a></td></tr>
+<tr><td></td><td valign="top"><a href="repository_54.html#SEC270">Filesystem trunk Locales Identity Brands Tpl</a></td><td valign="top"><a href="repository_54.html#SEC270">2.50 The <tt>`trunk/Locales/Identity/Brands/Tpl'</tt> Directory</a></td></tr>
+<tr><td></td><td valign="top"><a href="repository_55.html#SEC275">Filesystem trunk Locales Identity Fonts</a></td><td valign="top"><a href="repository_55.html#SEC275">2.51 The <tt>`trunk/Locales/Identity/Fonts'</tt> Directory</a></td></tr>
+<tr><td></td><td valign="top"><a href="repository_56.html#SEC281">Filesystem trunk Locales Identity Models</a></td><td valign="top"><a href="repository_56.html#SEC281">2.52 The <tt>`trunk/Locales/Identity/Models'</tt> Directory</a></td></tr>
+<tr><td></td><td valign="top"><a href="repository_57.html#SEC286">Filesystem trunk Locales Identity Release</a></td><td valign="top"><a href="repository_57.html#SEC286">2.53 The <tt>`trunk/Locales/Identity/Release'</tt> Directory</a></td></tr>
+<tr><td></td><td valign="top"><a href="repository_58.html#SEC291">Filesystem trunk Locales Identity Themes</a></td><td valign="top"><a href="repository_58.html#SEC291">2.54 The <tt>`trunk/Locales/Identity/Themes'</tt> Directory</a></td></tr>
+<tr><td></td><td valign="top"><a href="repository_59.html#SEC296">Filesystem trunk Locales Identity Themes Backgrounds</a></td><td valign="top"><a href="repository_59.html#SEC296">2.55 The <tt>`trunk/Locales/Identity/Themes/Backgrounds'</tt> Directory</a></td></tr>
+<tr><td></td><td valign="top"><a href="repository_60.html#SEC301">Filesystem trunk Locales Identity Themes Distro Anaconda Progress</a></td><td valign="top"><a href="repository_60.html#SEC301">2.56 The <tt>`trunk/Locales/Identity/Themes/Distro/Anaconda/Progress'</tt> Directory</a></td></tr>
+<tr><td></td><td valign="top"><a href="repository_61.html#SEC306">Filesystem trunk Locales Identity Widgets</a></td><td valign="top"><a href="repository_61.html#SEC306">2.57 The <tt>`trunk/Locales/Identity/Widgets'</tt> Directory</a></td></tr>
+<tr><td></td><td valign="top"><a href="repository_62.html#SEC311">Filesystem trunk Manual</a></td><td valign="top"><a href="repository_62.html#SEC311">2.58 The <tt>`trunk/Manual'</tt> Directory</a></td></tr>
+<tr><td></td><td valign="top"><a href="repository_63.html#SEC316">Filesystem trunk Manuals</a></td><td valign="top"><a href="repository_63.html#SEC316">2.59 The <tt>`trunk/Manuals'</tt> Directory</a></td></tr>
+<tr><td></td><td valign="top"><a href="repository_64.html#SEC321">Filesystem trunk Scripts</a></td><td valign="top"><a href="repository_64.html#SEC321">2.60 The <tt>`trunk/Scripts'</tt> Directory</a></td></tr>
+<tr><td></td><td valign="top"><a href="repository_65.html#SEC326">Filesystem trunk Scripts Bash</a></td><td valign="top"><a href="repository_65.html#SEC326">2.61 The <tt>`trunk/Scripts/Bash'</tt> Directory</a></td></tr>
+<tr><td></td><td valign="top"><a href="repository_66.html#SEC331">Filesystem trunk Scripts Bash Cli</a></td><td valign="top"><a href="repository_66.html#SEC331">2.62 The <tt>`trunk/Scripts/Bash/Cli'</tt> Directory</a></td></tr>
+<tr><td></td><td valign="top"><a href="repository_67.html#SEC332">Filesystem trunk Scripts Bash Cli Functions</a></td><td valign="top"><a href="repository_67.html#SEC332">2.63 The <tt>`trunk/Scripts/Bash/Cli/Functions'</tt> Directory</a></td></tr>
+<tr><td></td><td valign="top"><a href="repository_68.html#SEC340">Filesystem trunk Scripts Bash Cli Functions Help</a></td><td valign="top"><a href="repository_68.html#SEC340">2.64 The <tt>`trunk/Scripts/Bash/Cli/Functions/Help'</tt> Directory</a></td></tr>
+<tr><td></td><td valign="top"><a href="repository_69.html#SEC345">Filesystem trunk Scripts Bash Cli Functions Html</a></td><td valign="top"><a href="repository_69.html#SEC345">2.65 The <tt>`trunk/Scripts/Bash/Cli/Functions/Html'</tt> Directory</a></td></tr>
+<tr><td></td><td valign="top"><a href="repository_70.html#SEC350">Filesystem trunk Scripts Bash Cli Functions Locale</a></td><td valign="top"><a href="repository_70.html#SEC350">2.66 The <tt>`trunk/Scripts/Bash/Cli/Functions/Locale'</tt> Directory</a></td></tr>
+<tr><td></td><td valign="top"><a href="repository_71.html#SEC355">Filesystem trunk Scripts Bash Cli Functions Manual</a></td><td valign="top"><a href="repository_71.html#SEC355">2.67 The <tt>`trunk/Scripts/Bash/Cli/Functions/Manual'</tt> Directory</a></td></tr>
+<tr><td></td><td valign="top"><a href="repository_72.html#SEC360">Filesystem trunk Scripts Bash Cli Functions Path</a></td><td valign="top"><a href="repository_72.html#SEC360">2.68 The <tt>`trunk/Scripts/Bash/Cli/Functions/Path'</tt> Directory</a></td></tr>
+<tr><td></td><td valign="top"><a href="repository_73.html#SEC371">Filesystem trunk Scripts Bash Cli Functions Render</a></td><td valign="top"><a href="repository_73.html#SEC371">2.69 The <tt>`trunk/Scripts/Bash/Cli/Functions/Render'</tt> Directory</a></td></tr>
+<tr><td></td><td valign="top"><a href="repository_74.html#SEC381">Filesystem trunk Scripts Bash Cli Functions Render Config</a></td><td valign="top"><a href="repository_74.html#SEC381">2.70 The <tt>`trunk/Scripts/Bash/Cli/Functions/Render/Config'</tt> Directory</a></td></tr>
+<tr><td></td><td valign="top"><a href="repository_75.html#SEC389">Filesystem trunk Scripts Bash Cli Functions Shell</a></td><td valign="top"><a href="repository_75.html#SEC389">2.71 The <tt>`trunk/Scripts/Bash/Cli/Functions/Shell'</tt> Directory</a></td></tr>
+<tr><td></td><td valign="top"><a href="repository_76.html#SEC394">Filesystem trunk Scripts Bash Cli Functions Svg</a></td><td valign="top"><a href="repository_76.html#SEC394">2.72 The <tt>`trunk/Scripts/Bash/Cli/Functions/Svg'</tt> Directory</a></td></tr>
+<tr><td></td><td valign="top"><a href="repository_77.html#SEC401">Filesystem trunk Scripts Bash Cli Functions Verify</a></td><td valign="top"><a href="repository_77.html#SEC401">2.73 The <tt>`trunk/Scripts/Bash/Cli/Functions/Verify'</tt> Directory</a></td></tr>
+<tr><td></td><td valign="top"><a href="repository_78.html#SEC409">Filesystem trunk Scripts Python</a></td><td valign="top"><a href="repository_78.html#SEC409">2.74 The <tt>`trunk/Scripts/Python'</tt> Directory</a></td></tr>
 <tr><td colspan="3"> <hr></td></tr>
-<tr><th><a name="SEC416_2">H</a></th><td></td><td></td></tr>
-<tr><td></td><td valign="top"><a href="repository_53.html#SEC270">How to render brands' translation files</a></td><td valign="top"><a href="repository_53.html#SEC270">2.49.3 Usage</a></td></tr>
-<tr><td></td><td valign="top"><a href="repository_55.html#SEC281">How to render fonts' translation files</a></td><td valign="top"><a href="repository_55.html#SEC281">2.51.3 Usage</a></td></tr>
+<tr><th><a name="SEC414_2">H</a></th><td></td><td></td></tr>
+<tr><td></td><td valign="top"><a href="repository_53.html#SEC268">How to render brands' translation files</a></td><td valign="top"><a href="repository_53.html#SEC268">2.49.3 Usage</a></td></tr>
+<tr><td></td><td valign="top"><a href="repository_55.html#SEC279">How to render fonts' translation files</a></td><td valign="top"><a href="repository_55.html#SEC279">2.51.3 Usage</a></td></tr>
 <tr><td colspan="3"> <hr></td></tr>
-<tr><th><a name="SEC416_3">I</a></th><td></td><td></td></tr>
+<tr><th><a name="SEC414_3">I</a></th><td></td><td></td></tr>
 <tr><td></td><td valign="top"><a href="repository_1.html#SEC1">Introduction</a></td><td valign="top"><a href="repository_1.html#SEC1">1. Introduction</a></td></tr>
 <tr><td colspan="3"> <hr></td></tr>
-<tr><th><a name="SEC416_4">M</a></th><td></td><td></td></tr>
-<tr><td></td><td valign="top"><a href="repository_76.html#IDX32">Metadata maintainance</a></td><td valign="top"><a href="repository_76.html#SEC398">2.72.2 Description</a></td></tr>
+<tr><th><a name="SEC414_4">M</a></th><td></td><td></td></tr>
+<tr><td></td><td valign="top"><a href="repository_76.html#IDX32">Metadata maintainance</a></td><td valign="top"><a href="repository_76.html#SEC396">2.72.2 Description</a></td></tr>
 <tr><td colspan="3"> <hr></td></tr>
-<tr><th><a name="SEC416_5">R</a></th><td></td><td></td></tr>
+<tr><th><a name="SEC414_5">R</a></th><td></td><td></td></tr>
 <tr><td></td><td valign="top"><a href="repository_4.html#SEC4">Repository file system</a></td><td valign="top"><a href="repository_4.html#SEC4">2. Repository File System</a></td></tr>
 <tr><td colspan="3"> <hr></td></tr>
-<tr><th><a name="SEC416_6">T</a></th><td></td><td></td></tr>
-<tr><td></td><td valign="top"><a href="repository_53.html#SEC267">Translation brands file names</a></td><td valign="top"><a href="repository_53.html#SEC267">2.49.2.1 Conventional file names</a></td></tr>
-<tr><td></td><td valign="top"><a href="repository_53.html#SEC268">Translation brands file names</a></td><td valign="top"><a href="repository_53.html#SEC268">2.49.2.2 Numeric file names</a></td></tr>
+<tr><th><a name="SEC414_6">T</a></th><td></td><td></td></tr>
+<tr><td></td><td valign="top"><a href="repository_53.html#SEC265">Translation brands file names</a></td><td valign="top"><a href="repository_53.html#SEC265">2.49.2.1 Conventional file names</a></td></tr>
+<tr><td></td><td valign="top"><a href="repository_53.html#SEC266">Translation brands file names</a></td><td valign="top"><a href="repository_53.html#SEC266">2.49.2.2 Numeric file names</a></td></tr>
 <tr><td colspan="3"> <hr></td></tr>
-<tr><th><a name="SEC416_7">U</a></th><td></td><td></td></tr>
-<tr><td></td><td valign="top"><a href="repository_76.html#IDX33">Unused definitions</a></td><td valign="top"><a href="repository_76.html#SEC399">2.72.2.1 Metadata maintainance</a></td></tr>
+<tr><th><a name="SEC414_7">U</a></th><td></td><td></td></tr>
+<tr><td></td><td valign="top"><a href="repository_76.html#IDX33">Unused definitions</a></td><td valign="top"><a href="repository_76.html#SEC397">2.72.2.1 Metadata maintainance</a></td></tr>
 <tr><td colspan="3"> <hr></td></tr>
 </table>
-<table><tr><th valign="top">Jump to: &nbsp; </th><td><a href="#SEC416_0" class="summary-letter"><b>D</b></a>
+<table><tr><th valign="top">Jump to: &nbsp; </th><td><a href="#SEC414_0" class="summary-letter"><b>D</b></a>
  &nbsp; 
-<a href="#SEC416_1" class="summary-letter"><b>F</b></a>
+<a href="#SEC414_1" class="summary-letter"><b>F</b></a>
  &nbsp; 
-<a href="#SEC416_2" class="summary-letter"><b>H</b></a>
+<a href="#SEC414_2" class="summary-letter"><b>H</b></a>
  &nbsp; 
-<a href="#SEC416_3" class="summary-letter"><b>I</b></a>
+<a href="#SEC414_3" class="summary-letter"><b>I</b></a>
  &nbsp; 
-<a href="#SEC416_4" class="summary-letter"><b>M</b></a>
+<a href="#SEC414_4" class="summary-letter"><b>M</b></a>
  &nbsp; 
-<a href="#SEC416_5" class="summary-letter"><b>R</b></a>
+<a href="#SEC414_5" class="summary-letter"><b>R</b></a>
  &nbsp; 
-<a href="#SEC416_6" class="summary-letter"><b>T</b></a>
+<a href="#SEC414_6" class="summary-letter"><b>T</b></a>
  &nbsp; 
-<a href="#SEC416_7" class="summary-letter"><b>U</b></a>
+<a href="#SEC414_7" class="summary-letter"><b>U</b></a>
  &nbsp; 
 </td></tr></table>
 
 
 <table cellpadding="1" cellspacing="1" border="0">
-<tr><td valign="middle" align="left">[<a href="repository_78.html#SEC415" title="Previous section in reading order"> &lt; </a>]</td>
-<td valign="middle" align="left">[<a href="repository_80.html#SEC417" title="Next section in reading order"> &gt; </a>]</td>
+<tr><td valign="middle" align="left">[<a href="repository_78.html#SEC413" title="Previous section in reading order"> &lt; </a>]</td>
+<td valign="middle" align="left">[<a href="repository_80.html#SEC415" title="Next section in reading order"> &gt; </a>]</td>
 <td valign="middle" align="left"> &nbsp; </td>
 <td valign="middle" align="left">[<a href="repository_4.html#SEC4" title="Beginning of this chapter or previous chapter"> &lt;&lt; </a>]</td>
 <td valign="middle" align="left">[<a href="repository.html#SEC_Top" title="Up section"> Up </a>]</td>
-<td valign="middle" align="left">[<a href="repository_80.html#SEC417" title="Next chapter"> &gt;&gt; </a>]</td>
+<td valign="middle" align="left">[<a href="repository_80.html#SEC415" title="Next chapter"> &gt;&gt; </a>]</td>
 </tr></table>
 <p>
  <font size="-1">
-  This document was generated on <i>March, 8 2011</i> using <a class="www" href="http://texi2html.cvshome.org/"><i>texi2html 1.76</i></a>.
+  This document was generated on <i>March, 9 2011</i> using <a class="www" href="http://texi2html.cvshome.org/"><i>texi2html 1.76</i></a>.
  </font>
  <br>
 
diff --git a/Manual/repository-html/repository_8.html b/Manual/repository-html/repository_8.html
index 6997704..dc3ecc2 100644
--- a/Manual/repository-html/repository_8.html
+++ b/Manual/repository-html/repository_8.html
@@ -12,7 +12,7 @@ Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A
 copy of the license is included in the section entitled GNU Free
 Documentation License.  
 -->
-<!-- Created on March, 8 2011 by texi2html 1.76 -->
+<!-- Created on March, 9 2011 by texi2html 1.76 -->
 <!--
 Written by: Lionel Cons <Lionel.Cons@cern.ch> (original author)
             Karl Berry  <karl@freefriends.org>
@@ -55,34 +55,34 @@ ul.toc {list-style: none}
 <body lang="en" bgcolor="#FFFFFF" text="#000000" link="#0000FF" vlink="#800080" alink="#FF0000">
 
 <table cellpadding="1" cellspacing="1" border="0">
-<tr><td valign="middle" align="left">[<a href="repository_7.html#SEC21" title="Previous section in reading order"> &lt; </a>]</td>
-<td valign="middle" align="left">[<a href="#SEC23" title="Next section in reading order"> &gt; </a>]</td>
+<tr><td valign="middle" align="left">[<a href="repository_7.html#SEC19" title="Previous section in reading order"> &lt; </a>]</td>
+<td valign="middle" align="left">[<a href="#SEC21" title="Next section in reading order"> &gt; </a>]</td>
 <td valign="middle" align="left"> &nbsp; </td>
 <td valign="middle" align="left">[<a href="repository_4.html#SEC4" title="Beginning of this chapter or previous chapter"> &lt;&lt; </a>]</td>
 <td valign="middle" align="left">[<a href="repository_4.html#SEC4" title="Up section"> Up </a>]</td>
-<td valign="middle" align="left">[<a href="repository_79.html#SEC416" title="Next chapter"> &gt;&gt; </a>]</td>
+<td valign="middle" align="left">[<a href="repository_79.html#SEC414" 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_79.html#SEC416" title="Index">Index</a>]</td>
+<td valign="middle" align="left">[<a href="repository_79.html#SEC414" 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="Filesystem-trunk-Identity"></a>
-<a name="SEC22"></a>
+<a name="SEC20"></a>
 <h2 class="section"> 2.4 The <tt>`trunk/Identity'</tt> Directory </h2>
 
 
-<a name="SEC23"></a>
+<a name="SEC21"></a>
 <h3 class="subsection"> 2.4.1 Goals </h3>
 
 <p>The <tt>`trunk/Identity'</tt> directory exists to organize CentOS
 corporate identity artworks. 
 </p>
 
-<a name="SEC24"></a>
+<a name="SEC22"></a>
 <h3 class="subsection"> 2.4.2 Description </h3>
 
 <p>The CentOS Project corporate identity is the &quot;persona&quot; of the
@@ -114,7 +114,7 @@ connects, also, different media (e.g., web sites, promotion stuff)
 used to backup the CentOS Distribution, in a way The CentOS Project
 visual connection remains through them.
 </p>
-<p>See section <a href="repository_9.html#SEC31">The <tt>`trunk/Identity/Brands'</tt> Directory</a>, for more information.
+<p>See section <a href="repository_9.html#SEC29">The <tt>`trunk/Identity/Brands'</tt> Directory</a>, for more information.
 </p>
 </dd>
 <dt> <strong>The CentOS Corporate Visual Identity</strong></dt>
@@ -125,7 +125,7 @@ and <em>CentOS Motifs</em>. CentOS Models implement the structural part
 of corporate identity and CentOS Motifs implement the visual style
 part of corporate identity.
 </p>
-<p>See section <a href="repository_22.html#SEC106">The <tt>`trunk/Identity/Themes'</tt> Directory</a>, for more information.
+<p>See section <a href="repository_22.html#SEC104">The <tt>`trunk/Identity/Themes'</tt> Directory</a>, for more information.
 </p></dd>
 </dl>
 
@@ -139,7 +139,7 @@ probably, some vister will say: Can I join the party?  Yes you can, it
 is free.
 </p>
 
-<a name="SEC25"></a>
+<a name="SEC23"></a>
 <h3 class="subsection"> 2.4.3 Usage </h3>
 
 <p>To produce identity artworks, use the following commands:
@@ -177,7 +177,7 @@ the pattern, so it doesn't count here.
 </dl>
 
 
-<a name="SEC26"></a>
+<a name="SEC24"></a>
 <h3 class="subsection"> 2.4.4 File name convenctions </h3>
 
 <p>As file name convenction, inside CentOS Artwork Repository, both
@@ -186,14 +186,14 @@ script has the same name of their translation files without
 the <samp>`.sed'</samp> extension. The file extension is set as follow:
 </p>
 
-<a name="SEC27"></a>
+<a name="SEC25"></a>
 <h4 class="subsubsection"> 2.4.4.1 When text-based files are rendered </h4>
 
 <p>Text-based files end up having the same extension of their design
 template file.
 </p>
 
-<a name="SEC28"></a>
+<a name="SEC26"></a>
 <h4 class="subsubsection"> 2.4.4.2 When image-based files are rendered </h4>
 
 <p>Image-based files always end up having the <tt>`.png'</tt> extension. 
@@ -203,16 +203,16 @@ may be created using the <code>renderFormats</code> post-rendering
 action, inside the image-based related pre-rendering configuration
 script.
 </p>
-<p>See section <a href="repository_65.html#SEC328">The <tt>`trunk/Scripts/Bash'</tt> Directory</a>, for more information.
+<p>See section <a href="repository_65.html#SEC326">The <tt>`trunk/Scripts/Bash'</tt> Directory</a>, for more information.
 </p></blockquote>
 
 
-<a name="SEC29"></a>
+<a name="SEC27"></a>
 <h3 class="subsection"> 2.4.5 See also </h3>
 
 
 
-<a name="SEC30"></a>
+<a name="SEC28"></a>
 <h3 class="subsection"> 2.4.6 References </h3>
 
 <ul class="toc">
@@ -223,16 +223,16 @@ links).
 
 
 <table cellpadding="1" cellspacing="1" border="0">
-<tr><td valign="middle" align="left">[<a href="#SEC29" title="Previous section in reading order"> &lt; </a>]</td>
-<td valign="middle" align="left">[<a href="repository_9.html#SEC31" title="Next section in reading order"> &gt; </a>]</td>
+<tr><td valign="middle" align="left">[<a href="#SEC27" title="Previous section in reading order"> &lt; </a>]</td>
+<td valign="middle" align="left">[<a href="repository_9.html#SEC29" title="Next section in reading order"> &gt; </a>]</td>
 <td valign="middle" align="left"> &nbsp; </td>
 <td valign="middle" align="left">[<a href="repository_4.html#SEC4" title="Beginning of this chapter or previous chapter"> &lt;&lt; </a>]</td>
-<td valign="middle" align="left">[<a href="#SEC22" title="Up section"> Up </a>]</td>
-<td valign="middle" align="left">[<a href="repository_79.html#SEC416" title="Next chapter"> &gt;&gt; </a>]</td>
+<td valign="middle" align="left">[<a href="#SEC20" title="Up section"> Up </a>]</td>
+<td valign="middle" align="left">[<a href="repository_79.html#SEC414" title="Next chapter"> &gt;&gt; </a>]</td>
 </tr></table>
 <p>
  <font size="-1">
-  This document was generated on <i>March, 8 2011</i> using <a class="www" href="http://texi2html.cvshome.org/"><i>texi2html 1.76</i></a>.
+  This document was generated on <i>March, 9 2011</i> using <a class="www" href="http://texi2html.cvshome.org/"><i>texi2html 1.76</i></a>.
  </font>
  <br>
 
diff --git a/Manual/repository-html/repository_80.html b/Manual/repository-html/repository_80.html
index d1e8040..46c7abb 100644
--- a/Manual/repository-html/repository_80.html
+++ b/Manual/repository-html/repository_80.html
@@ -12,7 +12,7 @@ Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A
 copy of the license is included in the section entitled GNU Free
 Documentation License.  
 -->
-<!-- Created on March, 8 2011 by texi2html 1.76 -->
+<!-- Created on March, 9 2011 by texi2html 1.76 -->
 <!--
 Written by: Lionel Cons <Lionel.Cons@cern.ch> (original author)
             Karl Berry  <karl@freefriends.org>
@@ -55,10 +55,10 @@ ul.toc {list-style: none}
 <body lang="en" bgcolor="#FFFFFF" text="#000000" link="#0000FF" vlink="#800080" alink="#FF0000">
 
 <table cellpadding="1" cellspacing="1" border="0">
-<tr><td valign="middle" align="left">[<a href="repository_79.html#SEC416" title="Previous section in reading order"> &lt; </a>]</td>
+<tr><td valign="middle" align="left">[<a href="repository_79.html#SEC414" title="Previous section in reading order"> &lt; </a>]</td>
 <td valign="middle" align="left">[ &gt; ]</td>
 <td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left">[<a href="repository_79.html#SEC416" title="Beginning of this chapter or previous chapter"> &lt;&lt; </a>]</td>
+<td valign="middle" align="left">[<a href="repository_79.html#SEC414" title="Beginning of this chapter or previous chapter"> &lt;&lt; </a>]</td>
 <td valign="middle" align="left">[<a href="repository.html#SEC_Top" title="Up section"> Up </a>]</td>
 <td valign="middle" align="left">[ &gt;&gt; ]</td>
 <td valign="middle" align="left"> &nbsp; </td>
@@ -67,11 +67,11 @@ ul.toc {list-style: none}
 <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_79.html#SEC416" title="Index">Index</a>]</td>
+<td valign="middle" align="left">[<a href="repository_79.html#SEC414" 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="List-of-Figures"></a>
-<a name="SEC417"></a>
+<a name="SEC415"></a>
 <h1 class="unnumbered"> List of Figures </h1>
 <dl class="listoffloats">
 <dt><a href="repository_65.html#fig_003atrunk_002fScripts_002fBash_003aInitialization">Figure 2.1</a></dt><dd><p>The functionalities initialization environment.
@@ -88,16 +88,16 @@ ul.toc {list-style: none}
 
 
 <table cellpadding="1" cellspacing="1" border="0">
-<tr><td valign="middle" align="left">[<a href="repository_79.html#SEC416" title="Previous section in reading order"> &lt; </a>]</td>
+<tr><td valign="middle" align="left">[<a href="repository_79.html#SEC414" title="Previous section in reading order"> &lt; </a>]</td>
 <td valign="middle" align="left">[ &gt; ]</td>
 <td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left">[<a href="repository_79.html#SEC416" title="Beginning of this chapter or previous chapter"> &lt;&lt; </a>]</td>
+<td valign="middle" align="left">[<a href="repository_79.html#SEC414" title="Beginning of this chapter or previous chapter"> &lt;&lt; </a>]</td>
 <td valign="middle" align="left">[<a href="repository.html#SEC_Top" title="Up section"> Up </a>]</td>
 <td valign="middle" align="left">[ &gt;&gt; ]</td>
 </tr></table>
 <p>
  <font size="-1">
-  This document was generated on <i>March, 8 2011</i> using <a class="www" href="http://texi2html.cvshome.org/"><i>texi2html 1.76</i></a>.
+  This document was generated on <i>March, 9 2011</i> using <a class="www" href="http://texi2html.cvshome.org/"><i>texi2html 1.76</i></a>.
  </font>
  <br>
 
diff --git a/Manual/repository-html/repository_9.html b/Manual/repository-html/repository_9.html
index 47b25f2..dfe6635 100644
--- a/Manual/repository-html/repository_9.html
+++ b/Manual/repository-html/repository_9.html
@@ -12,7 +12,7 @@ Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A
 copy of the license is included in the section entitled GNU Free
 Documentation License.  
 -->
-<!-- Created on March, 8 2011 by texi2html 1.76 -->
+<!-- Created on March, 9 2011 by texi2html 1.76 -->
 <!--
 Written by: Lionel Cons <Lionel.Cons@cern.ch> (original author)
             Karl Berry  <karl@freefriends.org>
@@ -55,27 +55,27 @@ ul.toc {list-style: none}
 <body lang="en" bgcolor="#FFFFFF" text="#000000" link="#0000FF" vlink="#800080" alink="#FF0000">
 
 <table cellpadding="1" cellspacing="1" border="0">
-<tr><td valign="middle" align="left">[<a href="repository_8.html#SEC30" title="Previous section in reading order"> &lt; </a>]</td>
-<td valign="middle" align="left">[<a href="#SEC32" title="Next section in reading order"> &gt; </a>]</td>
+<tr><td valign="middle" align="left">[<a href="repository_8.html#SEC28" title="Previous section in reading order"> &lt; </a>]</td>
+<td valign="middle" align="left">[<a href="#SEC30" title="Next section in reading order"> &gt; </a>]</td>
 <td valign="middle" align="left"> &nbsp; </td>
 <td valign="middle" align="left">[<a href="repository_4.html#SEC4" title="Beginning of this chapter or previous chapter"> &lt;&lt; </a>]</td>
 <td valign="middle" align="left">[<a href="repository_4.html#SEC4" title="Up section"> Up </a>]</td>
-<td valign="middle" align="left">[<a href="repository_79.html#SEC416" title="Next chapter"> &gt;&gt; </a>]</td>
+<td valign="middle" align="left">[<a href="repository_79.html#SEC414" 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_79.html#SEC416" title="Index">Index</a>]</td>
+<td valign="middle" align="left">[<a href="repository_79.html#SEC414" 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="Filesystem-trunk-Identity-Brands"></a>
-<a name="SEC31"></a>
+<a name="SEC29"></a>
 <h2 class="section"> 2.5 The <tt>`trunk/Identity/Brands'</tt> Directory </h2>
 
 
-<a name="SEC32"></a>
+<a name="SEC30"></a>
 <h3 class="subsection"> 2.5.1 Goals </h3>
 
 <ul class="toc">
@@ -83,30 +83,30 @@ ul.toc {list-style: none}
 </li></ul>
 
 
-<a name="SEC33"></a>
+<a name="SEC31"></a>
 <h3 class="subsection"> 2.5.2 Description </h3>
 
 
-<a name="SEC34"></a>
+<a name="SEC32"></a>
 <h3 class="subsection"> 2.5.3 Usage </h3>
 
 
-<a name="SEC35"></a>
+<a name="SEC33"></a>
 <h3 class="subsection"> 2.5.4 See also </h3>
 
 
 
 <table cellpadding="1" cellspacing="1" border="0">
-<tr><td valign="middle" align="left">[<a href="#SEC34" title="Previous section in reading order"> &lt; </a>]</td>
-<td valign="middle" align="left">[<a href="repository_10.html#SEC36" title="Next section in reading order"> &gt; </a>]</td>
+<tr><td valign="middle" align="left">[<a href="#SEC32" title="Previous section in reading order"> &lt; </a>]</td>
+<td valign="middle" align="left">[<a href="repository_10.html#SEC34" title="Next section in reading order"> &gt; </a>]</td>
 <td valign="middle" align="left"> &nbsp; </td>
 <td valign="middle" align="left">[<a href="repository_4.html#SEC4" title="Beginning of this chapter or previous chapter"> &lt;&lt; </a>]</td>
-<td valign="middle" align="left">[<a href="#SEC31" title="Up section"> Up </a>]</td>
-<td valign="middle" align="left">[<a href="repository_79.html#SEC416" title="Next chapter"> &gt;&gt; </a>]</td>
+<td valign="middle" align="left">[<a href="#SEC29" title="Up section"> Up </a>]</td>
+<td valign="middle" align="left">[<a href="repository_79.html#SEC414" title="Next chapter"> &gt;&gt; </a>]</td>
 </tr></table>
 <p>
  <font size="-1">
-  This document was generated on <i>March, 8 2011</i> using <a class="www" href="http://texi2html.cvshome.org/"><i>texi2html 1.76</i></a>.
+  This document was generated on <i>March, 9 2011</i> using <a class="www" href="http://texi2html.cvshome.org/"><i>texi2html 1.76</i></a>.
  </font>
  <br>
 
diff --git a/Manual/repository-html/repository_abt.html b/Manual/repository-html/repository_abt.html
index f13f99f..3712350 100644
--- a/Manual/repository-html/repository_abt.html
+++ b/Manual/repository-html/repository_abt.html
@@ -12,7 +12,7 @@ Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A
 copy of the license is included in the section entitled GNU Free
 Documentation License.  
 -->
-<!-- Created on March, 8 2011 by texi2html 1.76 -->
+<!-- Created on March, 9 2011 by texi2html 1.76 -->
 <!--
 Written by: Lionel Cons <Lionel.Cons@cern.ch> (original author)
             Karl Berry  <karl@freefriends.org>
@@ -58,12 +58,12 @@ ul.toc {list-style: none}
 <table cellpadding="1" cellspacing="1" border="0">
 <tr><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_79.html#SEC416" title="Index">Index</a>]</td>
+<td valign="middle" align="left">[<a href="repository_79.html#SEC414" title="Index">Index</a>]</td>
 <td valign="middle" align="left">[<a href="#SEC_About" title="About (help)"> ? </a>]</td>
 </tr></table>
 <h1>About This Document</h1>
 <p>
-  This document was generated on <i>March, 8 2011</i> using <a class="www" href="http://texi2html.cvshome.org/"><i>texi2html 1.76</i></a>.
+  This document was generated on <i>March, 9 2011</i> using <a class="www" href="http://texi2html.cvshome.org/"><i>texi2html 1.76</i></a>.
 </p>
 <p>
   The buttons in the navigation panels have the following meaning:
@@ -166,12 +166,12 @@ ul.toc {list-style: none}
 <table cellpadding="1" cellspacing="1" border="0">
 <tr><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_79.html#SEC416" title="Index">Index</a>]</td>
+<td valign="middle" align="left">[<a href="repository_79.html#SEC414" title="Index">Index</a>]</td>
 <td valign="middle" align="left">[<a href="#SEC_About" title="About (help)"> ? </a>]</td>
 </tr></table>
 <p>
  <font size="-1">
-  This document was generated on <i>March, 8 2011</i> using <a class="www" href="http://texi2html.cvshome.org/"><i>texi2html 1.76</i></a>.
+  This document was generated on <i>March, 9 2011</i> using <a class="www" href="http://texi2html.cvshome.org/"><i>texi2html 1.76</i></a>.
  </font>
  <br>
 
diff --git a/Manual/repository-html/repository_fot.html b/Manual/repository-html/repository_fot.html
index 4317589..91f325c 100644
--- a/Manual/repository-html/repository_fot.html
+++ b/Manual/repository-html/repository_fot.html
@@ -12,7 +12,7 @@ Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A
 copy of the license is included in the section entitled GNU Free
 Documentation License.  
 -->
-<!-- Created on March, 8 2011 by texi2html 1.76 -->
+<!-- Created on March, 9 2011 by texi2html 1.76 -->
 <!--
 Written by: Lionel Cons <Lionel.Cons@cern.ch> (original author)
             Karl Berry  <karl@freefriends.org>
@@ -58,7 +58,7 @@ ul.toc {list-style: none}
 <table cellpadding="1" cellspacing="1" border="0">
 <tr><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_79.html#SEC416" title="Index">Index</a>]</td>
+<td valign="middle" align="left">[<a href="repository_79.html#SEC414" title="Index">Index</a>]</td>
 <td valign="middle" align="left">[<a href="repository_abt.html#SEC_About" title="About (help)"> ? </a>]</td>
 </tr></table>
 <h1>Footnotes</h1>
@@ -69,12 +69,12 @@ mailman-3.x.x release.
 <table cellpadding="1" cellspacing="1" border="0">
 <tr><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_79.html#SEC416" title="Index">Index</a>]</td>
+<td valign="middle" align="left">[<a href="repository_79.html#SEC414" title="Index">Index</a>]</td>
 <td valign="middle" align="left">[<a href="repository_abt.html#SEC_About" title="About (help)"> ? </a>]</td>
 </tr></table>
 <p>
  <font size="-1">
-  This document was generated on <i>March, 8 2011</i> using <a class="www" href="http://texi2html.cvshome.org/"><i>texi2html 1.76</i></a>.
+  This document was generated on <i>March, 9 2011</i> using <a class="www" href="http://texi2html.cvshome.org/"><i>texi2html 1.76</i></a>.
  </font>
  <br>
 
diff --git a/Manual/repository-html/repository_toc.html b/Manual/repository-html/repository_toc.html
index 76d5a6e..9bdbbd5 100644
--- a/Manual/repository-html/repository_toc.html
+++ b/Manual/repository-html/repository_toc.html
@@ -12,7 +12,7 @@ Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A
 copy of the license is included in the section entitled GNU Free
 Documentation License.  
 -->
-<!-- Created on March, 8 2011 by texi2html 1.76 -->
+<!-- Created on March, 9 2011 by texi2html 1.76 -->
 <!--
 Written by: Lionel Cons <Lionel.Cons@cern.ch> (original author)
             Karl Berry  <karl@freefriends.org>
@@ -58,7 +58,7 @@ ul.toc {list-style: none}
 <table cellpadding="1" cellspacing="1" border="0">
 <tr><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="#SEC_Contents" title="Table of contents">Contents</a>]</td>
-<td valign="middle" align="left">[<a href="repository_79.html#SEC416" title="Index">Index</a>]</td>
+<td valign="middle" align="left">[<a href="repository_79.html#SEC414" title="Index">Index</a>]</td>
 <td valign="middle" align="left">[<a href="repository_abt.html#SEC_About" title="About (help)"> ? </a>]</td>
 </tr></table>
 <h1>Table of Contents</h1>
@@ -76,599 +76,595 @@ ul.toc {list-style: none}
     <ul class="toc">
       <li><a name="TOC6" href="repository_5.html#SEC6">2.1.1 Goals</a></li>
       <li><a name="TOC7" href="repository_5.html#SEC7">2.1.2 Description</a></li>
-      <li><a name="TOC8" href="repository_5.html#SEC8">2.1.3 Usage</a>
-      <ul class="toc">
-        <li><a name="TOC9" href="repository_5.html#SEC9">2.1.3.1 Temporal Branch</a></li>
-        <li><a name="TOC10" href="repository_5.html#SEC10">2.1.3.2 Major Release Branch</a></li>
-      </ul></li>
-      <li><a name="TOC11" href="repository_5.html#SEC11">2.1.4 See also</a></li>
+      <li><a name="TOC8" href="repository_5.html#SEC8">2.1.3 Usage</a></li>
+      <li><a name="TOC9" href="repository_5.html#SEC9">2.1.4 See also</a></li>
     </ul></li>
-    <li><a name="TOC12" href="repository_6.html#SEC12">2.2 The <tt>`tags'</tt> Directory</a>
+    <li><a name="TOC10" href="repository_6.html#SEC10">2.2 The <tt>`tags'</tt> Directory</a>
     <ul class="toc">
-      <li><a name="TOC13" href="repository_6.html#SEC13">2.2.1 Goals</a></li>
-      <li><a name="TOC14" href="repository_6.html#SEC14">2.2.2 Description</a></li>
-      <li><a name="TOC15" href="repository_6.html#SEC15">2.2.3 Usage</a></li>
-      <li><a name="TOC16" href="repository_6.html#SEC16">2.2.4 See also</a></li>
+      <li><a name="TOC11" href="repository_6.html#SEC11">2.2.1 Goals</a></li>
+      <li><a name="TOC12" href="repository_6.html#SEC12">2.2.2 Description</a></li>
+      <li><a name="TOC13" href="repository_6.html#SEC13">2.2.3 Usage</a></li>
+      <li><a name="TOC14" href="repository_6.html#SEC14">2.2.4 See also</a></li>
     </ul></li>
-    <li><a name="TOC17" href="repository_7.html#SEC17">2.3 The <tt>`trunk'</tt> Directory</a>
+    <li><a name="TOC15" href="repository_7.html#SEC15">2.3 The <tt>`trunk'</tt> Directory</a>
     <ul class="toc">
-      <li><a name="TOC18" href="repository_7.html#SEC18">2.3.1 Goals</a></li>
-      <li><a name="TOC19" href="repository_7.html#SEC19">2.3.2 Description</a></li>
-      <li><a name="TOC20" href="repository_7.html#SEC20">2.3.3 Usage</a></li>
-      <li><a name="TOC21" href="repository_7.html#SEC21">2.3.4 See also</a></li>
+      <li><a name="TOC16" href="repository_7.html#SEC16">2.3.1 Goals</a></li>
+      <li><a name="TOC17" href="repository_7.html#SEC17">2.3.2 Description</a></li>
+      <li><a name="TOC18" href="repository_7.html#SEC18">2.3.3 Usage</a></li>
+      <li><a name="TOC19" href="repository_7.html#SEC19">2.3.4 See also</a></li>
     </ul></li>
-    <li><a name="TOC22" href="repository_8.html#SEC22">2.4 The <tt>`trunk/Identity'</tt> Directory</a>
+    <li><a name="TOC20" href="repository_8.html#SEC20">2.4 The <tt>`trunk/Identity'</tt> Directory</a>
     <ul class="toc">
-      <li><a name="TOC23" href="repository_8.html#SEC23">2.4.1 Goals</a></li>
-      <li><a name="TOC24" href="repository_8.html#SEC24">2.4.2 Description</a></li>
-      <li><a name="TOC25" href="repository_8.html#SEC25">2.4.3 Usage</a></li>
-      <li><a name="TOC26" href="repository_8.html#SEC26">2.4.4 File name convenctions</a>
+      <li><a name="TOC21" href="repository_8.html#SEC21">2.4.1 Goals</a></li>
+      <li><a name="TOC22" href="repository_8.html#SEC22">2.4.2 Description</a></li>
+      <li><a name="TOC23" href="repository_8.html#SEC23">2.4.3 Usage</a></li>
+      <li><a name="TOC24" href="repository_8.html#SEC24">2.4.4 File name convenctions</a>
       <ul class="toc">
-        <li><a name="TOC27" href="repository_8.html#SEC27">2.4.4.1 When text-based files are rendered</a></li>
-        <li><a name="TOC28" href="repository_8.html#SEC28">2.4.4.2 When image-based files are rendered</a></li>
+        <li><a name="TOC25" href="repository_8.html#SEC25">2.4.4.1 When text-based files are rendered</a></li>
+        <li><a name="TOC26" href="repository_8.html#SEC26">2.4.4.2 When image-based files are rendered</a></li>
       </ul></li>
-      <li><a name="TOC29" href="repository_8.html#SEC29">2.4.5 See also</a></li>
-      <li><a name="TOC30" href="repository_8.html#SEC30">2.4.6 References</a></li>
+      <li><a name="TOC27" href="repository_8.html#SEC27">2.4.5 See also</a></li>
+      <li><a name="TOC28" href="repository_8.html#SEC28">2.4.6 References</a></li>
     </ul></li>
-    <li><a name="TOC31" href="repository_9.html#SEC31">2.5 The <tt>`trunk/Identity/Brands'</tt> Directory</a>
+    <li><a name="TOC29" href="repository_9.html#SEC29">2.5 The <tt>`trunk/Identity/Brands'</tt> Directory</a>
     <ul class="toc">
-      <li><a name="TOC32" href="repository_9.html#SEC32">2.5.1 Goals</a></li>
-      <li><a name="TOC33" href="repository_9.html#SEC33">2.5.2 Description</a></li>
-      <li><a name="TOC34" href="repository_9.html#SEC34">2.5.3 Usage</a></li>
-      <li><a name="TOC35" href="repository_9.html#SEC35">2.5.4 See also</a></li>
+      <li><a name="TOC30" href="repository_9.html#SEC30">2.5.1 Goals</a></li>
+      <li><a name="TOC31" href="repository_9.html#SEC31">2.5.2 Description</a></li>
+      <li><a name="TOC32" href="repository_9.html#SEC32">2.5.3 Usage</a></li>
+      <li><a name="TOC33" href="repository_9.html#SEC33">2.5.4 See also</a></li>
     </ul></li>
-    <li><a name="TOC36" href="repository_10.html#SEC36">2.6 The <tt>`trunk/Identity/Fonts'</tt> Directory</a>
+    <li><a name="TOC34" href="repository_10.html#SEC34">2.6 The <tt>`trunk/Identity/Fonts'</tt> Directory</a>
     <ul class="toc">
-      <li><a name="TOC37" href="repository_10.html#SEC37">2.6.1 Goals</a></li>
-      <li><a name="TOC38" href="repository_10.html#SEC38">2.6.2 Description</a></li>
-      <li><a name="TOC39" href="repository_10.html#SEC39">2.6.3 Usage</a></li>
-      <li><a name="TOC40" href="repository_10.html#SEC40">2.6.4 See also</a></li>
+      <li><a name="TOC35" href="repository_10.html#SEC35">2.6.1 Goals</a></li>
+      <li><a name="TOC36" href="repository_10.html#SEC36">2.6.2 Description</a></li>
+      <li><a name="TOC37" href="repository_10.html#SEC37">2.6.3 Usage</a></li>
+      <li><a name="TOC38" href="repository_10.html#SEC38">2.6.4 See also</a></li>
     </ul></li>
-    <li><a name="TOC41" href="repository_11.html#SEC41">2.7 The <tt>`trunk/Identity/Icons'</tt> Directory</a>
+    <li><a name="TOC39" href="repository_11.html#SEC39">2.7 The <tt>`trunk/Identity/Icons'</tt> Directory</a>
     <ul class="toc">
-      <li><a name="TOC42" href="repository_11.html#SEC42">2.7.1 Goals</a></li>
-      <li><a name="TOC43" href="repository_11.html#SEC43">2.7.2 Description</a></li>
-      <li><a name="TOC44" href="repository_11.html#SEC44">2.7.3 Usage</a></li>
-      <li><a name="TOC45" href="repository_11.html#SEC45">2.7.4 See also</a></li>
+      <li><a name="TOC40" href="repository_11.html#SEC40">2.7.1 Goals</a></li>
+      <li><a name="TOC41" href="repository_11.html#SEC41">2.7.2 Description</a></li>
+      <li><a name="TOC42" href="repository_11.html#SEC42">2.7.3 Usage</a></li>
+      <li><a name="TOC43" href="repository_11.html#SEC43">2.7.4 See also</a></li>
     </ul></li>
-    <li><a name="TOC46" href="repository_12.html#SEC46">2.8 The <tt>`trunk/Identity/Isolinux'</tt> Directory</a>
+    <li><a name="TOC44" href="repository_12.html#SEC44">2.8 The <tt>`trunk/Identity/Isolinux'</tt> Directory</a>
     <ul class="toc">
-      <li><a name="TOC47" href="repository_12.html#SEC47">2.8.1 Goals</a></li>
-      <li><a name="TOC48" href="repository_12.html#SEC48">2.8.2 Description</a></li>
-      <li><a name="TOC49" href="repository_12.html#SEC49">2.8.3 Usage</a></li>
-      <li><a name="TOC50" href="repository_12.html#SEC50">2.8.4 See also</a></li>
+      <li><a name="TOC45" href="repository_12.html#SEC45">2.8.1 Goals</a></li>
+      <li><a name="TOC46" href="repository_12.html#SEC46">2.8.2 Description</a></li>
+      <li><a name="TOC47" href="repository_12.html#SEC47">2.8.3 Usage</a></li>
+      <li><a name="TOC48" href="repository_12.html#SEC48">2.8.4 See also</a></li>
     </ul></li>
-    <li><a name="TOC51" href="repository_13.html#SEC51">2.9 The <tt>`trunk/Identity/Models'</tt> Directory</a>
+    <li><a name="TOC49" href="repository_13.html#SEC49">2.9 The <tt>`trunk/Identity/Models'</tt> Directory</a>
     <ul class="toc">
-      <li><a name="TOC52" href="repository_13.html#SEC52">2.9.1 Goals</a></li>
-      <li><a name="TOC53" href="repository_13.html#SEC53">2.9.2 Description</a></li>
-      <li><a name="TOC54" href="repository_13.html#SEC54">2.9.3 Usage</a></li>
-      <li><a name="TOC55" href="repository_13.html#SEC55">2.9.4 See also</a></li>
+      <li><a name="TOC50" href="repository_13.html#SEC50">2.9.1 Goals</a></li>
+      <li><a name="TOC51" href="repository_13.html#SEC51">2.9.2 Description</a></li>
+      <li><a name="TOC52" href="repository_13.html#SEC52">2.9.3 Usage</a></li>
+      <li><a name="TOC53" href="repository_13.html#SEC53">2.9.4 See also</a></li>
     </ul></li>
-    <li><a name="TOC56" href="repository_14.html#SEC56">2.10 The <tt>`trunk/Identity/Models/Css'</tt> Directory</a>
+    <li><a name="TOC54" href="repository_14.html#SEC54">2.10 The <tt>`trunk/Identity/Models/Css'</tt> Directory</a>
     <ul class="toc">
-      <li><a name="TOC57" href="repository_14.html#SEC57">2.10.1 Goals</a></li>
-      <li><a name="TOC58" href="repository_14.html#SEC58">2.10.2 Description</a></li>
-      <li><a name="TOC59" href="repository_14.html#SEC59">2.10.3 Usage</a></li>
-      <li><a name="TOC60" href="repository_14.html#SEC60">2.10.4 See also</a></li>
+      <li><a name="TOC55" href="repository_14.html#SEC55">2.10.1 Goals</a></li>
+      <li><a name="TOC56" href="repository_14.html#SEC56">2.10.2 Description</a></li>
+      <li><a name="TOC57" href="repository_14.html#SEC57">2.10.3 Usage</a></li>
+      <li><a name="TOC58" href="repository_14.html#SEC58">2.10.4 See also</a></li>
     </ul></li>
-    <li><a name="TOC61" href="repository_15.html#SEC61">2.11 The <tt>`trunk/Identity/Models/Html'</tt> Directory</a>
+    <li><a name="TOC59" href="repository_15.html#SEC59">2.11 The <tt>`trunk/Identity/Models/Html'</tt> Directory</a>
     <ul class="toc">
-      <li><a name="TOC62" href="repository_15.html#SEC62">2.11.1 Goals</a></li>
-      <li><a name="TOC63" href="repository_15.html#SEC63">2.11.2 Description</a></li>
-      <li><a name="TOC64" href="repository_15.html#SEC64">2.11.3 Usage</a></li>
-      <li><a name="TOC65" href="repository_15.html#SEC65">2.11.4 See also</a></li>
+      <li><a name="TOC60" href="repository_15.html#SEC60">2.11.1 Goals</a></li>
+      <li><a name="TOC61" href="repository_15.html#SEC61">2.11.2 Description</a></li>
+      <li><a name="TOC62" href="repository_15.html#SEC62">2.11.3 Usage</a></li>
+      <li><a name="TOC63" href="repository_15.html#SEC63">2.11.4 See also</a></li>
     </ul></li>
-    <li><a name="TOC66" href="repository_16.html#SEC66">2.12 The <tt>`trunk/Identity/Models/Img/Promo/Web'</tt> Directory</a>
+    <li><a name="TOC64" href="repository_16.html#SEC64">2.12 The <tt>`trunk/Identity/Models/Img/Promo/Web'</tt> Directory</a>
     <ul class="toc">
-      <li><a name="TOC67" href="repository_16.html#SEC67">2.12.1 Goals</a></li>
-      <li><a name="TOC68" href="repository_16.html#SEC68">2.12.2 Description</a></li>
-      <li><a name="TOC69" href="repository_16.html#SEC69">2.12.3 Usage</a></li>
-      <li><a name="TOC70" href="repository_16.html#SEC70">2.12.4 See also</a></li>
+      <li><a name="TOC65" href="repository_16.html#SEC65">2.12.1 Goals</a></li>
+      <li><a name="TOC66" href="repository_16.html#SEC66">2.12.2 Description</a></li>
+      <li><a name="TOC67" href="repository_16.html#SEC67">2.12.3 Usage</a></li>
+      <li><a name="TOC68" href="repository_16.html#SEC68">2.12.4 See also</a></li>
     </ul></li>
-    <li><a name="TOC71" href="repository_17.html#SEC71">2.13 The <tt>`trunk/Identity/Models/Tpl'</tt> Directory</a>
+    <li><a name="TOC69" href="repository_17.html#SEC69">2.13 The <tt>`trunk/Identity/Models/Tpl'</tt> Directory</a>
     <ul class="toc">
-      <li><a name="TOC72" href="repository_17.html#SEC72">2.13.1 Goals</a></li>
-      <li><a name="TOC73" href="repository_17.html#SEC73">2.13.2 Description</a></li>
-      <li><a name="TOC74" href="repository_17.html#SEC74">2.13.3 Usage</a></li>
-      <li><a name="TOC75" href="repository_17.html#SEC75">2.13.4 See also</a></li>
+      <li><a name="TOC70" href="repository_17.html#SEC70">2.13.1 Goals</a></li>
+      <li><a name="TOC71" href="repository_17.html#SEC71">2.13.2 Description</a></li>
+      <li><a name="TOC72" href="repository_17.html#SEC72">2.13.3 Usage</a></li>
+      <li><a name="TOC73" href="repository_17.html#SEC73">2.13.4 See also</a></li>
     </ul></li>
-    <li><a name="TOC76" href="repository_18.html#SEC76">2.14 The <tt>`trunk/Identity/Models/Tpl/Brands'</tt> Directory</a>
+    <li><a name="TOC74" href="repository_18.html#SEC74">2.14 The <tt>`trunk/Identity/Models/Tpl/Brands'</tt> Directory</a>
     <ul class="toc">
-      <li><a name="TOC77" href="repository_18.html#SEC77">2.14.1 Goals</a></li>
-      <li><a name="TOC78" href="repository_18.html#SEC78">2.14.2 Description</a></li>
-      <li><a name="TOC79" href="repository_18.html#SEC79">2.14.3 Usage</a></li>
-      <li><a name="TOC80" href="repository_18.html#SEC80">2.14.4 See also</a></li>
+      <li><a name="TOC75" href="repository_18.html#SEC75">2.14.1 Goals</a></li>
+      <li><a name="TOC76" href="repository_18.html#SEC76">2.14.2 Description</a></li>
+      <li><a name="TOC77" href="repository_18.html#SEC77">2.14.3 Usage</a></li>
+      <li><a name="TOC78" href="repository_18.html#SEC78">2.14.4 See also</a></li>
     </ul></li>
-    <li><a name="TOC81" href="repository_19.html#SEC81">2.15 The <tt>`trunk/Identity/Models/Tpl/Promo/Web'</tt> Directory</a>
+    <li><a name="TOC79" href="repository_19.html#SEC79">2.15 The <tt>`trunk/Identity/Models/Tpl/Promo/Web'</tt> Directory</a>
     <ul class="toc">
-      <li><a name="TOC82" href="repository_19.html#SEC82">2.15.1 Goals</a></li>
-      <li><a name="TOC83" href="repository_19.html#SEC83">2.15.2 The CentOS web environment</a>
+      <li><a name="TOC80" href="repository_19.html#SEC80">2.15.1 Goals</a></li>
+      <li><a name="TOC81" href="repository_19.html#SEC81">2.15.2 The CentOS web environment</a>
       <ul class="toc">
-        <li><a name="TOC84" href="repository_19.html#SEC84">2.15.2.1 Design model (without ads)</a></li>
-        <li><a name="TOC85" href="repository_19.html#SEC85">2.15.2.2 Design model (with ads)</a></li>
-        <li><a name="TOC86" href="repository_19.html#SEC86">2.15.2.3 HTML definitions</a></li>
-        <li><a name="TOC87" href="repository_19.html#SEC87">2.15.2.4 Controlling visual style</a></li>
-        <li><a name="TOC88" href="repository_19.html#SEC88">2.15.2.5 Producing visual style</a></li>
-        <li><a name="TOC89" href="repository_19.html#SEC89">2.15.2.6 Navigation</a></li>
-        <li><a name="TOC90" href="repository_19.html#SEC90">2.15.2.7 Development and release cycle</a></li>
-        <li><a name="TOC91" href="repository_19.html#SEC91">2.15.2.8 The [webenv-test] repository</a></li>
-        <li><a name="TOC92" href="repository_19.html#SEC92">2.15.2.9 The [webenv] repository</a></li>
-        <li><a name="TOC93" href="repository_19.html#SEC93">2.15.2.10 Priority configuration</a></li>
+        <li><a name="TOC82" href="repository_19.html#SEC82">2.15.2.1 Design model (without ads)</a></li>
+        <li><a name="TOC83" href="repository_19.html#SEC83">2.15.2.2 Design model (with ads)</a></li>
+        <li><a name="TOC84" href="repository_19.html#SEC84">2.15.2.3 HTML definitions</a></li>
+        <li><a name="TOC85" href="repository_19.html#SEC85">2.15.2.4 Controlling visual style</a></li>
+        <li><a name="TOC86" href="repository_19.html#SEC86">2.15.2.5 Producing visual style</a></li>
+        <li><a name="TOC87" href="repository_19.html#SEC87">2.15.2.6 Navigation</a></li>
+        <li><a name="TOC88" href="repository_19.html#SEC88">2.15.2.7 Development and release cycle</a></li>
+        <li><a name="TOC89" href="repository_19.html#SEC89">2.15.2.8 The [webenv-test] repository</a></li>
+        <li><a name="TOC90" href="repository_19.html#SEC90">2.15.2.9 The [webenv] repository</a></li>
+        <li><a name="TOC91" href="repository_19.html#SEC91">2.15.2.10 Priority configuration</a></li>
       </ul></li>
-      <li><a name="TOC94" href="repository_19.html#SEC94">2.15.3 Usage</a></li>
-      <li><a name="TOC95" href="repository_19.html#SEC95">2.15.4 See also</a></li>
+      <li><a name="TOC92" href="repository_19.html#SEC92">2.15.3 Usage</a></li>
+      <li><a name="TOC93" href="repository_19.html#SEC93">2.15.4 See also</a></li>
     </ul></li>
-    <li><a name="TOC96" href="repository_20.html#SEC96">2.16 The <tt>`trunk/Identity/Models/Xcf'</tt> Directory</a>
+    <li><a name="TOC94" href="repository_20.html#SEC94">2.16 The <tt>`trunk/Identity/Models/Xcf'</tt> Directory</a>
     <ul class="toc">
-      <li><a name="TOC97" href="repository_20.html#SEC97">2.16.1 Goals</a></li>
-      <li><a name="TOC98" href="repository_20.html#SEC98">2.16.2 Description</a></li>
-      <li><a name="TOC99" href="repository_20.html#SEC99">2.16.3 Usage</a></li>
-      <li><a name="TOC100" href="repository_20.html#SEC100">2.16.4 See also</a></li>
+      <li><a name="TOC95" href="repository_20.html#SEC95">2.16.1 Goals</a></li>
+      <li><a name="TOC96" href="repository_20.html#SEC96">2.16.2 Description</a></li>
+      <li><a name="TOC97" href="repository_20.html#SEC97">2.16.3 Usage</a></li>
+      <li><a name="TOC98" href="repository_20.html#SEC98">2.16.4 See also</a></li>
     </ul></li>
-    <li><a name="TOC101" href="repository_21.html#SEC101">2.17 The <tt>`trunk/Identity/Release'</tt> Directory</a>
+    <li><a name="TOC99" href="repository_21.html#SEC99">2.17 The <tt>`trunk/Identity/Release'</tt> Directory</a>
     <ul class="toc">
-      <li><a name="TOC102" href="repository_21.html#SEC102">2.17.1 Goals</a></li>
-      <li><a name="TOC103" href="repository_21.html#SEC103">2.17.2 Description</a></li>
-      <li><a name="TOC104" href="repository_21.html#SEC104">2.17.3 Usage</a></li>
-      <li><a name="TOC105" href="repository_21.html#SEC105">2.17.4 See also</a></li>
+      <li><a name="TOC100" href="repository_21.html#SEC100">2.17.1 Goals</a></li>
+      <li><a name="TOC101" href="repository_21.html#SEC101">2.17.2 Description</a></li>
+      <li><a name="TOC102" href="repository_21.html#SEC102">2.17.3 Usage</a></li>
+      <li><a name="TOC103" href="repository_21.html#SEC103">2.17.4 See also</a></li>
     </ul></li>
-    <li><a name="TOC106" href="repository_22.html#SEC106">2.18 The <tt>`trunk/Identity/Themes'</tt> Directory</a>
+    <li><a name="TOC104" href="repository_22.html#SEC104">2.18 The <tt>`trunk/Identity/Themes'</tt> Directory</a>
     <ul class="toc">
-      <li><a name="TOC107" href="repository_22.html#SEC107">2.18.1 Goals</a></li>
-      <li><a name="TOC108" href="repository_22.html#SEC108">2.18.2 Description</a></li>
-      <li><a name="TOC109" href="repository_22.html#SEC109">2.18.3 Usage</a></li>
-      <li><a name="TOC110" href="repository_22.html#SEC110">2.18.4 See also</a></li>
+      <li><a name="TOC105" href="repository_22.html#SEC105">2.18.1 Goals</a></li>
+      <li><a name="TOC106" href="repository_22.html#SEC106">2.18.2 Description</a></li>
+      <li><a name="TOC107" href="repository_22.html#SEC107">2.18.3 Usage</a></li>
+      <li><a name="TOC108" href="repository_22.html#SEC108">2.18.4 See also</a></li>
     </ul></li>
-    <li><a name="TOC111" href="repository_23.html#SEC111">2.19 The <tt>`trunk/Identity/Themes/Models'</tt> Directory</a>
+    <li><a name="TOC109" href="repository_23.html#SEC109">2.19 The <tt>`trunk/Identity/Themes/Models'</tt> Directory</a>
     <ul class="toc">
-      <li><a name="TOC112" href="repository_23.html#SEC112">2.19.1 Goals</a></li>
-      <li><a name="TOC113" href="repository_23.html#SEC113">2.19.2 Description</a></li>
-      <li><a name="TOC114" href="repository_23.html#SEC114">2.19.3 Usage</a></li>
-      <li><a name="TOC115" href="repository_23.html#SEC115">2.19.4 See also</a></li>
+      <li><a name="TOC110" href="repository_23.html#SEC110">2.19.1 Goals</a></li>
+      <li><a name="TOC111" href="repository_23.html#SEC111">2.19.2 Description</a></li>
+      <li><a name="TOC112" href="repository_23.html#SEC112">2.19.3 Usage</a></li>
+      <li><a name="TOC113" href="repository_23.html#SEC113">2.19.4 See also</a></li>
     </ul></li>
-    <li><a name="TOC116" href="repository_24.html#SEC116">2.20 The <tt>`trunk/Identity/Themes/Models/Alternative'</tt> Directory</a>
+    <li><a name="TOC114" href="repository_24.html#SEC114">2.20 The <tt>`trunk/Identity/Themes/Models/Alternative'</tt> Directory</a>
     <ul class="toc">
-      <li><a name="TOC117" href="repository_24.html#SEC117">2.20.1 Goals</a></li>
-      <li><a name="TOC118" href="repository_24.html#SEC118">2.20.2 Description</a></li>
-      <li><a name="TOC119" href="repository_24.html#SEC119">2.20.3 Usage</a></li>
-      <li><a name="TOC120" href="repository_24.html#SEC120">2.20.4 See also</a></li>
+      <li><a name="TOC115" href="repository_24.html#SEC115">2.20.1 Goals</a></li>
+      <li><a name="TOC116" href="repository_24.html#SEC116">2.20.2 Description</a></li>
+      <li><a name="TOC117" href="repository_24.html#SEC117">2.20.3 Usage</a></li>
+      <li><a name="TOC118" href="repository_24.html#SEC118">2.20.4 See also</a></li>
     </ul></li>
-    <li><a name="TOC121" href="repository_25.html#SEC121">2.21 The <tt>`trunk/Identity/Themes/Models/Default'</tt> Directory</a>
+    <li><a name="TOC119" href="repository_25.html#SEC119">2.21 The <tt>`trunk/Identity/Themes/Models/Default'</tt> Directory</a>
     <ul class="toc">
-      <li><a name="TOC122" href="repository_25.html#SEC122">2.21.1 Goals</a></li>
-      <li><a name="TOC123" href="repository_25.html#SEC123">2.21.2 Description</a></li>
-      <li><a name="TOC124" href="repository_25.html#SEC124">2.21.3 Usage</a></li>
-      <li><a name="TOC125" href="repository_25.html#SEC125">2.21.4 See also</a></li>
+      <li><a name="TOC120" href="repository_25.html#SEC120">2.21.1 Goals</a></li>
+      <li><a name="TOC121" href="repository_25.html#SEC121">2.21.2 Description</a></li>
+      <li><a name="TOC122" href="repository_25.html#SEC122">2.21.3 Usage</a></li>
+      <li><a name="TOC123" href="repository_25.html#SEC123">2.21.4 See also</a></li>
     </ul></li>
-    <li><a name="TOC126" href="repository_26.html#SEC126">2.22 The <tt>`trunk/Identity/Themes/Models/Default/Concept'</tt> Directory</a>
+    <li><a name="TOC124" href="repository_26.html#SEC124">2.22 The <tt>`trunk/Identity/Themes/Models/Default/Concept'</tt> Directory</a>
     <ul class="toc">
-      <li><a name="TOC127" href="repository_26.html#SEC127">2.22.1 Goals</a></li>
-      <li><a name="TOC128" href="repository_26.html#SEC128">2.22.2 Description</a></li>
-      <li><a name="TOC129" href="repository_26.html#SEC129">2.22.3 Usage</a></li>
-      <li><a name="TOC130" href="repository_26.html#SEC130">2.22.4 See also</a></li>
+      <li><a name="TOC125" href="repository_26.html#SEC125">2.22.1 Goals</a></li>
+      <li><a name="TOC126" href="repository_26.html#SEC126">2.22.2 Description</a></li>
+      <li><a name="TOC127" href="repository_26.html#SEC127">2.22.3 Usage</a></li>
+      <li><a name="TOC128" href="repository_26.html#SEC128">2.22.4 See also</a></li>
     </ul></li>
-    <li><a name="TOC131" href="repository_27.html#SEC131">2.23 The <tt>`trunk/Identity/Themes/Models/Default/Distro'</tt> Directory</a>
+    <li><a name="TOC129" href="repository_27.html#SEC129">2.23 The <tt>`trunk/Identity/Themes/Models/Default/Distro'</tt> Directory</a>
     <ul class="toc">
-      <li><a name="TOC132" href="repository_27.html#SEC132">2.23.1 Goals</a></li>
-      <li><a name="TOC133" href="repository_27.html#SEC133">2.23.2 Description</a></li>
-      <li><a name="TOC134" href="repository_27.html#SEC134">2.23.3 Usage</a></li>
-      <li><a name="TOC135" href="repository_27.html#SEC135">2.23.4 See also</a></li>
+      <li><a name="TOC130" href="repository_27.html#SEC130">2.23.1 Goals</a></li>
+      <li><a name="TOC131" href="repository_27.html#SEC131">2.23.2 Description</a></li>
+      <li><a name="TOC132" href="repository_27.html#SEC132">2.23.3 Usage</a></li>
+      <li><a name="TOC133" href="repository_27.html#SEC133">2.23.4 See also</a></li>
     </ul></li>
-    <li><a name="TOC136" href="repository_28.html#SEC136">2.24 The <tt>`trunk/Identity/Themes/Models/Default/Distro/Anaconda'</tt> Directory</a>
+    <li><a name="TOC134" href="repository_28.html#SEC134">2.24 The <tt>`trunk/Identity/Themes/Models/Default/Distro/Anaconda'</tt> Directory</a>
     <ul class="toc">
-      <li><a name="TOC137" href="repository_28.html#SEC137">2.24.1 Goals</a></li>
-      <li><a name="TOC138" href="repository_28.html#SEC138">2.24.2 Description</a></li>
-      <li><a name="TOC139" href="repository_28.html#SEC139">2.24.3 Usage</a></li>
-      <li><a name="TOC140" href="repository_28.html#SEC140">2.24.4 See also</a></li>
+      <li><a name="TOC135" href="repository_28.html#SEC135">2.24.1 Goals</a></li>
+      <li><a name="TOC136" href="repository_28.html#SEC136">2.24.2 Description</a></li>
+      <li><a name="TOC137" href="repository_28.html#SEC137">2.24.3 Usage</a></li>
+      <li><a name="TOC138" href="repository_28.html#SEC138">2.24.4 See also</a></li>
     </ul></li>
-    <li><a name="TOC141" href="repository_29.html#SEC141">2.25 The <tt>`trunk/Identity/Themes/Models/Default/Distro/Firstboot'</tt> Directory</a>
+    <li><a name="TOC139" href="repository_29.html#SEC139">2.25 The <tt>`trunk/Identity/Themes/Models/Default/Distro/Firstboot'</tt> Directory</a>
     <ul class="toc">
-      <li><a name="TOC142" href="repository_29.html#SEC142">2.25.1 Goals</a></li>
-      <li><a name="TOC143" href="repository_29.html#SEC143">2.25.2 Description</a></li>
-      <li><a name="TOC144" href="repository_29.html#SEC144">2.25.3 Usage</a></li>
-      <li><a name="TOC145" href="repository_29.html#SEC145">2.25.4 See also</a></li>
+      <li><a name="TOC140" href="repository_29.html#SEC140">2.25.1 Goals</a></li>
+      <li><a name="TOC141" href="repository_29.html#SEC141">2.25.2 Description</a></li>
+      <li><a name="TOC142" href="repository_29.html#SEC142">2.25.3 Usage</a></li>
+      <li><a name="TOC143" href="repository_29.html#SEC143">2.25.4 See also</a></li>
     </ul></li>
-    <li><a name="TOC146" href="repository_30.html#SEC146">2.26 The <tt>`trunk/Identity/Themes/Models/Default/Distro/Gdm'</tt> Directory</a>
+    <li><a name="TOC144" href="repository_30.html#SEC144">2.26 The <tt>`trunk/Identity/Themes/Models/Default/Distro/Gdm'</tt> Directory</a>
     <ul class="toc">
-      <li><a name="TOC147" href="repository_30.html#SEC147">2.26.1 Goals</a></li>
-      <li><a name="TOC148" href="repository_30.html#SEC148">2.26.2 Description</a></li>
-      <li><a name="TOC149" href="repository_30.html#SEC149">2.26.3 Usage</a></li>
-      <li><a name="TOC150" href="repository_30.html#SEC150">2.26.4 See also</a></li>
+      <li><a name="TOC145" href="repository_30.html#SEC145">2.26.1 Goals</a></li>
+      <li><a name="TOC146" href="repository_30.html#SEC146">2.26.2 Description</a></li>
+      <li><a name="TOC147" href="repository_30.html#SEC147">2.26.3 Usage</a></li>
+      <li><a name="TOC148" href="repository_30.html#SEC148">2.26.4 See also</a></li>
     </ul></li>
-    <li><a name="TOC151" href="repository_31.html#SEC151">2.27 The <tt>`trunk/Identity/Themes/Models/Default/Distro/Grub'</tt> Directory</a>
+    <li><a name="TOC149" href="repository_31.html#SEC149">2.27 The <tt>`trunk/Identity/Themes/Models/Default/Distro/Grub'</tt> Directory</a>
     <ul class="toc">
-      <li><a name="TOC152" href="repository_31.html#SEC152">2.27.1 Goals</a></li>
-      <li><a name="TOC153" href="repository_31.html#SEC153">2.27.2 Description</a></li>
-      <li><a name="TOC154" href="repository_31.html#SEC154">2.27.3 Usage</a></li>
-      <li><a name="TOC155" href="repository_31.html#SEC155">2.27.4 See also</a></li>
+      <li><a name="TOC150" href="repository_31.html#SEC150">2.27.1 Goals</a></li>
+      <li><a name="TOC151" href="repository_31.html#SEC151">2.27.2 Description</a></li>
+      <li><a name="TOC152" href="repository_31.html#SEC152">2.27.3 Usage</a></li>
+      <li><a name="TOC153" href="repository_31.html#SEC153">2.27.4 See also</a></li>
     </ul></li>
-    <li><a name="TOC156" href="repository_32.html#SEC156">2.28 The <tt>`trunk/Identity/Themes/Models/Default/Distro/Gsplash'</tt> Directory</a>
+    <li><a name="TOC154" href="repository_32.html#SEC154">2.28 The <tt>`trunk/Identity/Themes/Models/Default/Distro/Gsplash'</tt> Directory</a>
     <ul class="toc">
-      <li><a name="TOC157" href="repository_32.html#SEC157">2.28.1 Goals</a></li>
-      <li><a name="TOC158" href="repository_32.html#SEC158">2.28.2 Description</a></li>
-      <li><a name="TOC159" href="repository_32.html#SEC159">2.28.3 Usage</a></li>
-      <li><a name="TOC160" href="repository_32.html#SEC160">2.28.4 See also</a></li>
+      <li><a name="TOC155" href="repository_32.html#SEC155">2.28.1 Goals</a></li>
+      <li><a name="TOC156" href="repository_32.html#SEC156">2.28.2 Description</a></li>
+      <li><a name="TOC157" href="repository_32.html#SEC157">2.28.3 Usage</a></li>
+      <li><a name="TOC158" href="repository_32.html#SEC158">2.28.4 See also</a></li>
     </ul></li>
-    <li><a name="TOC161" href="repository_33.html#SEC161">2.29 The <tt>`trunk/Identity/Themes/Models/Default/Distro/Kdm'</tt> Directory</a>
+    <li><a name="TOC159" href="repository_33.html#SEC159">2.29 The <tt>`trunk/Identity/Themes/Models/Default/Distro/Kdm'</tt> Directory</a>
     <ul class="toc">
-      <li><a name="TOC162" href="repository_33.html#SEC162">2.29.1 Goals</a></li>
-      <li><a name="TOC163" href="repository_33.html#SEC163">2.29.2 Description</a></li>
-      <li><a name="TOC164" href="repository_33.html#SEC164">2.29.3 Usage</a></li>
-      <li><a name="TOC165" href="repository_33.html#SEC165">2.29.4 See also</a></li>
+      <li><a name="TOC160" href="repository_33.html#SEC160">2.29.1 Goals</a></li>
+      <li><a name="TOC161" href="repository_33.html#SEC161">2.29.2 Description</a></li>
+      <li><a name="TOC162" href="repository_33.html#SEC162">2.29.3 Usage</a></li>
+      <li><a name="TOC163" href="repository_33.html#SEC163">2.29.4 See also</a></li>
     </ul></li>
-    <li><a name="TOC166" href="repository_34.html#SEC166">2.30 The <tt>`trunk/Identity/Themes/Models/Default/Distro/Ksplash'</tt> Directory</a>
+    <li><a name="TOC164" href="repository_34.html#SEC164">2.30 The <tt>`trunk/Identity/Themes/Models/Default/Distro/Ksplash'</tt> Directory</a>
     <ul class="toc">
-      <li><a name="TOC167" href="repository_34.html#SEC167">2.30.1 Goals</a></li>
-      <li><a name="TOC168" href="repository_34.html#SEC168">2.30.2 Description</a></li>
-      <li><a name="TOC169" href="repository_34.html#SEC169">2.30.3 Usage</a></li>
-      <li><a name="TOC170" href="repository_34.html#SEC170">2.30.4 See also</a></li>
+      <li><a name="TOC165" href="repository_34.html#SEC165">2.30.1 Goals</a></li>
+      <li><a name="TOC166" href="repository_34.html#SEC166">2.30.2 Description</a></li>
+      <li><a name="TOC167" href="repository_34.html#SEC167">2.30.3 Usage</a></li>
+      <li><a name="TOC168" href="repository_34.html#SEC168">2.30.4 See also</a></li>
     </ul></li>
-    <li><a name="TOC171" href="repository_35.html#SEC171">2.31 The <tt>`trunk/Identity/Themes/Models/Default/Distro/Rhgb'</tt> Directory</a>
+    <li><a name="TOC169" href="repository_35.html#SEC169">2.31 The <tt>`trunk/Identity/Themes/Models/Default/Distro/Rhgb'</tt> Directory</a>
     <ul class="toc">
-      <li><a name="TOC172" href="repository_35.html#SEC172">2.31.1 Goals</a></li>
-      <li><a name="TOC173" href="repository_35.html#SEC173">2.31.2 Description</a></li>
-      <li><a name="TOC174" href="repository_35.html#SEC174">2.31.3 Usage</a></li>
-      <li><a name="TOC175" href="repository_35.html#SEC175">2.31.4 See also</a></li>
+      <li><a name="TOC170" href="repository_35.html#SEC170">2.31.1 Goals</a></li>
+      <li><a name="TOC171" href="repository_35.html#SEC171">2.31.2 Description</a></li>
+      <li><a name="TOC172" href="repository_35.html#SEC172">2.31.3 Usage</a></li>
+      <li><a name="TOC173" href="repository_35.html#SEC173">2.31.4 See also</a></li>
     </ul></li>
-    <li><a name="TOC176" href="repository_36.html#SEC176">2.32 The <tt>`trunk/Identity/Themes/Models/Default/Distro/Syslinux'</tt> Directory</a>
+    <li><a name="TOC174" href="repository_36.html#SEC174">2.32 The <tt>`trunk/Identity/Themes/Models/Default/Distro/Syslinux'</tt> Directory</a>
     <ul class="toc">
-      <li><a name="TOC177" href="repository_36.html#SEC177">2.32.1 Goals</a></li>
-      <li><a name="TOC178" href="repository_36.html#SEC178">2.32.2 Description</a></li>
-      <li><a name="TOC179" href="repository_36.html#SEC179">2.32.3 Usage</a></li>
-      <li><a name="TOC180" href="repository_36.html#SEC180">2.32.4 See also</a></li>
+      <li><a name="TOC175" href="repository_36.html#SEC175">2.32.1 Goals</a></li>
+      <li><a name="TOC176" href="repository_36.html#SEC176">2.32.2 Description</a></li>
+      <li><a name="TOC177" href="repository_36.html#SEC177">2.32.3 Usage</a></li>
+      <li><a name="TOC178" href="repository_36.html#SEC178">2.32.4 See also</a></li>
     </ul></li>
-    <li><a name="TOC181" href="repository_37.html#SEC181">2.33 The <tt>`trunk/Identity/Themes/Models/Default/Promo'</tt> Directory</a>
+    <li><a name="TOC179" href="repository_37.html#SEC179">2.33 The <tt>`trunk/Identity/Themes/Models/Default/Promo'</tt> Directory</a>
     <ul class="toc">
-      <li><a name="TOC182" href="repository_37.html#SEC182">2.33.1 Goals</a></li>
-      <li><a name="TOC183" href="repository_37.html#SEC183">2.33.2 Description</a></li>
-      <li><a name="TOC184" href="repository_37.html#SEC184">2.33.3 Usage</a></li>
-      <li><a name="TOC185" href="repository_37.html#SEC185">2.33.4 See also</a></li>
+      <li><a name="TOC180" href="repository_37.html#SEC180">2.33.1 Goals</a></li>
+      <li><a name="TOC181" href="repository_37.html#SEC181">2.33.2 Description</a></li>
+      <li><a name="TOC182" href="repository_37.html#SEC182">2.33.3 Usage</a></li>
+      <li><a name="TOC183" href="repository_37.html#SEC183">2.33.4 See also</a></li>
     </ul></li>
-    <li><a name="TOC186" href="repository_38.html#SEC186">2.34 The <tt>`trunk/Identity/Themes/Models/Default/Web'</tt> Directory</a>
+    <li><a name="TOC184" href="repository_38.html#SEC184">2.34 The <tt>`trunk/Identity/Themes/Models/Default/Web'</tt> Directory</a>
     <ul class="toc">
-      <li><a name="TOC187" href="repository_38.html#SEC187">2.34.1 Goals</a></li>
-      <li><a name="TOC188" href="repository_38.html#SEC188">2.34.2 Description</a></li>
-      <li><a name="TOC189" href="repository_38.html#SEC189">2.34.3 Usage</a></li>
-      <li><a name="TOC190" href="repository_38.html#SEC190">2.34.4 See also</a></li>
+      <li><a name="TOC185" href="repository_38.html#SEC185">2.34.1 Goals</a></li>
+      <li><a name="TOC186" href="repository_38.html#SEC186">2.34.2 Description</a></li>
+      <li><a name="TOC187" href="repository_38.html#SEC187">2.34.3 Usage</a></li>
+      <li><a name="TOC188" href="repository_38.html#SEC188">2.34.4 See also</a></li>
     </ul></li>
-    <li><a name="TOC191" href="repository_39.html#SEC191">2.35 The <tt>`trunk/Identity/Themes/Motifs'</tt> Directory</a>
+    <li><a name="TOC189" href="repository_39.html#SEC189">2.35 The <tt>`trunk/Identity/Themes/Motifs'</tt> Directory</a>
     <ul class="toc">
-      <li><a name="TOC192" href="repository_39.html#SEC192">2.35.1 Goals</a></li>
-      <li><a name="TOC193" href="repository_39.html#SEC193">2.35.2 Description</a></li>
-      <li><a name="TOC194" href="repository_39.html#SEC194">2.35.3 Usage</a></li>
-      <li><a name="TOC195" href="repository_39.html#SEC195">2.35.4 See also</a></li>
+      <li><a name="TOC190" href="repository_39.html#SEC190">2.35.1 Goals</a></li>
+      <li><a name="TOC191" href="repository_39.html#SEC191">2.35.2 Description</a></li>
+      <li><a name="TOC192" href="repository_39.html#SEC192">2.35.3 Usage</a></li>
+      <li><a name="TOC193" href="repository_39.html#SEC193">2.35.4 See also</a></li>
     </ul></li>
-    <li><a name="TOC196" href="repository_40.html#SEC196">2.36 The <tt>`trunk/Identity/Themes/Motifs/Flame'</tt> Directory</a>
+    <li><a name="TOC194" href="repository_40.html#SEC194">2.36 The <tt>`trunk/Identity/Themes/Motifs/Flame'</tt> Directory</a>
     <ul class="toc">
-      <li><a name="TOC197" href="repository_40.html#SEC197">2.36.1 Goals</a></li>
-      <li><a name="TOC198" href="repository_40.html#SEC198">2.36.2 Description</a></li>
-      <li><a name="TOC199" href="repository_40.html#SEC199">2.36.3 Construction</a>
+      <li><a name="TOC195" href="repository_40.html#SEC195">2.36.1 Goals</a></li>
+      <li><a name="TOC196" href="repository_40.html#SEC196">2.36.2 Description</a></li>
+      <li><a name="TOC197" href="repository_40.html#SEC197">2.36.3 Construction</a>
       <ul class="toc">
-        <li><a name="TOC200" href="repository_40.html#SEC200">2.36.3.1 Step 1: Set image size</a></li>
-        <li><a name="TOC201" href="repository_40.html#SEC201">2.36.3.2 Step 2: Add base color and pattern information</a></li>
-        <li><a name="TOC202" href="repository_40.html#SEC202">2.36.3.3 Step 3: Add flame motif</a></li>
-        <li><a name="TOC203" href="repository_40.html#SEC203">2.36.3.4 Step 4: Add foreground color</a></li>
+        <li><a name="TOC198" href="repository_40.html#SEC198">2.36.3.1 Step 1: Set image size</a></li>
+        <li><a name="TOC199" href="repository_40.html#SEC199">2.36.3.2 Step 2: Add base color and pattern information</a></li>
+        <li><a name="TOC200" href="repository_40.html#SEC200">2.36.3.3 Step 3: Add flame motif</a></li>
+        <li><a name="TOC201" href="repository_40.html#SEC201">2.36.3.4 Step 4: Add foreground color</a></li>
       </ul></li>
-      <li><a name="TOC204" href="repository_40.html#SEC204">2.36.4 See also</a></li>
+      <li><a name="TOC202" href="repository_40.html#SEC202">2.36.4 See also</a></li>
     </ul></li>
-    <li><a name="TOC205" href="repository_41.html#SEC205">2.37 The <tt>`trunk/Identity/Themes/Motifs/Modern'</tt> Directory</a>
+    <li><a name="TOC203" href="repository_41.html#SEC203">2.37 The <tt>`trunk/Identity/Themes/Motifs/Modern'</tt> Directory</a>
     <ul class="toc">
-      <li><a name="TOC206" href="repository_41.html#SEC206">2.37.1 Presentation</a></li>
-      <li><a name="TOC207" href="repository_41.html#SEC207">2.37.2 Construction</a></li>
-      <li><a name="TOC208" href="repository_41.html#SEC208">2.37.3 Usage</a></li>
-      <li><a name="TOC209" href="repository_41.html#SEC209">2.37.4 See also</a></li>
+      <li><a name="TOC204" href="repository_41.html#SEC204">2.37.1 Presentation</a></li>
+      <li><a name="TOC205" href="repository_41.html#SEC205">2.37.2 Construction</a></li>
+      <li><a name="TOC206" href="repository_41.html#SEC206">2.37.3 Usage</a></li>
+      <li><a name="TOC207" href="repository_41.html#SEC207">2.37.4 See also</a></li>
     </ul></li>
-    <li><a name="TOC210" href="repository_42.html#SEC210">2.38 The <tt>`trunk/Identity/Themes/Motifs/Modern/Backgrounds'</tt> Directory</a>
+    <li><a name="TOC208" href="repository_42.html#SEC208">2.38 The <tt>`trunk/Identity/Themes/Motifs/Modern/Backgrounds'</tt> Directory</a>
     <ul class="toc">
-      <li><a name="TOC211" href="repository_42.html#SEC211">2.38.1 Goals</a></li>
-      <li><a name="TOC212" href="repository_42.html#SEC212">2.38.2 Description</a></li>
-      <li><a name="TOC213" href="repository_42.html#SEC213">2.38.3 Usage</a></li>
-      <li><a name="TOC214" href="repository_42.html#SEC214">2.38.4 See also</a></li>
+      <li><a name="TOC209" href="repository_42.html#SEC209">2.38.1 Goals</a></li>
+      <li><a name="TOC210" href="repository_42.html#SEC210">2.38.2 Description</a></li>
+      <li><a name="TOC211" href="repository_42.html#SEC211">2.38.3 Usage</a></li>
+      <li><a name="TOC212" href="repository_42.html#SEC212">2.38.4 See also</a></li>
     </ul></li>
-    <li><a name="TOC215" href="repository_43.html#SEC215">2.39 The <tt>`trunk/Identity/Themes/Motifs/Modern/Backgrounds/Img'</tt> Directory</a>
+    <li><a name="TOC213" href="repository_43.html#SEC213">2.39 The <tt>`trunk/Identity/Themes/Motifs/Modern/Backgrounds/Img'</tt> Directory</a>
     <ul class="toc">
-      <li><a name="TOC216" href="repository_43.html#SEC216">2.39.1 Goals</a></li>
-      <li><a name="TOC217" href="repository_43.html#SEC217">2.39.2 Description</a></li>
-      <li><a name="TOC218" href="repository_43.html#SEC218">2.39.3 Usage</a></li>
-      <li><a name="TOC219" href="repository_43.html#SEC219">2.39.4 See also</a></li>
+      <li><a name="TOC214" href="repository_43.html#SEC214">2.39.1 Goals</a></li>
+      <li><a name="TOC215" href="repository_43.html#SEC215">2.39.2 Description</a></li>
+      <li><a name="TOC216" href="repository_43.html#SEC216">2.39.3 Usage</a></li>
+      <li><a name="TOC217" href="repository_43.html#SEC217">2.39.4 See also</a></li>
     </ul></li>
-    <li><a name="TOC220" href="repository_44.html#SEC220">2.40 The <tt>`trunk/Identity/Themes/Motifs/Modern/Backgrounds/Tpl'</tt> Directory</a>
+    <li><a name="TOC218" href="repository_44.html#SEC218">2.40 The <tt>`trunk/Identity/Themes/Motifs/Modern/Backgrounds/Tpl'</tt> Directory</a>
     <ul class="toc">
-      <li><a name="TOC221" href="repository_44.html#SEC221">2.40.1 Goals</a></li>
-      <li><a name="TOC222" href="repository_44.html#SEC222">2.40.2 Description</a></li>
-      <li><a name="TOC223" href="repository_44.html#SEC223">2.40.3 Usage</a></li>
-      <li><a name="TOC224" href="repository_44.html#SEC224">2.40.4 See also</a></li>
+      <li><a name="TOC219" href="repository_44.html#SEC219">2.40.1 Goals</a></li>
+      <li><a name="TOC220" href="repository_44.html#SEC220">2.40.2 Description</a></li>
+      <li><a name="TOC221" href="repository_44.html#SEC221">2.40.3 Usage</a></li>
+      <li><a name="TOC222" href="repository_44.html#SEC222">2.40.4 See also</a></li>
     </ul></li>
-    <li><a name="TOC225" href="repository_45.html#SEC225">2.41 The <tt>`trunk/Identity/Themes/Motifs/Modern/Backgrounds/Xcf'</tt> Directory</a>
+    <li><a name="TOC223" href="repository_45.html#SEC223">2.41 The <tt>`trunk/Identity/Themes/Motifs/Modern/Backgrounds/Xcf'</tt> Directory</a>
     <ul class="toc">
-      <li><a name="TOC226" href="repository_45.html#SEC226">2.41.1 Goals</a></li>
-      <li><a name="TOC227" href="repository_45.html#SEC227">2.41.2 Description</a></li>
-      <li><a name="TOC228" href="repository_45.html#SEC228">2.41.3 Usage</a></li>
-      <li><a name="TOC229" href="repository_45.html#SEC229">2.41.4 See also</a></li>
+      <li><a name="TOC224" href="repository_45.html#SEC224">2.41.1 Goals</a></li>
+      <li><a name="TOC225" href="repository_45.html#SEC225">2.41.2 Description</a></li>
+      <li><a name="TOC226" href="repository_45.html#SEC226">2.41.3 Usage</a></li>
+      <li><a name="TOC227" href="repository_45.html#SEC227">2.41.4 See also</a></li>
     </ul></li>
-    <li><a name="TOC230" href="repository_46.html#SEC230">2.42 The <tt>`trunk/Identity/Themes/Motifs/Modern/Distro/Anaconda/Progress'</tt> Directory</a>
+    <li><a name="TOC228" href="repository_46.html#SEC228">2.42 The <tt>`trunk/Identity/Themes/Motifs/Modern/Distro/Anaconda/Progress'</tt> Directory</a>
     <ul class="toc">
-      <li><a name="TOC231" href="repository_46.html#SEC231">2.42.1 Goals</a></li>
-      <li><a name="TOC232" href="repository_46.html#SEC232">2.42.2 Description</a></li>
-      <li><a name="TOC233" href="repository_46.html#SEC233">2.42.3 Usage</a></li>
-      <li><a name="TOC234" href="repository_46.html#SEC234">2.42.4 See also</a></li>
+      <li><a name="TOC229" href="repository_46.html#SEC229">2.42.1 Goals</a></li>
+      <li><a name="TOC230" href="repository_46.html#SEC230">2.42.2 Description</a></li>
+      <li><a name="TOC231" href="repository_46.html#SEC231">2.42.3 Usage</a></li>
+      <li><a name="TOC232" href="repository_46.html#SEC232">2.42.4 See also</a></li>
     </ul></li>
-    <li><a name="TOC235" href="repository_47.html#SEC235">2.43 The <tt>`trunk/Identity/Themes/Motifs/Modern/Palettes'</tt> Directory</a>
+    <li><a name="TOC233" href="repository_47.html#SEC233">2.43 The <tt>`trunk/Identity/Themes/Motifs/Modern/Palettes'</tt> Directory</a>
     <ul class="toc">
-      <li><a name="TOC236" href="repository_47.html#SEC236">2.43.1 Goals</a></li>
-      <li><a name="TOC237" href="repository_47.html#SEC237">2.43.2 Description</a></li>
-      <li><a name="TOC238" href="repository_47.html#SEC238">2.43.3 Usage</a></li>
-      <li><a name="TOC239" href="repository_47.html#SEC239">2.43.4 See also</a></li>
+      <li><a name="TOC234" href="repository_47.html#SEC234">2.43.1 Goals</a></li>
+      <li><a name="TOC235" href="repository_47.html#SEC235">2.43.2 Description</a></li>
+      <li><a name="TOC236" href="repository_47.html#SEC236">2.43.3 Usage</a></li>
+      <li><a name="TOC237" href="repository_47.html#SEC237">2.43.4 See also</a></li>
     </ul></li>
-    <li><a name="TOC240" href="repository_48.html#SEC240">2.44 The <tt>`trunk/Identity/Themes/Motifs/TreeFlower'</tt> Directory</a>
+    <li><a name="TOC238" href="repository_48.html#SEC238">2.44 The <tt>`trunk/Identity/Themes/Motifs/TreeFlower'</tt> Directory</a>
     <ul class="toc">
-      <li><a name="TOC241" href="repository_48.html#SEC241">2.44.1 Goals</a></li>
-      <li><a name="TOC242" href="repository_48.html#SEC242">2.44.2 Description</a></li>
-      <li><a name="TOC243" href="repository_48.html#SEC243">2.44.3 Usage</a></li>
-      <li><a name="TOC244" href="repository_48.html#SEC244">2.44.4 See also</a></li>
+      <li><a name="TOC239" href="repository_48.html#SEC239">2.44.1 Goals</a></li>
+      <li><a name="TOC240" href="repository_48.html#SEC240">2.44.2 Description</a></li>
+      <li><a name="TOC241" href="repository_48.html#SEC241">2.44.3 Usage</a></li>
+      <li><a name="TOC242" href="repository_48.html#SEC242">2.44.4 See also</a></li>
     </ul></li>
-    <li><a name="TOC245" href="repository_49.html#SEC245">2.45 The <tt>`trunk/Identity/Themes/Motifs/TreeFlower/Backgrounds'</tt> Directory</a>
+    <li><a name="TOC243" href="repository_49.html#SEC243">2.45 The <tt>`trunk/Identity/Themes/Motifs/TreeFlower/Backgrounds'</tt> Directory</a>
     <ul class="toc">
-      <li><a name="TOC246" href="repository_49.html#SEC246">2.45.1 Goals</a></li>
-      <li><a name="TOC247" href="repository_49.html#SEC247">2.45.2 Description</a>
+      <li><a name="TOC244" href="repository_49.html#SEC244">2.45.1 Goals</a></li>
+      <li><a name="TOC245" href="repository_49.html#SEC245">2.45.2 Description</a>
       <ul class="toc">
-        <li><a name="TOC248" href="repository_49.html#SEC248">2.45.2.1 Desktop background</a></li>
-        <li><a name="TOC249" href="repository_49.html#SEC249">2.45.2.2 Anaconda Prompt (syslinux) background</a></li>
-        <li><a name="TOC250" href="repository_49.html#SEC250">2.45.2.3 Grub background</a></li>
+        <li><a name="TOC246" href="repository_49.html#SEC246">2.45.2.1 Desktop background</a></li>
+        <li><a name="TOC247" href="repository_49.html#SEC247">2.45.2.2 Anaconda Prompt (syslinux) background</a></li>
+        <li><a name="TOC248" href="repository_49.html#SEC248">2.45.2.3 Grub background</a></li>
       </ul></li>
-      <li><a name="TOC251" href="repository_49.html#SEC251">2.45.3 Usage</a></li>
-      <li><a name="TOC252" href="repository_49.html#SEC252">2.45.4 See also</a></li>
+      <li><a name="TOC249" href="repository_49.html#SEC249">2.45.3 Usage</a></li>
+      <li><a name="TOC250" href="repository_49.html#SEC250">2.45.4 See also</a></li>
     </ul></li>
-    <li><a name="TOC253" href="repository_50.html#SEC253">2.46 The <tt>`trunk/Identity/Widgets'</tt> Directory</a>
+    <li><a name="TOC251" href="repository_50.html#SEC251">2.46 The <tt>`trunk/Identity/Widgets'</tt> Directory</a>
     <ul class="toc">
-      <li><a name="TOC254" href="repository_50.html#SEC254">2.46.1 Goals</a></li>
-      <li><a name="TOC255" href="repository_50.html#SEC255">2.46.2 Description</a></li>
-      <li><a name="TOC256" href="repository_50.html#SEC256">2.46.3 Usage</a></li>
-      <li><a name="TOC257" href="repository_50.html#SEC257">2.46.4 See also</a></li>
+      <li><a name="TOC252" href="repository_50.html#SEC252">2.46.1 Goals</a></li>
+      <li><a name="TOC253" href="repository_50.html#SEC253">2.46.2 Description</a></li>
+      <li><a name="TOC254" href="repository_50.html#SEC254">2.46.3 Usage</a></li>
+      <li><a name="TOC255" href="repository_50.html#SEC255">2.46.4 See also</a></li>
     </ul></li>
-    <li><a name="TOC258" href="repository_51.html#SEC258">2.47 The <tt>`trunk/Locales'</tt> Directory</a></li>
-    <li><a name="TOC259" href="repository_52.html#SEC259">2.48 The <tt>`trunk/Locales/Identity'</tt> Directory</a>
+    <li><a name="TOC256" href="repository_51.html#SEC256">2.47 The <tt>`trunk/Locales'</tt> Directory</a></li>
+    <li><a name="TOC257" href="repository_52.html#SEC257">2.48 The <tt>`trunk/Locales/Identity'</tt> Directory</a>
     <ul class="toc">
-      <li><a name="TOC260" href="repository_52.html#SEC260">2.48.1 Goals</a></li>
-      <li><a name="TOC261" href="repository_52.html#SEC261">2.48.2 Description</a></li>
-      <li><a name="TOC262" href="repository_52.html#SEC262">2.48.3 Usage</a></li>
-      <li><a name="TOC263" href="repository_52.html#SEC263">2.48.4 See also</a></li>
+      <li><a name="TOC258" href="repository_52.html#SEC258">2.48.1 Goals</a></li>
+      <li><a name="TOC259" href="repository_52.html#SEC259">2.48.2 Description</a></li>
+      <li><a name="TOC260" href="repository_52.html#SEC260">2.48.3 Usage</a></li>
+      <li><a name="TOC261" href="repository_52.html#SEC261">2.48.4 See also</a></li>
     </ul></li>
-    <li><a name="TOC264" href="repository_53.html#SEC264">2.49 The <tt>`trunk/Locales/Identity/Brands'</tt> Directory</a>
+    <li><a name="TOC262" href="repository_53.html#SEC262">2.49 The <tt>`trunk/Locales/Identity/Brands'</tt> Directory</a>
     <ul class="toc">
-      <li><a name="TOC265" href="repository_53.html#SEC265">2.49.1 Goals</a></li>
-      <li><a name="TOC266" href="repository_53.html#SEC266">2.49.2 Description</a>
+      <li><a name="TOC263" href="repository_53.html#SEC263">2.49.1 Goals</a></li>
+      <li><a name="TOC264" href="repository_53.html#SEC264">2.49.2 Description</a>
       <ul class="toc">
-        <li><a name="TOC267" href="repository_53.html#SEC267">2.49.2.1 Conventional file names</a></li>
-        <li><a name="TOC268" href="repository_53.html#SEC268">2.49.2.2 Numeric file names</a></li>
-        <li><a name="TOC269" href="repository_53.html#SEC269">2.49.2.3 Translation markers</a></li>
+        <li><a name="TOC265" href="repository_53.html#SEC265">2.49.2.1 Conventional file names</a></li>
+        <li><a name="TOC266" href="repository_53.html#SEC266">2.49.2.2 Numeric file names</a></li>
+        <li><a name="TOC267" href="repository_53.html#SEC267">2.49.2.3 Translation markers</a></li>
       </ul></li>
-      <li><a name="TOC270" href="repository_53.html#SEC270">2.49.3 Usage</a></li>
-      <li><a name="TOC271" href="repository_53.html#SEC271">2.49.4 See also</a></li>
+      <li><a name="TOC268" href="repository_53.html#SEC268">2.49.3 Usage</a></li>
+      <li><a name="TOC269" href="repository_53.html#SEC269">2.49.4 See also</a></li>
     </ul></li>
-    <li><a name="TOC272" href="repository_54.html#SEC272">2.50 The <tt>`trunk/Locales/Identity/Brands/Tpl'</tt> Directory</a>
+    <li><a name="TOC270" href="repository_54.html#SEC270">2.50 The <tt>`trunk/Locales/Identity/Brands/Tpl'</tt> Directory</a>
     <ul class="toc">
-      <li><a name="TOC273" href="repository_54.html#SEC273">2.50.1 Goals</a></li>
-      <li><a name="TOC274" href="repository_54.html#SEC274">2.50.2 Description</a></li>
-      <li><a name="TOC275" href="repository_54.html#SEC275">2.50.3 Usage</a></li>
-      <li><a name="TOC276" href="repository_54.html#SEC276">2.50.4 See also</a></li>
+      <li><a name="TOC271" href="repository_54.html#SEC271">2.50.1 Goals</a></li>
+      <li><a name="TOC272" href="repository_54.html#SEC272">2.50.2 Description</a></li>
+      <li><a name="TOC273" href="repository_54.html#SEC273">2.50.3 Usage</a></li>
+      <li><a name="TOC274" href="repository_54.html#SEC274">2.50.4 See also</a></li>
     </ul></li>
-    <li><a name="TOC277" href="repository_55.html#SEC277">2.51 The <tt>`trunk/Locales/Identity/Fonts'</tt> Directory</a>
+    <li><a name="TOC275" href="repository_55.html#SEC275">2.51 The <tt>`trunk/Locales/Identity/Fonts'</tt> Directory</a>
     <ul class="toc">
-      <li><a name="TOC278" href="repository_55.html#SEC278">2.51.1 Goals</a></li>
-      <li><a name="TOC279" href="repository_55.html#SEC279">2.51.2 Description</a>
+      <li><a name="TOC276" href="repository_55.html#SEC276">2.51.1 Goals</a></li>
+      <li><a name="TOC277" href="repository_55.html#SEC277">2.51.2 Description</a>
       <ul class="toc">
-        <li><a name="TOC280" href="repository_55.html#SEC280">2.51.2.1 Translation Markers</a></li>
+        <li><a name="TOC278" href="repository_55.html#SEC278">2.51.2.1 Translation Markers</a></li>
       </ul></li>
-      <li><a name="TOC281" href="repository_55.html#SEC281">2.51.3 Usage</a></li>
-      <li><a name="TOC282" href="repository_55.html#SEC282">2.51.4 See also</a></li>
+      <li><a name="TOC279" href="repository_55.html#SEC279">2.51.3 Usage</a></li>
+      <li><a name="TOC280" href="repository_55.html#SEC280">2.51.4 See also</a></li>
     </ul></li>
-    <li><a name="TOC283" href="repository_56.html#SEC283">2.52 The <tt>`trunk/Locales/Identity/Models'</tt> Directory</a>
+    <li><a name="TOC281" href="repository_56.html#SEC281">2.52 The <tt>`trunk/Locales/Identity/Models'</tt> Directory</a>
     <ul class="toc">
-      <li><a name="TOC284" href="repository_56.html#SEC284">2.52.1 Goals</a></li>
-      <li><a name="TOC285" href="repository_56.html#SEC285">2.52.2 Description</a></li>
-      <li><a name="TOC286" href="repository_56.html#SEC286">2.52.3 Usage</a></li>
-      <li><a name="TOC287" href="repository_56.html#SEC287">2.52.4 See also</a></li>
+      <li><a name="TOC282" href="repository_56.html#SEC282">2.52.1 Goals</a></li>
+      <li><a name="TOC283" href="repository_56.html#SEC283">2.52.2 Description</a></li>
+      <li><a name="TOC284" href="repository_56.html#SEC284">2.52.3 Usage</a></li>
+      <li><a name="TOC285" href="repository_56.html#SEC285">2.52.4 See also</a></li>
     </ul></li>
-    <li><a name="TOC288" href="repository_57.html#SEC288">2.53 The <tt>`trunk/Locales/Identity/Release'</tt> Directory</a>
+    <li><a name="TOC286" href="repository_57.html#SEC286">2.53 The <tt>`trunk/Locales/Identity/Release'</tt> Directory</a>
     <ul class="toc">
-      <li><a name="TOC289" href="repository_57.html#SEC289">2.53.1 Goals</a></li>
-      <li><a name="TOC290" href="repository_57.html#SEC290">2.53.2 Description</a></li>
-      <li><a name="TOC291" href="repository_57.html#SEC291">2.53.3 Usage</a></li>
-      <li><a name="TOC292" href="repository_57.html#SEC292">2.53.4 See also</a></li>
+      <li><a name="TOC287" href="repository_57.html#SEC287">2.53.1 Goals</a></li>
+      <li><a name="TOC288" href="repository_57.html#SEC288">2.53.2 Description</a></li>
+      <li><a name="TOC289" href="repository_57.html#SEC289">2.53.3 Usage</a></li>
+      <li><a name="TOC290" href="repository_57.html#SEC290">2.53.4 See also</a></li>
     </ul></li>
-    <li><a name="TOC293" href="repository_58.html#SEC293">2.54 The <tt>`trunk/Locales/Identity/Themes'</tt> Directory</a>
+    <li><a name="TOC291" href="repository_58.html#SEC291">2.54 The <tt>`trunk/Locales/Identity/Themes'</tt> Directory</a>
     <ul class="toc">
-      <li><a name="TOC294" href="repository_58.html#SEC294">2.54.1 Goals</a></li>
-      <li><a name="TOC295" href="repository_58.html#SEC295">2.54.2 Description</a></li>
-      <li><a name="TOC296" href="repository_58.html#SEC296">2.54.3 Usage</a></li>
-      <li><a name="TOC297" href="repository_58.html#SEC297">2.54.4 See also</a></li>
+      <li><a name="TOC292" href="repository_58.html#SEC292">2.54.1 Goals</a></li>
+      <li><a name="TOC293" href="repository_58.html#SEC293">2.54.2 Description</a></li>
+      <li><a name="TOC294" href="repository_58.html#SEC294">2.54.3 Usage</a></li>
+      <li><a name="TOC295" href="repository_58.html#SEC295">2.54.4 See also</a></li>
     </ul></li>
-    <li><a name="TOC298" href="repository_59.html#SEC298">2.55 The <tt>`trunk/Locales/Identity/Themes/Backgrounds'</tt> Directory</a>
+    <li><a name="TOC296" href="repository_59.html#SEC296">2.55 The <tt>`trunk/Locales/Identity/Themes/Backgrounds'</tt> Directory</a>
     <ul class="toc">
-      <li><a name="TOC299" href="repository_59.html#SEC299">2.55.1 Goals</a></li>
-      <li><a name="TOC300" href="repository_59.html#SEC300">2.55.2 Description</a></li>
-      <li><a name="TOC301" href="repository_59.html#SEC301">2.55.3 Usage</a></li>
-      <li><a name="TOC302" href="repository_59.html#SEC302">2.55.4 See also</a></li>
+      <li><a name="TOC297" href="repository_59.html#SEC297">2.55.1 Goals</a></li>
+      <li><a name="TOC298" href="repository_59.html#SEC298">2.55.2 Description</a></li>
+      <li><a name="TOC299" href="repository_59.html#SEC299">2.55.3 Usage</a></li>
+      <li><a name="TOC300" href="repository_59.html#SEC300">2.55.4 See also</a></li>
     </ul></li>
-    <li><a name="TOC303" href="repository_60.html#SEC303">2.56 The <tt>`trunk/Locales/Identity/Themes/Distro/Anaconda/Progress'</tt> Directory</a>
+    <li><a name="TOC301" href="repository_60.html#SEC301">2.56 The <tt>`trunk/Locales/Identity/Themes/Distro/Anaconda/Progress'</tt> Directory</a>
     <ul class="toc">
-      <li><a name="TOC304" href="repository_60.html#SEC304">2.56.1 Goals</a></li>
-      <li><a name="TOC305" href="repository_60.html#SEC305">2.56.2 Description</a></li>
-      <li><a name="TOC306" href="repository_60.html#SEC306">2.56.3 Usage</a></li>
-      <li><a name="TOC307" href="repository_60.html#SEC307">2.56.4 See also</a></li>
+      <li><a name="TOC302" href="repository_60.html#SEC302">2.56.1 Goals</a></li>
+      <li><a name="TOC303" href="repository_60.html#SEC303">2.56.2 Description</a></li>
+      <li><a name="TOC304" href="repository_60.html#SEC304">2.56.3 Usage</a></li>
+      <li><a name="TOC305" href="repository_60.html#SEC305">2.56.4 See also</a></li>
     </ul></li>
-    <li><a name="TOC308" href="repository_61.html#SEC308">2.57 The <tt>`trunk/Locales/Identity/Widgets'</tt> Directory</a>
+    <li><a name="TOC306" href="repository_61.html#SEC306">2.57 The <tt>`trunk/Locales/Identity/Widgets'</tt> Directory</a>
     <ul class="toc">
-      <li><a name="TOC309" href="repository_61.html#SEC309">2.57.1 Goals</a></li>
-      <li><a name="TOC310" href="repository_61.html#SEC310">2.57.2 Description</a></li>
-      <li><a name="TOC311" href="repository_61.html#SEC311">2.57.3 Usage</a></li>
-      <li><a name="TOC312" href="repository_61.html#SEC312">2.57.4 See also</a></li>
+      <li><a name="TOC307" href="repository_61.html#SEC307">2.57.1 Goals</a></li>
+      <li><a name="TOC308" href="repository_61.html#SEC308">2.57.2 Description</a></li>
+      <li><a name="TOC309" href="repository_61.html#SEC309">2.57.3 Usage</a></li>
+      <li><a name="TOC310" href="repository_61.html#SEC310">2.57.4 See also</a></li>
     </ul></li>
-    <li><a name="TOC313" href="repository_62.html#SEC313">2.58 The <tt>`trunk/Manual'</tt> Directory</a>
+    <li><a name="TOC311" href="repository_62.html#SEC311">2.58 The <tt>`trunk/Manual'</tt> Directory</a>
     <ul class="toc">
-      <li><a name="TOC314" href="repository_62.html#SEC314">2.58.1 Goals</a></li>
-      <li><a name="TOC315" href="repository_62.html#SEC315">2.58.2 Description</a></li>
-      <li><a name="TOC316" href="repository_62.html#SEC316">2.58.3 Usage</a></li>
-      <li><a name="TOC317" href="repository_62.html#SEC317">2.58.4 See also</a></li>
+      <li><a name="TOC312" href="repository_62.html#SEC312">2.58.1 Goals</a></li>
+      <li><a name="TOC313" href="repository_62.html#SEC313">2.58.2 Description</a></li>
+      <li><a name="TOC314" href="repository_62.html#SEC314">2.58.3 Usage</a></li>
+      <li><a name="TOC315" href="repository_62.html#SEC315">2.58.4 See also</a></li>
     </ul></li>
-    <li><a name="TOC318" href="repository_63.html#SEC318">2.59 The <tt>`trunk/Manuals'</tt> Directory</a>
+    <li><a name="TOC316" href="repository_63.html#SEC316">2.59 The <tt>`trunk/Manuals'</tt> Directory</a>
     <ul class="toc">
-      <li><a name="TOC319" href="repository_63.html#SEC319">2.59.1 Goals</a></li>
-      <li><a name="TOC320" href="repository_63.html#SEC320">2.59.2 Description</a></li>
-      <li><a name="TOC321" href="repository_63.html#SEC321">2.59.3 Usage</a></li>
-      <li><a name="TOC322" href="repository_63.html#SEC322">2.59.4 See also</a></li>
+      <li><a name="TOC317" href="repository_63.html#SEC317">2.59.1 Goals</a></li>
+      <li><a name="TOC318" href="repository_63.html#SEC318">2.59.2 Description</a></li>
+      <li><a name="TOC319" href="repository_63.html#SEC319">2.59.3 Usage</a></li>
+      <li><a name="TOC320" href="repository_63.html#SEC320">2.59.4 See also</a></li>
     </ul></li>
-    <li><a name="TOC323" href="repository_64.html#SEC323">2.60 The <tt>`trunk/Scripts'</tt> Directory</a>
+    <li><a name="TOC321" href="repository_64.html#SEC321">2.60 The <tt>`trunk/Scripts'</tt> Directory</a>
     <ul class="toc">
-      <li><a name="TOC324" href="repository_64.html#SEC324">2.60.1 Goals</a></li>
-      <li><a name="TOC325" href="repository_64.html#SEC325">2.60.2 Description</a></li>
-      <li><a name="TOC326" href="repository_64.html#SEC326">2.60.3 Usage</a></li>
-      <li><a name="TOC327" href="repository_64.html#SEC327">2.60.4 See also</a></li>
+      <li><a name="TOC322" href="repository_64.html#SEC322">2.60.1 Goals</a></li>
+      <li><a name="TOC323" href="repository_64.html#SEC323">2.60.2 Description</a></li>
+      <li><a name="TOC324" href="repository_64.html#SEC324">2.60.3 Usage</a></li>
+      <li><a name="TOC325" href="repository_64.html#SEC325">2.60.4 See also</a></li>
     </ul></li>
-    <li><a name="TOC328" href="repository_65.html#SEC328">2.61 The <tt>`trunk/Scripts/Bash'</tt> Directory</a>
+    <li><a name="TOC326" href="repository_65.html#SEC326">2.61 The <tt>`trunk/Scripts/Bash'</tt> Directory</a>
     <ul class="toc">
-      <li><a name="TOC329" href="repository_65.html#SEC329">2.61.1 Goals</a></li>
-      <li><a name="TOC330" href="repository_65.html#SEC330">2.61.2 Description</a></li>
-      <li><a name="TOC331" href="repository_65.html#SEC331">2.61.3 Usage</a></li>
-      <li><a name="TOC332" href="repository_65.html#SEC332">2.61.4 See also</a></li>
+      <li><a name="TOC327" href="repository_65.html#SEC327">2.61.1 Goals</a></li>
+      <li><a name="TOC328" href="repository_65.html#SEC328">2.61.2 Description</a></li>
+      <li><a name="TOC329" href="repository_65.html#SEC329">2.61.3 Usage</a></li>
+      <li><a name="TOC330" href="repository_65.html#SEC330">2.61.4 See also</a></li>
     </ul></li>
-    <li><a name="TOC333" href="repository_66.html#SEC333">2.62 The <tt>`trunk/Scripts/Bash/Cli'</tt> Directory</a></li>
-    <li><a name="TOC334" href="repository_67.html#SEC334">2.63 The <tt>`trunk/Scripts/Bash/Cli/Functions'</tt> Directory</a>
+    <li><a name="TOC331" href="repository_66.html#SEC331">2.62 The <tt>`trunk/Scripts/Bash/Cli'</tt> Directory</a></li>
+    <li><a name="TOC332" href="repository_67.html#SEC332">2.63 The <tt>`trunk/Scripts/Bash/Cli/Functions'</tt> Directory</a>
     <ul class="toc">
-      <li><a name="TOC335" href="repository_67.html#SEC335">2.63.1 Goals</a></li>
-      <li><a name="TOC336" href="repository_67.html#SEC336">2.63.2 Description</a></li>
-      <li><a name="TOC337" href="repository_67.html#SEC337">2.63.3 Usage</a>
+      <li><a name="TOC333" href="repository_67.html#SEC333">2.63.1 Goals</a></li>
+      <li><a name="TOC334" href="repository_67.html#SEC334">2.63.2 Description</a></li>
+      <li><a name="TOC335" href="repository_67.html#SEC335">2.63.3 Usage</a>
       <ul class="toc">
-        <li><a name="TOC338" href="repository_67.html#SEC338">2.63.3.1 Global variables</a></li>
-        <li><a name="TOC339" href="repository_67.html#SEC339">2.63.3.2 Global functions</a></li>
-        <li><a name="TOC340" href="repository_67.html#SEC340">2.63.3.3 Specific functions</a></li>
+        <li><a name="TOC336" href="repository_67.html#SEC336">2.63.3.1 Global variables</a></li>
+        <li><a name="TOC337" href="repository_67.html#SEC337">2.63.3.2 Global functions</a></li>
+        <li><a name="TOC338" href="repository_67.html#SEC338">2.63.3.3 Specific functions</a></li>
       </ul></li>
-      <li><a name="TOC341" href="repository_67.html#SEC341">2.63.4 See also</a></li>
+      <li><a name="TOC339" href="repository_67.html#SEC339">2.63.4 See also</a></li>
     </ul></li>
-    <li><a name="TOC342" href="repository_68.html#SEC342">2.64 The <tt>`trunk/Scripts/Bash/Cli/Functions/Help'</tt> Directory</a>
+    <li><a name="TOC340" href="repository_68.html#SEC340">2.64 The <tt>`trunk/Scripts/Bash/Cli/Functions/Help'</tt> Directory</a>
     <ul class="toc">
-      <li><a name="TOC343" href="repository_68.html#SEC343">2.64.1 Goals</a></li>
-      <li><a name="TOC344" href="repository_68.html#SEC344">2.64.2 Description</a></li>
-      <li><a name="TOC345" href="repository_68.html#SEC345">2.64.3 Usage</a></li>
-      <li><a name="TOC346" href="repository_68.html#SEC346">2.64.4 See also</a></li>
+      <li><a name="TOC341" href="repository_68.html#SEC341">2.64.1 Goals</a></li>
+      <li><a name="TOC342" href="repository_68.html#SEC342">2.64.2 Description</a></li>
+      <li><a name="TOC343" href="repository_68.html#SEC343">2.64.3 Usage</a></li>
+      <li><a name="TOC344" href="repository_68.html#SEC344">2.64.4 See also</a></li>
     </ul></li>
-    <li><a name="TOC347" href="repository_69.html#SEC347">2.65 The <tt>`trunk/Scripts/Bash/Cli/Functions/Html'</tt> Directory</a>
+    <li><a name="TOC345" href="repository_69.html#SEC345">2.65 The <tt>`trunk/Scripts/Bash/Cli/Functions/Html'</tt> Directory</a>
     <ul class="toc">
-      <li><a name="TOC348" href="repository_69.html#SEC348">2.65.1 Goals</a></li>
-      <li><a name="TOC349" href="repository_69.html#SEC349">2.65.2 Description</a></li>
-      <li><a name="TOC350" href="repository_69.html#SEC350">2.65.3 Usage</a></li>
-      <li><a name="TOC351" href="repository_69.html#SEC351">2.65.4 See also</a></li>
+      <li><a name="TOC346" href="repository_69.html#SEC346">2.65.1 Goals</a></li>
+      <li><a name="TOC347" href="repository_69.html#SEC347">2.65.2 Description</a></li>
+      <li><a name="TOC348" href="repository_69.html#SEC348">2.65.3 Usage</a></li>
+      <li><a name="TOC349" href="repository_69.html#SEC349">2.65.4 See also</a></li>
     </ul></li>
-    <li><a name="TOC352" href="repository_70.html#SEC352">2.66 The <tt>`trunk/Scripts/Bash/Cli/Functions/Locale'</tt> Directory</a>
+    <li><a name="TOC350" href="repository_70.html#SEC350">2.66 The <tt>`trunk/Scripts/Bash/Cli/Functions/Locale'</tt> Directory</a>
     <ul class="toc">
-      <li><a name="TOC353" href="repository_70.html#SEC353">2.66.1 Goals</a></li>
-      <li><a name="TOC354" href="repository_70.html#SEC354">2.66.2 Description</a></li>
-      <li><a name="TOC355" href="repository_70.html#SEC355">2.66.3 Usage</a></li>
-      <li><a name="TOC356" href="repository_70.html#SEC356">2.66.4 See also</a></li>
+      <li><a name="TOC351" href="repository_70.html#SEC351">2.66.1 Goals</a></li>
+      <li><a name="TOC352" href="repository_70.html#SEC352">2.66.2 Description</a></li>
+      <li><a name="TOC353" href="repository_70.html#SEC353">2.66.3 Usage</a></li>
+      <li><a name="TOC354" href="repository_70.html#SEC354">2.66.4 See also</a></li>
     </ul></li>
-    <li><a name="TOC357" href="repository_71.html#SEC357">2.67 The <tt>`trunk/Scripts/Bash/Cli/Functions/Manual'</tt> Directory</a>
+    <li><a name="TOC355" href="repository_71.html#SEC355">2.67 The <tt>`trunk/Scripts/Bash/Cli/Functions/Manual'</tt> Directory</a>
     <ul class="toc">
-      <li><a name="TOC358" href="repository_71.html#SEC358">2.67.1 Goals</a></li>
-      <li><a name="TOC359" href="repository_71.html#SEC359">2.67.2 Description</a></li>
-      <li><a name="TOC360" href="repository_71.html#SEC360">2.67.3 Usage</a></li>
-      <li><a name="TOC361" href="repository_71.html#SEC361">2.67.4 See also</a></li>
+      <li><a name="TOC356" href="repository_71.html#SEC356">2.67.1 Goals</a></li>
+      <li><a name="TOC357" href="repository_71.html#SEC357">2.67.2 Description</a></li>
+      <li><a name="TOC358" href="repository_71.html#SEC358">2.67.3 Usage</a></li>
+      <li><a name="TOC359" href="repository_71.html#SEC359">2.67.4 See also</a></li>
     </ul></li>
-    <li><a name="TOC362" href="repository_72.html#SEC362">2.68 The <tt>`trunk/Scripts/Bash/Cli/Functions/Path'</tt> Directory</a>
+    <li><a name="TOC360" href="repository_72.html#SEC360">2.68 The <tt>`trunk/Scripts/Bash/Cli/Functions/Path'</tt> Directory</a>
     <ul class="toc">
-      <li><a name="TOC363" href="repository_72.html#SEC363">2.68.1 Goals</a></li>
-      <li><a name="TOC364" href="repository_72.html#SEC364">2.68.2 Description</a>
+      <li><a name="TOC361" href="repository_72.html#SEC361">2.68.1 Goals</a></li>
+      <li><a name="TOC362" href="repository_72.html#SEC362">2.68.2 Description</a>
       <ul class="toc">
-        <li><a name="TOC365" href="repository_72.html#SEC365">2.68.2.1 Repository layout</a></li>
-        <li><a name="TOC366" href="repository_72.html#SEC366">2.68.2.2 Repository name convenctions</a></li>
-        <li><a name="TOC367" href="repository_72.html#SEC367">2.68.2.3 Repository work flow</a></li>
-        <li><a name="TOC368" href="repository_72.html#SEC368">2.68.2.4 Parallel directories</a></li>
-        <li><a name="TOC369" href="repository_72.html#SEC369">2.68.2.5 Syncronizing path information</a></li>
-        <li><a name="TOC370" href="repository_72.html#SEC370">2.68.2.6 What is the right place to store it?</a></li>
+        <li><a name="TOC363" href="repository_72.html#SEC363">2.68.2.1 Repository layout</a></li>
+        <li><a name="TOC364" href="repository_72.html#SEC364">2.68.2.2 Repository name convenctions</a></li>
+        <li><a name="TOC365" href="repository_72.html#SEC365">2.68.2.3 Repository work flow</a></li>
+        <li><a name="TOC366" href="repository_72.html#SEC366">2.68.2.4 Parallel directories</a></li>
+        <li><a name="TOC367" href="repository_72.html#SEC367">2.68.2.5 Syncronizing path information</a></li>
+        <li><a name="TOC368" href="repository_72.html#SEC368">2.68.2.6 What is the right place to store it?</a></li>
       </ul></li>
-      <li><a name="TOC371" href="repository_72.html#SEC371">2.68.3 Usage</a></li>
-      <li><a name="TOC372" href="repository_72.html#SEC372">2.68.4 See also</a></li>
+      <li><a name="TOC369" href="repository_72.html#SEC369">2.68.3 Usage</a></li>
+      <li><a name="TOC370" href="repository_72.html#SEC370">2.68.4 See also</a></li>
     </ul></li>
-    <li><a name="TOC373" href="repository_73.html#SEC373">2.69 The <tt>`trunk/Scripts/Bash/Cli/Functions/Render'</tt> Directory</a>
+    <li><a name="TOC371" href="repository_73.html#SEC371">2.69 The <tt>`trunk/Scripts/Bash/Cli/Functions/Render'</tt> Directory</a>
     <ul class="toc">
-      <li><a name="TOC374" href="repository_73.html#SEC374">2.69.1 Renderable identity directory structures</a>
+      <li><a name="TOC372" href="repository_73.html#SEC372">2.69.1 Renderable identity directory structures</a>
       <ul class="toc">
-        <li><a name="TOC375" href="repository_73.html#SEC375">2.69.1.1 Design template without translation</a></li>
-        <li><a name="TOC376" href="repository_73.html#SEC376">2.69.1.2 Design template with translation (one-to-one)</a></li>
-        <li><a name="TOC377" href="repository_73.html#SEC377">2.69.1.3 Design template with translation (optimized)</a></li>
-        <li><a name="TOC378" href="repository_73.html#SEC378">2.69.1.4 Design template with translation (optimized+flexibility)</a></li>
+        <li><a name="TOC373" href="repository_73.html#SEC373">2.69.1.1 Design template without translation</a></li>
+        <li><a name="TOC374" href="repository_73.html#SEC374">2.69.1.2 Design template with translation (one-to-one)</a></li>
+        <li><a name="TOC375" href="repository_73.html#SEC375">2.69.1.3 Design template with translation (optimized)</a></li>
+        <li><a name="TOC376" href="repository_73.html#SEC376">2.69.1.4 Design template with translation (optimized+flexibility)</a></li>
       </ul></li>
-      <li><a name="TOC379" href="repository_73.html#SEC379">2.69.2 Renderable translation directory structures</a></li>
-      <li><a name="TOC380" href="repository_73.html#SEC380">2.69.3 Copying renderable directory structures</a></li>
-      <li><a name="TOC381" href="repository_73.html#SEC381">2.69.4 Usage</a></li>
-      <li><a name="TOC382" href="repository_73.html#SEC382">2.69.5 See also</a></li>
+      <li><a name="TOC377" href="repository_73.html#SEC377">2.69.2 Renderable translation directory structures</a></li>
+      <li><a name="TOC378" href="repository_73.html#SEC378">2.69.3 Copying renderable directory structures</a></li>
+      <li><a name="TOC379" href="repository_73.html#SEC379">2.69.4 Usage</a></li>
+      <li><a name="TOC380" href="repository_73.html#SEC380">2.69.5 See also</a></li>
     </ul></li>
-    <li><a name="TOC383" href="repository_74.html#SEC383">2.70 The <tt>`trunk/Scripts/Bash/Cli/Functions/Render/Config'</tt> Directory</a>
+    <li><a name="TOC381" href="repository_74.html#SEC381">2.70 The <tt>`trunk/Scripts/Bash/Cli/Functions/Render/Config'</tt> Directory</a>
     <ul class="toc">
-      <li><a name="TOC384" href="repository_74.html#SEC384">2.70.1 Goals</a></li>
-      <li><a name="TOC385" href="repository_74.html#SEC385">2.70.2 Description</a>
+      <li><a name="TOC382" href="repository_74.html#SEC382">2.70.1 Goals</a></li>
+      <li><a name="TOC383" href="repository_74.html#SEC383">2.70.2 Description</a>
       <ul class="toc">
-        <li><a name="TOC386" href="repository_74.html#SEC386">2.70.2.1 The <tt>`render.conf.sh'</tt> identity model</a></li>
-        <li><a name="TOC387" href="repository_74.html#SEC387">2.70.2.2 The <tt>`render.conf.sh'</tt> translation model</a></li>
-        <li><a name="TOC388" href="repository_74.html#SEC388">2.70.2.3 The <tt>`render.conf.sh'</tt> rendering actions</a></li>
+        <li><a name="TOC384" href="repository_74.html#SEC384">2.70.2.1 The <tt>`render.conf.sh'</tt> identity model</a></li>
+        <li><a name="TOC385" href="repository_74.html#SEC385">2.70.2.2 The <tt>`render.conf.sh'</tt> translation model</a></li>
+        <li><a name="TOC386" href="repository_74.html#SEC386">2.70.2.3 The <tt>`render.conf.sh'</tt> rendering actions</a></li>
       </ul></li>
-      <li><a name="TOC389" href="repository_74.html#SEC389">2.70.3 Usage</a></li>
-      <li><a name="TOC390" href="repository_74.html#SEC390">2.70.4 See also</a></li>
+      <li><a name="TOC387" href="repository_74.html#SEC387">2.70.3 Usage</a></li>
+      <li><a name="TOC388" href="repository_74.html#SEC388">2.70.4 See also</a></li>
     </ul></li>
-    <li><a name="TOC391" href="repository_75.html#SEC391">2.71 The <tt>`trunk/Scripts/Bash/Cli/Functions/Shell'</tt> Directory</a>
+    <li><a name="TOC389" href="repository_75.html#SEC389">2.71 The <tt>`trunk/Scripts/Bash/Cli/Functions/Shell'</tt> Directory</a>
     <ul class="toc">
-      <li><a name="TOC392" href="repository_75.html#SEC392">2.71.1 Goals</a></li>
-      <li><a name="TOC393" href="repository_75.html#SEC393">2.71.2 Description</a></li>
-      <li><a name="TOC394" href="repository_75.html#SEC394">2.71.3 Usage</a></li>
-      <li><a name="TOC395" href="repository_75.html#SEC395">2.71.4 See also</a></li>
+      <li><a name="TOC390" href="repository_75.html#SEC390">2.71.1 Goals</a></li>
+      <li><a name="TOC391" href="repository_75.html#SEC391">2.71.2 Description</a></li>
+      <li><a name="TOC392" href="repository_75.html#SEC392">2.71.3 Usage</a></li>
+      <li><a name="TOC393" href="repository_75.html#SEC393">2.71.4 See also</a></li>
     </ul></li>
-    <li><a name="TOC396" href="repository_76.html#SEC396">2.72 The <tt>`trunk/Scripts/Bash/Cli/Functions/Svg'</tt> Directory</a>
+    <li><a name="TOC394" href="repository_76.html#SEC394">2.72 The <tt>`trunk/Scripts/Bash/Cli/Functions/Svg'</tt> Directory</a>
     <ul class="toc">
-      <li><a name="TOC397" href="repository_76.html#SEC397">2.72.1 Goals</a></li>
-      <li><a name="TOC398" href="repository_76.html#SEC398">2.72.2 Description</a>
+      <li><a name="TOC395" href="repository_76.html#SEC395">2.72.1 Goals</a></li>
+      <li><a name="TOC396" href="repository_76.html#SEC396">2.72.2 Description</a>
       <ul class="toc">
-        <li><a name="TOC399" href="repository_76.html#SEC399">2.72.2.1 Metadata maintainance</a></li>
-        <li><a name="TOC400" href="repository_76.html#SEC400">2.72.2.2 Unused definitions</a></li>
+        <li><a name="TOC397" href="repository_76.html#SEC397">2.72.2.1 Metadata maintainance</a></li>
+        <li><a name="TOC398" href="repository_76.html#SEC398">2.72.2.2 Unused definitions</a></li>
       </ul></li>
-      <li><a name="TOC401" href="repository_76.html#SEC401">2.72.3 Usage</a></li>
-      <li><a name="TOC402" href="repository_76.html#SEC402">2.72.4 See also</a></li>
+      <li><a name="TOC399" href="repository_76.html#SEC399">2.72.3 Usage</a></li>
+      <li><a name="TOC400" href="repository_76.html#SEC400">2.72.4 See also</a></li>
     </ul></li>
-    <li><a name="TOC403" href="repository_77.html#SEC403">2.73 The <tt>`trunk/Scripts/Bash/Cli/Functions/Verify'</tt> Directory</a>
+    <li><a name="TOC401" href="repository_77.html#SEC401">2.73 The <tt>`trunk/Scripts/Bash/Cli/Functions/Verify'</tt> Directory</a>
     <ul class="toc">
-      <li><a name="TOC404" href="repository_77.html#SEC404">2.73.1 Goals</a></li>
-      <li><a name="TOC405" href="repository_77.html#SEC405">2.73.2 Description</a>
+      <li><a name="TOC402" href="repository_77.html#SEC402">2.73.1 Goals</a></li>
+      <li><a name="TOC403" href="repository_77.html#SEC403">2.73.2 Description</a>
       <ul class="toc">
-        <li><a name="TOC406" href="repository_77.html#SEC406">2.73.2.1 Packages</a></li>
-        <li><a name="TOC407" href="repository_77.html#SEC407">2.73.2.2 Links</a></li>
-        <li><a name="TOC408" href="repository_77.html#SEC408">2.73.2.3 Environment variables</a></li>
+        <li><a name="TOC404" href="repository_77.html#SEC404">2.73.2.1 Packages</a></li>
+        <li><a name="TOC405" href="repository_77.html#SEC405">2.73.2.2 Links</a></li>
+        <li><a name="TOC406" href="repository_77.html#SEC406">2.73.2.3 Environment variables</a></li>
       </ul></li>
-      <li><a name="TOC409" href="repository_77.html#SEC409">2.73.3 Usage</a></li>
-      <li><a name="TOC410" href="repository_77.html#SEC410">2.73.4 See also</a></li>
+      <li><a name="TOC407" href="repository_77.html#SEC407">2.73.3 Usage</a></li>
+      <li><a name="TOC408" href="repository_77.html#SEC408">2.73.4 See also</a></li>
     </ul></li>
-    <li><a name="TOC411" href="repository_78.html#SEC411">2.74 The <tt>`trunk/Scripts/Python'</tt> Directory</a>
+    <li><a name="TOC409" href="repository_78.html#SEC409">2.74 The <tt>`trunk/Scripts/Python'</tt> Directory</a>
     <ul class="toc">
-      <li><a name="TOC412" href="repository_78.html#SEC412">2.74.1 Goals</a></li>
-      <li><a name="TOC413" href="repository_78.html#SEC413">2.74.2 Description</a></li>
-      <li><a name="TOC414" href="repository_78.html#SEC414">2.74.3 Usage</a></li>
-      <li><a name="TOC415" href="repository_78.html#SEC415">2.74.4 See also</a></li>
+      <li><a name="TOC410" href="repository_78.html#SEC410">2.74.1 Goals</a></li>
+      <li><a name="TOC411" href="repository_78.html#SEC411">2.74.2 Description</a></li>
+      <li><a name="TOC412" href="repository_78.html#SEC412">2.74.3 Usage</a></li>
+      <li><a name="TOC413" href="repository_78.html#SEC413">2.74.4 See also</a></li>
     </ul>
 </li>
   </ul></li>
-  <li><a name="TOC416" href="repository_79.html#SEC416">Index</a></li>
-  <li><a name="TOC417" href="repository_80.html#SEC417">List of Figures</a></li>
+  <li><a name="TOC414" href="repository_79.html#SEC414">Index</a></li>
+  <li><a name="TOC415" href="repository_80.html#SEC415">List of Figures</a></li>
 </ul>
 </div>
 
 <table cellpadding="1" cellspacing="1" border="0">
 <tr><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="#SEC_Contents" title="Table of contents">Contents</a>]</td>
-<td valign="middle" align="left">[<a href="repository_79.html#SEC416" title="Index">Index</a>]</td>
+<td valign="middle" align="left">[<a href="repository_79.html#SEC414" title="Index">Index</a>]</td>
 <td valign="middle" align="left">[<a href="repository_abt.html#SEC_About" title="About (help)"> ? </a>]</td>
 </tr></table>
 <p>
  <font size="-1">
-  This document was generated on <i>March, 8 2011</i> using <a class="www" href="http://texi2html.cvshome.org/"><i>texi2html 1.76</i></a>.
+  This document was generated on <i>March, 9 2011</i> using <a class="www" href="http://texi2html.cvshome.org/"><i>texi2html 1.76</i></a>.
  </font>
  <br>
 
diff --git a/Manual/repository.info.bz2 b/Manual/repository.info.bz2
index e207929..0a62996 100644
Binary files a/Manual/repository.info.bz2 and b/Manual/repository.info.bz2 differ
diff --git a/Manual/repository.pdf b/Manual/repository.pdf
index 63af9ad..5e3d1c5 100644
Binary files a/Manual/repository.pdf and b/Manual/repository.pdf differ
diff --git a/Manual/repository.txt b/Manual/repository.txt
index 7a4fc0d..b64025b 100644
--- a/Manual/repository.txt
+++ b/Manual/repository.txt
@@ -10,8 +10,6 @@ CentOS Artwork Repository
     2.1.1 Goals
     2.1.2 Description
     2.1.3 Usage
-      2.1.3.1 Temporal Branch
-      2.1.3.2 Major Release Branch
     2.1.4 See also
   2.2 The `tags' Directory
     2.2.1 Goals
@@ -607,57 +605,85 @@ The `branches/' directory structure is an intermediate space between
 2.1.3 Usage
 -----------
 
-If changes committed to the main develpment line are all predictable
+If changes committed up to the main develpment line are all predictable
 (e.g., there is just one person committing changes), there is no a big
 need of using `branches/' directory structure, in this case we can go
 straight from `trunk/' to `tags/'.  However, when there is no way to
-predict changes in the main development directory structure (e.g.,
-there are many people working at it at the same time) it is required to
-find out a space when changes can occur in predictable ways.
-
-   At this point several options may arise to work with branches. Let's
-see a few ones:
-
-2.1.3.1 Temporal Branch
-.......................
-
-The branched directory is created temporaly to fix a problem and when
-it is done, it is merged back into `trunk/' directory structure and
-removed from the repository.
-
-2.1.3.2 Major Release Branch
-............................
-
-The branched directory is created to implement the concept of major
-release. In this configuration we frequently take a functional instance
-of `trunk/' directory structure and create branch for it. While
-`trunk/' directory structure can receive new functionalities or remove
-old ones, the branched instance of it does not. The branched instance
-can receive updates for available files only but not introduce new ones
-or remove old ones as it is done in `trunk/' directory structure.
-
-   The frequency each branched directory is created depends on how long
-can the branched directory could be on its state before consider it as
-dated and also the time we want to provide it as stable for everyone to
-use as expected. The exact time depends on the sort of information such
-branched directory structure contains.
-
-   To illustrate this concept consider the `trunk/Scripts/Bash/Cli'
-directory structure. This directory contains the main development line
-of `centos-art' command-line internface. If there are several people
-working on it and you find a problem in it, it could be very
-frustrating for you try to solve it in an environment when other
-changes could be introduced unexpectedly, specially if such change you
-need to do is considerable long. For that reasing it is much better to
-commit small changes frequently to fix small things, but if you
-absolutly need to make a long change (e.g., you want to implement a new
-functionality) it is necessary you create branch of `trunk/' directory
-structure (or any other branch or tag already created) to be on the
-safe side while you implement your functionality.
-
-   In order to keep branch creation organized, we use the `trunk'
-directory structure as reference and add a numerical identifier to the
-end of the path that increments one unit for each branch created.
+predict changes in the main development line (e.g., there are many
+people working at it at the same time) it is needed to find out a
+different place for changes to occur in more predictable ways.
+
+   At this point, several options may arise to create branches. In the
+CentOS Artwork Repository we prefer to use the idea of separating the
+main development line into different major development lines whose
+receive frequent update in a fixed period of time. In this
+configuration, a major development line is a directory structure
+branched from `trunk/' directory structure. That is, we take a
+functional instance of `trunk/' directory structure and store it under
+`branches/' directory structure using a branch identifier and the same
+hierarchy the main development line uses.
+
+   When we create separete development lines, this way, we are creating
+a major development line that will receive minor updates to current
+functionalities but won't introduce new functionalities nor remove old
+ones. This is very importat if you need to have a predictable behaviour
+for that branch content through a period of time. When that period of
+time is gone, a new major development line is created to introduce new
+functionalities from `trunk/' directory structure and so repeating the
+whole production cycle.
+
+   In order to create branches inside the CentOS Artwork Repository the
+whole repository structure must be considered. This is because all
+directory structures stored under `trunk/' directory structure are
+connected among themselves. This way, we create branches for the whole
+`trunk/' directory structure and never to individual components inside
+it. On the other hand, creating branches for the whole `trunk/'
+directory structure duplicates lots of files and demands a considerable
+amount of storage space which is not convenient. As an intermediate
+solution, we do not create branches for the `trunk/Identity/' directory
+structure, but the `trunk/Manual', `trunk/Scripts' and `trunk/Locales'
+directory structures only. This way, we create documentation,
+automation scripts and locale information for specific revisions of
+`turnk/Identity' directory structure.
+
+   A good reason to create a major development line could be
+documentation.  Consider how hard it could be build a documentation
+manual if the target of it is changing unpredictably; what are we
+documenting? Something similar happens with `centos-art' command-line,
+if the directory structure the `centos-art' was design to work with
+changes unexpectedly it is very hard to implement a path-based
+functionality in that environment; where are we retriving files from or
+saving them to?
+
+   Assuming there is no way to predict changes in main development line,
+the creation of new `branches' inside the CentOS Artwork Repository
+uses The CentOS Project Release Schema.  This is, a new major
+development line is created every 2 years using `trunk/' directory
+structure as reference. Each major development line is updated regulary
+in order to create frozen lines under `tags/' directory structure every
+6 months.
+
+   The updates commited up to individual major development lines need to
+be merged into the `trunk/' directory structure in order for further
+major development lines to benefit from previous major development
+lines improvements.  The appropriate moment to commit from major
+development lines to `trunk/' directory structure is when the frozen
+line of a major development line is been created.  This way, the main
+development line is the central place for changes, a place to
+concentrate changes from different major development lines that may be
+or not being developed at the same time.
+
+   As general convenction, when a new major development line is created,
+functionalities from previous major development lines are included into
+the new development line. However, improvements for components included
+from previous major development lines are not handled inside the new
+major development line which imported them. Such improvements are
+handled by the previous development line and merged up to main
+development line to improve the main development line, in the same way
+the new major development line merges the improvements of the new
+functionalities it was created for. As final resault, both changes
+merged from new and previous major development lines will be included
+into the next major development line.
 
 2.1.4 See also
 --------------
@@ -6753,113 +6779,113 @@ following environment variables:
 Index
 *****
 
-Document convenctions:                         See 1.1.      (line  480)
-Feedback:                                      See 1.2.      (line  569)
-Filesystem branches:                           See 2.1.      (line  595)
-Filesystem tags:                               See 2.2.      (line  668)
-Filesystem trunk:                              See 2.3.      (line  689)
-Filesystem trunk Identity:                     See 2.4.      (line  812)
-Filesystem trunk Identity Brands:              See 2.5.      (line  933)
-Filesystem trunk Identity Fonts:               See 2.6.      (line  950)
-Filesystem trunk Identity Icons:               See 2.7.      (line 1027)
-Filesystem trunk Identity Isolinux:            See 2.8.      (line 1044)
-Filesystem trunk Identity Models:              See 2.9.      (line 1061)
-Filesystem trunk Identity Models Css:          See 2.10.     (line 1081)
-Filesystem trunk Identity Models Html:         See 2.11.     (line 1103)
-Filesystem trunk Identity Models Img Promo Web:See 2.12.     (line 1124)
-Filesystem trunk Identity Models Tpl:          See 2.13.     (line 1145)
-Filesystem trunk Identity Models Tpl Brands:   See 2.14.     (line 1166)
-Filesystem trunk Identity Models Tpl Promo Web:See 2.15.     (line 1187)
-Filesystem trunk Identity Models Xcf:          See 2.16.     (line 1501)
-Filesystem trunk Identity Release:             See 2.17.     (line 1522)
-Filesystem trunk Identity Themes:              See 2.18.     (line 1539)
-Filesystem trunk Identity Themes Models:       See 2.19.     (line 1563)
+Document convenctions:                         See 1.1.      (line  478)
+Feedback:                                      See 1.2.      (line  567)
+Filesystem branches:                           See 2.1.      (line  593)
+Filesystem tags:                               See 2.2.      (line  694)
+Filesystem trunk:                              See 2.3.      (line  715)
+Filesystem trunk Identity:                     See 2.4.      (line  838)
+Filesystem trunk Identity Brands:              See 2.5.      (line  959)
+Filesystem trunk Identity Fonts:               See 2.6.      (line  976)
+Filesystem trunk Identity Icons:               See 2.7.      (line 1053)
+Filesystem trunk Identity Isolinux:            See 2.8.      (line 1070)
+Filesystem trunk Identity Models:              See 2.9.      (line 1087)
+Filesystem trunk Identity Models Css:          See 2.10.     (line 1107)
+Filesystem trunk Identity Models Html:         See 2.11.     (line 1129)
+Filesystem trunk Identity Models Img Promo Web:See 2.12.     (line 1150)
+Filesystem trunk Identity Models Tpl:          See 2.13.     (line 1171)
+Filesystem trunk Identity Models Tpl Brands:   See 2.14.     (line 1192)
+Filesystem trunk Identity Models Tpl Promo Web:See 2.15.     (line 1213)
+Filesystem trunk Identity Models Xcf:          See 2.16.     (line 1527)
+Filesystem trunk Identity Release:             See 2.17.     (line 1548)
+Filesystem trunk Identity Themes:              See 2.18.     (line 1565)
+Filesystem trunk Identity Themes Models:       See 2.19.     (line 1589)
 Filesystem trunk Identity Themes Models Alternative:See 2.20.
-                                                             (line 1597)
-Filesystem trunk Identity Themes Models Default:See 2.21.    (line 1624)
+                                                             (line 1623)
+Filesystem trunk Identity Themes Models Default:See 2.21.    (line 1650)
 Filesystem trunk Identity Themes Models Default Concept:See 2.22.
-                                                             (line 1760)
+                                                             (line 1786)
 Filesystem trunk Identity Themes Models Default Distro:See 2.23.
-                                                             (line 1781)
+                                                             (line 1807)
 Filesystem trunk Identity Themes Models Default Distro Anaconda:See 2.24.
-                                                             (line 1891)
+                                                             (line 1917)
 Filesystem trunk Identity Themes Models Default Distro Firstboot:See 2.25.
-                                                             (line 1908)
+                                                             (line 1934)
 Filesystem trunk Identity Themes Models Default Distro Gdm:See 2.26.
-                                                             (line 1929)
+                                                             (line 1955)
 Filesystem trunk Identity Themes Models Default Distro Grub:See 2.27.
-                                                             (line 1950)
+                                                             (line 1976)
 Filesystem trunk Identity Themes Models Default Distro Gsplash:See 2.28.
-                                                             (line 1971)
+                                                             (line 1997)
 Filesystem trunk Identity Themes Models Default Distro Kdm:See 2.29.
-                                                             (line 1992)
+                                                             (line 2018)
 Filesystem trunk Identity Themes Models Default Distro Ksplash:See 2.30.
-                                                             (line 2013)
+                                                             (line 2039)
 Filesystem trunk Identity Themes Models Default Distro Rhgb:See 2.31.
-                                                             (line 2034)
+                                                             (line 2060)
 Filesystem trunk Identity Themes Models Default Distro Syslinux:See 2.32.
-                                                             (line 2055)
+                                                             (line 2081)
 Filesystem trunk Identity Themes Models Default Promo:See 2.33.
-                                                             (line 2076)
-Filesystem trunk Identity Themes Models Default Web:See 2.34.
                                                              (line 2102)
-Filesystem trunk Identity Themes Motifs:       See 2.35.     (line 2127)
-Filesystem trunk Identity Themes Motifs Flame: See 2.36.     (line 2230)
-Filesystem trunk Identity Themes Motifs Modern:See 2.37.     (line 2431)
+Filesystem trunk Identity Themes Models Default Web:See 2.34.
+                                                             (line 2128)
+Filesystem trunk Identity Themes Motifs:       See 2.35.     (line 2153)
+Filesystem trunk Identity Themes Motifs Flame: See 2.36.     (line 2256)
+Filesystem trunk Identity Themes Motifs Modern:See 2.37.     (line 2457)
 Filesystem trunk Identity Themes Motifs Modern Backgrounds:See 2.38.
-                                                             (line 2448)
+                                                             (line 2474)
 Filesystem trunk Identity Themes Motifs Modern Backgrounds Img:See 2.39.
-                                                             (line 2569)
+                                                             (line 2595)
 Filesystem trunk Identity Themes Motifs Modern Backgrounds Tpl:See 2.40.
-                                                             (line 2590)
+                                                             (line 2616)
 Filesystem trunk Identity Themes Motifs Modern Backgrounds Xcf:See 2.41.
-                                                             (line 2611)
+                                                             (line 2637)
 Filesystem trunk Identity Themes Motifs Modern Distro Anaconda Progress:See 2.42.
-                                                             (line 2638)
+                                                             (line 2664)
 Filesystem trunk Identity Themes Motifs Modern Palettes:See 2.43.
-                                                             (line 2694)
-Filesystem trunk Identity Themes Motifs TreeFlower:See 2.44. (line 2716)
+                                                             (line 2720)
+Filesystem trunk Identity Themes Motifs TreeFlower:See 2.44. (line 2742)
 Filesystem trunk Identity Themes Motifs TreeFlower Backgrounds:See 2.45.
-                                                             (line 2733)
-Filesystem trunk Identity Widgets:             See 2.46.     (line 3031)
-Filesystem trunk Locales:                      See 2.47.     (line 3048)
-Filesystem trunk Locales Identity:             See 2.48.     (line 3101)
-Filesystem trunk Locales Identity Brands:      See 2.49.     (line 3122)
-Filesystem trunk Locales Identity Brands Tpl:  See 2.50.     (line 3217)
-Filesystem trunk Locales Identity Fonts:       See 2.51.     (line 3232)
-Filesystem trunk Locales Identity Models:      See 2.52.     (line 3295)
-Filesystem trunk Locales Identity Release:     See 2.53.     (line 3310)
-Filesystem trunk Locales Identity Themes:      See 2.54.     (line 3325)
+                                                             (line 2759)
+Filesystem trunk Identity Widgets:             See 2.46.     (line 3057)
+Filesystem trunk Locales:                      See 2.47.     (line 3074)
+Filesystem trunk Locales Identity:             See 2.48.     (line 3127)
+Filesystem trunk Locales Identity Brands:      See 2.49.     (line 3148)
+Filesystem trunk Locales Identity Brands Tpl:  See 2.50.     (line 3243)
+Filesystem trunk Locales Identity Fonts:       See 2.51.     (line 3258)
+Filesystem trunk Locales Identity Models:      See 2.52.     (line 3321)
+Filesystem trunk Locales Identity Release:     See 2.53.     (line 3336)
+Filesystem trunk Locales Identity Themes:      See 2.54.     (line 3351)
 Filesystem trunk Locales Identity Themes Backgrounds:See 2.55.
-                                                             (line 3340)
+                                                             (line 3366)
 Filesystem trunk Locales Identity Themes Distro Anaconda Progress:See 2.56.
-                                                             (line 3361)
-Filesystem trunk Locales Identity Widgets:     See 2.57.     (line 3454)
-Filesystem trunk Manual:                       See 2.58.     (line 3475)
-Filesystem trunk Manuals:                      See 2.59.     (line 3496)
-Filesystem trunk Scripts:                      See 2.60.     (line 3517)
-Filesystem trunk Scripts Bash:                 See 2.61.     (line 3541)
-Filesystem trunk Scripts Bash Cli:             See 2.62.     (line 3691)
-Filesystem trunk Scripts Bash Cli Functions:   See 2.63.     (line 3694)
-Filesystem trunk Scripts Bash Cli Functions Help:See 2.64.   (line 4804)
-Filesystem trunk Scripts Bash Cli Functions Html:See 2.65.   (line 4825)
-Filesystem trunk Scripts Bash Cli Functions Locale:See 2.66. (line 4846)
-Filesystem trunk Scripts Bash Cli Functions Manual:See 2.67. (line 4926)
-Filesystem trunk Scripts Bash Cli Functions Path:See 2.68.   (line 4947)
-Filesystem trunk Scripts Bash Cli Functions Render:See 2.69. (line 5269)
+                                                             (line 3387)
+Filesystem trunk Locales Identity Widgets:     See 2.57.     (line 3480)
+Filesystem trunk Manual:                       See 2.58.     (line 3501)
+Filesystem trunk Manuals:                      See 2.59.     (line 3522)
+Filesystem trunk Scripts:                      See 2.60.     (line 3543)
+Filesystem trunk Scripts Bash:                 See 2.61.     (line 3567)
+Filesystem trunk Scripts Bash Cli:             See 2.62.     (line 3717)
+Filesystem trunk Scripts Bash Cli Functions:   See 2.63.     (line 3720)
+Filesystem trunk Scripts Bash Cli Functions Help:See 2.64.   (line 4830)
+Filesystem trunk Scripts Bash Cli Functions Html:See 2.65.   (line 4851)
+Filesystem trunk Scripts Bash Cli Functions Locale:See 2.66. (line 4872)
+Filesystem trunk Scripts Bash Cli Functions Manual:See 2.67. (line 4952)
+Filesystem trunk Scripts Bash Cli Functions Path:See 2.68.   (line 4973)
+Filesystem trunk Scripts Bash Cli Functions Render:See 2.69. (line 5295)
 Filesystem trunk Scripts Bash Cli Functions Render Config:See 2.70.
-                                                             (line 5967)
-Filesystem trunk Scripts Bash Cli Functions Shell:See 2.71.  (line 6145)
-Filesystem trunk Scripts Bash Cli Functions Svg:See 2.72.    (line 6317)
-Filesystem trunk Scripts Bash Cli Functions Verify:See 2.73. (line 6505)
-Filesystem trunk Scripts Python:               See 2.74.     (line 6735)
-How to render brands' translation files:       See 2.49.3.   (line 3206)
-How to render fonts' translation files:        See 2.51.3.   (line 3279)
-Introduction:                                  See 1.        (line  442)
-Metadata maintainance:                         See 2.72.2.   (line 6335)
-Repository file system:                        See 2.        (line  581)
-Translation brands file names:                 See 2.49.2.1. (line 3163)
-Unused definitions:                            See 2.72.2.1. (line 6442)
+                                                             (line 5993)
+Filesystem trunk Scripts Bash Cli Functions Shell:See 2.71.  (line 6171)
+Filesystem trunk Scripts Bash Cli Functions Svg:See 2.72.    (line 6343)
+Filesystem trunk Scripts Bash Cli Functions Verify:See 2.73. (line 6531)
+Filesystem trunk Scripts Python:               See 2.74.     (line 6761)
+How to render brands' translation files:       See 2.49.3.   (line 3232)
+How to render fonts' translation files:        See 2.51.3.   (line 3305)
+Introduction:                                  See 1.        (line  440)
+Metadata maintainance:                         See 2.72.2.   (line 6361)
+Repository file system:                        See 2.        (line  579)
+Translation brands file names:                 See 2.49.2.1. (line 3189)
+Unused definitions:                            See 2.72.2.1. (line 6468)
 List of Figures
 ***************
 
diff --git a/Manual/repository.xml b/Manual/repository.xml
index eb22673..0253cb9 100644
--- a/Manual/repository.xml
+++ b/Manual/repository.xml
@@ -580,21 +580,15 @@ manual_deleteCrossReferences.sh  manual_searchIndex.sh
 
       <subsection>
         <title>Usage</title>
-        <para>If changes committed to the main develpment line are all predictable (e.g., there is just one person committing changes), there is no a big need of using <file>branches/</file> directory structure, in this case we can go straight from <file>trunk/</file> to <file>tags/</file>.  However, when there is no way to predict changes in the main development directory structure (e.g., there are many people working at it at the same time) it is required to find out a space when changes can occur in predictable ways.</para>
-        <para>At this point several options may arise to work with branches. Let's see a few ones:</para>
-
-        <subsubsection>
-          <title>Temporal Branch</title>
-          <para>The branched directory is created temporaly to fix a problem and when it is done, it is merged back into <file>trunk/</file> directory structure and removed from the repository.</para>
-        </subsubsection>
-
-        <subsubsection>
-          <title>Major Release Branch</title>
-          <para>The branched directory is created to implement the concept of major release. In this configuration we frequently take a functional instance of <file>trunk/</file> directory structure and create branch for it. While <file>trunk/</file> directory structure can receive new functionalities or remove old ones, the branched instance of it does not. The branched instance can receive updates for available files only but not introduce new ones or remove old ones as it is done in <file>trunk/</file> directory structure.</para>
-          <para>The frequency each branched directory is created depends on how long can the branched directory could be on its state before consider it as dated and also the time we want to provide it as stable for everyone to use as expected. The exact time depends on the sort of information such branched directory structure contains.</para>
-          <para>To illustrate this concept consider the <file>trunk/Scripts/Bash/Cli</file> directory structure. This directory contains the main development line of <command>centos-art</command> command-line internface. If there are several people working on it and you find a problem in it, it could be very frustrating for you try to solve it in an environment when other changes could be introduced unexpectedly, specially if such change you need to do is considerable long. For that reasing it is much better to commit small changes frequently to fix small things, but if you absolutly need to make a long change (e.g., you want to implement a new functionality) it is necessary you create branch of <file>trunk/</file> directory structure (or any other branch or tag already created) to be on the safe side while you implement your functionality.</para>
-          <para>In order to keep branch creation organized, we use the <file>trunk</file> directory structure as reference and add a numerical identifier to the end of the path that increments one unit for each branch created.</para>
-        </subsubsection>
+        <para>If changes committed up to the main develpment line are all predictable (e.g., there is just one person committing changes), there is no a big need of using <file>branches/</file> directory structure, in this case we can go straight from <file>trunk/</file> to <file>tags/</file>. However, when there is no way to predict changes in the main development line (e.g., there are many people working at it at the same time) it is needed to find out a different place for changes to occur in more predictable ways.</para>
+        <para>At this point, several options may arise to create branches. In the CentOS Artwork Repository we prefer to use the idea of separating the main development line into different major development lines whose receive frequent update in a fixed period of time. In this configuration, a major development line is a directory structure branched from <file>trunk/</file> directory structure. That is, we take a functional instance of <file>trunk/</file> directory structure and store it under <file>branches/</file> directory structure using a branch identifier and the same hierarchy the main development line uses.</para>
+        <para>When we create separete development lines, this way, we are creating a major development line that will receive minor updates to current functionalities but won't introduce new functionalities nor remove old ones. This is very importat if you need to have a predictable behaviour for that branch content through a period of time. When that period of time is gone, a new major development line is created to introduce new functionalities from <file>trunk/</file> directory structure and so repeating the whole production cycle.</para>
+        <para>In order to create branches inside the CentOS Artwork Repository the whole repository structure must be considered. This is because all directory structures stored under <file>trunk/</file> directory structure are connected among themselves. This way, we create branches for the whole <file>trunk/</file> directory structure and never to individual components inside it. On the other hand, creating branches for the whole <file>trunk/</file> directory structure duplicates lots of files and demands a considerable amount of storage space which is not convenient. As an intermediate solution, we do not create branches for the <file>trunk/Identity/</file> directory structure, but the <file>trunk/Manual</file>, <file>trunk/Scripts</file> and <file>trunk/Locales</file> directory structures only. This way, we create documentation, automation scripts and locale information for specific revisions of <file>turnk/Identity</file> directory structure.</para>
+        <para>A good reason to create a major development line could be documentation.  Consider how hard it could be build a documentation manual if the target of it is changing unpredictably; what are we documenting? Something similar happens with <command>centos-art</command> command-line, if the directory structure the <command>centos-art</command> was design to work with changes unexpectedly it is very hard to implement a path-based functionality in that environment; where are we retriving files from or saving them to?</para>
+        <para>Assuming there is no way to predict changes in main development line, the creation of new <file>branches</file> inside the CentOS Artwork Repository uses The CentOS Project Release Schema.  This is, a new major development line is created every 2 years using <file>trunk/</file> directory structure as reference. Each major development line is updated regulary in order to create frozen lines under <file>tags/</file> directory structure every 6 months.</para>
+        <image width="400pt" height="" name="trunk/Identity/Models/Img/Scripts/Bash/Functions/Path/figure-1" extension=""><alttext></alttext></image>
+        <para>The updates commited up to individual major development lines need to be merged into the <file>trunk/</file> directory structure in order for further major development lines to benefit from previous major development lines improvements.  The appropriate moment to commit from major development lines to <file>trunk/</file> directory structure is when the frozen line of a major development line is been created.  This way, the main development line is the central place for changes, a place to concentrate changes from different major development lines that may be or not being developed at the same time.</para>
+        <para>As general convenction, when a new major development line is created, functionalities from previous major development lines are included into the new development line. However, improvements for components included from previous major development lines are not handled inside the new major development line which imported them. Such improvements are handled by the previous development line and merged up to main development line to improve the main development line, in the same way the new major development line merges the improvements of the new functionalities it was created for. As final resault, both changes merged from new and previous major development lines will be included into the next major development line.</para>
       </subsection>
 
       <subsection>