[install-guide] Removing draft status, updating product numbers

Pete Travis immanetize at fedoraproject.org
Sat Jul 6 19:14:48 UTC 2013


commit 535c7e3f4f7cd1d535131d5d775e53eb667a45c2
Author: Pete Travis <immanetize at fedoraproject.org>
Date:   Sat Jul 6 13:14:38 2013 -0600

    Removing draft status, updating product numbers

 en-US/Article_Info.xml       |    6 +++---
 en-US/Book_Info.xml          |    6 +++---
 en-US/Installation_Guide.xml |    2 +-
 publican.cfg                 |    4 ++--
 quickstart.cfg               |    4 ++--
 5 files changed, 11 insertions(+), 11 deletions(-)
---
diff --git a/en-US/Article_Info.xml b/en-US/Article_Info.xml
index c1b7118..de9ba0d 100644
--- a/en-US/Article_Info.xml
+++ b/en-US/Article_Info.xml
@@ -5,9 +5,9 @@
 <articleinfo id="Installation_Quick_Start_Guide">
 	<title>Installation Quick Start Guide</title>
 	<subtitle>Downloading and installing Fedora &PRODVER; on most desktop and laptop computers</subtitle>
-	<productname>Fedora Draft Documentation</productname>
-	<productnumber></productnumber>
-	<edition>17.0.1</edition>
+	<productname>Fedora</productname>
+	<productnumber>19</productnumber>
+	<edition>1</edition>
 	<pubsnumber>1</pubsnumber>
 	<abstract>
 		<para>This document shows you how to download and install Fedora. It does not cover every possible scenario, but describes steps that will work in most situations on most common hardware.</para>
diff --git a/en-US/Book_Info.xml b/en-US/Book_Info.xml
index 865326e..3cbd370 100644
--- a/en-US/Book_Info.xml
+++ b/en-US/Book_Info.xml
@@ -4,9 +4,9 @@
 <bookinfo id="Installation_Guide">
 	<title>Installation Guide</title>
 	<subtitle>Installing Fedora&nbsp;&PRODVER; on x86, AMD64, and Intel 64 architectures</subtitle>
-	<productname>Fedora Draft Documentation</productname>
-	<productnumber></productnumber>
-	<edition>19.0.1</edition>
+	<productname>Fedora</productname>
+	<productnumber>19</productnumber>
+	<edition>1</edition>
 	<pubsnumber>1</pubsnumber>
 	<abstract>
 		<para>Provides documentation for the installation process.</para>
diff --git a/en-US/Installation_Guide.xml b/en-US/Installation_Guide.xml
index 975be6d..f7c8839 100644
--- a/en-US/Installation_Guide.xml
+++ b/en-US/Installation_Guide.xml
@@ -3,7 +3,7 @@
 <!ENTITY % BOOK_ENTITIES SYSTEM "Installation_Guide.ent">
 %BOOK_ENTITIES;
 ]>
-<book status="draft">
+<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="intro.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
diff --git a/publican.cfg b/publican.cfg
index f43cfb8..dff532d 100644
--- a/publican.cfg
+++ b/publican.cfg
@@ -4,8 +4,8 @@
 debug: 1
 xml_lang: en-US
 brand: fedora
-version: 0.1
-web_version_label: UNUSED
+#version: 0.1
+#web_version_label: UNUSED
 condition: install-guide
 mainfile: Installation_Guide
 
diff --git a/quickstart.cfg b/quickstart.cfg
index 320c551..e0e8b5d 100644
--- a/quickstart.cfg
+++ b/quickstart.cfg
@@ -4,8 +4,8 @@
 debug: 1
 xml_lang: en-US
 brand: fedora
-version: 0.1
-web_version_label: UNUSED
+#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