Update of /cvsroot/boost/boost/tools/quickbook/doc/html/quickbook
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv7436/doc/html/quickbook
Modified Files:
change_log.html editors.html faq.html intro.html ref.html
Log Message:
* Simple markups can now span a whole block.
* __blurbs__, __admonitions__ and table cells (see __tables__) may now
contain paragraphs.
* `\n` and `[br]` are now deprecated.
Index: change_log.html
===================================================================
RCS file:
/cvsroot/boost/boost/tools/quickbook/doc/html/quickbook/change_log.html,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -d -r1.30 -r1.31
--- change_log.html 21 Feb 2007 00:48:29 -0000 1.30
+++ change_log.html 27 Feb 2007 15:22:15 -0000 1.31
@@ -26,7 +26,7 @@
<div class="titlepage"><div><div><h2 class="title" style="clear: both">
<a name="quickbook.change_log"></a><a href="change_log.html" title=" Change
Log"> Change Log</a></h2></div></div></div>
<a name="quickbook.change_log.version_1_3"></a><h3>
-<a name="id384608"></a>
+<a name="id383401"></a>
<a href="change_log.html#quickbook.change_log.version_1_3">Version
1.3</a>
</h3>
<div class="itemizedlist"><ul type="disc">
@@ -118,19 +118,22 @@
Quickbook blocks can nest inside comments.
</li>
<li>
- Line-end terminated comments are now allowed. Example:
-
- <tt class="computeroutput"><span class="special">[//</span> <span
class="identifier">some</span>
- <span class="identifier">comment</span></tt>
-</li>
+<a href="syntax/block.html#quickbook.syntax.block.import"
title="Import">Import</a> facility.
+ </li>
<li>
- Comments are now passed through to XML as-is.
+ Callouts on imported code
</li>
<li>
-<a href="syntax/block.html#quickbook.syntax.block.import"
title="Import">Import</a> facility.
+ Simple markups can now span a whole block.
</li>
<li>
- Callouts on imported code
+<a href="syntax/block.html#quickbook.syntax.block.blurbs"
title="Blurbs">Blurbs</a>, <a
href="syntax/block.html#quickbook.syntax.block.admonitions"
title="Admonitions">Admonitions</a>
+ and table cells (see <a
href="syntax/block.html#quickbook.syntax.block.tables"
title="Tables">Tables</a>)
+ may now contain paragraphs.
+ </li>
+<li>
+<tt class="computeroutput"><span class="special">\</span><span
class="identifier">n</span></tt>
+ and <tt class="computeroutput"><span class="special">[</span><span
class="identifier">br</span><span class="special">]</span></tt> are now
deprecated.
</li>
</ul></div>
</div>
Index: editors.html
===================================================================
RCS file: /cvsroot/boost/boost/tools/quickbook/doc/html/quickbook/editors.html,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- editors.html 25 Dec 2006 00:10:58 -0000 1.3
+++ editors.html 27 Feb 2007 15:22:16 -0000 1.4
@@ -1,8 +1,7 @@
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
-<title>
- Editor Support</title>
+<title> Editor Support</title>
<link rel="stylesheet" href="../boostbook.css" type="text/css">
<meta name="generator" content="DocBook XSL Stylesheets V1.66.1">
<link rel="start" href="../index.html" title="Quickbook 1.4">
@@ -25,20 +24,18 @@
</div>
<div class="section" lang="en">
<div class="titlepage"><div><div><h2 class="title" style="clear: both">
-<a name="quickbook.editors"></a><a href="editors.html" title="
- Editor Support">
- Editor Support</a></h2></div></div></div>
+<a name="quickbook.editors"></a><a href="editors.html" title=" Editor
Support"> Editor Support</a></h2></div></div></div>
<div class="toc"><dl><dt><span class="section"><a href="editors/scite.html">
Scintilla Text Editor</a></span></dt></dl></div>
<p>
Editing quickbook files is usually done with text editors both simple
and powerful.
The following sections list the settings for some editors which can help
make
editing quickbook files a bit easier.
</p>
-<p class="blurb">
+<div class="sidebar"><p>
<span class="inlinemediaobject"><img src="../images/note.png"
alt="note"></span> You may submit your settings, tips, and suggestions to
the authors, or through the <a
href="https://lists.sourceforge.net/lists/listinfo/boost-" target="_top">docs
Boost Docs mailing list</a>.
- </p>
+ </p></div>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision"
width="100%"><tr>
<td align="left"></td>
Index: faq.html
===================================================================
RCS file: /cvsroot/boost/boost/tools/quickbook/doc/html/quickbook/faq.html,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- faq.html 21 Feb 2007 00:48:29 -0000 1.7
+++ faq.html 27 Feb 2007 15:22:16 -0000 1.8
@@ -1,8 +1,7 @@
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
-<title> Frequently
- Asked Questions</title>
+<title> Frequently Asked Questions</title>
<link rel="stylesheet" href="../boostbook.css" type="text/css">
<meta name="generator" content="DocBook XSL Stylesheets V1.66.1">
<link rel="start" href="../index.html" title="Quickbook 1.4">
@@ -25,21 +24,24 @@
</div>
<div class="section" lang="en">
<div class="titlepage"><div><div><h2 class="title" style="clear: both">
-<a name="quickbook.faq"></a><a href="faq.html" title=" Frequently
- Asked Questions"> Frequently
- Asked Questions</a></h2></div></div></div>
+<a name="quickbook.faq"></a><a href="faq.html" title=" Frequently Asked
Questions"> Frequently Asked Questions</a></h2></div></div></div>
<a
name="quickbook.faq.can_i_use_quickbook_for_non_boost_documentation_"></a><h3>
-<a name="id461346"></a>
+<a name="id461946"></a>
<a
href="faq.html#quickbook.faq.can_i_use_quickbook_for_non_boost_documentation_">Can
I use QuickBook for non-Boost documentation?</a>
</h3>
<p>
QuickBook can be used for non-Boost documentation with a little extra
work.
- <br>
</p>
-<div class="blockquote"><blockquote class="blockquote"><p>
- <span class="emphasis"><em>Faq contributed by Michael
Marcin</em></span>
- </p></blockquote></div>
+<div class="blockquote"><blockquote class="blockquote">
+<p>
+ </p>
+<p>
+ <span class="emphasis"><em>Faq contributed by Michael
Marcin</em></span>
+ </p>
+<p>
+ </p>
+</blockquote></div>
<p>
When building HTML documentation with BoostBook a Boost C++ Libraries
header
is added to the files. When using QuickBook to document projects outside
of
@@ -58,8 +60,8 @@
:
my_doc
:
- <xsl:param>boost.image.src=images/my_project_logo.png
- <xsl:param>boost.image.alt="\"My Project\""
+ <xsl:param>boost.image.src<tt
class="literal">images/my_project_logo.png
+ <xsl:param>boost.image.alt</tt>"\"My Project\""
<xsl:param>boost.image.w=100
<xsl:param>boost.image.h=50
<xsl:param>nav.layout=none
Index: intro.html
===================================================================
RCS file: /cvsroot/boost/boost/tools/quickbook/doc/html/quickbook/intro.html,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- intro.html 20 Dec 2006 15:41:41 -0000 1.12
+++ intro.html 27 Feb 2007 15:22:16 -0000 1.13
@@ -25,20 +25,36 @@
<div class="section" lang="en">
<div class="titlepage"><div><div><h2 class="title" style="clear: both">
<a name="quickbook.intro"></a><a href="intro.html" title=" Introduction">
Introduction</a></h2></div></div></div>
-<div class="blockquote"><blockquote class="blockquote"><p>
- <span class="bold"><b><span class="emphasis"><em>“<span
class="quote">Why program by hand in five days what
- you can spend five years of your life
automating?</span>”</em></span></b></span><br>
- <br> -- Terrence Parr, author ANTLR/PCCTS
- </p></blockquote></div>
+<div class="blockquote"><blockquote class="blockquote">
+<p>
+ </p>
+<p>
+ <span class="bold"><b><span class="emphasis"><em>“<span
class="quote">Why program by hand in five days
+ what you can spend five years of your life
automating?</span>”</em></span></b></span>
+ </p>
+<p>
+ </p>
+<p>
+ -- Terrence Parr, author ANTLR/PCCTS
+ </p>
+<p>
+ </p>
+</blockquote></div>
<p>
Well, QuickBook started as a weekend hack. It was originally intended to
be
a sample application using <a href="http://spirit.sourceforge.net"
target="_top">Spirit</a>.
What is it? What you are viewing now, this documentation, is
autogenerated
by QuickBook. These files were generated from one master:
</p>
-<div class="blockquote"><blockquote class="blockquote"><p>
- <a href="../../quickbook.qbk" target="_top">quickbook.qbk</a>
- </p></blockquote></div>
+<div class="blockquote"><blockquote class="blockquote">
+<p>
+ </p>
+<p>
+ <a href="../../quickbook.qbk" target="_top">quickbook.qbk</a>
+ </p>
+<p>
+ </p>
+</blockquote></div>
<p>
Originally named QuickDoc, this funky tool that never dies evolved into
a funkier
tool thanks to Eric Niebler who resurrected the project making it
generate
Index: ref.html
===================================================================
RCS file: /cvsroot/boost/boost/tools/quickbook/doc/html/quickbook/ref.html,v
retrieving revision 1.59
retrieving revision 1.60
diff -u -d -r1.59 -r1.60
--- ref.html 21 Feb 2007 00:48:29 -0000 1.59
+++ ref.html 27 Feb 2007 15:22:16 -0000 1.60
@@ -6,8 +6,7 @@
<meta name="generator" content="DocBook XSL Stylesheets V1.66.1">
<link rel="start" href="../index.html" title="Quickbook 1.4">
<link rel="up" href="../index.html" title="Quickbook 1.4">
-<link rel="prev" href="faq.html" title=" Frequently
- Asked Questions">
+<link rel="prev" href="faq.html" title=" Frequently Asked Questions">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084"
alink="#0000FF">
<table cellpadding="2" width="100%">
@@ -29,7 +28,7 @@
[cpp]
[...1033 lines suppressed...]
-<td><tt class="literal">[include someother.qbk]</tt></td>
-<td><a href="syntax/block.html#quickbook.syntax.block.include"
title="Include">Include</a></td>
+<td>
+ <p>
+ include
+ </p>
+ </td>
+<td>
+ <p>
+ <tt class="literal">[include someother.qbk]</tt>
+ </p>
+ </td>
+<td>
+ <p>
+ <a href="syntax/block.html#quickbook.syntax.block.include"
title="Include">Include</a>
+ </p>
+ </td>
</tr>
</tbody>
</table>
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Boost-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/boost-cvs