[deployment-guide/comm-rel: 1/727] REFACTOR: create 'ent-rel' branch; chg Dg.xml, pub.cfg

Jaromir Hradilek jhradile at fedoraproject.org
Tue Oct 19 12:24:08 UTC 2010


commit e50efae3119e9bf23820f81005591db0a3a9e15d
Author: Douglas Silas <dhensley at redhat.com>
Date:   Tue May 25 13:05:21 2010 +0200

    REFACTOR: create 'ent-rel' branch; chg Dg.xml, pub.cfg

 en-US/Deployment_Guide.xml |    3 +--
 publican.cfg               |   10 +++++-----
 2 files changed, 6 insertions(+), 7 deletions(-)
---
diff --git a/en-US/Deployment_Guide.xml b/en-US/Deployment_Guide.xml
index 5c4b980..3b9128a 100644
--- a/en-US/Deployment_Guide.xml
+++ b/en-US/Deployment_Guide.xml
@@ -1,8 +1,7 @@
 <?xml version='1.0'?>
 <!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
 ]>
-<book
-  status="draft">
+<book>
   <xi:include
     href="Book_Info.xml"
     xmlns:xi="http://www.w3.org/2001/XInclude"></xi:include>
diff --git a/publican.cfg b/publican.cfg
index 4613c3d..764aa32 100644
--- a/publican.cfg
+++ b/publican.cfg
@@ -38,7 +38,7 @@ chunk_section_depth: 2
 #condition
 #    specifies conditions on which to prune XML before transformation. Refer to Section 3.6, “Conditional tagging” for more information. 
 
-confidential: 1
+confidential: 0
 #    marks a document as confidential. When this parameter is set to 1, Publican adds a prominent footer marked Confidential to each page. The default value is 0 (no footer).
 
 #cvs_branch
@@ -50,7 +50,7 @@ confidential: 1
 #cvs_root
 #    the CVS root into which to import the SRPM. Specify this parameter when packaging a document with the --cvs option — refer to Section 3.5.2, “The publican package command”. 
 
-debug: 1
+debug: 0
 #    controls whether Publican should display debugging messages as it works. When set to its default of 0, Publican does not display debugging messages. Change this value to 1 to view these messages. 
 
 #doc_url
@@ -95,10 +95,10 @@ ignored_translations: as-IN kn-IN or-IN si-LK te-IN
 #scm
 #    specifies the version control (or source code management) system used in the repository in that stores the remote books in a distributed set. At present, Publican can use only Subversion (SVN), and therefore uses SVN as its default setting. Refer to Section 5.2, “Distributed sets”.
 
-show_remarks: 1
+show_remarks: 0
 #    controls whether to display remarks in transformed output. By default, this value is set to 0, which causes Publican to hide remarks. Set this value to 1 to display remarks. 
 
-show_unknown: 1
+show_unknown: 0
 #    controls whether Publican reports unknown tags when processing XML. By default, this value is set to 1, so Publican reports unknown tags. Set this value to 0 to hide this output. Publican ignores this parameter in strict mode.
 
 #src_url
@@ -110,7 +110,7 @@ show_unknown: 1
 #tmp_dir
 #    specifies the directory for Publican output. By default, this is set to tmp, which creates a directory named tmp inside the directory that holds your article or book.
 
-toc_section_depth: 2
+toc_section_depth: 1
 #    controls the depth of sections that Publican includes in the main table of contents. By default, this value is set to 2. With the default setting, sections 1.1 and 1.1.1 will appear in the main table of contents, but section 1.1.1.1 will not. (Note that the first digit in these examples represents a chapter, not a section).
 
 #version


More information about the docs-commits mailing list