FAQ fix

Francois Gouget fgouget at codeweavers.com
Wed Dec 4 15:22:27 CST 2002


When parsing wine-doc.sgml, jade was complaining that one cannot put a 
'para' in a 'book'. So I wrapped the FAQ proper in an 'article' tag to 
which I gave the 'faq' class.

I also moved the title to faq.sgml and reindented the first paragraph. 
Here goes:


Changelog:

    Francois Gouget <fgouget at codeweavers.com>

  * documentation/faq.sgml,
    documentation/wine-doc.sgml,
    documentation/wine-faq.sgml

    Wrap faq.sgml in an article tag in wine-doc.sgml
    Set the article class to 'faq'
    Move the title to faq.sgml

-- 
Francois Gouget
fgouget at codeweavers.com

-------------- next part --------------
Index: documentation/faq.sgml
===================================================================
RCS file: /home/wine/wine/documentation/faq.sgml,v
retrieving revision 1.1
diff -u -r1.1 faq.sgml
--- documentation/faq.sgml	3 Dec 2002 23:29:28 -0000	1.1
+++ documentation/faq.sgml	4 Dec 2002 21:15:12 -0000
@@ -1,10 +1,11 @@
 <!-- *** Wine FAQ *** -->
-    <para>This is the general Wine FAQ.</para>
-    <para>
-       For technical questions, visit the 
-       <ulink url="http://www.winehq.org/fom-meta/cache/19.html">
-       Wine Troubleshooting Guide</ulink> instead.
-    </para>
+  <title>Wine FAQ</title>
+  <para>
+     For technical questions, visit the 
+     <ulink url="http://www.winehq.org/fom-meta/cache/19.html">
+     Wine Troubleshooting Guide</ulink> instead.
+  </para>
+
   <qandaset>
     <qandadiv id="About-this-FAQ"><title>About this FAQ</title>
       <qandaentry>
Index: documentation/wine-doc.sgml
===================================================================
RCS file: /home/wine/wine/documentation/wine-doc.sgml,v
retrieving revision 1.8
diff -u -r1.8 wine-doc.sgml
--- documentation/wine-doc.sgml	3 Dec 2002 23:29:28 -0000	1.8
+++ documentation/wine-doc.sgml	4 Dec 2002 21:15:13 -0000
@@ -146,11 +146,12 @@
   <!-- *** Wine Faq *** -->
   <book id="faq">
     <bookinfo>
-
-    <title>Wine FAQ</title>
+      <title>Wine FAQ</title>
     </bookinfo>
 
-    &faq;
+    <article class="faq">
+      &faq;
+    </article>
 
   </book>
 </set>
Index: documentation/wine-faq.sgml
===================================================================
RCS file: /home/wine/wine/documentation/wine-faq.sgml,v
retrieving revision 1.1
diff -u -r1.1 wine-faq.sgml
--- documentation/wine-faq.sgml	3 Dec 2002 23:29:28 -0000	1.1
+++ documentation/wine-faq.sgml	4 Dec 2002 21:15:13 -0000
@@ -7,8 +7,6 @@
 <!entity faq SYSTEM "faq.sgml">
 ]>
 
-<article id="index">
-  <title>Wine FAQ</title>
-  
-  &faq;
+<article class="faq">
+&faq;
 </article>


More information about the wine-patches mailing list