[software-management-guide/rebase] rebase

Guillermo Gómez gomix at fedoraproject.org
Thu Sep 2 01:46:16 UTC 2010


commit f11f47b6a1fbd87b750d087b81d4db798615b665
Author: Guillermo Gomez S. (Gomix) <guillermo.gomez at gmail.com>
Date:   Wed Sep 1 21:16:03 2010 -0430

    rebase

 en-US/Article_Info.xml                     |   28 --
 en-US/Author_Group.xml                     |   24 --
 en-US/Revision_History.xml                 |  109 -------
 en-US/Software_Management_Guide.ent        |    4 -
 en-US/Software_Management_Guide.xml        |   21 --
 en-US/concepts.xml                         |  237 ---------------
 en-US/configuring-repositories.xml         |  150 ----------
 en-US/customizing-yum.xml                  |  443 ----------------------------
 en-US/doc-entities.xml                     |   30 --
 en-US/introduction.xml                     |  181 -----------
 en-US/isolated-install.xml                 |   66 ----
 en-US/manage-with-yum.xml                  |  218 --------------
 en-US/pirut.xml                            |  120 --------
 en-US/pup.xml                              |   91 ------
 en-US/rpm-info.xml                         |   88 ------
 en-US/search-with-yum.xml                  |  121 --------
 en-US/tools.xml                            |   75 -----
 en-US/update-with-yum.xml                  |   47 ---
 en-US/yum-caching.xml                      |  146 ---------
 en-US/yum-plugins.xml                      |   27 --
 en-US/yum-proxy.xml                        |  120 --------
 es-ES/Author_Group.xml                     |   17 +
 es-ES/Book_Info.xml                        |   28 ++
 es-ES/Chapter.xml                          |   33 ++
 es-ES/Manual_para_gestion_del_software.ent |    4 +
 es-ES/Manual_para_gestion_del_software.xml |   13 +
 es-ES/Preface.xml                          |   13 +
 es-ES/Revision_History.xml                 |   27 ++
 publican.cfg                               |   11 +-
 29 files changed, 140 insertions(+), 2352 deletions(-)
---
diff --git a/es-ES/Author_Group.xml b/es-ES/Author_Group.xml
new file mode 100644
index 0000000..b83f206
--- /dev/null
+++ b/es-ES/Author_Group.xml
@@ -0,0 +1,17 @@
+<?xml version='1.0' encoding='utf-8' ?>
+<!DOCTYPE authorgroup 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;
+]>
+<authorgroup>
+	<author>
+		<firstname>Dude</firstname>
+		<surname>McPants</surname>
+		<affiliation>
+			<orgname>Somewhere</orgname>
+			<orgdiv>Someone</orgdiv>
+		</affiliation>
+		<email>Dude.McPants at example.com</email>
+	</author>
+</authorgroup>
+
diff --git a/es-ES/Book_Info.xml b/es-ES/Book_Info.xml
new file mode 100644
index 0000000..f59c4ef
--- /dev/null
+++ b/es-ES/Book_Info.xml
@@ -0,0 +1,28 @@
+<?xml version='1.0' encoding='utf-8' ?>
+<!DOCTYPE bookinfo 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;
+]>
+<bookinfo id="book-Manual_para_gestion_del_software-Manual_para_gestion_del_software">
+	<title>Manual para gestion del software</title>
+	<subtitle>short description</subtitle>
+	<productname>Fedora</productname>
+	<productnumber>14</productnumber>
+	<edition>0</edition>
+	<pubsnumber>0</pubsnumber>
+	<abstract>
+		<para>
+			A short overview and summary of the book&#39;s subject and purpose, traditionally no more than one paragraph long. Note: the abstract will appear in the front matter of your book and will also be placed in the description field of the book&#39;s RPM spec file.
+		</para>
+	</abstract>
+	<corpauthor>
+		<inlinemediaobject>
+			<imageobject>
+				<imagedata fileref="Common_Content/images/title_logo.svg" format="SVG" />
+			</imageobject>
+		</inlinemediaobject>
+	</corpauthor>
+	<xi:include href="Common_Content/Legal_Notice.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
+	<xi:include href="Author_Group.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
+</bookinfo>
+
diff --git a/es-ES/Chapter.xml b/es-ES/Chapter.xml
new file mode 100644
index 0000000..a98c323
--- /dev/null
+++ b/es-ES/Chapter.xml
@@ -0,0 +1,33 @@
+<?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="chap-Manual_para_gestion_del_software-Test_Chapter">
+	<title>Test Chapter</title>
+	<para>
+		This is a test paragraph
+	</para>
+	<section id="sect-Manual_para_gestion_del_software-Test_Chapter-Test_Section_1">
+		<title>Test Section 1</title>
+		<para>
+			This is a test paragraph in a section
+		</para>
+	</section>
+	
+	<section id="sect-Manual_para_gestion_del_software-Test_Chapter-Test_Section_2">
+		<title>Test Section 2</title>
+		<para>
+			This is a test paragraph in Section 2
+			<orderedlist>
+				<listitem>
+					<para>
+						listitem text
+					</para>
+				</listitem>
+			</orderedlist>
+		</para>
+	</section>
+
+</chapter>
+
diff --git a/es-ES/Manual_para_gestion_del_software.ent b/es-ES/Manual_para_gestion_del_software.ent
new file mode 100644
index 0000000..518e253
--- /dev/null
+++ b/es-ES/Manual_para_gestion_del_software.ent
@@ -0,0 +1,4 @@
+<!ENTITY PRODUCT "Fedora">
+<!ENTITY BOOKID "Manual_para_gestion_del_software">
+<!ENTITY YEAR "2010">
+<!ENTITY HOLDER "| You need to change the HOLDER entity in the es-ES/Manual_para_gestion_del_software.ent file |">
diff --git a/es-ES/Manual_para_gestion_del_software.xml b/es-ES/Manual_para_gestion_del_software.xml
new file mode 100644
index 0000000..4c244f7
--- /dev/null
+++ b/es-ES/Manual_para_gestion_del_software.xml
@@ -0,0 +1,13 @@
+<?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="Chapter.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/Preface.xml b/es-ES/Preface.xml
new file mode 100644
index 0000000..f2b934a
--- /dev/null
+++ b/es-ES/Preface.xml
@@ -0,0 +1,13 @@
+<?xml version='1.0' encoding='utf-8' ?>
+<!DOCTYPE preface 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;
+]>
+<preface id="pref-Manual_para_gestion_del_software-Preface">
+	<title>Preface</title>
+	<xi:include href="Common_Content/Conventions.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
+	<xi:include href="Feedback.xml" xmlns:xi="http://www.w3.org/2001/XInclude"><xi:fallback xmlns:xi="http://www.w3.org/2001/XInclude"><xi:include href="Common_Content/Feedback.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
+	</xi:fallback>
+	</xi:include>
+</preface>
+
diff --git a/es-ES/Revision_History.xml b/es-ES/Revision_History.xml
new file mode 100644
index 0000000..76a1456
--- /dev/null
+++ b/es-ES/Revision_History.xml
@@ -0,0 +1,27 @@
+<?xml version='1.0' encoding='utf-8' ?>
+<!DOCTYPE appendix 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;
+]>
+<appendix id="appe-Manual_para_gestion_del_software-Revision_History">
+	<title>Revision History</title>
+	<simpara>
+		<revhistory>
+			<revision>
+				<revnumber>0</revnumber>
+				<date>Thu Sep 2 2010</date>
+				<author>
+					<firstname>Dude</firstname>
+					<surname>McPants</surname>
+					<email>Dude.McPants at example.com</email>
+				</author>
+				<revdescription>
+					<simplelist>
+						<member>Initial creation of book by publican</member>
+					</simplelist>
+				</revdescription>
+			</revision>
+		</revhistory>
+	</simpara>
+</appendix>
+
diff --git a/publican.cfg b/publican.cfg
index 9f56c54..2c634b0 100644
--- a/publican.cfg
+++ b/publican.cfg
@@ -1,8 +1,7 @@
 # Config::Simple 4.59
-# Sun Jun  6 23:23:33 2010
+# Wed Sep  1 21:12:10 2010
+
+xml_lang: es-ES
+type: Book
+brand: common
 
-xml_lang: en-US
-type: Article
-brand: fedora
-version: 0.1
-web_version_label: UNUSED


More information about the docs-commits mailing list