summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul W. Frields <stickster@gmail.com>2007-07-29 23:55:25 +0000
committerPaul W. Frields <stickster@gmail.com>2007-07-29 23:55:25 +0000
commitf5a8a5e64a4e86827f83ac0eacdb6a08aba90e0c (patch)
tree02a17179b7d3c64f6b6c4357e846ccaa86958184
parentb8ea2a77cef5fc3600fb9e0b5b8245212694e690 (diff)
downloaddocumentation-guide-f5a8a5e64a4e86827f83ac0eacdb6a08aba90e0c.tar.gz
documentation-guide-f5a8a5e64a4e86827f83ac0eacdb6a08aba90e0c.tar.xz
documentation-guide-f5a8a5e64a4e86827f83ac0eacdb6a08aba90e0c.zip
* 0.3.0.3:
- Add information on po/LINGUAS * 0.3.0.2: - Delete unnecessary tags section and references
-rw-r--r--en_US/acknowledgments.xml3
-rw-r--r--en_US/module-struct.xml16
-rw-r--r--en_US/rpm-info.xml4
3 files changed, 12 insertions, 11 deletions
diff --git a/en_US/acknowledgments.xml b/en_US/acknowledgments.xml
index 1609186..d0096f1 100644
--- a/en_US/acknowledgments.xml
+++ b/en_US/acknowledgments.xml
@@ -40,11 +40,12 @@
W. Frields (stickster at gmail.com).
</para>
+ <!-- This section has been removed.
<para>
A patch from Paul W. Frields (stickster at gmail.com) has been applied
to add more explanation of the <command>screen</command> tag set to <xref
linkend="sn-xml-tags-screen"></xref>.
- </para>
+ </para> -->
<para>
A patch from Tommy Reynolds (Tommy.Reynolds at MegaCoder.com) has been
diff --git a/en_US/module-struct.xml b/en_US/module-struct.xml
index 55758b7..262f45f 100644
--- a/en_US/module-struct.xml
+++ b/en_US/module-struct.xml
@@ -36,6 +36,7 @@
| `-- fedora-logo-sprite.png
|
|-- po/
+ | |-- LINGUAS
| |-- de.po
| |-- example-doc.pot
| `-- pt.po
@@ -82,7 +83,11 @@
<acronym>PO</acronym>, files created and used by translators.
The &FDP; build tools use these files to create translated
versions of documents. The translated documents are not stored
- in CVS; they are created as needed from these PO files.</seg>
+ in CVS; they are created as needed from these PO files. The
+ <filename class="directory">po/</filename> directory also
+ contains the <filename>LINGUAS</filename> file, which lists
+ the active translation <firstterm>locales</firstterm>, or
+ languages.</seg>
</seglistitem>
<seglistitem>
<seg>Makefile</seg>
@@ -141,7 +146,6 @@
<title>Sample Document Makefile</title>
<screen><![CDATA[DOCBASE = example-doc
PRI_LANG = en_US
-OTHERS = de pt
DOC_ENTITIES = doc-entities
define XMLFILES_template
@@ -177,14 +181,6 @@ include $(shell $(find-makefile-common))]]></screen>
<systemitem>en_US</systemitem>.</seg>
</seglistitem>
<seglistitem>
- <seg><systemitem class="macro">OTHERS</systemitem></seg>
- <seg>This variable contains a listing of ISO codes for any
- other versions into which the document has been translated.
- The module must contain a <filename
- class="directory">po/</filename> directory and a PO file
- for any indicated additional languages.</seg>
- </seglistitem>
- <seglistitem>
<seg><systemitem class="macro">DOC_ENTITIES</systemitem></seg>
<seg>This variable contains a listing of any files containing
entity definitions. The &FDP; uses a special XML format to
diff --git a/en_US/rpm-info.xml b/en_US/rpm-info.xml
index 678feb5..4d0e931 100644
--- a/en_US/rpm-info.xml
+++ b/en_US/rpm-info.xml
@@ -33,6 +33,10 @@
<title>Fedora Documentation Guide</title>
<desc>Guidelines and procedures for producing documentation for Fedora</desc>
<changelog order="newest-first">
+ <revision date="2007-07-29" number="0.3.0.3">
+ <author worker="PaulWFrields"/>
+ <details>Include information on LINGUAS usage</details>
+ </revision>
<revision date="2007-07-28" number="0.3.0.2">
<author worker="PaulWFrields"/>
<details>Remove unnecessary chapter on XML tags</details>