example-tutorial/en example-tutorial.xml,1.1,1.2

Tommy Reynolds (jtr) fedora-docs-commits at redhat.com
Mon Feb 13 16:15:27 UTC 2006


Author: jtr

Update of /cvs/docs/example-tutorial/en
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11369/en

Modified Files:
	example-tutorial.xml 
Log Message:
Adding proper i18n support (.POT and .PO files)  for the "de" translation.



Index: example-tutorial.xml
===================================================================
RCS file: /cvs/docs/example-tutorial/en/example-tutorial.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- example-tutorial.xml	12 Feb 2006 23:18:10 -0000	1.1
+++ example-tutorial.xml	13 Feb 2006 16:15:17 -0000	1.2
@@ -1,7 +1,6 @@
 <!-- $Id: -->
-
-<!DOCTYPE article PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
- "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
+<!DOCTYPE article PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
+ "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" [
 
  <!ENTITY % FEDORA-ENTITIES-EN SYSTEM "../../docs-common/common/fedora-entities-en.ent">
 %FEDORA-ENTITIES-EN;
@@ -12,15 +11,12 @@
 <!ENTITY DOCID "&DOCNAME;-&DOCVERSION; (&DOCDATE;)">
 <!ENTITY BUG-NUM "000000"> <!-- use this only while in draft stage -->
 
-<!ENTITY FDP-INFO	SYSTEM	"fdp-info.xml"	>
-
 ]>
-
 <article id="example-tutorial">
 
-   <xi:include href="fdp-info.xml" xmlns:xi="http://www.w3.org/2001/XInclude" >
-  <xi:fallback>WHERE IS MY FDP-INFO, DUDE</xi:fallback>
-</xi:include>
+  <xi:include href="fdp-info.xml" xmlns:xi="http://www.w3.org/2001/XInclude">
+    <xi:fallback>WHERE IS MY FDP-INFO, DUDE</xi:fallback>
+  </xi:include>
 
 
   <section id="sn-some-section">
@@ -59,7 +55,7 @@
       a task. Note that specific filenames denoting versions should be
       avoided. To install any RPM package, use the following syntax:
     </para>
-<screen>
+    <screen>
 <userinput><command>rpm -ivh <replaceable>pkgname</replaceable>-<replaceable>version</replaceable>.<replaceable>arch</replaceable>.rpm</command>
       </userinput>
 </screen>
@@ -73,7 +69,7 @@
       <command>computeroutput</command> tags, as in the following
       sample.
     </para>
-<screen>
+    <screen>
 <userinput><command>grep snmptrap /etc/services</command>
       </userinput>
 <computeroutput>snmptrap        162/udp         snmp-trap       # Traps for SNMP</computeroutput>
@@ -95,7 +91,7 @@
 
   <section>
     <title>Callout Example</title>
-<programlisting id="pl-callout">
+    <programlisting id="pl-callout">
 Line 1 <co id="pl-callout-L1"/>
 Line 2
 Line 3




More information about the Fedora-docs-commits mailing list