Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r51329 - trunk/libs/serialization/doc
From: ramey_at_[hidden]
Date: 2009-02-19 11:04:58


Author: ramey
Date: 2009-02-19 11:04:58 EST (Thu, 19 Feb 2009)
New Revision: 51329
URL: http://svn.boost.org/trac/boost/changeset/51329

Log:
Added Tips An Tricks section
Text files modified:
   trunk/libs/serialization/doc/contents.html | 1
   trunk/libs/serialization/doc/faq.html | 44 ++++++++++++++++++++++++++++++++++++---
   2 files changed, 41 insertions(+), 4 deletions(-)

Modified: trunk/libs/serialization/doc/contents.html
==============================================================================
--- trunk/libs/serialization/doc/contents.html (original)
+++ trunk/libs/serialization/doc/contents.html 2009-02-19 11:04:58 EST (Thu, 19 Feb 2009)
@@ -296,6 +296,7 @@
     <!--
     <dt><img style="display:none" src="dot.gif"><a target="detail" href="configuration.html">Configuration Information</a></dt>
     -->
+ <dt><img style="display:none" src="dot.gif"><a target="detail" href="faq.html">Tips and Tricks</a>
     <dt><img style="display:none" src="plus.gif" id="rationale"><a target="detail" href="rationale.html">Rationale</a></dt>
     <dd><div id="rationale_detail"><dl class="page-index">
       <dt><img style="display:none" src="dot.gif"><a target="detail" href="rationale.html#serialization">The term "serialization" is preferred to "persistence"</a></dt>

Modified: trunk/libs/serialization/doc/faq.html
==============================================================================
--- trunk/libs/serialization/doc/faq.html (original)
+++ trunk/libs/serialization/doc/faq.html 2009-02-19 11:04:58 EST (Thu, 19 Feb 2009)
@@ -7,11 +7,47 @@
 http://www.boost.org/LICENSE_1_0.txt)
 -->
 <head>
-<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<link rel="stylesheet" type="text/css" href="../../../boost.css">
-<link rel="stylesheet" type="text/css" href="style.css">
-<title>Serialization - FAQ</title>
+ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+ <link rel="stylesheet" type="text/css" href="../../../boost.css">
+ <link rel="stylesheet" type="text/css" href="style.css">
+ <title>Serialization - Tips and Tricks</title>
 </head>
 <body link="#0000ff" vlink="#800080">
+ <table border="0" cellpadding="7" cellspacing="0" width="100%" summary="header">
+ <tr>
+ <td valign="top" width="300">
+ <h3>
+ <a href="../../../index.htm">
+ <img height="86" width="277" alt="C++ Boost" src="../../../boost.png" border="0"></a></h3>
+ </td>
+ <td valign="top">
+ <h1 align="center">
+ Serialization</h1>
+ <h2 align="center">
+ Tips and Tricks</h2>
+ </td>
+ </tr>
+ </table>
+ <hr>
+This section will be used to list answers to questions raise in the mailing
+lists. Most of these are due to subtle aspects of the library which are
+overlooked even though they might be described in the documenation. Often,
+these issues are very easy to address - but can be excruciating difficult to
+find. Should you have such an experience, feel free to vent your frustration
+in a constructive way by adding in your own item. The best way to do this
+is to create a "TRAK" item
+which includes the text you want to add to this list.
+
+ <ul>
+ <li><h4>
+ <a name="differences_1_37"></a>Differences from Boost 1.37</h2>
+ </h4></li>
+ </ul>
+ <hr>
+ <p>
+ <i>&copy; Copyright Robert Ramey 2002-2009. Distributed
+ under the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt
+ or copy at http://www.boost.org/LICENSE_1_0.txt) </i>
+ </p>
 </body>
 </html>


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk