[software-management-guide/rebase] Add basic structure

Rüdiger Landmann rlandmann at fedoraproject.org
Thu Sep 2 02:16:19 UTC 2010


commit 066f75ba4b8a50845341e3a532bc38d07ae594a2
Author: Ruediger Landmann <r.landmann at redhat.com>
Date:   Thu Sep 2 12:16:33 2010 +1000

    Add basic structure

 es-ES/Author_Group.xml                             |   10 ++----
 es-ES/Book_Info.xml                                |    2 +-
 es-ES/Chapter.xml                                  |   33 --------------------
 es-ES/Configuracion_de_YUM.xml                     |   14 ++++++++
 es-ES/Elementos_de_la_gestion_rpm.xml              |   14 ++++++++
 es-ES/Extensiones_Yum.xml                          |   13 ++++++++
 es-ES/Gestion_avanzada_de_repositorios_yum.xml     |   13 ++++++++
 es-ES/Introduccion.xml                             |   14 ++++++++
 es-ES/Introduccion_a_la_gestion_del_software.xml   |   14 ++++++++
 es-ES/Las_interfases_GUI_de_gnome-packagekit.xml   |   12 +++++++
 es-ES/PackageKit_CLI.xml                           |   14 ++++++++
 es-ES/Revision_History.xml                         |    6 ++--
 es-ES/Software_Management_Guide.ent                |    4 ++
 es-ES/Software_Management_Guide.xml                |   23 ++++++++++++++
 .../Technicas_para_administradores_de_sistemas.xml |   14 ++++++++
 es-ES/Uso_del_comando_yum.xml                      |   13 ++++++++
 es-ES/Utilidades_YUM.xml                           |   14 ++++++++
 publican.cfg                                       |    3 +-
 18 files changed, 185 insertions(+), 45 deletions(-)
---
diff --git a/es-ES/Author_Group.xml b/es-ES/Author_Group.xml
index b83f206..c850af7 100644
--- a/es-ES/Author_Group.xml
+++ b/es-ES/Author_Group.xml
@@ -5,13 +5,9 @@
 ]>
 <authorgroup>
 	<author>
-		<firstname>Dude</firstname>
-		<surname>McPants</surname>
-		<affiliation>
-			<orgname>Somewhere</orgname>
-			<orgdiv>Someone</orgdiv>
-		</affiliation>
-		<email>Dude.McPants at example.com</email>
+		<firstname>Guillermo</firstname>
+		<surname>Gómez</surname>
+		<email>guillermo.gomez at gmail.com</email>
 	</author>
 </authorgroup>
 
diff --git a/es-ES/Book_Info.xml b/es-ES/Book_Info.xml
index f59c4ef..827b9b9 100644
--- a/es-ES/Book_Info.xml
+++ b/es-ES/Book_Info.xml
@@ -4,7 +4,7 @@
 %BOOK_ENTITIES;
 ]>
 <bookinfo id="book-Manual_para_gestion_del_software-Manual_para_gestion_del_software">
-	<title>Manual para gestion del software</title>
+	<title>Manual para gestión del software</title>
 	<subtitle>short description</subtitle>
 	<productname>Fedora</productname>
 	<productnumber>14</productnumber>
diff --git a/es-ES/Configuracion_de_YUM.xml b/es-ES/Configuracion_de_YUM.xml
new file mode 100644
index 0000000..2913cdf
--- /dev/null
+++ b/es-ES/Configuracion_de_YUM.xml
@@ -0,0 +1,14 @@
+<?xml version='1.0' encoding='utf-8' ?>
+<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
+<!ENTITY % BOOK_ENTITIES SYSTEM "Manual_para_gestion_del_software.ent">
+%BOOK_ENTITIES;
+]>
+<chapter id="Configuración_de_YUM">
+	<title>Configuración_de_YUM</title>
+	<para>
+		This is a test paragraph
+	</para>
+
+
+</chapter>
+
diff --git a/es-ES/Elementos_de_la_gestion_rpm.xml b/es-ES/Elementos_de_la_gestion_rpm.xml
new file mode 100644
index 0000000..731acf9
--- /dev/null
+++ b/es-ES/Elementos_de_la_gestion_rpm.xml
@@ -0,0 +1,14 @@
+<?xml version='1.0' encoding='utf-8' ?>
+<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
+<!ENTITY % BOOK_ENTITIES SYSTEM "Manual_para_gestion_del_software.ent">
+%BOOK_ENTITIES;
+]>
+<chapter id="Elementos_de_la_gestión_rpm">
+	<title>Elementos de la gestión rpm</title>
+	<para>
+		This is a test paragraph
+	</para>
+
+
+</chapter>
+
diff --git a/es-ES/Extensiones_Yum.xml b/es-ES/Extensiones_Yum.xml
new file mode 100644
index 0000000..945f7c0
--- /dev/null
+++ b/es-ES/Extensiones_Yum.xml
@@ -0,0 +1,13 @@
+<?xml version='1.0' encoding='utf-8' ?>
+<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
+<!ENTITY % BOOK_ENTITIES SYSTEM "Manual_para_gestion_del_software.ent">
+%BOOK_ENTITIES;
+]>
+<chapter id="Extensiones_Yum">
+	<title>Extensiones Yum</title>
+	<para>
+		This is a test paragraph
+	</para>
+
+</chapter>
+
diff --git a/es-ES/Gestion_avanzada_de_repositorios_yum.xml b/es-ES/Gestion_avanzada_de_repositorios_yum.xml
new file mode 100644
index 0000000..e0c646e
--- /dev/null
+++ b/es-ES/Gestion_avanzada_de_repositorios_yum.xml
@@ -0,0 +1,13 @@
+<?xml version='1.0' encoding='utf-8' ?>
+<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
+<!ENTITY % BOOK_ENTITIES SYSTEM "Manual_para_gestion_del_software.ent">
+%BOOK_ENTITIES;
+]>
+<chapter id="Gestión_avanzada_de_repositorios_yum">
+	<title>Gestión avanzada de repositorios yum</title>
+	<para>
+		This is a test paragraph
+	</para>
+
+</chapter>
+
diff --git a/es-ES/Introduccion.xml b/es-ES/Introduccion.xml
new file mode 100644
index 0000000..0081828
--- /dev/null
+++ b/es-ES/Introduccion.xml
@@ -0,0 +1,14 @@
+<?xml version='1.0' encoding='utf-8' ?>
+<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
+<!ENTITY % BOOK_ENTITIES SYSTEM "Manual_para_gestion_del_software.ent">
+%BOOK_ENTITIES;
+]>
+<chapter id="Introducción">
+	<title>Introducción</title>
+	<para>
+		This is a test paragraph
+	</para>
+
+
+</chapter>
+
diff --git a/es-ES/Introduccion_a_la_gestion_del_software.xml b/es-ES/Introduccion_a_la_gestion_del_software.xml
new file mode 100644
index 0000000..5060960
--- /dev/null
+++ b/es-ES/Introduccion_a_la_gestion_del_software.xml
@@ -0,0 +1,14 @@
+<?xml version='1.0' encoding='utf-8' ?>
+<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
+<!ENTITY % BOOK_ENTITIES SYSTEM "Manual_para_gestion_del_software.ent">
+%BOOK_ENTITIES;
+]>
+<chapter id="Introducción_a_la_gestión_del_software">
+	<title>Introducción a la gestión del software</title>
+	<para>
+		This is a test paragraph
+	</para>
+
+
+</chapter>
+
diff --git a/es-ES/Las_interfases_GUI_de_gnome-packagekit.xml b/es-ES/Las_interfases_GUI_de_gnome-packagekit.xml
new file mode 100644
index 0000000..58e3ec3
--- /dev/null
+++ b/es-ES/Las_interfases_GUI_de_gnome-packagekit.xml
@@ -0,0 +1,12 @@
+<?xml version='1.0' encoding='utf-8' ?>
+<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
+<!ENTITY % BOOK_ENTITIES SYSTEM "Manual_para_gestion_del_software.ent">
+%BOOK_ENTITIES;
+]>
+<chapter id="Las_interfases_GUI_de_gnome-packagekit">
+	<title>Las interfases GUI de gnome-packagekit</title>
+	<para>
+		This is a test paragraph
+	</para>
+</chapter>
+
diff --git a/es-ES/PackageKit_CLI.xml b/es-ES/PackageKit_CLI.xml
new file mode 100644
index 0000000..827a69b
--- /dev/null
+++ b/es-ES/PackageKit_CLI.xml
@@ -0,0 +1,14 @@
+<?xml version='1.0' encoding='utf-8' ?>
+<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
+<!ENTITY % BOOK_ENTITIES SYSTEM "Manual_para_gestion_del_software.ent">
+%BOOK_ENTITIES;
+]>
+<chapter id="PackageKit_CLI">
+	<title>PackageKit CLI</title>
+	<para>
+		This is a test paragraph
+	</para>
+
+
+</chapter>
+
diff --git a/es-ES/Revision_History.xml b/es-ES/Revision_History.xml
index 76a1456..14218d8 100644
--- a/es-ES/Revision_History.xml
+++ b/es-ES/Revision_History.xml
@@ -11,9 +11,9 @@
 				<revnumber>0</revnumber>
 				<date>Thu Sep 2 2010</date>
 				<author>
-					<firstname>Dude</firstname>
-					<surname>McPants</surname>
-					<email>Dude.McPants at example.com</email>
+					<firstname>Guillermo</firstname>
+					<surname>Gómez</surname>
+					<email>guillermo.gomez at gmail.com</email>
 				</author>
 				<revdescription>
 					<simplelist>
diff --git a/es-ES/Software_Management_Guide.ent b/es-ES/Software_Management_Guide.ent
new file mode 100644
index 0000000..02ef593
--- /dev/null
+++ b/es-ES/Software_Management_Guide.ent
@@ -0,0 +1,4 @@
+<!ENTITY PRODUCT "Fedora Documentation">
+<!ENTITY BOOKID "software-management-guide">
+<!ENTITY YEAR "2010">
+<!ENTITY HOLDER "Red Hat, Inc. and others">
diff --git a/es-ES/Software_Management_Guide.xml b/es-ES/Software_Management_Guide.xml
new file mode 100644
index 0000000..8c0ff2f
--- /dev/null
+++ b/es-ES/Software_Management_Guide.xml
@@ -0,0 +1,23 @@
+<?xml version='1.0' encoding='utf-8' ?>
+<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
+<!ENTITY % BOOK_ENTITIES SYSTEM "Manual_para_gestion_del_software.ent">
+%BOOK_ENTITIES;
+]>
+<book>
+	<xi:include href="Book_Info.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
+	<xi:include href="Preface.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
+	<xi:include href="Introduccion.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
+	<xi:include href="Introduccion_a_la_gestion_del_software.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
+	<xi:include href="Las_interfases_GUI_de_gnome-packagekit.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
+	<xi:include href="Configuracion_de_YUM.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
+	<xi:include href="Uso_del_comando_yum.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
+	<xi:include href="Extensiones_Yum.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
+	<xi:include href="Utilidades_YUM.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
+	<xi:include href="Gestion_avanzada_de_repositorios_yum.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
+	<xi:include href="PackageKit_CLI.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
+	<xi:include href="Elementos_de_la_gestion_rpm.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
+	<xi:include href="Technicas_para_administradores_de_sistemas.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
+	<xi:include href="Revision_History.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
+	<index />
+</book>
+
diff --git a/es-ES/Technicas_para_administradores_de_sistemas.xml b/es-ES/Technicas_para_administradores_de_sistemas.xml
new file mode 100644
index 0000000..deffc7d
--- /dev/null
+++ b/es-ES/Technicas_para_administradores_de_sistemas.xml
@@ -0,0 +1,14 @@
+<?xml version='1.0' encoding='utf-8' ?>
+<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
+<!ENTITY % BOOK_ENTITIES SYSTEM "Manual_para_gestion_del_software.ent">
+%BOOK_ENTITIES;
+]>
+<chapter id="Técnicas_para_administradores_de_sistemas">
+	<title>Técnicas para administradores de sistemas</title>
+	<para>
+		This is a test paragraph
+	</para>
+
+
+</chapter>
+
diff --git a/es-ES/Uso_del_comando_yum.xml b/es-ES/Uso_del_comando_yum.xml
new file mode 100644
index 0000000..5ec0387
--- /dev/null
+++ b/es-ES/Uso_del_comando_yum.xml
@@ -0,0 +1,13 @@
+<?xml version='1.0' encoding='utf-8' ?>
+<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
+<!ENTITY % BOOK_ENTITIES SYSTEM "Manual_para_gestion_del_software.ent">
+%BOOK_ENTITIES;
+]>
+<chapter id="Uso_del_comando_yum">
+	<title>Uso del comando yum</title>
+	<para>
+		This is a test paragraph
+	</para>
+
+</chapter>
+
diff --git a/es-ES/Utilidades_YUM.xml b/es-ES/Utilidades_YUM.xml
new file mode 100644
index 0000000..75fac2e
--- /dev/null
+++ b/es-ES/Utilidades_YUM.xml
@@ -0,0 +1,14 @@
+<?xml version='1.0' encoding='utf-8' ?>
+<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
+<!ENTITY % BOOK_ENTITIES SYSTEM "Manual_para_gestion_del_software.ent">
+%BOOK_ENTITIES;
+]>
+<chapter id="Utilidades_YUM">
+	<title>Utilidades YUM</title>
+	<para>
+		This is a test paragraph
+	</para>
+
+
+</chapter>
+
diff --git a/publican.cfg b/publican.cfg
index 2c634b0..e123b12 100644
--- a/publican.cfg
+++ b/publican.cfg
@@ -3,5 +3,6 @@
 
 xml_lang: es-ES
 type: Book
-brand: common
+brand: fedora
+docname: Software_Management_Guide
 


More information about the docs-commits mailing list