[svnbook commit] r2149 - trunk/src/tools

maxb noreply at red-bean.com
Sat May 13 14:57:56 CDT 2006


Author: maxb
Date: Sat May 13 14:57:56 2006
New Revision: 2149

Modified:
   trunk/src/tools/readme-dblite.html

Log:
Import updated readme-dblite.html from doc/dblite.html in the O'Reilly
DocBook Lite version 0.5 tarball.

* src/tools/readme-dblite.html: Import latest version from upstream, bringing
    with it the following changes:
    Rewrapped some lines.
    README is used in example instead of README.txt.
    O'Reilly production comments are now wanted in <remark>-s not <comment>-s.
    See Also section referring to a page on the O'Reilly intranet is removed.


Modified: trunk/src/tools/readme-dblite.html
==============================================================================
--- trunk/src/tools/readme-dblite.html	(original)
+++ trunk/src/tools/readme-dblite.html	Sat May 13 14:57:56 2006
@@ -1,7 +1,24 @@
 <html>
 <head>
 <title>Using DocBook Lite</title>
+<style>
+body {
+  background-color: wheat;
+  font-family: sans-serif;
+}
+.section {
+  margin: 0.5em;
+  padding: 0.5em;
+  background-color: wheat;
+}
+.contents {
+  margin: 0.5em;
+  padding: 0.5em;
+  background-color: silver;
+}
+</style>
 </head>
+
 <body>
 <h1 class="doctitle">Using DocBook Lite</h1>
 <div class="contents">
@@ -933,9 +950,9 @@
         <td>Paragraph.</td>
         <td>
           <div class="programlisting">
-<pre><para>The quick, brown fox jumped over the lazy dog. The
-quick, brown fox jumped over the lazy dog. The quick, brown fox jumped
-over the lazy dog.</para></pre>
+<pre><para>The quick, brown fox jumped over the lazy 
+dog. The quick, brown fox jumped over the lazy dog. 
+The quick, brown fox jumped over the lazy dog.</para></pre>
 </div>
         </td>
       </tr>
@@ -951,7 +968,7 @@
       </tr>
 
       <tr>
-        <td><tt><comment></tt></td>
+        <td><tt><remark></tt></td>
         <td>
           <p>
 Comment that is not meant for the audience, and outside of the
@@ -961,8 +978,8 @@
         </td>
         <td>
           <div class="programlisting">
-<pre><comment>This section is too short
-and needs more examples. [Ellen]</comment></pre>
+<pre><remark>This section is too short
+and needs more examples. [Ellen]</remark></pre>
 </div>
         </td>
       </tr>
@@ -1072,11 +1089,11 @@
           <div class="programlisting">
 <pre><screen>&gt; ls -l
 total 6860
--r--r--r--   1 jliggett ora         2570 Mar 27 19:38 BOOKFILES
--rw-rw-r--   1 jliggett ora       103283 Mar 27 19:38 BOOKIDS
--rw-rw-r--   1 bsalter  ora         2692 Mar 28 14:43 Makefile
-drwxrwxr-x   2 bsalter  ora          512 Aug 10 14:22 RCS/
--rw-rw-r--   1 jliggett ora           39 Jul 26 17:39 README.txt</screen></pre>
+-r--r--r-- 1 eray   ora  2570 Mar 27 19:38 BOOKFILES
+-rw-rw-r-- 1 eray   ora 13283 Mar 27 19:38 BOOKIDS
+-rw-rw-r-- 1 sierra ora  2692 Mar 28 14:43 Makefile
+drwxrwxr-x 2 jwizda ora   512 Aug 10 14:22 RCS/
+-rw-rw-r-- 1 jwizda ora    39 Jul 26 17:39 README</screen></pre>
 </div>
         </td>
       </tr>
@@ -1128,7 +1145,8 @@
         <td>
           <div class="programlisting">
 <pre><example id="BAZ-CH-14-EX-5">
-  <title>Contents of the file <filename>blather.cfg</filename></title>
+  <title>Contents of the file 
+    <filename>blather.cfg</filename></title>
   <programlisting>CATS	= -c/usr/local/prod/sgml/CATALOG
 DSLCAT	= -c/usr/local/sp/dsssl/catalog
 DECL	= /usr/local/sp/pubtext/xml.dcl
@@ -1228,7 +1246,7 @@
         <td>
           <div class="programlisting">
 <pre>We can convert any document written in
-<application>Microsoft Word</application>.</pre>
+<application<Microsoft Word</application>.</pre>
 </div>
         </td> 
       </tr>
@@ -1412,7 +1430,8 @@
         </td>
         <td>
           <div class="programlisting">
-<pre>The Eiffel Tower is huge<footnote id="ABC-CH-4-FN-2"><para>Although, compared to a breadbox, any
+<pre>The Eiffel Tower is huge<footnote id="ABC-CH-4-FN-2">
+<para>Although, compared to a breadbox, any
 building is huge.</para></footnote>. So is a redwood 
 tree<footnoteref linkend="ABC-CH-4-FN-2">.</pre>
 </div>
@@ -1580,7 +1599,8 @@
         <td>
           <div class="programlisting">
 <pre>The stylesheet specification is optional: 
-<command>formatfiles <optional>stylesheet</optional> in.xml<command>.</pre>
+<command>formatfiles <optional>stylesheet</optional> 
+in.xml<command>.</pre>
 </div>
         </td>
       </tr>
@@ -2593,17 +2613,7 @@
     </div>
   </div>
 
-
-
-
   <a name="section-12"></a>
-<div class="section">
-    <h2 class="stitle">12. See Also...</h2>
-    <p>
-For a simpler markup language better suited for general-purpose
-documentation, try out <a href="https://intranet.ora.com/production/doc/howto/simpledoc.html">SimpleDoc</a>.
-    </p>
-  </div>
 <hr>
 <span class="footertitle">Written by:</span>
 <br>




More information about the svnbook-dev mailing list