$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
From: grafikrobot_at_[hidden]
Date: 2008-03-01 21:16:39
Author: grafik
Date: 2008-03-01 21:16:38 EST (Sat, 01 Mar 2008)
New Revision: 43448
URL: http://svn.boost.org/trac/boost/changeset/43448
Log:
Edits to make the 1.35.0 notes follow previous formatting.
Text files modified: 
   website/public_html/beta/feed/history.rss              |   142 ++++++++++++++++++++------------------- 
   website/public_html/beta/feed/history/boost_1_35_0.qbk |    71 +++++++++----------                     
   website/public_html/beta/feed/news.rss                 |   142 ++++++++++++++++++++------------------- 
   3 files changed, 181 insertions(+), 174 deletions(-)
Modified: website/public_html/beta/feed/history.rss
==============================================================================
--- website/public_html/beta/feed/history.rss	(original)
+++ website/public_html/beta/feed/history.rss	2008-03-01 21:16:38 EST (Sat, 01 Mar 2008)
@@ -12,84 +12,90 @@
   
   <div id="version_1_35_0.new_libraries">
     <h3><span class="link">New Libraries</span></h3>
-    <p>
-      <a href="/libs/circular_buffer/index.html">circular_buffer</a> - STL
-      compliant container also known as ring or cyclic buffer, from Jan Gaspar.
-    </p>
-  </div>
-  <div id="version_1_35_0.updated_libraries">
-    <h3><span class="link">Updated Libraries</span></h3>
-    <p>
-      <a href="/libs/iostreams/index.html">Iostreams</a> - Framework for defining
-      streams, stream buffers and i/o filters, from Jonathan Turkanis. Highlights:
-    </p>
     <ul>
       <li>
-        Clarified the semantics of close(). This fixes several bugs but will break
-        some existing code. See <a href="/libs/iostreams/doc/index.html?path=12">Release
-        Notes</a> for details.
-      </li>
-      <li>
-        Numerous other bug fixes and optimizations.
-      </li>
-    </ul>
-    <p>
-      <a href="/libs/wave/index.html">Wave</a> - Standards conformant implementation
-      of the mandated C99/C++ preprocessor functionality packed behind an easy to
-      use iterator interface, from Hartmut Kaiser. Highlights:
-    </p>
-    <ul>
-      <li>
-        Added the possibility to continue the preprocessing after an error occured.
-      </li>
-      <li>
-        Added the macro introspection API to the wave::context object.
-      </li>
-      <li>
-        Added threading support to the library.
-      </li>
-      <li>
-        Improved the overall performance by upto 30%.
-      </li>
-      <li>
-        Changed and unified preprocessor hook interface (this is an interface breaking
-        change!), added several new preprocessor hook functions.
-      </li>
-      <li>
-        Added serialization support.
-      </li>
-      <li>
-        Added new examples (for instance: Hannibal - a partial C++ parser, by Danny
-        Havenith).
-      </li>
-      <li>
-        Added a new lexical analyzer based on Ben Hansons Lexertl library.
-      </li>
-      <li>
-        Fixed a large number of other bugs and problems.
+        <span class="library"><a href="/libs/circular_buffer/index.html">circular_buffer</a>:</span> STL
+        compliant container also known as ring or cyclic buffer, from Jan Gaspar.
       </li>
     </ul>
-    <p>
-      <a href="/libs/xpressive/index.html">Xpressive</a> - Regular expressions
-      that can be written as strings or as expression templates, and that can refer
-      to each other and themselves recursively with the power of context-free grammars,
-      from Eric Niebler. Highlights:
-    </p>
+  </div>
+  <div id="version_1_35_0.updated_libraries">
+    <h3><span class="link">Updated Libraries</span></h3>
     <ul>
       <li>
-        Added <em>semantic actions</em> to static regexes. A semantic
-        action is code that executes when part of a regular expression matches.
-      </li>
-      <li>
-        Added <em>custom assertions</em> to static regexes. A custom
-        assertion is a Boolean predicate that can participate in the regex match.
+        <span class="library"><a href="/libs/iostreams/index.html">Iostreams</a>:</span> Framework
+        for defining streams, stream buffers and i/o filters, from Jonathan Turkanis.
+        Highlights:
+        <ul>
+          <li>
+            Clarified the semantics of close(). This fixes several bugs but will
+            break some existing code. See <a href="/libs/iostreams/doc/index.html?path=12">Release
+            Notes</a> for details.
+          </li>
+          <li>
+            Numerous other bug fixes and optimizations.
+          </li>
+        </ul>
       </li>
       <li>
-        Added <em>named regexes</em> for embedding a static or dynamic
-        regex into a dynamic regex. This can be used to create dynamic regex grammars.
+        <span class="library"><a href="/libs/wave/index.html">Wave</a>:</span> Standards conformant
+        implementation of the mandated C99/C++ preprocessor functionality packed
+        behind an easy to use iterator interface, from Hartmut Kaiser. Highlights:
+        <ul>
+          <li>
+            Added the possibility to continue the preprocessing after an error occured.
+          </li>
+          <li>
+            Added the macro introspection API to the wave::context object.
+          </li>
+          <li>
+            Added threading support to the library.
+          </li>
+          <li>
+            Improved the overall performance by upto 30%.
+          </li>
+          <li>
+            Changed and unified preprocessor hook interface (this is an interface
+            breaking change!), added several new preprocessor hook functions.
+          </li>
+          <li>
+            Added serialization support.
+          </li>
+          <li>
+            Added new examples (for instance: Hannibal - a partial C++ parser, by
+            Danny Havenith).
+          </li>
+          <li>
+            Added a new lexical analyzer based on Ben Hansons Lexertl library.
+          </li>
+          <li>
+            Fixed a large number of other bugs and problems.
+          </li>
+        </ul>
       </li>
       <li>
-        Added <em>named captures</em> to dynamic regexes, like Perl.
+        <span class="library"><a href="/libs/xpressive/index.html">Xpressive</a>:</span> Regular
+        expressions that can be written as strings or as expression templates, and
+        that can refer to each other and themselves recursively with the power of
+        context-free grammars, from Eric Niebler. Highlights:
+        <ul>
+          <li>
+            Added <em>semantic actions</em> to static regexes. A semantic
+            action is code that executes when part of a regular expression matches.
+          </li>
+          <li>
+            Added <em>custom assertions</em> to static regexes. A custom
+            assertion is a Boolean predicate that can participate in the regex match.
+          </li>
+          <li>
+            Added <em>named regexes</em> for embedding a static or dynamic
+            regex into a dynamic regex. This can be used to create dynamic regex
+            grammars.
+          </li>
+          <li>
+            Added <em>named captures</em> to dynamic regexes, like Perl.
+          </li>
+        </ul>
       </li>
     </ul>
   </div>
Modified: website/public_html/beta/feed/history/boost_1_35_0.qbk
==============================================================================
--- website/public_html/beta/feed/history/boost_1_35_0.qbk	(original)
+++ website/public_html/beta/feed/history/boost_1_35_0.qbk	2008-03-01 21:16:38 EST (Sat, 01 Mar 2008)
@@ -12,49 +12,44 @@
 
 [section New Libraries]
 
-[@/libs/circular_buffer/index.html circular_buffer] - STL compliant container 
-also known as ring or cyclic buffer, from Jan Gaspar.
+* [phrase library..[@/libs/circular_buffer/index.html circular_buffer]:] STL compliant container 
+  also known as ring or cyclic buffer, from Jan Gaspar.
 
 [endsect]
 
 [section Updated Libraries]
 
-[@/libs/iostreams/index.html Iostreams] - Framework for defining streams, stream 
-buffers and i/o filters, from Jonathan Turkanis. Highlights:
-
-* Clarified the semantics of close(). This fixes several bugs but will break
-  some existing code. See [@/libs/iostreams/doc/index.html?path=12 Release Notes] 
-  for details.
-* Numerous other bug fixes and optimizations.
-
-[@/libs/wave/index.html Wave] - Standards conformant implementation of the 
-mandated C99/C++ preprocessor functionality packed behind an easy to use 
-iterator interface, from Hartmut Kaiser. Highlights:
-
-* Added the possibility to continue the preprocessing after an error occured.
-* Added the macro introspection API to the wave::context object.
-* Added threading support to the library.
-* Improved the overall performance by upto 30%.
-* Changed and unified preprocessor hook interface (this is an interface 
-  breaking change!), added several new preprocessor hook functions.
-* Added serialization support.
-* Added new examples (for instance: Hannibal - a partial C++ parser, by Danny 
-  Havenith).
-* Added a new lexical analyzer based on Ben Hansons Lexertl library.
-* Fixed a large number of other bugs and problems.
-
-[@/libs/xpressive/index.html Xpressive] - Regular expressions that can be
-written as strings or as expression templates, and that can refer to each
-other and themselves recursively with the power of context-free grammars,
-from Eric Niebler. Highlights:
-
-* Added /semantic actions/ to static regexes. A semantic action is code that
-  executes when part of a regular expression matches.
-* Added /custom assertions/ to static regexes. A custom assertion is a Boolean
-  predicate that can participate in the regex match.
-* Added /named regexes/ for embedding a static or dynamic regex into a dynamic
-  regex. This can be used to create dynamic regex grammars.
-* Added /named captures/ to dynamic regexes, like Perl.
+* [phrase library..[@/libs/iostreams/index.html Iostreams]:] Framework for defining streams, stream 
+  buffers and i/o filters, from Jonathan Turkanis. Highlights:
+  * Clarified the semantics of close(). This fixes several bugs but will break
+    some existing code. See [@/libs/iostreams/doc/index.html?path=12 Release Notes] 
+    for details.
+  * Numerous other bug fixes and optimizations.
+* [phrase library..[@/libs/wave/index.html Wave]:] Standards conformant implementation of the 
+  mandated C99/C++ preprocessor functionality packed behind an easy to use 
+  iterator interface, from Hartmut Kaiser. Highlights:
+  * Added the possibility to continue the preprocessing after an error occured.
+  * Added the macro introspection API to the wave::context object.
+  * Added threading support to the library.
+  * Improved the overall performance by upto 30%.
+  * Changed and unified preprocessor hook interface (this is an interface 
+    breaking change!), added several new preprocessor hook functions.
+  * Added serialization support.
+  * Added new examples (for instance: Hannibal - a partial C++ parser, by Danny 
+    Havenith).
+  * Added a new lexical analyzer based on Ben Hansons Lexertl library.
+  * Fixed a large number of other bugs and problems.
+* [phrase library..[@/libs/xpressive/index.html Xpressive]:] Regular expressions that can be
+  written as strings or as expression templates, and that can refer to each
+  other and themselves recursively with the power of context-free grammars,
+  from Eric Niebler. Highlights:
+  * Added /semantic actions/ to static regexes. A semantic action is code that
+    executes when part of a regular expression matches.
+  * Added /custom assertions/ to static regexes. A custom assertion is a Boolean
+    predicate that can participate in the regex match.
+  * Added /named regexes/ for embedding a static or dynamic regex into a dynamic
+    regex. This can be used to create dynamic regex grammars.
+  * Added /named captures/ to dynamic regexes, like Perl.
 
 [endsect]
 
Modified: website/public_html/beta/feed/news.rss
==============================================================================
--- website/public_html/beta/feed/news.rss	(original)
+++ website/public_html/beta/feed/news.rss	2008-03-01 21:16:38 EST (Sat, 01 Mar 2008)
@@ -12,84 +12,90 @@
   
   <div id="version_1_35_0.new_libraries">
     <h3><span class="link">New Libraries</span></h3>
-    <p>
-      <a href="/libs/circular_buffer/index.html">circular_buffer</a> - STL
-      compliant container also known as ring or cyclic buffer, from Jan Gaspar.
-    </p>
-  </div>
-  <div id="version_1_35_0.updated_libraries">
-    <h3><span class="link">Updated Libraries</span></h3>
-    <p>
-      <a href="/libs/iostreams/index.html">Iostreams</a> - Framework for defining
-      streams, stream buffers and i/o filters, from Jonathan Turkanis. Highlights:
-    </p>
     <ul>
       <li>
-        Clarified the semantics of close(). This fixes several bugs but will break
-        some existing code. See <a href="/libs/iostreams/doc/index.html?path=12">Release
-        Notes</a> for details.
-      </li>
-      <li>
-        Numerous other bug fixes and optimizations.
-      </li>
-    </ul>
-    <p>
-      <a href="/libs/wave/index.html">Wave</a> - Standards conformant implementation
-      of the mandated C99/C++ preprocessor functionality packed behind an easy to
-      use iterator interface, from Hartmut Kaiser. Highlights:
-    </p>
-    <ul>
-      <li>
-        Added the possibility to continue the preprocessing after an error occured.
-      </li>
-      <li>
-        Added the macro introspection API to the wave::context object.
-      </li>
-      <li>
-        Added threading support to the library.
-      </li>
-      <li>
-        Improved the overall performance by upto 30%.
-      </li>
-      <li>
-        Changed and unified preprocessor hook interface (this is an interface breaking
-        change!), added several new preprocessor hook functions.
-      </li>
-      <li>
-        Added serialization support.
-      </li>
-      <li>
-        Added new examples (for instance: Hannibal - a partial C++ parser, by Danny
-        Havenith).
-      </li>
-      <li>
-        Added a new lexical analyzer based on Ben Hansons Lexertl library.
-      </li>
-      <li>
-        Fixed a large number of other bugs and problems.
+        <span class="library"><a href="/libs/circular_buffer/index.html">circular_buffer</a>:</span> STL
+        compliant container also known as ring or cyclic buffer, from Jan Gaspar.
       </li>
     </ul>
-    <p>
-      <a href="/libs/xpressive/index.html">Xpressive</a> - Regular expressions
-      that can be written as strings or as expression templates, and that can refer
-      to each other and themselves recursively with the power of context-free grammars,
-      from Eric Niebler. Highlights:
-    </p>
+  </div>
+  <div id="version_1_35_0.updated_libraries">
+    <h3><span class="link">Updated Libraries</span></h3>
     <ul>
       <li>
-        Added <em>semantic actions</em> to static regexes. A semantic
-        action is code that executes when part of a regular expression matches.
-      </li>
-      <li>
-        Added <em>custom assertions</em> to static regexes. A custom
-        assertion is a Boolean predicate that can participate in the regex match.
+        <span class="library"><a href="/libs/iostreams/index.html">Iostreams</a>:</span> Framework
+        for defining streams, stream buffers and i/o filters, from Jonathan Turkanis.
+        Highlights:
+        <ul>
+          <li>
+            Clarified the semantics of close(). This fixes several bugs but will
+            break some existing code. See <a href="/libs/iostreams/doc/index.html?path=12">Release
+            Notes</a> for details.
+          </li>
+          <li>
+            Numerous other bug fixes and optimizations.
+          </li>
+        </ul>
       </li>
       <li>
-        Added <em>named regexes</em> for embedding a static or dynamic
-        regex into a dynamic regex. This can be used to create dynamic regex grammars.
+        <span class="library"><a href="/libs/wave/index.html">Wave</a>:</span> Standards conformant
+        implementation of the mandated C99/C++ preprocessor functionality packed
+        behind an easy to use iterator interface, from Hartmut Kaiser. Highlights:
+        <ul>
+          <li>
+            Added the possibility to continue the preprocessing after an error occured.
+          </li>
+          <li>
+            Added the macro introspection API to the wave::context object.
+          </li>
+          <li>
+            Added threading support to the library.
+          </li>
+          <li>
+            Improved the overall performance by upto 30%.
+          </li>
+          <li>
+            Changed and unified preprocessor hook interface (this is an interface
+            breaking change!), added several new preprocessor hook functions.
+          </li>
+          <li>
+            Added serialization support.
+          </li>
+          <li>
+            Added new examples (for instance: Hannibal - a partial C++ parser, by
+            Danny Havenith).
+          </li>
+          <li>
+            Added a new lexical analyzer based on Ben Hansons Lexertl library.
+          </li>
+          <li>
+            Fixed a large number of other bugs and problems.
+          </li>
+        </ul>
       </li>
       <li>
-        Added <em>named captures</em> to dynamic regexes, like Perl.
+        <span class="library"><a href="/libs/xpressive/index.html">Xpressive</a>:</span> Regular
+        expressions that can be written as strings or as expression templates, and
+        that can refer to each other and themselves recursively with the power of
+        context-free grammars, from Eric Niebler. Highlights:
+        <ul>
+          <li>
+            Added <em>semantic actions</em> to static regexes. A semantic
+            action is code that executes when part of a regular expression matches.
+          </li>
+          <li>
+            Added <em>custom assertions</em> to static regexes. A custom
+            assertion is a Boolean predicate that can participate in the regex match.
+          </li>
+          <li>
+            Added <em>named regexes</em> for embedding a static or dynamic
+            regex into a dynamic regex. This can be used to create dynamic regex
+            grammars.
+          </li>
+          <li>
+            Added <em>named captures</em> to dynamic regexes, like Perl.
+          </li>
+        </ul>
       </li>
     </ul>
   </div>