diff options
author | Andreas Huber <ahd6974-boostorg@live.com> | 2006-12-04 12:15:09 +0000 |
---|---|---|
committer | Andreas Huber <ahd6974-boostorg@live.com> | 2006-12-04 12:15:09 +0000 |
commit | 2f67e5f729ac25789fcb247572600a5a560bacb9 (patch) | |
tree | e528510756e561c76897431517a20faf268be7eb /more/writingdoc/template/faq.html | |
parent | 439f7a19ba55f11f30d938d2fbc0464730c39b5a (diff) | |
download | boost-2f67e5f729ac25789fcb247572600a5a560bacb9.tar.gz |
Fixed license & copyright issues and converted to HTML 4.01
[SVN r36261]
Diffstat (limited to 'more/writingdoc/template/faq.html')
-rw-r--r-- | more/writingdoc/template/faq.html | 89 |
1 files changed, 56 insertions, 33 deletions
diff --git a/more/writingdoc/template/faq.html b/more/writingdoc/template/faq.html index 82773d916f..3133faea01 100644 --- a/more/writingdoc/template/faq.html +++ b/more/writingdoc/template/faq.html @@ -1,38 +1,61 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> + <html> <head> -<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> -<link rel="stylesheet" type="text/css" href="../../../boost.css"> -<title>{{Library}} - FAQ</title> + <meta http-equiv="Content-Language" content="en-us"> + <meta http-equiv="Content-Type" content="text/html; charset=us-ascii"> + <link rel="stylesheet" type="text/css" href="../../../boost.css"> + + <title>{{Library}} - FAQ</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">{{Library}}</h1> - <h2 align="center">Frequently Asked Questions (FAQs)</h2> - </td> - </tr> -</table> -<hr> -<dl class="page-index"> - <dt><a href="#question1">{{question}}</a></dt> - <dt><a href="#question2">{{question}}</a></dt> -</dl> -<h2><a name="question1"></a>{{question}}</h2> -<p>{{answer}}</p> -<h2><a name="question2"></a>{{question}}</h2> -<p>{{answer}}</p> -<hr> -<p>Revised - <!--webbot bot="Timestamp" S-Type="EDITED" S-Format="%d %B, %Y" startspan --> - 05 November, 2001 - <!--webbot bot="Timestamp" endspan i-checksum="39359" --> -</p> -<p><i>© Copyright <a href="mailto:{{address}}">{{author}}</a> - 2002. All Rights Reserved.</i></p> + +<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">{{Library}}</h1> + + <h2 align="center">Frequently Asked Questions (FAQs)</h2> + </td> + </tr> + </table> + <hr> + + <dl class="page-index"> + <dt><a href="#question1">{{question}}</a></dt> + + <dt><a href="#question2">{{question}}</a></dt> + </dl> + + <h2><a name="question1" id="question1"></a>{{question}}</h2> + + <p>{{answer}}</p> + + <h2><a name="question2" id="question2"></a>{{question}}</h2> + + <p>{{answer}}</p> + <hr> + + <p><a href="http://validator.w3.org/check?uri=referer"><img border="0" src= + "http://www.w3.org/Icons/valid-html401" alt="Valid HTML 4.01 Transitional" + height="31" width="88"></a></p> + + <p>Revised + <!--webbot bot="Timestamp" s-type="EDITED" s-format="%d %B, %Y" startspan -->04 + December, 2006<!--webbot bot="Timestamp" endspan i-checksum="38514" --></p> + + <p><i>Copyright © 2006 <a href= + "mailto:{{address}}">{{author}}</a></i></p> + + <p><i>Distributed under the Boost Software License, Version 1.0. (See + accompanying file <a href="../../../LICENSE_1_0.txt">LICENSE_1_0.txt</a> or + copy at <a href= + "http://www.boost.org/LICENSE_1_0.txt">http://www.boost.org/LICENSE_1_0.txt</a>)</i></p> </body> </html> |