diff --git a/Manuals/TCAR-UG/Texinfo/en_US/Directories/trunk/Scripts/Functions/Help.texinfo b/Manuals/TCAR-UG/Texinfo/en_US/Directories/trunk/Scripts/Functions/Help.texinfo
index b0db3a1..fa61e16 100644
--- a/Manuals/TCAR-UG/Texinfo/en_US/Directories/trunk/Scripts/Functions/Help.texinfo
+++ b/Manuals/TCAR-UG/Texinfo/en_US/Directories/trunk/Scripts/Functions/Help.texinfo
@@ -202,11 +202,11 @@ xmllint --valid --noout repository.docbook
The Xhtml output produced by @command{texi2html} is customized through
common and specific configuration files. Common configuration files
are stored in @file{trunk/Manuals/RepoReference} and include
-@file{repository.css}, @file{repository-init.pl} and
+@file{repository.css}, @file{tcar-ug-init.pl} and
@file{repository.sed}. Specific configuration files, on the other
hand, are stored inside the language-specific template directory
(e.g., @file{trunk/Scripts/Functions/Help/Templates/$LANG}) which
-includes the @file{repository-init.pl}, @file{repository.conf},
+includes the @file{tcar-ug-init.pl}, @file{repository.conf},
@file{repository.sed} files.
The @code{help} functionality takes the @file{trunk/} directory
diff --git a/Manuals/TCAR-UG/Texinfo/en_US/Directories/trunk/Scripts/Functions/Help/Backends/Texinfo.texinfo b/Manuals/TCAR-UG/Texinfo/en_US/Directories/trunk/Scripts/Functions/Help/Backends/Texinfo.texinfo
index 7a52b04..28e901c 100644
--- a/Manuals/TCAR-UG/Texinfo/en_US/Directories/trunk/Scripts/Functions/Help/Backends/Texinfo.texinfo
+++ b/Manuals/TCAR-UG/Texinfo/en_US/Directories/trunk/Scripts/Functions/Help/Backends/Texinfo.texinfo
@@ -32,11 +32,11 @@ When producing Xhtml output, through @command{texi2html} command, the
output customization is controlled by common and specific
configuration files. Common configuration files are stored in
@file{trunk/Manuals/Texinfo} and include @file{repository.css},
-@file{repository-init.pl} and @file{repository.sed}. Specific
+@file{tcar-ug-init.pl} and @file{repository.sed}. Specific
configuration files, on the other hand, are stored inside
backend-specific directories (e.g.,
@file{trunk/Scripts/Functions/Help/Backends/Texinfo/Templates/$LANG})
-and includes @file{repository-init.pl}, @file{repository.conf},
+and includes @file{tcar-ug-init.pl}, @file{repository.conf},
@file{repository.sed}.
When writting texinfo files, produced by @samp{texinfo} backend, the
diff --git a/Manuals/TCAR-UG/Texinfo/en_US/repository-index.texinfo b/Manuals/TCAR-UG/Texinfo/en_US/repository-index.texinfo
deleted file mode 100644
index abe002c..0000000
--- a/Manuals/TCAR-UG/Texinfo/en_US/repository-index.texinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-@node Index
-@unnumbered Index
-@printindex cp
diff --git a/Manuals/TCAR-UG/Texinfo/en_US/repository-menu.texinfo b/Manuals/TCAR-UG/Texinfo/en_US/repository-menu.texinfo
deleted file mode 100644
index 89f2a86..0000000
--- a/Manuals/TCAR-UG/Texinfo/en_US/repository-menu.texinfo
+++ /dev/null
@@ -1,6 +0,0 @@
-@menu
-* Introduction::
-* Directories::
-* Licenses::
-* Index::
-@end menu
diff --git a/Manuals/TCAR-UG/Texinfo/en_US/repository-nodes.texinfo b/Manuals/TCAR-UG/Texinfo/en_US/repository-nodes.texinfo
deleted file mode 100644
index 722d48f..0000000
--- a/Manuals/TCAR-UG/Texinfo/en_US/repository-nodes.texinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-@include Introduction/chapter.texinfo
-@include Directories/chapter.texinfo
-@include Licenses/chapter.texinfo
diff --git a/Manuals/TCAR-UG/Texinfo/en_US/repository.texinfo b/Manuals/TCAR-UG/Texinfo/en_US/repository.texinfo
deleted file mode 100644
index 6e5fd30..0000000
--- a/Manuals/TCAR-UG/Texinfo/en_US/repository.texinfo
+++ /dev/null
@@ -1,54 +0,0 @@
-\input texinfo @c -*-texinfo-*-
-@c $Id$
-@setfilename repository.info
-@settitle The CentOS Artwork Repository
-@afourpaper
-@finalout
-
-@c -- Summary Description and Copyright -----------------------
-@copying
-This manuals documents relevant information regarding the deployment,
-organization, and administration of CentOS Artwork Repository.
-
-Copyright @copyright{} 2009, 2010, 2011 The CentOS Artwork SIG
-
-Permission is granted to copy, distribute and/or modify this document
-under the terms of the GNU Free Documentation License, Version 1.2 or
-any later version published by the Free Software Foundation; with no
-Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A
-copy of the license is included in the section entitled @ref{GNU Free
-Documentation License}.
-@end copying
-
-@c -- Titlepage, Contents, Copyright ---------------------------
-
-@titlepage
-@title The CentOS Artwork Repository
-@subtitle Reference Manual
-@author Alain Reguera Delgado
-@page
-@vskip 0pt plus 1filll
-@insertcopying
-@end titlepage
-
-@contents
-
-@c -- `Top' Node and Master Menu -------------------------------
-
-@ifnottex
-@node Top
-@top The CentOS Artwork Repository
-@insertcopying
-@end ifnottex
-
-@include repository-menu.texinfo
-
-@c -- The Body of the Document --------------------------------
-
-@include repository-nodes.texinfo
-
-@c -- The End of the Document ---------------------------------
-
-@include repository-index.texinfo
-
-@bye
diff --git a/Manuals/TCAR-UG/Texinfo/en_US/tcar-ug-index.texinfo b/Manuals/TCAR-UG/Texinfo/en_US/tcar-ug-index.texinfo
new file mode 100644
index 0000000..abe002c
--- /dev/null
+++ b/Manuals/TCAR-UG/Texinfo/en_US/tcar-ug-index.texinfo
@@ -0,0 +1,3 @@
+@node Index
+@unnumbered Index
+@printindex cp
diff --git a/Manuals/TCAR-UG/Texinfo/en_US/tcar-ug-menu.texinfo b/Manuals/TCAR-UG/Texinfo/en_US/tcar-ug-menu.texinfo
new file mode 100644
index 0000000..89f2a86
--- /dev/null
+++ b/Manuals/TCAR-UG/Texinfo/en_US/tcar-ug-menu.texinfo
@@ -0,0 +1,6 @@
+@menu
+* Introduction::
+* Directories::
+* Licenses::
+* Index::
+@end menu
diff --git a/Manuals/TCAR-UG/Texinfo/en_US/tcar-ug-nodes.texinfo b/Manuals/TCAR-UG/Texinfo/en_US/tcar-ug-nodes.texinfo
new file mode 100644
index 0000000..722d48f
--- /dev/null
+++ b/Manuals/TCAR-UG/Texinfo/en_US/tcar-ug-nodes.texinfo
@@ -0,0 +1,3 @@
+@include Introduction/chapter.texinfo
+@include Directories/chapter.texinfo
+@include Licenses/chapter.texinfo
diff --git a/Manuals/TCAR-UG/Texinfo/en_US/tcar-ug.texinfo b/Manuals/TCAR-UG/Texinfo/en_US/tcar-ug.texinfo
new file mode 100644
index 0000000..20cc2ad
--- /dev/null
+++ b/Manuals/TCAR-UG/Texinfo/en_US/tcar-ug.texinfo
@@ -0,0 +1,54 @@
+\input texinfo @c -*-texinfo-*-
+@c $Id$
+@setfilename tcar-ug.info
+@settitle The CentOS Artwork Repository
+@afourpaper
+@finalout
+
+@c -- Summary Description and Copyright -----------------------
+@copying
+This manuals documents relevant information regarding the deployment,
+organization, and administration of CentOS Artwork Repository.
+
+Copyright @copyright{} 2009, 2010, 2011 The CentOS Artwork SIG
+
+Permission is granted to copy, distribute and/or modify this document
+under the terms of the GNU Free Documentation License, Version 1.2 or
+any later version published by the Free Software Foundation; with no
+Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A
+copy of the license is included in the section entitled @ref{GNU Free
+Documentation License}.
+@end copying
+
+@c -- Titlepage, Contents, Copyright ---------------------------
+
+@titlepage
+@title The CentOS Artwork Repository
+@subtitle Reference Manual
+@author Alain Reguera Delgado
+@page
+@vskip 0pt plus 1filll
+@insertcopying
+@end titlepage
+
+@contents
+
+@c -- `Top' Node and Master Menu -------------------------------
+
+@ifnottex
+@node Top
+@top The CentOS Artwork Repository
+@insertcopying
+@end ifnottex
+
+@include tcar-ug-menu.texinfo
+
+@c -- The Body of the Document --------------------------------
+
+@include tcar-ug-nodes.texinfo
+
+@c -- The End of the Document ---------------------------------
+
+@include tcar-ug-index.texinfo
+
+@bye
diff --git a/Manuals/TCAR-UG/Texinfo/es_ES/repository-index.texinfo b/Manuals/TCAR-UG/Texinfo/es_ES/repository-index.texinfo
deleted file mode 100755
index d168d12..0000000
--- a/Manuals/TCAR-UG/Texinfo/es_ES/repository-index.texinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-@node Index
-@unnumbered Índice
-@printindex cp
diff --git a/Manuals/TCAR-UG/Texinfo/es_ES/repository-menu.texinfo b/Manuals/TCAR-UG/Texinfo/es_ES/repository-menu.texinfo
deleted file mode 100644
index a7cb577..0000000
--- a/Manuals/TCAR-UG/Texinfo/es_ES/repository-menu.texinfo
+++ /dev/null
@@ -1,5 +0,0 @@
-@menu
-* Directories::
-* Licenses::
-* Index::
-@end menu
diff --git a/Manuals/TCAR-UG/Texinfo/es_ES/repository-nodes.texinfo b/Manuals/TCAR-UG/Texinfo/es_ES/repository-nodes.texinfo
deleted file mode 100644
index 3bf2339..0000000
--- a/Manuals/TCAR-UG/Texinfo/es_ES/repository-nodes.texinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-@include Directories/chapter.texinfo
-@include Licenses/chapter.texinfo
diff --git a/Manuals/TCAR-UG/Texinfo/es_ES/repository.texinfo b/Manuals/TCAR-UG/Texinfo/es_ES/repository.texinfo
deleted file mode 100644
index e45d8b3..0000000
--- a/Manuals/TCAR-UG/Texinfo/es_ES/repository.texinfo
+++ /dev/null
@@ -1,58 +0,0 @@
-\input texinfo @c -*-texinfo-*-
-@c $Id$
-@c -- Header --------------------------------------------------
-
-@setfilename repository.info
-@settitle El Repositorio Artístico de CentOS
-@documentlanguage es
-@afourpaper
-@finalout
-
-@c -- Summary description and copyright -----------------------
-
-@copying
-Este manual documenta información relevante al desempeño, organización
-y administración del repositorio artístico del proyecto CentOS.
-
-Copyright @copyright{} 2009, 2010, 2011 The CentOS Artwork SIG
-
-Se otorga permiso para copiar, distribuir y/o modificar este documento
-bajo los términos de la Licencia de Documentación Libre de GNU,
-Versión 1.1 o cualquier otra versión posterior publicada por la
-Free Software Foundation; con las Secciones Invariantes, con Textos de
-Cubierta Delantera, y con los Textos de Cubierta Trasera. Una copia
-de la licencia está incluida en la sección titulada @ref{GNU Free
-Documentation License}.
-@end copying
-
-@c -- Titlepage, contents, copyright ---------------------------
-
-@titlepage
-@title El Repositorio Artístico de CentOS
-@subtitle Manual de Referencia
-@author The CentOS Project
-@page
-@vskip 0pt plus 1filll
-@insertcopying
-@end titlepage
-@contents
-
-@c -- `Top' node and master menu -------------------------------
-
-@ifnottex
-@node Top
-@top El Repositorio Artístico de CentOS
-@insertcopying
-@end ifnottex
-
-@include repository-menu.texinfo
-
-@c -- The body of the document --------------------------------
-
-@include repository-nodes.texinfo
-
-@c -- The end of the document ---------------------------------
-
-@include repository-index.texinfo
-
-@bye
diff --git a/Manuals/TCAR-UG/Texinfo/es_ES/tcar-ug-index.texinfo b/Manuals/TCAR-UG/Texinfo/es_ES/tcar-ug-index.texinfo
new file mode 100755
index 0000000..d168d12
--- /dev/null
+++ b/Manuals/TCAR-UG/Texinfo/es_ES/tcar-ug-index.texinfo
@@ -0,0 +1,3 @@
+@node Index
+@unnumbered Índice
+@printindex cp
diff --git a/Manuals/TCAR-UG/Texinfo/es_ES/tcar-ug-menu.texinfo b/Manuals/TCAR-UG/Texinfo/es_ES/tcar-ug-menu.texinfo
new file mode 100644
index 0000000..a7cb577
--- /dev/null
+++ b/Manuals/TCAR-UG/Texinfo/es_ES/tcar-ug-menu.texinfo
@@ -0,0 +1,5 @@
+@menu
+* Directories::
+* Licenses::
+* Index::
+@end menu
diff --git a/Manuals/TCAR-UG/Texinfo/es_ES/tcar-ug-nodes.texinfo b/Manuals/TCAR-UG/Texinfo/es_ES/tcar-ug-nodes.texinfo
new file mode 100644
index 0000000..3bf2339
--- /dev/null
+++ b/Manuals/TCAR-UG/Texinfo/es_ES/tcar-ug-nodes.texinfo
@@ -0,0 +1,2 @@
+@include Directories/chapter.texinfo
+@include Licenses/chapter.texinfo
diff --git a/Manuals/TCAR-UG/Texinfo/es_ES/tcar-ug.texinfo b/Manuals/TCAR-UG/Texinfo/es_ES/tcar-ug.texinfo
new file mode 100644
index 0000000..5c3a36a
--- /dev/null
+++ b/Manuals/TCAR-UG/Texinfo/es_ES/tcar-ug.texinfo
@@ -0,0 +1,58 @@
+\input texinfo @c -*-texinfo-*-
+@c $Id$
+@c -- Header --------------------------------------------------
+
+@setfilename tcar-ug.info
+@settitle El Repositorio Artístico de CentOS
+@documentlanguage es
+@afourpaper
+@finalout
+
+@c -- Summary description and copyright -----------------------
+
+@copying
+Este manual documenta información relevante al desempeño, organización
+y administración del repositorio artístico del proyecto CentOS.
+
+Copyright @copyright{} 2009, 2010, 2011 The CentOS Artwork SIG
+
+Se otorga permiso para copiar, distribuir y/o modificar este documento
+bajo los términos de la Licencia de Documentación Libre de GNU,
+Versión 1.1 o cualquier otra versión posterior publicada por la
+Free Software Foundation; con las Secciones Invariantes, con Textos de
+Cubierta Delantera, y con los Textos de Cubierta Trasera. Una copia
+de la licencia está incluida en la sección titulada @ref{GNU Free
+Documentation License}.
+@end copying
+
+@c -- Titlepage, contents, copyright ---------------------------
+
+@titlepage
+@title El Repositorio Artístico de CentOS
+@subtitle Manual de Referencia
+@author The CentOS Project
+@page
+@vskip 0pt plus 1filll
+@insertcopying
+@end titlepage
+@contents
+
+@c -- `Top' node and master menu -------------------------------
+
+@ifnottex
+@node Top
+@top El Repositorio Artístico de CentOS
+@insertcopying
+@end ifnottex
+
+@include tcar-ug-menu.texinfo
+
+@c -- The body of the document --------------------------------
+
+@include tcar-ug-nodes.texinfo
+
+@c -- The end of the document ---------------------------------
+
+@include tcar-ug-index.texinfo
+
+@bye
diff --git a/Manuals/TCAR-UG/Texinfo/repository-init.pl b/Manuals/TCAR-UG/Texinfo/repository-init.pl
deleted file mode 100755
index cff5a53..0000000
--- a/Manuals/TCAR-UG/Texinfo/repository-init.pl
+++ /dev/null
@@ -1,389 +0,0 @@
-#!/usr/bin/perl
-#
-# repository.init -- This file initializes Texi2HTML program to
-# produce the repository documentation manual using the CentOS Web
-# Environment XHTML and CSS standard definition.
-#
-# Copyright (C) 2009-2011 Alain Reguera Delgado
-#
-# This program is free software; you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 2 of the License, or
-# (at your option) any later version.
-#
-# This program is distributed in the hope that it will be useful, but
-# WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-# General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program; if not, write to the Free Software
-# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
-# USA.
-# ----------------------------------------------------------------------
-# $Id$
-# ----------------------------------------------------------------------
-
-# -iso
-# if set, ISO8859 characters are used for special symbols (like
-# copyright, etc)
-$USE_ISO = 1;
-
-# -I
-# add a directory to the list of directories where @include files are
-# searched for (besides the directory of the file). additional '-I'
-# args are appended to this list. (APA: Don't implicitely search .,
-# to conform with the docs!) my @INCLUDE_DIRS = (".");
-@INCLUDE_DIRS = ("/home/centos/artwork");
-
-# Extension used on output files.
-$EXTENSION = "xhtml";
-
-# Horizontal rules.
-$DEFAULT_RULE = '
';
-$SMALL_RULE = $DEFAULT_RULE;
-$MIDDLE_RULE = $DEFAULT_RULE;
-$BIG_RULE = $DEFAULT_RULE;
-
-# -split section|chapter|node|none
-# if $SPLIT is set to 'section' (resp. 'chapter') one html file per
-# section (resp. chapter) is generated. If $SPLIT is set to 'node' one
-# html file per node or sectionning element is generated. In all these
-# cases separate pages for Top, Table of content (Toc), Overview and
-# About are generated. Otherwise a monolithic html file that contains
-# the whole document is created.
-$SPLIT = 'section';
-
-# -sec-nav|-nosec-nav
-# if this is set then navigation panels are printed at the beginning
-# of each section. If the document is split at nodes then navigation
-# panels are printed at the end if there were more than $WORDS_IN_PAGE
-# words on page.
-#
-# If the document is split at sections this is ignored.
-#
-# This is most useful if you do not want to have section navigation
-# with -split chapter. There will be chapter navigation panel at the
-# beginning and at the end of chapters anyway.
-$SECTION_NAVIGATION = 1;
-
-# Layout control
-$print_page_head = \&T2H_XHTML_print_page_head;
-$print_page_foot = \&T2H_XHTML_print_page_foot;
-$print_frame = \&T2H_XHTML_print_frame;
-$button_icon_img = \&T2H_XHTML_button_icon_img;
-$print_navigation = \&T2H_XHTML_print_navigation;
-
-#FIXME update once it is more stabilized in texi2html.init
-sub T2H_XHTML_print_page_head
-{
- my $fh = shift;
- my $longtitle = "$Texi2HTML::THISDOC{'title_unformatted'}";
- $longtitle .= ": $Texi2HTML::UNFORMATTED{'This'}" if exists $Texi2HTML::UNFORMATTED{'This'};
- print $fh <
-
-
-
-
- $longtitle
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-EOT
-}
-
-sub T2H_XHTML_print_page_foot
-{
- my $fh = shift;
- my @date=localtime(time);
- my $year=$date[5] += 1900;
- my $program_string = program_string();
- print $fh <$program_string
-
-
-
-
-
-
-
-
-
-
-
-EOT
-}
-
-# / in
-sub T2H_XHTML_button_icon_img
-{
- my $button = shift;
- my $icon = shift;
- my $name = shift;
- return '' if (!defined($icon));
- if (defined($name) && $name)
- {
- $name = ": $name";
- }
- else
- {
- $name = '';
- }
- $button = "" if (!defined ($button));
- return qq{};
-}
-
-$simple_map{'*'} = ' ';
-
-# formatting functions
-
-$def_line = \&t2h_xhtml_def_line;
-$index_summary = \&t2h_xhtml_index_summary;
-$image = \&t2h_xhtml_image;
-
-# need / in
-sub t2h_xhtml_image($$$)
-{
- my $file = shift;
- my $base = shift;
- my $preformatted = shift;
- return "[ $base ]" if ($preformatted);
- return "";
-}
-
-# process definition commands line @deffn for example
-# replaced by
-sub t2h_xhtml_def_line($$$$$)
-{
- my $category = shift;
- my $name = shift;
- my $type = shift;
- my $arguments = shift;
- my $index_label = shift;
- $index_label = '' if (!defined($index_label));
- $name = '' if (!defined($name) or ($name =~ /^\s*$/));
- $type = '' if (!defined($type) or $type =~ /^\s*$/);
- if (!defined($arguments) or $arguments =~ /^\s*$/)
- {
- $arguments = '';
- }
- else
- {
- $arguments = '' . $arguments . '';
- }
- my $type_name = '';
- $type_name = " $type" if ($type ne '');
- $type_name .= ' ' . $name . '' if ($name ne '');
- $type_name .= $arguments . "\n";
- if (! $DEF_TABLE)
- {
- return '
\n";
+}
+
+# Use icons for navigation.
+$ICONS = 0;
+
+# insert here name of icon images for buttons
+# Icons are used, if $ICONS and resp. value are set
+%ACTIVE_ICONS =
+ (
+ 'Top', 'file:///usr/share/icons/Bluecurve/24x24/stock/stock-goto-top.png',
+ 'Contents', 'file:///usr/share/icons/Bluecurve/24x24/stock/help-contents.png',
+ 'Overview', '',
+ 'Index', 'file:///usr/share/icons/Bluecurve/24x24/stock/stock-find.png',
+ 'This', '',
+ 'Back', 'file:///usr/share/icons/Bluecurve/24x24/stock/stock-go-back.png',
+ 'FastBack', 'file:///usr/share/icons/Bluecurve/24x24/stock/stock-goto-first.png',
+ 'Prev', 'file:///usr/share/icons/Bluecurve/24x24/stock/stock-go-back.png',
+ 'Up', 'file:///usr/share/icons/Bluecurve/24x24/stock/stock-go-up.png',
+ 'Next', 'file:///usr/share/icons/Bluecurve/24x24/stock/stock-go-forward.png',
+ 'NodeUp', 'file:///usr/share/icons/Bluecurve/24x24/stock/stock-go-up.png',
+ 'NodeNext', 'file:///usr/share/icons/Bluecurve/24x24/stock/stock-go-forward.png',
+ 'NodePrev', 'file:///usr/share/icons/Bluecurve/24x24/stock/stock-go-back.png',
+ 'Following', 'file:///usr/share/icons/Bluecurve/24x24/stock/stock-go-forward.png',
+ 'Forward', 'file:///usr/share/icons/Bluecurve/24x24/stock/stock-go-forward.png',
+ 'FastForward', 'file:///usr/share/icons/Bluecurve/24x24/stock/stock-goto-last.png',
+ 'About' , 'file:///usr/share/icons/Bluecurve/24x24/stock/gtk-about.png',
+ 'First', 'file:///usr/share/icons/Bluecurve/24x24/stock/stock-goto-first.png',
+ 'Last', 'file:///usr/share/icons/Bluecurve/24x24/stock/stock-goto-last.png',
+ ' ', ''
+ );
+
+# Insert here name of icon images for these, if button is inactive
+%PASSIVE_ICONS =
+ (
+ 'Top', 'file:///usr/share/icons/Bluecurve/24x24/stock/stock-goto-top.png',
+ 'Contents', 'file:///usr/share/icons/Bluecurve/24x24/stock/help-contents.png',
+ 'Overview', '',
+ 'Index', 'file:///usr/share/icons/Bluecurve/24x24/stock/stock-find.png',
+ 'This', '',
+ 'Back', 'file:///usr/share/icons/Bluecurve/24x24/stock/stock-go-back.png',
+ 'FastBack', 'file:///usr/share/icons/Bluecurve/24x24/stock/stock-goto-first.png',
+ 'Prev', 'file:///usr/share/icons/Bluecurve/24x24/stock/stock-go-back.png',
+ 'Up', 'file:///usr/share/icons/Bluecurve/24x24/stock/stock-go-up.png',
+ 'Next', 'file:///usr/share/icons/Bluecurve/24x24/stock/stock-go-forward.png',
+ 'NodeUp', 'file:///usr/share/icons/Bluecurve/24x24/stock/stock-go-up.png',
+ 'NodeNext', 'file:///usr/share/icons/Bluecurve/24x24/stock/stock-go-forward.png',
+ 'NodePrev', 'file:///usr/share/icons/Bluecurve/24x24/stock/stock-go-back.png',
+ 'Following', 'file:///usr/share/icons/Bluecurve/24x24/stock/stock-go-forward.png',
+ 'Forward', 'file:///usr/share/icons/Bluecurve/24x24/stock/stock-go-forward.png',
+ 'FastForward', 'file:///usr/share/icons/Bluecurve/24x24/stock/stock-goto-last.png',
+ 'About' , 'file:///usr/share/icons/Bluecurve/24x24/stock/gtk-about.png',
+ 'First', 'file:///usr/share/icons/Bluecurve/24x24/stock/stock-goto-first.png',
+ 'Last', 'file:///usr/share/icons/Bluecurve/24x24/stock/stock-goto-last.png',
+ ' ', ''
+ );
+
+return 1;
diff --git a/Manuals/TCAR-UG/Texinfo/tcar-ug.sed b/Manuals/TCAR-UG/Texinfo/tcar-ug.sed
new file mode 100644
index 0000000..3d338e1
--- /dev/null
+++ b/Manuals/TCAR-UG/Texinfo/tcar-ug.sed
@@ -0,0 +1,29 @@
+#!/bin/sed
+#
+# repository.sed -- This file provides common transformations for
+# texi2html output, based on The CentOS Project CSS definitions.
+#
+# Copyright (C) 2009-2010 Alain Reguera Delgado
+#
+# This program is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 2 of the License, or
+# (at your option) any later version.
+#
+# This program is distributed in the hope that it will be useful, but
+# WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+# General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
+# USA.
+#
+# ----------------------------------------------------------------------
+# $Id$
+# ----------------------------------------------------------------------
+
+# Links
+s!