Initial Graph and Regex HTML integration

[SVN r7849]
This commit is contained in:
Beman Dawes
2000-09-26 19:02:50 +00:00
parent 4dbf30d14e
commit 61696218da
10 changed files with 13 additions and 13 deletions

View File

@ -14,7 +14,7 @@
&nbsp; <TABLE BORDER="0" CELLSPACING="0" CELLPADDING="7" WIDTH="100%">
<TR>
<TD VALIGN="TOP" WIDTH="50%"> <H3>
<IMG SRC="c++boost.gif" HEIGHT="86" WIDTH="276" ALT="C++ Boost"></H3>
<IMG SRC="../../c++boost.gif" HEIGHT="86" WIDTH="276" ALT="C++ Boost"></H3>
</TD>
<TD VALIGN="TOP" WIDTH="50%"> <CENTER>
<H3> Regex++, Appendices.</H3>
@ -1896,7 +1896,7 @@ home page for this library is at
<A
HREF="http://ourworld.compuserve.com/homepages/John_Maddock/regexpp.htm">http://ourworld.compuserve.com/homepages/John_Maddock/regexpp.htm</A>,
and the official boost version can be obtained from
<A HREF="http://www.boost.org/libraries">www.boost.org/libraries</A>. <P>I am
<A HREF="file:///c:/boost/site/libraries.htm">www.boost.org/libraries</A>. <P>I am
indebted to Robert Sedgewick's &quot;Algorithms in C++&quot; for forcing me to
think about algorithms and their performance, and to the folks at boost for
forcing me to <I>think</I>, period. The following people have all contributed

View File

@ -14,7 +14,7 @@
&nbsp; <TABLE BORDER="0" CELLSPACING="0" CELLPADDING="7" WIDTH="100%">
<TR>
<TD VALIGN="TOP" WIDTH="50%"> <H3>
<IMG SRC="c++boost.gif" HEIGHT="86" WIDTH="276" ALT="C++ Boost"></H3>
<IMG SRC="../../c++boost.gif" HEIGHT="86" WIDTH="276" ALT="C++ Boost"></H3>
</TD>
<TD VALIGN="TOP" WIDTH="50%"> <CENTER>
<H3> Regex++, FAQ.</H3>

View File

@ -14,7 +14,7 @@
&nbsp; <TABLE BORDER="0" CELLSPACING="0" CELLPADDING="7" WIDTH="100%">
<TR>
<TD VALIGN="TOP" WIDTH="50%"> <H3>
<IMG SRC="c++boost.gif" HEIGHT="86" WIDTH="276" ALT="C++ Boost"></H3>
<IMG SRC="../../c++boost.gif" HEIGHT="86" WIDTH="276" ALT="C++ Boost"></H3>
</TD>
<TD VALIGN="TOP" WIDTH="50%"> <CENTER>
<H3> Regex++, Format String Reference.</H3>

View File

@ -15,7 +15,7 @@ content="C:\PROGRAM FILES\MICROSOFT OFFICE\OFFICE\html.dot">
<table border="0" cellpadding="7" cellspacing="0" width="100%">
<tr>
<td valign="top" width="50%"><h3><img src="c++boost.gif"
<td valign="top" width="50%"><h3><img src="../../c++boost.gif"
alt="C++ Boost" width="276" height="86"></h3>
</td>
<td valign="top" width="50%"><h3 align="center">Regex++,

View File

@ -16,7 +16,7 @@
&nbsp; <TABLE BORDER="0" CELLSPACING="0" CELLPADDING="7" WIDTH="100%">
<TR>
<TD VALIGN="TOP" WIDTH="50%"> <H3>
<IMG SRC="c++boost.gif" HEIGHT="86" WIDTH="277" ALT="C++ Boost"></H3>
<IMG SRC="../../c++boost.gif" HEIGHT="86" WIDTH="277" ALT="C++ Boost"></H3>
</TD>
<TD VALIGN="TOP" WIDTH="50%"> <CENTER>
<H3> Regex++, Index.</H3>

View File

@ -17,7 +17,7 @@ content="C:\PROGRAM FILES\MICROSOFT OFFICE\OFFICE\html.dot">
<table border="0" cellpadding="7" cellspacing="0" width="100%">
<tr>
<td valign="top" width="50%"><h3><img src="c++boost.gif"
<td valign="top" width="50%"><h3><img src="../../c++boost.gif"
alt="C++ Boost" width="277" height="86"></h3>
</td>
<td valign="top" width="50%"><h3 align="center">Regex++,

View File

@ -14,7 +14,7 @@
&nbsp; <TABLE BORDER="0" CELLSPACING="0" CELLPADDING="7" WIDTH="100%">
<TR>
<TD VALIGN="TOP" WIDTH="50%"> <H3>
<IMG SRC="c++boost.gif" HEIGHT="86" WIDTH="276" ALT="C++ Boost"></H3>
<IMG SRC="../../c++boost.gif" HEIGHT="86" WIDTH="276" ALT="C++ Boost"></H3>
</TD>
<TD VALIGN="TOP" WIDTH="50%"> <CENTER>
<H3> Regex++, POSIX API Reference.</H3>

View File

@ -14,7 +14,7 @@
&nbsp; <TABLE BORDER="0" CELLSPACING="0" CELLPADDING="7" WIDTH="100%">
<TR>
<TD VALIGN="TOP" WIDTH="50%"> <H3>
<IMG SRC="c++boost.gif" HEIGHT="86" WIDTH="276" ALT="C++ Boost"></H3>
<IMG SRC="../../c++boost.gif" HEIGHT="86" WIDTH="276" ALT="C++ Boost"></H3>
</TD>
<TD VALIGN="TOP" WIDTH="50%"> <CENTER>
<H3> Regex++, Regular Expression Syntax.</H3>

View File

@ -16,7 +16,7 @@ content="C:\PROGRAM FILES\MICROSOFT OFFICE\OFFICE\html.dot">
<table border="0" cellpadding="7" cellspacing="0" width="100%">
<tr>
<td valign="top" width="50%"><h3 align="right"><img
src="c++boost.gif" alt="C++ Boost" width="276"
src="../../c++boost.gif" alt="C++ Boost" width="276"
height="86"></h3>
</td>
<td valign="top" width="50%"><h2 align="center">Regex++,
@ -329,7 +329,7 @@ flags have the following effects: <br>
<h3><a name="bad_expression"></a>Exception classes.</h3>
<p>#include &lt;<a href="../../boost/pat_except.hpp">boost/pat_except.hpp</a>&gt;
<p>#include &lt;<a href="../../boost/pattern_except.hpp">boost/pat_except.hpp</a>&gt;
</p>
<p>An instance of <i>bad_expression</i> is thrown whenever a bad
@ -2048,7 +2048,7 @@ follows: <br>
</tr>
</table>
<p>Example: the following <a href="demo/snipptes/snip4.cpp">example</a>
<p>Example: the following <a href="demo/snippets/snip4.cpp">example</a>
takes C/C++ source code as input, and outputs syntax highlighted
HTML code. </p>

View File

@ -15,7 +15,7 @@
<BODY BGCOLOR="#FFFFFF" LINK="#0000FF" VLINK="#800080">
<TABLE BORDER="0" CELLPADDING="7" CELLSPACING="0" WIDTH="624">
<TR>
<TD VALIGN="top" WIDTH="50%"><H3><IMG SRC="c++boost.gif" WIDTH="276"
<TD VALIGN="top" WIDTH="50%"><H3><IMG SRC="../../c++boost.gif" WIDTH="276"
HEIGHT="86" ALT="C++ Boost"> </H3>
</TD>
<TD VALIGN="top" WIDTH="50%"><H3 ALIGN="center">Regex++, Traits Class