From e1e9a6fa8c05e571f423867c5d316e63b8a2295a Mon Sep 17 00:00:00 2001 From: Alain Reguera Delgado Date: Jul 16 2011 18:36:27 +0000 Subject: Add variable definitions to `manual.texinfo' file used to create manual's main definition file. - These variables are mainly used to store information like official names and URLs repeated several times inside the manual. Instead of changing the same information time after time along the manual, we create a variable name for each one of them and use the variable value in the manual whenever the value set needs to be expanded. - The advantage of this configuration is when one of those repeated values needs to be changed. There is no need to change them all along the manual, but their definition only. It definitly helps to maintain content inside the manual consistent. --- diff --git a/Scripts/Functions/Help/Texinfo/Templates/en_US/manual.texinfo b/Scripts/Functions/Help/Texinfo/Templates/en_US/manual.texinfo index d83a8d7..d065123 100644 --- a/Scripts/Functions/Help/Texinfo/Templates/en_US/manual.texinfo +++ b/Scripts/Functions/Help/Texinfo/Templates/en_US/manual.texinfo @@ -8,12 +8,30 @@ @afourpaper @finalout +@c -- Variables ----------------------------------------------- + +@set TCENTOS The Community Enterprise Operating System +@set TCPROJ @url{http://www.centos.org/, The CentOS Project} +@set TCWIKI @url{http://wiki.centos.org/, The CentOS Wiki} +@set TCMLISTS @url{http://lists.centos.org/, The CentOS Mailing Lists} +@set TCBUGS @url{http://bugs.centos.org/, The CentOS Bugs} +@set TCMIRRORS @url{http://mirrors.centos.org/, The CentOS Mirrors} +@set TCPLANET @url{http://planet.centos.org/, The CentOS Planet} +@set TCFORUMS @url{http://forums.centos.org/, The CentOS Forums} +@set TCINFOML @email{centos-info@@centos.org, The CentOS Information Mailing List} +@set TCDEVSML @email{centos-devel@@centos.org, The CentOS Developers Mailing List} +@set TCDOCSML @email{centos-docs@@centos.org, The CentOS Documentation Mailing List} +@set TCARTWML @email{centos-artwork@@centos.org, The CentOS Artwork Mailing List} +@set TCL10NML @email{centos-l10n@@centos.org, The CentOS Localization Mailing List} +@set TCAR @url{https://projects.centos.org/svn/artwork/, The CentOS Artwork Repository} +@set TCAS @url{https://projects.centos.org/trac/artwork/, The CentOS Artwork SIG} + @c -- Summary description and copyright ----------------------- @copying =MANUAL_ABSTRACT= -Copyright @copyright{} =COPYRIGHT_YEAR_LIST= =COPYRIGHT_HOLDER= +Copyright @copyright{} =COPYRIGHT_YEAR_LIST= @value{TCAS} Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or @@ -28,7 +46,7 @@ Documentation License}. @titlepage @title =MANUAL_TITLE= @subtitle =MANUAL_SUBTITLE= -@author =COPYRIGHT_HOLDER= +@author @value{TCAS} @page @vskip 0pt plus 1filll @insertcopying diff --git a/Scripts/Functions/Help/Texinfo/Templates/es_ES/manual.texinfo b/Scripts/Functions/Help/Texinfo/Templates/es_ES/manual.texinfo index 6ef207b..665a185 100644 --- a/Scripts/Functions/Help/Texinfo/Templates/es_ES/manual.texinfo +++ b/Scripts/Functions/Help/Texinfo/Templates/es_ES/manual.texinfo @@ -8,12 +8,30 @@ @afourpaper @finalout +@c -- Variables ----------------------------------------------- + +@set TCENTOS The Community Enterprise Operating System +@set TCPROJ @url{http://www.centos.org/, The CentOS Project} +@set TCWIKI @url{http://wiki.centos.org/, The CentOS Wiki} +@set TCMLISTS @url{http://lists.centos.org/, The CentOS Mailing Lists} +@set TCBUGS @url{http://bugs.centos.org/, The CentOS Bugs} +@set TCMIRRORS @url{http://mirrors.centos.org/, The CentOS Mirrors} +@set TCPLANET @url{http://planet.centos.org/, The CentOS Planet} +@set TCFORUMS @url{http://forums.centos.org/, The CentOS Forums} +@set TCINFOML @email{centos-info@@centos.org, The CentOS Information Mailing List} +@set TCDEVSML @email{centos-devel@@centos.org, The CentOS Developers Mailing List} +@set TCDOCSML @email{centos-docs@@centos.org, The CentOS Documentation Mailing List} +@set TCARTWML @email{centos-artwork@@centos.org, The CentOS Artwork Mailing List} +@set TCL10NML @email{centos-l10n@@centos.org, The CentOS Localization Mailing List} +@set TCAR @url{https://projects.centos.org/svn/artwork/, The CentOS Artwork Repository} +@set TCAS @url{https://projects.centos.org/trac/artwork/, The CentOS Artwork SIG} + @c -- Summary description and copyright ----------------------- @copying =MANUAL_ABSTRACT= -Copyright @copyright{} =COPYRIGHT_YEAR_LIST= =COPYRIGHT_HOLDER= +Copyright @copyright{} =COPYRIGHT_YEAR_LIST= @value{TCAS} Se otorga permiso para copiar, distribuir y/o modificar este documento bajo los términos de la Licencia de Documentación Libre de GNU, @@ -30,7 +48,7 @@ Documentation License}. @titlepage @title =MANUAL_TITLE= @subtitle =MANUAL_SUBTITLE= -@author =COPYRIGHT_HOLDER= +@author @value{TCAS} @page @vskip 0pt plus 1filll @insertcopying