[install-guide] Adding separate Rev History file for IQSG and updating IG Rev History

Jack Reed jjr at fedoraproject.org
Fri Jan 25 01:32:46 UTC 2013


commit b7f5c443a33c6864b463064a73c30870340a7aad
Author: Jack Reed <jreed at redhat.com>
Date:   Fri Jan 25 11:32:24 2013 +1000

    Adding separate Rev History file for IQSG and updating IG Rev History

 en-US/Installation_Quick_Start_Guide.xml |    2 +-
 en-US/Revision_History-quickstart.xml    |   30 ++++++++++++++++++++++++++++++
 en-US/Revision_History.xml               |    4 ++--
 quickstart.cfg                           |    1 +
 4 files changed, 34 insertions(+), 3 deletions(-)
---
diff --git a/en-US/Installation_Quick_Start_Guide.xml b/en-US/Installation_Quick_Start_Guide.xml
index 17a65c5..78f027e 100644
--- a/en-US/Installation_Quick_Start_Guide.xml
+++ b/en-US/Installation_Quick_Start_Guide.xml
@@ -53,6 +53,6 @@
 	
 	<xi:include href="Package_Selection-quickstart.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
 	
-	<xi:include href="Revision_History.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
+	<xi:include href="Revision_History-quickstart.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
 </article>
 
diff --git a/en-US/Revision_History-quickstart.xml b/en-US/Revision_History-quickstart.xml
new file mode 100644
index 0000000..c54237e
--- /dev/null
+++ b/en-US/Revision_History-quickstart.xml
@@ -0,0 +1,30 @@
+<?xml version='1.0'?>
+<!DOCTYPE appendix PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
+]>
+
+<appendix id="appe-Publican-Revision_History-quickstart">
+	<title>Revision History</title>
+	<!-- <para>
+		Note that revision numbers relate to the edition of this manual, not to version numbers of Fedora.
+	</para> -->
+	<simpara>
+		<revhistory>
+			<revision>
+				<revnumber>1.0-0</revnumber>
+				<date>Fri Jan 25 2013</date>
+				<author>
+					<firstname>Jack</firstname>
+					<surname>Reed</surname>
+					<email>jreed at redhat.com</email>
+				</author>
+				<revdescription>
+					<simplelist>
+						<member>Updates for Fedora 18</member>
+					</simplelist>
+				</revdescription>
+			</revision>
+		</revhistory>
+	</simpara>
+</appendix>
+
+
diff --git a/en-US/Revision_History.xml b/en-US/Revision_History.xml
index 29eaf5e..34ed012 100644
--- a/en-US/Revision_History.xml
+++ b/en-US/Revision_History.xml
@@ -11,7 +11,7 @@
 		<revhistory>
 			<revision>
 				<revnumber>1.0-0</revnumber>
-				<date>Thu Apr 26 2012</date>
+				<date>Tue Jan 13 2013</date>
 				<author>
 					<firstname>Jack</firstname>
 					<surname>Reed</surname>
@@ -19,7 +19,7 @@
 				</author>
 				<revdescription>
 					<simplelist>
-						<member>Updates for Fedora 17</member>
+						<member>Updates for Fedora 18</member>
 					</simplelist>
 				</revdescription>
 			</revision>
diff --git a/quickstart.cfg b/quickstart.cfg
index be2a246..320c551 100644
--- a/quickstart.cfg
+++ b/quickstart.cfg
@@ -8,4 +8,5 @@ version: 0.1
 web_version_label: UNUSED
 condition: quick-start
 mainfile: Installation_Quick_Start_Guide
+rev_file: Revision_History-quickstart.xml
 


More information about the docs-commits mailing list