Boost logo

Boost-Commit :

From: daniel_james_at_[hidden]
Date: 2007-12-02 19:36:20


Author: danieljames
Date: 2007-12-02 19:36:19 EST (Sun, 02 Dec 2007)
New Revision: 41614
URL: http://svn.boost.org/trac/boost/changeset/41614

Log:
Update links for iostreams documentation.

Text files modified:
   branches/fix-links/libs/iostreams/doc/bibliography.html | 8 ++++----
   branches/fix-links/libs/iostreams/doc/classes/array.html | 2 +-
   branches/fix-links/libs/iostreams/doc/classes/bzip2.html | 4 ++--
   branches/fix-links/libs/iostreams/doc/classes/gzip.html | 2 +-
   branches/fix-links/libs/iostreams/doc/classes/null.html | 2 +-
   branches/fix-links/libs/iostreams/doc/classes/zlib.html | 2 +-
   branches/fix-links/libs/iostreams/doc/concepts/device.html | 2 +-
   branches/fix-links/libs/iostreams/doc/concepts/filter.html | 2 +-
   branches/fix-links/libs/iostreams/doc/guide/traits.html | 2 +-
   branches/fix-links/libs/iostreams/doc/guide/views.html | 2 +-
   branches/fix-links/libs/iostreams/doc/home.html | 2 +-
   branches/fix-links/libs/iostreams/doc/installation.html | 2 +-
   branches/fix-links/libs/iostreams/doc/quick_reference.html | 2 +-
   13 files changed, 17 insertions(+), 17 deletions(-)

Modified: branches/fix-links/libs/iostreams/doc/bibliography.html
==============================================================================
--- branches/fix-links/libs/iostreams/doc/bibliography.html (original)
+++ branches/fix-links/libs/iostreams/doc/bibliography.html 2007-12-02 19:36:19 EST (Sun, 02 Dec 2007)
@@ -21,7 +21,7 @@
 <TABLE CELLPADDING=7=2>
 <TR>
     <TH ALIGN="left" VALIGN="top"><A NAME="abrahams1">[Abrahams1]</A></TD><TD WIDTH="1em"></TH>
- <TD>Abrahams, D. <A NAME="abrahams1" HREF="../../../more/generic_exception_safety.html" TARGET="_top">Exception Safety in Generic Components.</A> <I>In</I> M. Jazayeri, R. Loos, D. Musser (eds.), <I>Generic Programming '98, Proc. of a Dagstuhl Seminar</I>, Lecture Notes on Computer Science, Vol. 1766, pp. 69-79. Springer-Verlag Berlin Heidelberg, 2000.
+ <TD>Abrahams, D. <A NAME="abrahams1" HREF="http://beta.boost.org/community/exception_safety.html" TARGET="_top">Exception Safety in Generic Components.</A> <I>In</I> M. Jazayeri, R. Loos, D. Musser (eds.), <I>Generic Programming '98, Proc. of a Dagstuhl Seminar</I>, Lecture Notes on Computer Science, Vol. 1766, pp. 69-79. Springer-Verlag Berlin Heidelberg, 2000.
 </TR>
 <TR>
     <TH ALIGN="left" VALIGN="top"><A NAME="abrahams2">[Abrahams2]</A></TD><TD WIDTH="1em"></TH>
@@ -58,15 +58,15 @@
 <TR>
     <TH ALIGN="left" VALIGN="top"><A NAME="garland">[Garland]</A></TD><TD WIDTH="1em"></TH>
     <TD>Garland, J. <I>Boost ZStream</I>.<A CLASS="footnote_ref" NAME="note_1_ref" HREF="#note_1"><SUP>[1]</SUP></A>
- Available at the Boost Yahoo Files Section (<I>see</I> here for registration information).</TD>
+ Available at the Boost Yahoo Files Section (<I>see</I> here for registration information).</TD>
 </TR>
 <TR>
     <TH ALIGN="left" VALIGN="top"><A NAME="de_halleux">[de Halleux]</A></TD><TD WIDTH="1em"></TH>
- <TD>de Halleux, J. <I>ZipStream</I>. Available at the Boost Yahoo Files Section (<I>see</I> here for registration information), or at The Code Project.</TD>
+ <TD>de Halleux, J. <I>ZipStream</I>. Available at the Boost Yahoo Files Section (<I>see</I> here for registration information), or at The Code Project.</TD>
 </TR>
 <TR>
     <TH ALIGN="left" VALIGN="top"><A NAME="henderson">[Henderson]</A></TD><TD WIDTH="1em"></TH>
- <TD>Henderson, C. <I>Boost Memory Mapped File</I>.<A CLASS="footnote_ref" NAME="note_1_ref" HREF="#note_1"><SUP>[1]</SUP></A> Available in the Boost Sandbox.</TD>
+ <TD>Henderson, C. <I>Boost Memory Mapped File</I>.<A CLASS="footnote_ref" NAME="note_1_ref" HREF="#note_1"><SUP>[1]</SUP></A> Available in the Boost Sandbox.</TD>
 </TR>
 <TR>
     <TH ALIGN="left" VALIGN="top"><A NAME="iso">[I<SPAN STYLE="font-size:80%">SO</SPAN>]</A></TD><TD WIDTH="1em"></TH>

Modified: branches/fix-links/libs/iostreams/doc/classes/array.html
==============================================================================
--- branches/fix-links/libs/iostreams/doc/classes/array.html (original)
+++ branches/fix-links/libs/iostreams/doc/classes/array.html 2007-12-02 19:36:19 EST (Sun, 02 Dec 2007)
@@ -202,7 +202,7 @@
 <H2>Acknowledgments</H2>
 
 <P>
-The concept of Devices which provide unbuffered access to character sequences was suggested by Daryle Walker's array_stream template.
+The concept of Devices which provide unbuffered access to character sequences was suggested by Daryle Walker's array_stream template.
 </P>
 
 <!-- Begin Footer -->

Modified: branches/fix-links/libs/iostreams/doc/classes/bzip2.html
==============================================================================
--- branches/fix-links/libs/iostreams/doc/classes/bzip2.html (original)
+++ branches/fix-links/libs/iostreams/doc/classes/bzip2.html 2007-12-02 19:36:19 EST (Sun, 02 Dec 2007)
@@ -49,7 +49,7 @@
     The bzip2 Filters were influences by the work of Jeff Garland (<A CLASS="bib_ref" HREF="../bibliography.html#garland">[Garland]</A>) and Jonathan de Halleux (<A CLASS="bib_ref" HREF="../bibliography.html#de_halleux">[de Halleux]</A>).
 </P>
 
-Thanks to <A HREF="mailto:jseward_at_[hidden]">Julian Seward</A> for making his excellent library available to the public with a <A HREF="../../../../more/lib_guide.htm#Requirements">Boost-compatible</A> license.
+Thanks to <A HREF="mailto:jseward_at_[hidden]">Julian Seward</A> for making his excellent library available to the public with a <A HREF="http://beta.boost.org/development/requirements.html#Requirements">Boost-compatible</A> license.
 
 <A NAME="headers"></A>
 <H2>Headers</H2>
@@ -325,4 +325,4 @@
 
 <!-- End Footer -->
 
-</BODY>
\ No newline at end of file
+</BODY>

Modified: branches/fix-links/libs/iostreams/doc/classes/gzip.html
==============================================================================
--- branches/fix-links/libs/iostreams/doc/classes/gzip.html (original)
+++ branches/fix-links/libs/iostreams/doc/classes/gzip.html 2007-12-02 19:36:19 EST (Sun, 02 Dec 2007)
@@ -49,7 +49,7 @@
     The gzip Filters were influences by the work of Jeff Garland (<A CLASS="bib_ref" HREF="../bibliography.html#garland">[Garland]</A>) and Jonathan de Halleux (<A CLASS="bib_ref" HREF="../bibliography.html#de_halleux">[de Halleux]</A>).
 </P>
 
-Thanks to <A HREF="mailto:jloup_at_[hidden]">Jean-loup Gailly</A> and <A HREF="mailto:&#109;&#097;&#100;&#108;&#101;&#114;&#064;&#097;&#108;&#117;&#109;&#110;&#105;&#046;&#099;&#097;&#108;&#116;&#101;&#099;&#104;&#046;&#101;&#100;&#117;">Mark Adler</A> for making their excellent library available to the public with a <A HREF="../../../../more/lib_guide.htm#Requirements">Boost-compatible</A> license.
+Thanks to <A HREF="mailto:jloup_at_[hidden]">Jean-loup Gailly</A> and <A HREF="mailto:&#109;&#097;&#100;&#108;&#101;&#114;&#064;&#097;&#108;&#117;&#109;&#110;&#105;&#046;&#099;&#097;&#108;&#116;&#101;&#099;&#104;&#046;&#101;&#100;&#117;">Mark Adler</A> for making their excellent library available to the public with a <A HREF="http://beta.boost.org/development/requirements.html#Requirements">Boost-compatible</A> license.
 
 <A NAME="headers"></A>
 <H2>Headers</H2>

Modified: branches/fix-links/libs/iostreams/doc/classes/null.html
==============================================================================
--- branches/fix-links/libs/iostreams/doc/classes/null.html (original)
+++ branches/fix-links/libs/iostreams/doc/classes/null.html 2007-12-02 19:36:19 EST (Sun, 02 Dec 2007)
@@ -44,7 +44,7 @@
 <H2>Acknowledgments</H2>
 
 <P>
- The templates described here were inspired by Daryle Walker's <CODE>basic_nullbuf</CODE> template. <I>See</I> Disconnected Streams.
+ The templates described here were inspired by Daryle Walker's <CODE>basic_nullbuf</CODE> template. <I>See</I> Disconnected Streams.
 </P>
 
 <A NAME="headers"></A>

Modified: branches/fix-links/libs/iostreams/doc/classes/zlib.html
==============================================================================
--- branches/fix-links/libs/iostreams/doc/classes/zlib.html (original)
+++ branches/fix-links/libs/iostreams/doc/classes/zlib.html 2007-12-02 19:36:19 EST (Sun, 02 Dec 2007)
@@ -48,7 +48,7 @@
     The zlib Filters were influences by the work of Jeff Garland (<A CLASS="bib_ref" HREF="../bibliography.html#garland">[Garland]</A>) and Jonathan de Halleux (<A CLASS="bib_ref" HREF="../bibliography.html#de_halleux">[de Halleux]</A>).
 </P>
 
-Thanks to <A HREF="mailto:jloup_at_[hidden]">Jean-loup Gailly</A> and <A HREF="mailto:&#109;&#097;&#100;&#108;&#101;&#114;&#064;&#097;&#108;&#117;&#109;&#110;&#105;&#046;&#099;&#097;&#108;&#116;&#101;&#099;&#104;&#046;&#101;&#100;&#117;">Mark Adler</A> for making their excellent library available to the public with a <A HREF="../../../../more/lib_guide.htm#Requirements">Boost-compatible</A> license.
+Thanks to <A HREF="mailto:jloup_at_[hidden]">Jean-loup Gailly</A> and <A HREF="mailto:&#109;&#097;&#100;&#108;&#101;&#114;&#064;&#097;&#108;&#117;&#109;&#110;&#105;&#046;&#099;&#097;&#108;&#116;&#101;&#099;&#104;&#046;&#101;&#100;&#117;">Mark Adler</A> for making their excellent library available to the public with a <A HREF="http://beta.boost.org/development/requirements.html#Requirements">Boost-compatible</A> license.
 
 <A NAME="headers"></A>
 <H2>Headers</H2>

Modified: branches/fix-links/libs/iostreams/doc/concepts/device.html
==============================================================================
--- branches/fix-links/libs/iostreams/doc/concepts/device.html (original)
+++ branches/fix-links/libs/iostreams/doc/concepts/device.html 2007-12-02 19:36:19 EST (Sun, 02 Dec 2007)
@@ -240,7 +240,7 @@
 <HR>
 
 <P>
- <A CLASS="footnote_ref" NAME="note_1" HREF="#note_1_ref"><SUP>[1]</SUP></A><A CLASS="bib_ref" HREF="../bibliography.html#iso">[I<SPAN STYLE="font-size:80%">SO</SPAN>]</A>, 24.3.1. <I>See</I> Tag Dispatching for a discussion.
+ <A CLASS="footnote_ref" NAME="note_1" HREF="#note_1_ref"><SUP>[1]</SUP></A><A CLASS="bib_ref" HREF="../bibliography.html#iso">[I<SPAN STYLE="font-size:80%">SO</SPAN>]</A>, 24.3.1. <I>See</I> Tag Dispatching for a discussion.
 </P>
 
 <!-- End Footnotes -->

Modified: branches/fix-links/libs/iostreams/doc/concepts/filter.html
==============================================================================
--- branches/fix-links/libs/iostreams/doc/concepts/filter.html (original)
+++ branches/fix-links/libs/iostreams/doc/concepts/filter.html 2007-12-02 19:36:19 EST (Sun, 02 Dec 2007)
@@ -251,7 +251,7 @@
 <HR>
 
 <P>
- <A CLASS="footnote_ref" NAME="note_1" HREF="#note_1_ref"><SUP>[1]</SUP></A><A CLASS="bib_ref" HREF="../bibliography.html#iso">[I<SPAN STYLE="font-size:80%">SO</SPAN>]</A>, 24.3.1. <I>See</I> Tag Dispatching for a discussion.
+ <A CLASS="footnote_ref" NAME="note_1" HREF="#note_1_ref"><SUP>[1]</SUP></A><A CLASS="bib_ref" HREF="../bibliography.html#iso">[I<SPAN STYLE="font-size:80%">SO</SPAN>]</A>, 24.3.1. <I>See</I> Tag Dispatching for a discussion.
 </P>
 
 <!-- End Footnotes -->

Modified: branches/fix-links/libs/iostreams/doc/guide/traits.html
==============================================================================
--- branches/fix-links/libs/iostreams/doc/guide/traits.html (original)
+++ branches/fix-links/libs/iostreams/doc/guide/traits.html 2007-12-02 19:36:19 EST (Sun, 02 Dec 2007)
@@ -283,7 +283,7 @@
 <HR>
 
 <P>
- <A CLASS="footnote_ref" NAME="note_1" HREF="#note_1_ref"><SUP>[1]</SUP></A><A CLASS="bib_ref" href="../bibliography.html#iso">[I<SPAN STYLE="font-size:80%">SO</SPAN>]</A> 24.3.1. <I>See</I> Tag Dispatching for a discussion.
+ <A CLASS="footnote_ref" NAME="note_1" HREF="#note_1_ref"><SUP>[1]</SUP></A><A CLASS="bib_ref" href="../bibliography.html#iso">[I<SPAN STYLE="font-size:80%">SO</SPAN>]</A> 24.3.1. <I>See</I> Tag Dispatching for a discussion.
 </P>
 
 <!-- End Footnotes -->

Modified: branches/fix-links/libs/iostreams/doc/guide/views.html
==============================================================================
--- branches/fix-links/libs/iostreams/doc/guide/views.html (original)
+++ branches/fix-links/libs/iostreams/doc/guide/views.html 2007-12-02 19:36:19 EST (Sun, 02 Dec 2007)
@@ -30,7 +30,7 @@
 <HR STYLE="margin-top:1em">
 
 <P>
- Boost.Iostreams provides a number of templates for combining one or more Filters or Devices to produce a Filter or Device that performs i/o by delegating to the given components in a straightforward way. Each view consists of a class template, whose template parameters represnt the component Filters and Devices, together with an object generator.
+ Boost.Iostreams provides a number of templates for combining one or more Filters or Devices to produce a Filter or Device that performs i/o by delegating to the given components in a straightforward way. Each view consists of a class template, whose template parameters represnt the component Filters and Devices, together with an object generator.
 </P>
     
 <P>

Modified: branches/fix-links/libs/iostreams/doc/home.html
==============================================================================
--- branches/fix-links/libs/iostreams/doc/home.html (original)
+++ branches/fix-links/libs/iostreams/doc/home.html 2007-12-02 19:36:19 EST (Sun, 02 Dec 2007)
@@ -51,7 +51,7 @@
 <H2>Overview</H2>
 
 <P>
- At the heart of Boost.Iostreams are a collection of concepts and set of templates which turn models of these concepts into C++ standard library streams and stream buffers.
+ At the heart of Boost.Iostreams are a collection of concepts and set of templates which turn models of these concepts into C++ standard library streams and stream buffers.
 </P>
 
 <H3>Concepts</H3>

Modified: branches/fix-links/libs/iostreams/doc/installation.html
==============================================================================
--- branches/fix-links/libs/iostreams/doc/installation.html (original)
+++ branches/fix-links/libs/iostreams/doc/installation.html 2007-12-02 19:36:19 EST (Sun, 02 Dec 2007)
@@ -76,7 +76,7 @@
 <H2>Building with Boost.Build</H2>
 
 <P>
- To build with Boost.Build, run <I>bjam</I> from the directory <CODE>libs/iostreams/build</CODE>, or from the Boost root directory. If you want to use the compression filters, you may need to set several Boost.Build variables indicating where the source files or pre-built binaries are located. These variables are summarized in the following table.
+ To build with Boost.Build, run <I>bjam</I> from the directory <CODE>libs/iostreams/build</CODE>, or from the Boost root directory. If you want to use the compression filters, you may need to set several Boost.Build variables indicating where the source files or pre-built binaries are located. These variables are summarized in the following table.
 </P>
 <P>
     On most UNIX systems, it should not be necessary to set any of these variables, since the zlib and libbz2 headers and binaries are already installed in locations where they will be found automatically. On Windows, the zlib and bzip2 filters are disabled by default; to enable support for these filters, you will need to set variables indicating the location of the source files, if building from the source, or the location of the headers and binaries, if using pre-built binaries.

Modified: branches/fix-links/libs/iostreams/doc/quick_reference.html
==============================================================================
--- branches/fix-links/libs/iostreams/doc/quick_reference.html (original)
+++ branches/fix-links/libs/iostreams/doc/quick_reference.html 2007-12-02 19:36:19 EST (Sun, 02 Dec 2007)
@@ -323,7 +323,7 @@
 <H2>Views</H2>
 
 <P>
- Each view consists of one or more class templates together with an object generator. <I>See</I> Views.
+ Each view consists of one or more class templates together with an object generator. <I>See</I> Views.
 <P>
 
 <TABLE STYLE="margin-bottom:1em" BORDER="1" CELLPADDING="6" CELLSPACING="1">


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