summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDave Abrahams <dave@boostpro.com>2004-01-29 03:43:14 +0000
committerDave Abrahams <dave@boostpro.com>2004-01-29 03:43:14 +0000
commit5f0519ce598654572acf45b0d1294d1113f626ed (patch)
tree65b208a191a62b9990eb0011fd71bd3bab9c5a38
parent7df0ff84eff1a7eaeacd5b28afb1301157f36f81 (diff)
downloadboost-5f0519ce598654572acf45b0d1294d1113f626ed.tar.gz
Some html corrections
[SVN r22040]
-rw-r--r--index.htm70
1 files changed, 38 insertions, 32 deletions
diff --git a/index.htm b/index.htm
index 4a3b1ecb73..04703876c8 100644
--- a/index.htm
+++ b/index.htm
@@ -23,7 +23,7 @@
CVS</a><br>
.&nbsp;<a href="more/license_info.html">License</a><br>
.&nbsp;<a href="more/getting_started.html">Getting Started</a><br>
- </A>.&nbsp;Regression Tests:<br>
+ .&nbsp;Regression Tests:<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="status/compiler_status.html">General
Info</a><br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="http://boost.sourceforge.net/regression-logs">Test
@@ -120,7 +120,8 @@
<!-- Search Google -->
<h2><a name="Latest News">Latest News</a></h2>
<h3>January 26, 2004 - Version 1.31.0</h3>
- <ul>
+
+
<h4>New License</h4>
A unified <a href="more/license_info.html">Boost Software License</a> has been
developed and will gradually replace the individual licenses for most Boost libraries.
@@ -144,45 +145,48 @@
</blockquote>
<h4>Build and Installation</h4>
-
+ <ul>
+ <li>
New <a href="more/getting_started.html">Getting
Started</a> procedures ease download and
- installation, from Rene Rivera and others.<li>
+ installation, from Rene Rivera and others.
+
+ <li>
Improved support for libraries requiring
<a href="more/separate_compilation.html">separate
compilation</a>, from John Maddock and others.
+ </ul>
<h4>New Libraries</h4>
+ <ul>
<li>
- <a
- href="libs/utility/enable_if.html">enable_if</a>:
- Selective inclusion of function template
- overloads, from Jaakko Järvi, Jeremiah
- Willcock, and Andrew Lumsdaine. This is
- an important new technique which
- exploits the <em>SFINAE</em>
+ <a href="libs/utility/enable_if.html">enable_if</a>: Selective
+ inclusion of function template overloads, from Jaakko Järvi, Jeremiah
+ Willcock, and Andrew Lumsdaine. This is an important new technique
+ which exploits the <em>SFINAE</em>
(substitution-failure-is-not-an-error) principle.&nbsp;
<li>
- <a
- href="libs/variant/index.html">Variant
- Library</a>: Safe, generic, stack-based
- discriminated union container, from Eric
- Friedman and Itay Maman.
-
+ <a href="libs/variant/index.html">Variant Library</a>: Safe, generic,
+ stack-based discriminated union container, from Eric Friedman and Itay
+ Maman.
+ </ul>
<h4>Updated Libraries</h4>
+ <ul>
<li>
- <a href="libs/compose/index.htm">Compose</a>: This library has been deprecated
- and will be removed in a future release. Use <a href="libs/bind/bind.html">Bind</a>
- or <a href="libs/lambda/doc/index.html">Lambda</a>
- instead.
+ <a href="libs/compose/index.htm">Compose</a>: This library has been
+ deprecated and will be removed in a future release. Use <a
+ href="libs/bind/bind.html">Bind</a> or <a
+ href="libs/lambda/doc/index.html">Lambda</a> instead.
+ </li>
+
<li>
- <a href="libs/date_time/doc/index.html">Date Time Library:</a> A whole host of
- bug fixes, new features, and documentation improvements. See <a href="libs/date_time/doc/Changes.html">
- Date Time Change History</a>
- for details.
+ <a href="libs/date_time/doc/index.html">Date Time Library:</a> A whole
+ host of bug fixes, new features, and documentation
+ improvements. See <a href="libs/date_time/doc/Changes.html"> Date Time
+ Change History</a> for details.
<li>
<a href="libs/filesystem/doc/index.htm">Filesystem Library</a>: Several
@@ -246,17 +250,19 @@
<li>Numerous bug fixes and QOI stuff</li>
<li><i>...and more...</i></li>
</ul>
- </li>
+
Starting from Spirit v1.8.0, ill conforming compilers will no longer be
supported. If you are still using one of these older compilers,
please use Spirit v1.6.x. See <a href="http://spirit.sf.net">Spirit's Site</a>
for more details.
- <li>
- Expanded testing and fixes for non-conforming
- compilers.</li>
- <li>
- Web site hosting now provided by
- <a href="http://www.sourceforge.net/">SourceForge</a>.</li>
+ </li>
+ </ul>
+
+ <h4>Miscellaneous</h4>
+ <ul>
+ <li>Expanded testing and fixes for non-conforming compilers.</li>
+ <li>Web site hosting now provided by
+ <a href="http://www.sourceforge.net/">SourceForge</a>.
</ul>
<h3>August 19, 2003 - Version 1.30.2 (bugfix release)</h3>