summaryrefslogtreecommitdiffstats
path: root/en_US
diff options
context:
space:
mode:
authorKarsten Wade <kwade@redhat.com>2007-02-03 22:21:58 +0000
committerKarsten Wade <kwade@redhat.com>2007-02-03 22:21:58 +0000
commit7648e2b3c70a76ab2f751b60813458a5261e3373 (patch)
treec8629a8f3dd8bd8a1395171d9ba3dfca37206e6d /en_US
parent1bff601616263caee405d229d813790ce18a44fd (diff)
downloaddocumentation-guide-7648e2b3c70a76ab2f751b60813458a5261e3373.tar.gz
documentation-guide-7648e2b3c70a76ab2f751b60813458a5261e3373.tar.xz
documentation-guide-7648e2b3c70a76ab2f751b60813458a5261e3373.zip
renaming rh-guidelines to writing-guidelines
Diffstat (limited to 'en_US')
-rw-r--r--en_US/documentation-guide.xml20
-rw-r--r--en_US/emacs-nxml.xml (renamed from en_US/docs-emacs-nxml.xml)0
-rw-r--r--en_US/emacs.xml (renamed from en_US/docs-emacs.xml)2
-rw-r--r--en_US/fdp-info.xml58
-rw-r--r--en_US/getting-files.xml (renamed from en_US/docs-getting-files.xml)0
-rw-r--r--en_US/intro.xml (renamed from en_US/docs-intro.xml)2
-rw-r--r--en_US/module-struct.xml (renamed from en_US/docs-module-struct.xml)0
-rw-r--r--en_US/style.xml (renamed from en_US/docs-style.xml)0
-rw-r--r--en_US/tutorial.xml (renamed from en_US/docs-tutorial.xml)2
-rw-r--r--en_US/vim.xml (renamed from en_US/docs-vim.xml)2
-rw-r--r--en_US/writing-guidelines.xml (renamed from en_US/docs-rh-guidelines.xml)2
-rw-r--r--en_US/xml-tags.xml (renamed from en_US/docs-xml-tags.xml)4
12 files changed, 75 insertions, 17 deletions
diff --git a/en_US/documentation-guide.xml b/en_US/documentation-guide.xml
index 0101163..42d1465 100644
--- a/en_US/documentation-guide.xml
+++ b/en_US/documentation-guide.xml
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!-- $Id: documentation-guide.xml,v 1.4 2006/12/17 00:41:55 pfrields Exp $ -->
+<!-- $Id: documentation-guide.xml,v 1.5 2007/02/03 22:21:58 kwade Exp $ -->
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
"http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
@@ -17,43 +17,43 @@
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="fdp-info.xml" />
<!-- INTRODUCTION -->
- <xi:include href="docs-intro.xml" xpointer="element(ch-intro)"
+ <xi:include href="intro.xml" xpointer="element(ch-intro)"
xmlns:xi="http://www.w3.org/2001/XInclude" />
<!-- GETTINGFILES -->
- <xi:include href="docs-getting-files.xml" xpointer="element(ch-getting-files)"
+ <xi:include href="getting-files.xml" xpointer="element(ch-getting-files)"
xmlns:xi="http://www.w3.org/2001/XInclude" />
<!-- HOWMODULESWORK -->
- <xi:include href="docs-module-struct.xml"
+ <xi:include href="module-struct.xml"
xpointer="element(ch-how-modules-work)"
xmlns:xi="http://www.w3.org/2001/XInclude" />
<!-- GUIDELINES -->
- <xi:include href="docs-rh-guidelines.xml" xpointer="element(ch-rh-guidelines)"
+ <xi:include href="rh-guidelines.xml" xpointer="element(ch-rh-guidelines)"
xmlns:xi="http://www.w3.org/2001/XInclude" />
<!-- EMACS -->
- <xi:include href="docs-emacs.xml" xpointer="element(ch-emacs)"
+ <xi:include href="emacs.xml" xpointer="element(ch-emacs)"
xmlns:xi="http://www.w3.org/2001/XInclude" />
<!-- EMACS-NXML -->
<!-- This chapter needs editing, so we're excluding it now. -->
<!--
- <xi:include href="docs-emacs-nxml.xml" xpointer="element(ch-emacs-nxml)"
+ <xi:include href="emacs-nxml.xml" xpointer="element(ch-emacs-nxml)"
xmlns:xi="http://www.w3.org/2001/XInclude" />
-->
<!-- VIM -->
- <xi:include href="docs-vim.xml" xpointer="element(ch-vim)"
+ <xi:include href="vim.xml" xpointer="element(ch-vim)"
xmlns:xi="http://www.w3.org/2001/XInclude" />
<!-- TAGS -->
- <xi:include href="docs-xml-tags.xml" xpointer="element(ch-xml-tags)"
+ <xi:include href="xml-tags.xml" xpointer="element(ch-xml-tags)"
xmlns:xi="http://www.w3.org/2001/XInclude" />
<!-- TUTORIAL -->
- <xi:include href="docs-tutorial.xml" xpointer="element(ch-tutorial)"
+ <xi:include href="tutorial.xml" xpointer="element(ch-tutorial)"
xmlns:xi="http://www.w3.org/2001/XInclude" />
<!-- CVS -->
diff --git a/en_US/docs-emacs-nxml.xml b/en_US/emacs-nxml.xml
index 5cc9dac..5cc9dac 100644
--- a/en_US/docs-emacs-nxml.xml
+++ b/en_US/emacs-nxml.xml
diff --git a/en_US/docs-emacs.xml b/en_US/emacs.xml
index 700900b..66b4de3 100644
--- a/en_US/docs-emacs.xml
+++ b/en_US/emacs.xml
@@ -1,4 +1,4 @@
-<!-- $Id: docs-emacs.xml,v 1.2 2006/12/17 00:41:55 pfrields Exp $ -->
+<!-- $Id: emacs.xml,v 1.1 2007/02/03 22:21:58 kwade Exp $ -->
<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
"http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
diff --git a/en_US/fdp-info.xml b/en_US/fdp-info.xml
new file mode 100644
index 0000000..fd0f67d
--- /dev/null
+++ b/en_US/fdp-info.xml
@@ -0,0 +1,58 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<!DOCTYPE bookinfo PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd">
+
+<!--
+ Warning! Warning! Danger, Will Robinson!
+ This is a generated file, produced from information in
+ the "rpm-info.xml" file.
+
+ DO NOT EDIT THIS FILE DIRECTLY!
+ Edit "rpm-info.xml" to change this information.
+ -->
+
+<bookinfo>
+ <title>Fedora Documentation Guide</title>
+ <copyright>
+ <year>2003</year>
+ <year>2004</year>
+ <year>2005</year>
+ <year>2006</year>
+ <holder>Red Hat, Inc.</holder>
+ <holder>Tammy Fox</holder>
+ <holder>Johnray Fuller</holder>
+ <holder>Sandra Moore</holder>
+ <holder>Paul W. Frields</holder>
+ </copyright>
+ <authorgroup>
+ <author>
+ <surname>Fox</surname>
+ <firstname>Tammy</firstname>
+ </author>
+ <author>
+ <surname>Fuller</surname>
+ <firstname>Johnray</firstname>
+ </author>
+ <author>
+ <surname>Moore</surname>
+ <firstname>Sandra</firstname>
+ </author>
+ <author>
+ <surname>Frields</surname>
+ <firstname>Paul</firstname>
+ </author>
+ </authorgroup>
+ <revhistory id="rv-revhistory">
+ <revision>
+ <revnumber>0.2.6.3</revnumber>
+ <date>2005-09-18</date>
+ <authorinitials/>
+ <revdescription>
+ <para>
+ Update to new build requirements
+ </para>
+ </revdescription>
+ </revision>
+ </revhistory>
+ <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="/home/kwade/Documents/projects/fedora/cvs-docs/documentation-guide/../docs-common/common/legalnotice-opl-en_US.xml"/>
+</bookinfo>
diff --git a/en_US/docs-getting-files.xml b/en_US/getting-files.xml
index c86a6d4..c86a6d4 100644
--- a/en_US/docs-getting-files.xml
+++ b/en_US/getting-files.xml
diff --git a/en_US/docs-intro.xml b/en_US/intro.xml
index 2df65f6..e5295c0 100644
--- a/en_US/docs-intro.xml
+++ b/en_US/intro.xml
@@ -1,4 +1,4 @@
-<!-- $Id: docs-intro.xml,v 1.2 2006/12/16 22:55:41 pfrields Exp $ -->
+<!-- $Id: intro.xml,v 1.1 2007/02/03 22:21:58 kwade Exp $ -->
<!DOCTYPE preface PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
"http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
diff --git a/en_US/docs-module-struct.xml b/en_US/module-struct.xml
index cad060f..cad060f 100644
--- a/en_US/docs-module-struct.xml
+++ b/en_US/module-struct.xml
diff --git a/en_US/docs-style.xml b/en_US/style.xml
index 4d78392..4d78392 100644
--- a/en_US/docs-style.xml
+++ b/en_US/style.xml
diff --git a/en_US/docs-tutorial.xml b/en_US/tutorial.xml
index 2bbb290..eab29a6 100644
--- a/en_US/docs-tutorial.xml
+++ b/en_US/tutorial.xml
@@ -1,4 +1,4 @@
-<!-- $Id: docs-tutorial.xml,v 1.2 2006/12/17 00:41:55 pfrields Exp $ -->
+<!-- $Id: tutorial.xml,v 1.1 2007/02/03 22:21:58 kwade Exp $ -->
<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
"http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
diff --git a/en_US/docs-vim.xml b/en_US/vim.xml
index 22485f6..eaace93 100644
--- a/en_US/docs-vim.xml
+++ b/en_US/vim.xml
@@ -1,4 +1,4 @@
-<!-- $Id: docs-vim.xml,v 1.2 2006/12/17 00:41:55 pfrields Exp $ -->
+<!-- $Id: vim.xml,v 1.1 2007/02/03 22:21:58 kwade Exp $ -->
<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
"http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
diff --git a/en_US/docs-rh-guidelines.xml b/en_US/writing-guidelines.xml
index f243058..64f2736 100644
--- a/en_US/docs-rh-guidelines.xml
+++ b/en_US/writing-guidelines.xml
@@ -170,7 +170,7 @@
committed to CVS) the line is updated automatically to include
information about the file. For example:</para>
- <screen><![CDATA[<!-- $Id: docs-rh-guidelines.xml,v 1.3 2006/12/23 23:49:59 pfrields Exp $ -->]]></screen>
+ <screen><![CDATA[<!-- $Id: writing-guidelines.xml,v 1.1 2007/02/03 22:21:58 kwade Exp $ -->]]></screen>
</sect1>
diff --git a/en_US/docs-xml-tags.xml b/en_US/xml-tags.xml
index 31a13d2..7390c1d 100644
--- a/en_US/docs-xml-tags.xml
+++ b/en_US/xml-tags.xml
@@ -1,4 +1,4 @@
-<!-- $Id: docs-xml-tags.xml,v 1.3 2006/12/23 23:49:59 pfrields Exp $ -->
+<!-- $Id: xml-tags.xml,v 1.1 2007/02/03 22:21:58 kwade Exp $ -->
<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
"http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
@@ -201,7 +201,7 @@ browser.
<screen>
<computeroutput>
-&lt;!--$Id: docs-xml-tags.xml,v 1.3 2006/12/23 23:49:59 pfrields Exp $ --&gt;
+&lt;!--$Id: xml-tags.xml,v 1.1 2007/02/03 22:21:58 kwade Exp $ --&gt;
&lt;chapter id="ch-sample"&gt;
&lt;title&gt;Sample Chapter&lt;/title&gt;