From 6cef47252284f732f928ca76a100e0490220f9e5 Mon Sep 17 00:00:00 2001 From: Alain Reguera Delgado Date: Jul 13 2011 15:20:20 +0000 Subject: Rename `Directories' directory to `Chapters' inside template files used to build manuals in texinfo format: - Previously, the `Directories' directory contained the files used to build the `Directories' chapter inside manuals written in texinfo format. This chapter existed to hold documentation entries for each directory in the working copy. - Presently, the `Directories' directory is no longer attached to this purpose since chapters and sections can be created dynamically through centos-art.sh command-line. - Previously, it was required that each manual written in texinfo had a `Directories' chapter inside. - Presently, the restriction of using `Directories' chapter inside manuals written in texinfo format is no longer imposed. --- diff --git a/Scripts/Functions/Help/Texinfo/Templates/en_US/Chapters/chapter-menu.texinfo b/Scripts/Functions/Help/Texinfo/Templates/en_US/Chapters/chapter-menu.texinfo new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/Scripts/Functions/Help/Texinfo/Templates/en_US/Chapters/chapter-menu.texinfo diff --git a/Scripts/Functions/Help/Texinfo/Templates/en_US/Chapters/chapter-nodes.texinfo b/Scripts/Functions/Help/Texinfo/Templates/en_US/Chapters/chapter-nodes.texinfo new file mode 100644 index 0000000..fbb3a56 --- /dev/null +++ b/Scripts/Functions/Help/Texinfo/Templates/en_US/Chapters/chapter-nodes.texinfo @@ -0,0 +1,5 @@ +@node =NODE= +@section The @file{=SECT=} directory +@cindex =CIND= +@include =INCL= + diff --git a/Scripts/Functions/Help/Texinfo/Templates/en_US/Chapters/chapter.texinfo b/Scripts/Functions/Help/Texinfo/Templates/en_US/Chapters/chapter.texinfo new file mode 100644 index 0000000..6c93588 --- /dev/null +++ b/Scripts/Functions/Help/Texinfo/Templates/en_US/Chapters/chapter.texinfo @@ -0,0 +1,5 @@ +@node =CHAPTER_NAME= +@chapter =CHAPTER_TITLE= +@cindex =CHAPTER_TITLE= +@include =CHAPTER_NAME=/chapter-menu.texinfo +@include =CHAPTER_NAME=/chapter-nodes.texinfo diff --git a/Scripts/Functions/Help/Texinfo/Templates/en_US/Chapters/section-functions.texinfo b/Scripts/Functions/Help/Texinfo/Templates/en_US/Chapters/section-functions.texinfo new file mode 100644 index 0000000..f726a19 --- /dev/null +++ b/Scripts/Functions/Help/Texinfo/Templates/en_US/Chapters/section-functions.texinfo @@ -0,0 +1,35 @@ +@subheading Name + +The @file{=SECT=} directory organizes @dots{} + +@subheading Synopsis + +@dots{} + +@subheading Description + +@dots{} + +@subheading Examples + +@dots{} + +@subheading Author + +Written by @dots{} + +@subheading Reporting bugs + +Report bugs to @email{centos-artwork@@centos.org} mailing list. + +@subheading Copyright + +Copyright @copyright{} =COPYRIGHT_YEAR_LIST= =COPYRIGHT_HOLDER= + +This is free software. You may redistribute copies of it under the +terms of the @ref{GNU General Public License}. There is NO WARRANTY, +to the extent permitted by law. + +@subheading See also + +=TEXINFO_SEEALSO= diff --git a/Scripts/Functions/Help/Texinfo/Templates/en_US/Chapters/section.texinfo b/Scripts/Functions/Help/Texinfo/Templates/en_US/Chapters/section.texinfo new file mode 100644 index 0000000..9094611 --- /dev/null +++ b/Scripts/Functions/Help/Texinfo/Templates/en_US/Chapters/section.texinfo @@ -0,0 +1,19 @@ +@subheading Goals + +The @file{=SECT=} directory organizes @dots{} + +@subheading Description + +@itemize +@item ... +@end itemize + +@subheading Usage + +@itemize +@item ... +@end itemize + +@subheading See also + +=TEXINFO_SEEALSO= diff --git a/Scripts/Functions/Help/Texinfo/Templates/en_US/Directories/chapter-menu.texinfo b/Scripts/Functions/Help/Texinfo/Templates/en_US/Directories/chapter-menu.texinfo deleted file mode 100644 index e69de29..0000000 --- a/Scripts/Functions/Help/Texinfo/Templates/en_US/Directories/chapter-menu.texinfo +++ /dev/null diff --git a/Scripts/Functions/Help/Texinfo/Templates/en_US/Directories/chapter-nodes.texinfo b/Scripts/Functions/Help/Texinfo/Templates/en_US/Directories/chapter-nodes.texinfo deleted file mode 100644 index fbb3a56..0000000 --- a/Scripts/Functions/Help/Texinfo/Templates/en_US/Directories/chapter-nodes.texinfo +++ /dev/null @@ -1,5 +0,0 @@ -@node =NODE= -@section The @file{=SECT=} directory -@cindex =CIND= -@include =INCL= - diff --git a/Scripts/Functions/Help/Texinfo/Templates/en_US/Directories/chapter.texinfo b/Scripts/Functions/Help/Texinfo/Templates/en_US/Directories/chapter.texinfo deleted file mode 100644 index 6c93588..0000000 --- a/Scripts/Functions/Help/Texinfo/Templates/en_US/Directories/chapter.texinfo +++ /dev/null @@ -1,5 +0,0 @@ -@node =CHAPTER_NAME= -@chapter =CHAPTER_TITLE= -@cindex =CHAPTER_TITLE= -@include =CHAPTER_NAME=/chapter-menu.texinfo -@include =CHAPTER_NAME=/chapter-nodes.texinfo diff --git a/Scripts/Functions/Help/Texinfo/Templates/en_US/Directories/section-functions.texinfo b/Scripts/Functions/Help/Texinfo/Templates/en_US/Directories/section-functions.texinfo deleted file mode 100644 index f726a19..0000000 --- a/Scripts/Functions/Help/Texinfo/Templates/en_US/Directories/section-functions.texinfo +++ /dev/null @@ -1,35 +0,0 @@ -@subheading Name - -The @file{=SECT=} directory organizes @dots{} - -@subheading Synopsis - -@dots{} - -@subheading Description - -@dots{} - -@subheading Examples - -@dots{} - -@subheading Author - -Written by @dots{} - -@subheading Reporting bugs - -Report bugs to @email{centos-artwork@@centos.org} mailing list. - -@subheading Copyright - -Copyright @copyright{} =COPYRIGHT_YEAR_LIST= =COPYRIGHT_HOLDER= - -This is free software. You may redistribute copies of it under the -terms of the @ref{GNU General Public License}. There is NO WARRANTY, -to the extent permitted by law. - -@subheading See also - -=TEXINFO_SEEALSO= diff --git a/Scripts/Functions/Help/Texinfo/Templates/en_US/Directories/section.texinfo b/Scripts/Functions/Help/Texinfo/Templates/en_US/Directories/section.texinfo deleted file mode 100644 index 9094611..0000000 --- a/Scripts/Functions/Help/Texinfo/Templates/en_US/Directories/section.texinfo +++ /dev/null @@ -1,19 +0,0 @@ -@subheading Goals - -The @file{=SECT=} directory organizes @dots{} - -@subheading Description - -@itemize -@item ... -@end itemize - -@subheading Usage - -@itemize -@item ... -@end itemize - -@subheading See also - -=TEXINFO_SEEALSO= diff --git a/Scripts/Functions/Help/Texinfo/Templates/es_ES/Chapters/chapter-menu.texinfo b/Scripts/Functions/Help/Texinfo/Templates/es_ES/Chapters/chapter-menu.texinfo new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/Scripts/Functions/Help/Texinfo/Templates/es_ES/Chapters/chapter-menu.texinfo diff --git a/Scripts/Functions/Help/Texinfo/Templates/es_ES/Chapters/chapter-nodes.texinfo b/Scripts/Functions/Help/Texinfo/Templates/es_ES/Chapters/chapter-nodes.texinfo new file mode 100644 index 0000000..04e3e8b --- /dev/null +++ b/Scripts/Functions/Help/Texinfo/Templates/es_ES/Chapters/chapter-nodes.texinfo @@ -0,0 +1,5 @@ +@node =NODE= +@section El directorio @file{=SECT=} +@cindex =CIND= +@include =INCL= + diff --git a/Scripts/Functions/Help/Texinfo/Templates/es_ES/Chapters/chapter.texinfo b/Scripts/Functions/Help/Texinfo/Templates/es_ES/Chapters/chapter.texinfo new file mode 100644 index 0000000..dbb2216 --- /dev/null +++ b/Scripts/Functions/Help/Texinfo/Templates/es_ES/Chapters/chapter.texinfo @@ -0,0 +1,5 @@ +@node Directories +@chapter Los directorios del repositorio +@cindex Directorios +@include Directories/chapter-menu.texinfo +@include Directories/chapter-nodes.texinfo diff --git a/Scripts/Functions/Help/Texinfo/Templates/es_ES/Chapters/section-functions.texinfo b/Scripts/Functions/Help/Texinfo/Templates/es_ES/Chapters/section-functions.texinfo new file mode 100644 index 0000000..efbd53a --- /dev/null +++ b/Scripts/Functions/Help/Texinfo/Templates/es_ES/Chapters/section-functions.texinfo @@ -0,0 +1,36 @@ +@subheading Nombre + +El directorio @file{=SECT=} organiza @dots{} + +@subheading Sinopsis + +@dots{} + +@subheading Descripción + +@dots{} + +@subheading Ejemplos + +@dots{} + +@subheading Autor + +Escrito por @dots{} + +@subheading Reporte de errores + +Reporte los errores a la lista de correo @email{centos-artwork@@centos.org}. + +@subheading Derecho de copia + +Copyright @copyright{} =COPYRIGHT_YEAR_LIST= =COPYRIGHT_HOLDER= + +Esto es software libre. Usted pude redistribuir copias de ello bajo +los términos de la Licencia Pública General GNU (@pxref{GNU +General Public License}). Hasta donde la ley se extiende, NO HAY +GARANTÍA. + +@subheading Vea además + +=TEXINFO_SEEALSO= diff --git a/Scripts/Functions/Help/Texinfo/Templates/es_ES/Chapters/section.texinfo b/Scripts/Functions/Help/Texinfo/Templates/es_ES/Chapters/section.texinfo new file mode 100644 index 0000000..e4ffd88 --- /dev/null +++ b/Scripts/Functions/Help/Texinfo/Templates/es_ES/Chapters/section.texinfo @@ -0,0 +1,19 @@ +@subheading Objetivos + +El directorio @file{=SECT=} organiza @dots{} + +@subheading Descripción + +@itemize +@item ... +@end itemize + +@subheading Uso + +@itemize +@item ... +@end itemize + +@subheading Vea además + +=TEXINFO_SEEALSO= diff --git a/Scripts/Functions/Help/Texinfo/Templates/es_ES/Directories/chapter-menu.texinfo b/Scripts/Functions/Help/Texinfo/Templates/es_ES/Directories/chapter-menu.texinfo deleted file mode 100644 index e69de29..0000000 --- a/Scripts/Functions/Help/Texinfo/Templates/es_ES/Directories/chapter-menu.texinfo +++ /dev/null diff --git a/Scripts/Functions/Help/Texinfo/Templates/es_ES/Directories/chapter-nodes.texinfo b/Scripts/Functions/Help/Texinfo/Templates/es_ES/Directories/chapter-nodes.texinfo deleted file mode 100644 index 04e3e8b..0000000 --- a/Scripts/Functions/Help/Texinfo/Templates/es_ES/Directories/chapter-nodes.texinfo +++ /dev/null @@ -1,5 +0,0 @@ -@node =NODE= -@section El directorio @file{=SECT=} -@cindex =CIND= -@include =INCL= - diff --git a/Scripts/Functions/Help/Texinfo/Templates/es_ES/Directories/chapter.texinfo b/Scripts/Functions/Help/Texinfo/Templates/es_ES/Directories/chapter.texinfo deleted file mode 100644 index dbb2216..0000000 --- a/Scripts/Functions/Help/Texinfo/Templates/es_ES/Directories/chapter.texinfo +++ /dev/null @@ -1,5 +0,0 @@ -@node Directories -@chapter Los directorios del repositorio -@cindex Directorios -@include Directories/chapter-menu.texinfo -@include Directories/chapter-nodes.texinfo diff --git a/Scripts/Functions/Help/Texinfo/Templates/es_ES/Directories/section-functions.texinfo b/Scripts/Functions/Help/Texinfo/Templates/es_ES/Directories/section-functions.texinfo deleted file mode 100644 index efbd53a..0000000 --- a/Scripts/Functions/Help/Texinfo/Templates/es_ES/Directories/section-functions.texinfo +++ /dev/null @@ -1,36 +0,0 @@ -@subheading Nombre - -El directorio @file{=SECT=} organiza @dots{} - -@subheading Sinopsis - -@dots{} - -@subheading Descripción - -@dots{} - -@subheading Ejemplos - -@dots{} - -@subheading Autor - -Escrito por @dots{} - -@subheading Reporte de errores - -Reporte los errores a la lista de correo @email{centos-artwork@@centos.org}. - -@subheading Derecho de copia - -Copyright @copyright{} =COPYRIGHT_YEAR_LIST= =COPYRIGHT_HOLDER= - -Esto es software libre. Usted pude redistribuir copias de ello bajo -los términos de la Licencia Pública General GNU (@pxref{GNU -General Public License}). Hasta donde la ley se extiende, NO HAY -GARANTÍA. - -@subheading Vea además - -=TEXINFO_SEEALSO= diff --git a/Scripts/Functions/Help/Texinfo/Templates/es_ES/Directories/section.texinfo b/Scripts/Functions/Help/Texinfo/Templates/es_ES/Directories/section.texinfo deleted file mode 100644 index e4ffd88..0000000 --- a/Scripts/Functions/Help/Texinfo/Templates/es_ES/Directories/section.texinfo +++ /dev/null @@ -1,19 +0,0 @@ -@subheading Objetivos - -El directorio @file{=SECT=} organiza @dots{} - -@subheading Descripción - -@itemize -@item ... -@end itemize - -@subheading Uso - -@itemize -@item ... -@end itemize - -@subheading Vea además - -=TEXINFO_SEEALSO=