example-tutorial example-tutorial-de.xml, 1.5, 1.6 example-tutorial-en.xml, 1.20, 1.21 rpm-info.xml, 1.14, 1.15

Paul W. Frields (pfrields) fedora-docs-commits at redhat.com
Sat Jan 21 19:29:49 UTC 2006


Author: pfrields

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

Modified Files:
	example-tutorial-de.xml example-tutorial-en.xml rpm-info.xml 
Log Message:
Shameless bump to test prettyprinting, to 0.14.1


Index: example-tutorial-de.xml
===================================================================
RCS file: /cvs/docs/example-tutorial/example-tutorial-de.xml,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- example-tutorial-de.xml	28 Dec 2005 22:19:04 -0000	1.5
+++ example-tutorial-de.xml	21 Jan 2006 19:29:41 -0000	1.6
@@ -1,4 +1,5 @@
 <!-- $Id: -->
+
 <!DOCTYPE article PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
  "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" [
 
@@ -6,8 +7,8 @@
 %FEDORA-ENTITIES-EN;
 
 <!ENTITY DOCNAME "example-tutorial">
-<!ENTITY DOCVERSION "0.14"> <!-- change version here -->
-<!ENTITY DOCDATE "2005-09-18"> <!-- change revision date here -->
+<!ENTITY DOCVERSION "0.14.1"> <!-- change version here -->
+<!ENTITY DOCDATE "2006-01-21"> <!-- change revision date here -->
 <!ENTITY DOCID "&DOCNAME;-&DOCVERSION; (&DOCDATE;)">
 <!ENTITY BUG-NUM "000000"> <!-- use this only while in draft stage -->
 
@@ -15,42 +16,42 @@
 ]>
 
 <!-- This file is just a copy of the English version, only here for testing -->
+
 <!-- Makefile locale capabilities.  Nobody really needs to translate this -->
-<!-- yet. -->
 
+<!-- yet. -->
 
 <article id="example-tutorial" lang="de">
-
 <!-- &FDP-INFO; - DO NOT REMOVE THIS COMMENT -->
 
   <section id="sn-some-section">
     <title>Some Section</title>
-
     <indexterm>
       <primary>Index term</primary>
     </indexterm>
-
     <para>
-      This is an example section. You should not use sect1, sect2, etc., since
-      those tags will make sections less modular, i.e., harder to
+      This is an example section. You should not use sect1, sect2, etc.,
+      since those tags will make sections less modular, i.e., harder to
       relocate without changing a lot of other markup.
     </para>
+
     <para>
-      Keep text within the <command>title</command> tags on the same line as the
-      tags. Nesting the title on a separate line from the enclosing tags results
-      in extra spaces in HTML rendering.
+      Keep text within the <command>title</command> tags on the same
+      line as the tags. Nesting the title on a separate line from the
+      enclosing tags results in extra spaces in HTML rendering.
     </para>
 
     <warning>
       <title>Warning</title>
+
       <para>
         Example of an admonition.
       </para>
     </warning>
 
     <para>
-      This paragraph illustrates the use of command syntax to accomplish a
-      task. Note that specific filenames denoting versions should be
+      This paragraph illustrates the use of command syntax to accomplish
+      a task. Note that specific filenames denoting versions should be
       avoided. To install any RPM package, use the following syntax:
     </para>
 <screen>
@@ -58,11 +59,11 @@
 </screen>
     <para>
       Notice that the <command>screen</command> section is entirely
-      left-justified with no preceding indent. This is necessary to ensure
-      proper rendering in PDFs. Also notice that the entire
+      left-justified with no preceding indent. This is necessary to
+      ensure proper rendering in PDFs. Also notice that the entire
       <command>command</command> has been surrounded by
-      <command>userinput</command> since the user types this
-      command. Computer output would be enclosed in
+      <command>userinput</command> since the user types this command.
+      Computer output would be enclosed in
       <command>computeroutput</command> tags, as in the following
       sample.
     </para>
@@ -72,42 +73,42 @@
 </screen>
     <para>
       Lines should be broken <emphasis>exactly</emphasis> as they are
-      on-screen. Also, note that spaces inside <command>screen</command> tags
-      are automatically treated as non-breaking.
+      on-screen. Also, note that spaces inside <command>screen</command>
+      tags are automatically treated as non-breaking.
     </para>
     <tip>
       <title>Fill modes and <command>screen</command> tags</title>
       <para>
-  Using automatic or manual fill commands in Emacs/PSGML will sometimes
-  mangle <command>screen</command> sections. Use care when performing fill
-  operations, and check the results.
+        Using automatic or manual fill commands in Emacs/PSGML will
+        sometimes mangle <command>screen</command> sections. Use care
+        when performing fill operations, and check the results.
       </para>
     </tip>
   </section>
 
   <section>
     <title>Callout Example</title>
-      <programlisting id="pl-callout">
+<programlisting id="pl-callout">
 Line 1 <co id="pl-callout-L1"/>
 Line 2
 Line 3
 Line 4 <co id="pl-callout-L4"/>
       </programlisting>
-      <calloutlist>
-        <callout arearefs="pl-callout-L1">
-          <para>
-            Here is a callout.
-          </para>
-        </callout>
-        <callout arearefs="pl-callout-L4">
-          <para>
-            The second callout.
-          </para>
-        </callout>
-      </calloutlist>
+    <calloutlist>
+      <callout arearefs="pl-callout-L1">
+        <para>
+          Here is a callout.
+        </para>
+      </callout>
+      <callout arearefs="pl-callout-L4">
+        <para>
+          The second callout.
+        </para>
+      </callout>
+    </calloutlist>
   </section>
 
-<index id="generated-index"></index>
+  <index id="generated-index"></index>
 </article>
 
 <!--


Index: example-tutorial-en.xml
===================================================================
RCS file: /cvs/docs/example-tutorial/example-tutorial-en.xml,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- example-tutorial-en.xml	17 Jan 2006 21:07:56 -0000	1.20
+++ example-tutorial-en.xml	21 Jan 2006 19:29:41 -0000	1.21
@@ -7,8 +7,8 @@
 %FEDORA-ENTITIES-EN;
 
 <!ENTITY DOCNAME "example-tutorial">
-<!ENTITY DOCVERSION "0.14"> <!-- change version here -->
-<!ENTITY DOCDATE "2005-09-18"> <!-- change revision date here -->
+<!ENTITY DOCVERSION "0.14.1"> <!-- change version here -->
+<!ENTITY DOCDATE "2006-01-21"> <!-- change revision date here -->
 <!ENTITY DOCID "&DOCNAME;-&DOCVERSION; (&DOCDATE;)">
 <!ENTITY BUG-NUM "000000"> <!-- use this only while in draft stage -->
 
@@ -27,8 +27,8 @@
     </indexterm>
     <para>
       This is an example section. You should not use sect1, sect2, etc.,
-      since those tags will make sections less modular, i.e.,
-      harder to relocate without changing a lot of other markup.
+      since those tags will make sections less modular, i.e., harder to
+      relocate without changing a lot of other markup.
     </para>
 
     <para>
@@ -106,16 +106,31 @@
 
   <section>
     <title>Deeply nested sections</title>
-    <para>Early to bed, early to rise</para>
+
+    <para>
+      Early to bed, early to rise
+    </para>
+
     <section>
       <title>Second Level</title>
-      <para>Is the curse of the working class</para>
+
+      <para>
+        Is the curse of the working class
+      </para>
+
       <section>
         <title>Third Level</title>
-        <para>He who can, does</para>
+
+        <para>
+          He who can, does
+        </para>
+
         <section>
           <title>Fourth Level</title>
-          <para>He who cannot, manages.</para>
+
+          <para>
+            He who cannot, manages.
+          </para>
         </section>
       </section>
     </section>
@@ -123,19 +138,23 @@
 
   <section id="sn-procedure-test">
     <title>Procedure Test</title>
-
     <procedure>
       <step>
-	<para>First step</para>
+        <para>
+          First step
+        </para>
       </step>
       <step>
-	<para>Second step</para>
+        <para>
+          Second step
+        </para>
       </step>
       <step>
-	<para>Third step</para>
+        <para>
+          Third step
+        </para>
       </step>
     </procedure>
-
   </section>
 
   <index id="generated-index"></index>


Index: rpm-info.xml
===================================================================
RCS file: /cvs/docs/example-tutorial/rpm-info.xml,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- rpm-info.xml	7 Jan 2006 04:54:53 -0000	1.14
+++ rpm-info.xml	21 Jan 2006 19:29:41 -0000	1.15
@@ -1,7 +1,7 @@
-<?xml version="1.0" encoding="UTF-8"?>
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
 
-<!-- Sample document description from which we build RPMs -->
 <!DOCTYPE rpm-info SYSTEM "../docs-common/packaging/rpm-info.dtd">
+
 <rpm-info>
   <colophon>
     <worker email="me at home.net" firstname="Me" id="me" initials="I" surname="Myself" wholename="Me Myself"/>
@@ -17,7 +17,7 @@
   </license>
   <copyright>
     <year>2003, 2004, 2005</year>
-    <!-- <holder>&FORMAL-RHI;</holder> -->
+<!-- <holder>&FORMAL-RHI;</holder> -->
     <holder>Tammy Fox</holder>
   </copyright>
   <titles>
@@ -31,33 +31,37 @@
     </translation>
   </titles>
   <changelog order="newest-first">
+    <revision date="2006-01-21" number="0.14.1" role="doc">
+      <author worker="stickster"/>
+      <details lang="en">A shameless bump to test prettyprinting</details>
+    </revision>
     <revision date="Fri Jan 6 2006" number="2" role="rpm">
       <author worker="stickster"/>
-      <details>A later RPM release</details>
+      <details lang="en">A later RPM release</details>
     </revision>
     <revision date="Thu Dec 29 2005" number="1" role="rpm">
       <author worker="stickster"/>
-      <details>A matching RPM release</details>
+      <details lang="en">A matching RPM release</details>
     </revision>
     <revision date="2005-12-29" number="0.14" role="doc">
       <author worker="stickster"/>
-      <details>Make sure version matches what's in DOCVERSION</details>
+      <details lang="en">Make sure version matches what's in DOCVERSION</details>
     </revision>
-    <revision date="2005-12-28" number="0.13.1">
+    <revision date="2005-12-28" number="0.13.1" role="doc">
       <author worker="stickster"/>
-      <details>Minor changes for testing purposes</details>
+      <details lang="en">Minor changes for testing purposes</details>
     </revision>
     <revision date="Sat Nov 26 2005" number="2" role="rpm">
       <author worker="me"/>
-      <details>Some rpm-only changes</details>
+      <details lang="en">Some rpm-only changes</details>
     </revision>
     <revision date="Fri Nov 25 2005" number="1" role="rpm">
       <author worker="stickster"/>
-      <details>Initial RPM version</details>
+      <details lang="en">Initial RPM version</details>
     </revision>
-    <revision date="2005-09-18" number="0.13">
+    <revision date="2005-09-18" number="0.13" role="doc">
       <author worker="stickster"/>
-      <details>Add revision history</details>
+      <details lang="en">Add revision history</details>
       <details lang="de">addierte Neuausgabengeschichte</details>
     </revision>
   </changelog>




More information about the Fedora-docs-commits mailing list