Update of /cvsroot/boost/boost/tools/quickbook/doc/html/quickbook/editors
In directory 
sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv8034/doc/html/quickbook/editors

Modified Files:
        kde_support.html scite.html 
Log Message:
- fix bug in paragraphs inside tables where there's an empty line with some 
space
- adjusted the tests to new code changes
- doc updates

Index: kde_support.html
===================================================================
RCS file: 
/cvsroot/boost/boost/tools/quickbook/doc/html/quickbook/editors/kde_support.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- kde_support.html    4 Jun 2007 15:08:36 -0000       1.1
+++ kde_support.html    21 Jul 2007 04:56:36 -0000      1.2
@@ -3,33 +3,32 @@
 <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
 <title>KDE Support</title>
 <link rel="stylesheet" href="../../boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.70.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.66.1">
 <link rel="start" href="../../index.html" title="Quickbook 1.4">
 <link rel="up" href="../editors.html" title=" Editor Support">
 <link rel="prev" href="scite.html" title=" Scintilla Text Editor">
 <link rel="next" href="../faq.html" title=" Frequently Asked Questions">
 </head>
 <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" 
alink="#0000FF">
-<table cellpadding="2" width="100%">
+<table cellpadding="2" width="100%"><tr>
 <td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" 
src="../../../../../../boost.png"></td>
 <td align="center"><a href="../../../../../../index.htm">Home</a></td>
 <td align="center"><a 
href="../../../../../../libs/libraries.htm">Libraries</a></td>
 <td align="center"><a 
href="../../../../../../people/people.htm">People</a></td>
 <td align="center"><a href="../../../../../../more/faq.htm">FAQ</a></td>
 <td align="center"><a href="../../../../../../more/index.htm">More</a></td>
-</table>
+</tr></table>
 <hr>
 <div class="spirit-nav">
-<a accesskey="p" href="scite.html"><img src="../../images/prev.png" 
alt="Prev"></a><a accesskey="u" href="../editors.html"><img 
src="../../images/up.png" alt="Up"></a><a accesskey="h" 
href="../../index.html"><img src="../../images/home.png" alt="Home"></a><a 
accesskey="n" href="../faq.html"><img src="../../images/next.png" 
alt="Next"></a>
+<a accesskey="p" href="scite.html"><img 
src="../../../../../../doc/html/images/prev.png" alt="Prev"></a><a 
accesskey="u" href="../editors.html"><img 
src="../../../../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" 
href="../../index.html"><img src="../../../../../../doc/html/images/home.png" 
alt="Home"></a><a accesskey="n" href="../faq.html"><img 
src="../../../../../../doc/html/images/next.png" alt="Next"></a>
 </div>
 <div class="section" lang="en">
 <div class="titlepage"><div><div><h3 class="title">
-<a name="quickbook.editors.kde_support"></a><a href="kde_support.html" 
title="KDE Support">KDE Support</a>
-</h3></div></div></div>
-<a name="quickbook.editors.kde_support.boost__hs__quickbook"></a><h5>
-<a name="id2623509"></a>
+<a name="quickbook.editors.kde_support"></a><a href="kde_support.html" 
title="KDE Support">KDE Support</a></h3></div></div></div>
+<a name="quickbook.editors.kde_support.boost__hs__quickbook"></a><h4>
+<a name="id466179"></a>
         <a 
href="kde_support.html#quickbook.editors.kde_support.boost__hs__quickbook">boost::hs::quickbook</a>
-      </h5>
+      </h4>
 <p>
         boost::hs::quickbook is a syntax highlighting designed to work with 
Katepart.
         It can be used in KWrite, Kate, Konqueror and KDevelop, and supports 
all
@@ -45,11 +44,11 @@
 </dl>
 </div>
 <p>
-        <span class="bold"><strong>html generated from this .qbk 
file</strong></span>
+        <span class="bold"><b>html generated from this .qbk file</b></span>
       </p>
 <div class="table">
-<a name="id2623592"></a><p class="title"><b>Table 7. Code examples</b></p>
-<div class="table-contents"><table class="table" summary="Code examples">
+<a name="id466273"></a><p class="title"><b>Table 7. Code examples</b></p>
+<table class="table" summary="Code examples">
 <colgroup>
 <col>
 <col>
@@ -81,8 +80,8 @@
             </td>
 <td>
             <p>
-              <code class="computeroutput"> <span 
class="keyword">for</span><span class="special">(</span><span 
class="identifier">int</span> <span class="identifier">k</span><span 
class="special">=</span><span class="number">0</span><span 
class="special">;</span>
-              <span class="identifier">k</span><span 
class="special">&lt;</span><span class="number">10</span><span 
class="special">;</span> <span class="identifier">k</span><span 
class="special">++)</span> <span class="identifier">v</span><span 
class="special">+=</span><span class="identifier">k</span><span 
class="special">;</span> </code>
+              <tt class="computeroutput"> <span 
class="keyword">for</span><span class="special">(</span><span 
class="identifier">int</span> <span class="identifier">k</span><span 
class="special">=</span><span class="number">0</span><span 
class="special">;</span>
+              <span class="identifier">k</span><span 
class="special">&lt;</span><span class="number">10</span><span 
class="special">;</span> <span class="identifier">k</span><span 
class="special">++)</span> <span class="identifier">v</span><span 
class="special">+=</span><span class="identifier">k</span><span 
class="special">;</span> </tt>
             </p>
             </td>
 <td>
@@ -99,12 +98,12 @@
             </td>
 <td>
             <p>
-              <code class="computeroutput"> <span class="special">{</span> 
<span class="identifier">int</span>
+              <tt class="computeroutput"> <span class="special">{</span> <span 
class="identifier">int</span>
               <span class="identifier">k</span><span class="special">;</span>
               <span class="keyword">while</span><span class="special">(</span>
               <span class="identifier">k</span> <span 
class="special">&lt;</span>
               <span class="number">10</span> <span class="special">)</span>
-              <span class="special">{</span> <span 
class="identifier">v</span><span class="special">+=</span><span 
class="identifier">k</span><span class="special">;</span> <span 
class="identifier">k</span><span class="special">++</span> <span 
class="special">}</span> <span class="special">}</span> </code>
+              <span class="special">{</span> <span 
class="identifier">v</span><span class="special">+=</span><span 
class="identifier">k</span><span class="special">;</span> <span 
class="identifier">k</span><span class="special">++</span> <span 
class="special">}</span> <span class="special">}</span> </tt>
             </p>
             </td>
 <td>
@@ -121,10 +120,10 @@
             </td>
 <td>
             <p>
-              <code class="computeroutput"> <span 
class="keyword">while</span><span class="special">(</span>
+              <tt class="computeroutput"> <span 
class="keyword">while</span><span class="special">(</span>
               <span class="identifier">true</span> <span 
class="special">)</span>
               <span class="special">{</span> <span 
class="identifier">v</span><span class="special">+=</span><span 
class="number">1</span><span class="special">;</span>
-              <span class="special">}</span> </code>
+              <span class="special">}</span> </tt>
             </p>
             </td>
 <td>
@@ -134,34 +133,34 @@
             </td>
 </tr>
 </tbody>
-</table></div>
+</table>
 </div>
-<br class="table-break"><a 
name="quickbook.editors.kde_support.code_folding_"></a><h5>
-<a name="id2623958"></a>
+<a name="quickbook.editors.kde_support.code_folding_"></a><h4>
+<a name="id466680"></a>
         <a 
href="kde_support.html#quickbook.editors.kde_support.code_folding_">Code Folding
         </a>
-      </h5>
+      </h4>
 <p>
         boost::hs goes far beyond simple coloring. One useful thing you can 
get the
         editor to do is to mark regions. They appear in a small grey line and 
each
         region can be folded or unfolded independently.
       </p>
-<a name="quickbook.editors.kde_support.auto_comment___uncomment_"></a><h5>
-<a name="id2623987"></a>
+<a name="quickbook.editors.kde_support.auto_comment___uncomment_"></a><h4>
+<a name="id466712"></a>
         <a 
href="kde_support.html#quickbook.editors.kde_support.auto_comment___uncomment_">Auto
         Comment / Uncomment </a>
-      </h5>
+      </h4>
 <p>
         Another important feature is the possibility to auto-comment or 
uncomment
         some piece of code (<span class="emphasis"><em>Tools - 
Comment</em></span>). Commented regions
         can be uncommented simple calling the <span 
class="emphasis"><em>uncomment</em></span> command
         while being in it.
       </p>
-<a name="quickbook.editors.kde_support.styles_reference_"></a><h5>
-<a name="id2624024"></a>
+<a name="quickbook.editors.kde_support.styles_reference_"></a><h4>
+<a name="id466754"></a>
         <a 
href="kde_support.html#quickbook.editors.kde_support.styles_reference_">Styles 
reference
         </a>
-      </h5>
+      </h4>
 <div class="informaltable"><table class="table">
 <colgroup>
 <col>
@@ -189,7 +188,7 @@
 <tr>
 <td>
               <p>
-                <span class="bold"><strong>plain text</strong></span>
+                <span class="bold"><b>plain text</b></span>
               </p>
               </td>
 <td>
@@ -206,7 +205,7 @@
 <tr>
 <td>
               <p>
-                <span class="bold"><strong>formatted text</strong></span>
+                <span class="bold"><b>formatted text</b></span>
               </p>
               </td>
 <td>
@@ -223,7 +222,7 @@
 <tr>
 <td>
               <p>
-                <span class="bold"><strong>structure</strong></span>
+                <span class="bold"><b>structure</b></span>
               </p>
               </td>
 <td>
@@ -241,7 +240,7 @@
 <tr>
 <td>
               <p>
-                <span class="bold"><strong>macros</strong></span>
+                <span class="bold"><b>macros</b></span>
               </p>
               </td>
 <td>
@@ -259,7 +258,7 @@
 <tr>
 <td>
               <p>
-                <span class="bold"><strong>templates</strong></span>
+                <span class="bold"><b>templates</b></span>
               </p>
               </td>
 <td>
@@ -276,7 +275,7 @@
 <tr>
 <td>
               <p>
-                <span class="bold"><strong>anchors</strong></span>
+                <span class="bold"><b>anchors</b></span>
               </p>
               </td>
 <td>
@@ -293,7 +292,7 @@
 <tr>
 <td>
               <p>
-                <span class="bold"><strong>comments</strong></span>
+                <span class="bold"><b>comments</b></span>
               </p>
               </td>
 <td>
@@ -310,7 +309,7 @@
 <tr>
 <td>
               <p>
-                <span class="bold"><strong>tables</strong></span>
+                <span class="bold"><b>tables</b></span>
               </p>
               </td>
 <td>
@@ -327,7 +326,7 @@
 <tr>
 <td>
               <p>
-                <span class="bold"><strong>variable lists</strong></span>
+                <span class="bold"><b>variable lists</b></span>
               </p>
               </td>
 <td>
@@ -344,7 +343,7 @@
 <tr>
 <td>
               <p>
-                <span class="bold"><strong>c++ code</strong></span>
+                <span class="bold"><b>c++ code</b></span>
               </p>
               </td>
 <td>
@@ -361,7 +360,7 @@
 <tr>
 <td>
               <p>
-                <span class="bold"><strong>paths</strong></span>
+                <span class="bold"><b>paths</b></span>
               </p>
               </td>
 <td>
@@ -378,7 +377,7 @@
 <tr>
 <td>
               <p>
-                <span class="bold"><strong>IDE specific</strong></span>
+                <span class="bold"><b>IDE specific</b></span>
               </p>
               </td>
 <td>
@@ -394,10 +393,10 @@
 </tr>
 </tbody>
 </table></div>
-<a name="quickbook.editors.kde_support.about_boost__hs"></a><h5>
-<a name="id2624425"></a>
+<a name="quickbook.editors.kde_support.about_boost__hs"></a><h4>
+<a name="id467202"></a>
         <a 
href="kde_support.html#quickbook.editors.kde_support.about_boost__hs">About 
boost::hs</a>
-      </h5>
+      </h4>
 <p>
         <span class="inlinemediaobject"><img 
src="../../images/extra/katepart/boost.hs.logo.png" alt="boost.hs.logo"></span>
       </p>
@@ -408,10 +407,10 @@
       </p>
 <div class="note"><table border="0" summary="Note">
 <tr>
-<td rowspan="2" align="center" valign="top" width="25"><img alt="[Note]" 
src="../../images/note.png"></td>
+<td rowspan="2" align="center" valign="top" width="25"><img alt="[Note]" 
src="../../../../../../doc/html/images/note.png"></td>
 <th align="left">Note</th>
 </tr>
-<tr><td align="left" valign="top">
+<tr><td colspan="2" align="left" valign="top">
 <p>
           </p>
 <p>
@@ -421,11 +420,11 @@
         </p>
 </td></tr>
 </table></div>
-<a name="quickbook.editors.kde_support.installing_boost__hs"></a><h5>
-<a name="id2624488"></a>
+<a name="quickbook.editors.kde_support.installing_boost__hs"></a><h4>
+<a name="id467273"></a>
         <a 
href="kde_support.html#quickbook.editors.kde_support.installing_boost__hs">Installing
         boost::hs</a>
-      </h5>
+      </h4>
 <p>
         There exist an ongoing effort to push boost::hs upstream to the 
KatePart
         project. In a few months KDE may have native Quickbook support! For 
the moment
@@ -436,22 +435,22 @@
       </p>
 <div class="note"><table border="0" summary="Note">
 <tr>
-<td rowspan="2" align="center" valign="top" width="25"><img alt="[Note]" 
src="../../images/note.png"></td>
+<td rowspan="2" align="center" valign="top" width="25"><img alt="[Note]" 
src="../../../../../../doc/html/images/note.png"></td>
 <th align="left">Note</th>
 </tr>
-<tr><td align="left" valign="top">
+<tr><td colspan="2" align="left" valign="top">
 <p>
           </p>
 <p>
-            A copy of boost::hs::quickbook and boost::hs::cpp is available in 
<code class="computeroutput"><span class="identifier">boost</span><span 
class="special">/</span><span class="identifier">tools</span><span 
class="special">/</span><span class="identifier">quickbook</span><span 
class="special">/</span><span class="identifier">extra</span><span 
class="special">/</span><span class="identifier">katepart</span></code>.
+            A copy of boost::hs::quickbook and boost::hs::cpp is available in 
<tt class="computeroutput"><span class="identifier">boost</span><span 
class="special">/</span><span class="identifier">tools</span><span 
class="special">/</span><span class="identifier">quickbook</span><span 
class="special">/</span><span class="identifier">extra</span><span 
class="special">/</span><span class="identifier">katepart</span></tt>.
           </p>
 <p>
         </p>
 </td></tr>
 </table></div>
 <p>
-        In order to install it you must copy the content in the folder <span 
class="bold"><strong>katepart/syntax/</strong></span> to the appropriate 
katepart syntax
-        folder in your machine. In general this folder will be in <span 
class="bold"><strong>/usr/share/apps/katepart/syntax</strong></span>.
+        In order to install it you must copy the content in the folder <span 
class="bold"><b>katepart/syntax/</b></span> to the appropriate katepart syntax
+        folder in your machine. In general this folder will be in <span 
class="bold"><b>/usr/share/apps/katepart/syntax</b></span>.
         A bash script named <span class="emphasis"><em>install.sh</em></span> 
is included that copy
         the files to this folder.
       </p>
@@ -463,7 +462,7 @@
 </tr></table>
 <hr>
 <div class="spirit-nav">
-<a accesskey="p" href="scite.html"><img src="../../images/prev.png" 
alt="Prev"></a><a accesskey="u" href="../editors.html"><img 
src="../../images/up.png" alt="Up"></a><a accesskey="h" 
href="../../index.html"><img src="../../images/home.png" alt="Home"></a><a 
accesskey="n" href="../faq.html"><img src="../../images/next.png" 
alt="Next"></a>
+<a accesskey="p" href="scite.html"><img 
src="../../../../../../doc/html/images/prev.png" alt="Prev"></a><a 
accesskey="u" href="../editors.html"><img 
src="../../../../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" 
href="../../index.html"><img src="../../../../../../doc/html/images/home.png" 
alt="Home"></a><a accesskey="n" href="../faq.html"><img 
src="../../../../../../doc/html/images/next.png" alt="Next"></a>
 </div>
 </body>
 </html>

Index: scite.html
===================================================================
RCS file: 
/cvsroot/boost/boost/tools/quickbook/doc/html/quickbook/editors/scite.html,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- scite.html  4 Jun 2007 15:08:36 -0000       1.4
+++ scite.html  21 Jul 2007 04:56:36 -0000      1.5
@@ -3,29 +3,28 @@
 <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
 <title> Scintilla Text Editor</title>
 <link rel="stylesheet" href="../../boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.70.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.66.1">
 <link rel="start" href="../../index.html" title="Quickbook 1.4">
 <link rel="up" href="../editors.html" title=" Editor Support">
 <link rel="prev" href="../editors.html" title=" Editor Support">
 <link rel="next" href="kde_support.html" title="KDE Support">
 </head>
 <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" 
alink="#0000FF">
-<table cellpadding="2" width="100%">
+<table cellpadding="2" width="100%"><tr>
 <td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" 
src="../../../../../../boost.png"></td>
 <td align="center"><a href="../../../../../../index.htm">Home</a></td>
 <td align="center"><a 
href="../../../../../../libs/libraries.htm">Libraries</a></td>
 <td align="center"><a 
href="../../../../../../people/people.htm">People</a></td>
 <td align="center"><a href="../../../../../../more/faq.htm">FAQ</a></td>
 <td align="center"><a href="../../../../../../more/index.htm">More</a></td>
-</table>
+</tr></table>
 <hr>
 <div class="spirit-nav">
-<a accesskey="p" href="../editors.html"><img src="../../images/prev.png" 
alt="Prev"></a><a accesskey="u" href="../editors.html"><img 
src="../../images/up.png" alt="Up"></a><a accesskey="h" 
href="../../index.html"><img src="../../images/home.png" alt="Home"></a><a 
accesskey="n" href="kde_support.html"><img src="../../images/next.png" 
alt="Next"></a>
+<a accesskey="p" href="../editors.html"><img 
src="../../../../../../doc/html/images/prev.png" alt="Prev"></a><a 
accesskey="u" href="../editors.html"><img 
src="../../../../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" 
href="../../index.html"><img src="../../../../../../doc/html/images/home.png" 
alt="Home"></a><a accesskey="n" href="kde_support.html"><img 
src="../../../../../../doc/html/images/next.png" alt="Next"></a>
 </div>
 <div class="section" lang="en">
 <div class="titlepage"><div><div><h3 class="title">
-<a name="quickbook.editors.scite"></a><a href="scite.html" title=" Scintilla 
Text Editor"> Scintilla Text Editor</a>
-</h3></div></div></div>
+<a name="quickbook.editors.scite"></a><a href="scite.html" title=" Scintilla 
Text Editor"> Scintilla Text Editor</a></h3></div></div></div>
 <div class="blockquote"><blockquote class="blockquote">
 <p>
           </p>
@@ -69,7 +68,7 @@
 </tr></table>
 <hr>
 <div class="spirit-nav">
-<a accesskey="p" href="../editors.html"><img src="../../images/prev.png" 
alt="Prev"></a><a accesskey="u" href="../editors.html"><img 
src="../../images/up.png" alt="Up"></a><a accesskey="h" 
href="../../index.html"><img src="../../images/home.png" alt="Home"></a><a 
accesskey="n" href="kde_support.html"><img src="../../images/next.png" 
alt="Next"></a>
+<a accesskey="p" href="../editors.html"><img 
src="../../../../../../doc/html/images/prev.png" alt="Prev"></a><a 
accesskey="u" href="../editors.html"><img 
src="../../../../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" 
href="../../index.html"><img src="../../../../../../doc/html/images/home.png" 
alt="Home"></a><a accesskey="n" href="kde_support.html"><img 
src="../../../../../../doc/html/images/next.png" alt="Next"></a>
 </div>
 </body>
 </html>


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Boost-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/boost-cvs

Reply via email to