PATCH: convert online docs to XHTML

Jonathan Wakely cow@compsoc.man.ac.uk
Mon Sep 9 16:47:00 GMT 2002


On Thu, Sep 05, 2002 at 11:49:52AM -0400, Phil Edwards wrote:

> I'm now thinking that we might ought to add the XHTML boilerplate directly,
> so that the pages are correctly viewable offline, without having to be
> run through the webserver.  A couple of distros have started packaging
> the pages for local viewing.

The attached patch adds the necessary headers to make the pages valid.
The standard GCC footer isn't added, but I can do that easily (I'm glad
I spent the time scripting these changes now!)

Almost the same files as last time:

2002-09-10  Jonathan Wakely  <jw@kayari.org>

	* docs/html/configopts.html, docs/html/documentation.html,
	docs/html/explanations.html, docs/html/install.html,
	docs/html/17_intro/contribute.html, docs/html/17_intro/howto.html,
	docs/html/17_intro/license.html, docs/html/18_support/howto.html,
	docs/html/19_diagnostics/howto.html, docs/html/20_util/howto.html,
	docs/html/21_strings/howto.html, docs/html/22_locale/codecvt.html,
	docs/html/22_locale/ctype.html, docs/html/22_locale/howto.html,
	docs/html/22_locale/locale.html, docs/html/22_locale/messages.html,
	docs/html/23_containers/howto.html, docs/html/24_iterators/howto.html,
	docs/html/25_algorithms/howto.html, docs/html/26_numerics/howto.html,
	docs/html/27_io/howto.html, docs/html/ext/howto.html,
	docs/html/ext/sgiexts.html, docs/html/faq/index.html:  Add DOCTYPEs.


-------------- next part --------------
Index: docs/html//configopts.html
===================================================================
RCS file: /cvsroot/gcc/gcc/libstdc++-v3/docs/html/configopts.html,v
retrieving revision 1.25
diff -u -r1.25 configopts.html
--- docs/html//configopts.html	9 Sep 2002 20:26:42 -0000	1.25
+++ docs/html//configopts.html	9 Sep 2002 23:45:25 -0000
@@ -1,4 +1,9 @@
-<html>
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<!DOCTYPE html
+          PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+          "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
 <head>
    <meta name="AUTHOR" content="pme@gcc.gnu.org (Phil Edwards)" />
    <meta name="KEYWORDS" content="libstdc++, libstdc++-v3, GCC, g++" />
Index: docs/html//documentation.html
===================================================================
RCS file: /cvsroot/gcc/gcc/libstdc++-v3/docs/html/documentation.html,v
retrieving revision 1.22
diff -u -r1.22 documentation.html
--- docs/html//documentation.html	5 Sep 2002 15:47:50 -0000	1.22
+++ docs/html//documentation.html	9 Sep 2002 23:45:25 -0000
@@ -1,4 +1,9 @@
-<html>
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<!DOCTYPE html
+          PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+          "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
 <head>
  <meta name="KEYWORDS" 
   content="libstdc++, homepage, home, C++, library, c++, std, g++, ABI, STL" />
Index: docs/html//explanations.html
===================================================================
RCS file: /cvsroot/gcc/gcc/libstdc++-v3/docs/html/explanations.html,v
retrieving revision 1.8
diff -u -r1.8 explanations.html
--- docs/html//explanations.html	5 Sep 2002 15:47:50 -0000	1.8
+++ docs/html//explanations.html	9 Sep 2002 23:45:25 -0000
@@ -1,4 +1,9 @@
-<html>
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<!DOCTYPE html
+          PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+          "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
 <head>
    <meta name="AUTHOR" content="pme@gcc.gnu.org (Phil Edwards)" />
    <meta name="KEYWORDS" content="libstdc++, libstdc++-v3, GCC, g++" />
Index: docs/html//install.html
===================================================================
RCS file: /cvsroot/gcc/gcc/libstdc++-v3/docs/html/install.html,v
retrieving revision 1.19
diff -u -r1.19 install.html
--- docs/html//install.html	9 Sep 2002 20:26:42 -0000	1.19
+++ docs/html//install.html	9 Sep 2002 23:45:26 -0000
@@ -1,4 +1,9 @@
-<html>
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<!DOCTYPE html
+          PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+          "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
 <head>
    <meta name="AUTHOR" content="pme@gcc.gnu.org (Phil Edwards)" />
    <meta name="KEYWORDS" content="libstdc++, libstdc++-v3, GCC, g++" />
Index: docs/html//17_intro/contribute.html
===================================================================
RCS file: /cvsroot/gcc/gcc/libstdc++-v3/docs/html/17_intro/contribute.html,v
retrieving revision 1.2
diff -u -r1.2 contribute.html
--- docs/html//17_intro/contribute.html	5 Sep 2002 15:47:50 -0000	1.2
+++ docs/html//17_intro/contribute.html	9 Sep 2002 23:45:26 -0000
@@ -1,4 +1,9 @@
-<html>
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<!DOCTYPE html
+          PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+          "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
 <head>
 <title>How to contribute</title>
 </head>
Index: docs/html//17_intro/howto.html
===================================================================
RCS file: /cvsroot/gcc/gcc/libstdc++-v3/docs/html/17_intro/howto.html,v
retrieving revision 1.23
diff -u -r1.23 howto.html
--- docs/html//17_intro/howto.html	5 Sep 2002 15:47:50 -0000	1.23
+++ docs/html//17_intro/howto.html	9 Sep 2002 23:45:26 -0000
@@ -1,4 +1,9 @@
-<html>
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<!DOCTYPE html
+          PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+          "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
 <head>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
    <meta name="AUTHOR" content="pme@gcc.gnu.org (Phil Edwards)" />
Index: docs/html//17_intro/license.html
===================================================================
RCS file: /cvsroot/gcc/gcc/libstdc++-v3/docs/html/17_intro/license.html,v
retrieving revision 1.5
diff -u -r1.5 license.html
--- docs/html//17_intro/license.html	5 Sep 2002 15:47:50 -0000	1.5
+++ docs/html//17_intro/license.html	9 Sep 2002 23:45:26 -0000
@@ -1,4 +1,9 @@
-<html>
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<!DOCTYPE html
+          PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+          "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
 <head>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
    <meta name="AUTHOR" content="pme@gcc.gnu.org (Phil Edwards)" />
Index: docs/html//18_support/howto.html
===================================================================
RCS file: /cvsroot/gcc/gcc/libstdc++-v3/docs/html/18_support/howto.html,v
retrieving revision 1.13
diff -u -r1.13 howto.html
--- docs/html//18_support/howto.html	5 Sep 2002 15:47:51 -0000	1.13
+++ docs/html//18_support/howto.html	9 Sep 2002 23:45:26 -0000
@@ -1,4 +1,9 @@
-<html>
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<!DOCTYPE html
+          PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+          "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
 <head>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
    <meta name="AUTHOR" content="pme@gcc.gnu.org (Phil Edwards)" />
Index: docs/html//19_diagnostics/howto.html
===================================================================
RCS file: /cvsroot/gcc/gcc/libstdc++-v3/docs/html/19_diagnostics/howto.html,v
retrieving revision 1.17
diff -u -r1.17 howto.html
--- docs/html//19_diagnostics/howto.html	5 Sep 2002 15:47:51 -0000	1.17
+++ docs/html//19_diagnostics/howto.html	9 Sep 2002 23:45:26 -0000
@@ -1,4 +1,9 @@
-<html>
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<!DOCTYPE html
+          PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+          "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
 <head>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
    <meta name="AUTHOR" content="pme@gcc.gnu.org (Phil Edwards)" />
Index: docs/html//20_util/howto.html
===================================================================
RCS file: /cvsroot/gcc/gcc/libstdc++-v3/docs/html/20_util/howto.html,v
retrieving revision 1.14
diff -u -r1.14 howto.html
--- docs/html//20_util/howto.html	5 Sep 2002 15:47:51 -0000	1.14
+++ docs/html//20_util/howto.html	9 Sep 2002 23:45:26 -0000
@@ -1,4 +1,9 @@
-<html>
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<!DOCTYPE html
+          PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+          "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
 <head>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
    <meta name="AUTHOR" content="pme@gcc.gnu.org (Phil Edwards)" />
Index: docs/html//21_strings/howto.html
===================================================================
RCS file: /cvsroot/gcc/gcc/libstdc++-v3/docs/html/21_strings/howto.html,v
retrieving revision 1.12
diff -u -r1.12 howto.html
--- docs/html//21_strings/howto.html	5 Sep 2002 15:47:51 -0000	1.12
+++ docs/html//21_strings/howto.html	9 Sep 2002 23:45:26 -0000
@@ -1,4 +1,9 @@
-<html>
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<!DOCTYPE html
+          PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+          "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
 <head>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
    <meta name="AUTHOR" content="pme@gcc.gnu.org (Phil Edwards)" />
Index: docs/html//22_locale/codecvt.html
===================================================================
RCS file: /cvsroot/gcc/gcc/libstdc++-v3/docs/html/22_locale/codecvt.html,v
retrieving revision 1.4
diff -u -r1.4 codecvt.html
--- docs/html//22_locale/codecvt.html	5 Sep 2002 15:47:52 -0000	1.4
+++ docs/html//22_locale/codecvt.html	9 Sep 2002 23:45:26 -0000
@@ -1,4 +1,9 @@
-<html>
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<!DOCTYPE html
+          PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+          "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
 <head>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
    <meta name="AUTHOR" content="bkoz@redhat.com (Benjamin Kosnik)" />
Index: docs/html//22_locale/ctype.html
===================================================================
RCS file: /cvsroot/gcc/gcc/libstdc++-v3/docs/html/22_locale/ctype.html,v
retrieving revision 1.4
diff -u -r1.4 ctype.html
--- docs/html//22_locale/ctype.html	5 Sep 2002 15:47:52 -0000	1.4
+++ docs/html//22_locale/ctype.html	9 Sep 2002 23:45:26 -0000
@@ -1,4 +1,9 @@
-<html>
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<!DOCTYPE html
+          PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+          "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
 <head>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
    <meta name="AUTHOR" content="bkoz@redhat.com (Benjamin Kosnik)" />
Index: docs/html//22_locale/howto.html
===================================================================
RCS file: /cvsroot/gcc/gcc/libstdc++-v3/docs/html/22_locale/howto.html,v
retrieving revision 1.14
diff -u -r1.14 howto.html
--- docs/html//22_locale/howto.html	5 Sep 2002 15:47:52 -0000	1.14
+++ docs/html//22_locale/howto.html	9 Sep 2002 23:45:26 -0000
@@ -1,4 +1,9 @@
-<html>
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<!DOCTYPE html
+          PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+          "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
 <head>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
    <meta name="AUTHOR" content="pme@gcc.gnu.org (Phil Edwards)" />
Index: docs/html//22_locale/locale.html
===================================================================
RCS file: /cvsroot/gcc/gcc/libstdc++-v3/docs/html/22_locale/locale.html,v
retrieving revision 1.8
diff -u -r1.8 locale.html
--- docs/html//22_locale/locale.html	5 Sep 2002 15:47:52 -0000	1.8
+++ docs/html//22_locale/locale.html	9 Sep 2002 23:45:26 -0000
@@ -1,4 +1,8 @@
-<html>
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<!DOCTYPE html
+          PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+          "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
 <head>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
    <meta name="AUTHOR" content="bkoz@redhat.com (Benjamin Kosnik)" />
Index: docs/html//22_locale/messages.html
===================================================================
RCS file: /cvsroot/gcc/gcc/libstdc++-v3/docs/html/22_locale/messages.html,v
retrieving revision 1.7
diff -u -r1.7 messages.html
--- docs/html//22_locale/messages.html	5 Sep 2002 15:47:52 -0000	1.7
+++ docs/html//22_locale/messages.html	9 Sep 2002 23:45:26 -0000
@@ -1,4 +1,8 @@
-<html>
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<!DOCTYPE html
+          PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+          "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
 <head>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
    <meta name="AUTHOR" content="bkoz@redhat.com (Benjamin Kosnik)" />
Index: docs/html//23_containers/howto.html
===================================================================
RCS file: /cvsroot/gcc/gcc/libstdc++-v3/docs/html/23_containers/howto.html,v
retrieving revision 1.23
diff -u -r1.23 howto.html
--- docs/html//23_containers/howto.html	5 Sep 2002 15:47:52 -0000	1.23
+++ docs/html//23_containers/howto.html	9 Sep 2002 23:45:26 -0000
@@ -1,4 +1,8 @@
-<html>
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<!DOCTYPE html
+          PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+          "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
 <head>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
    <meta name="AUTHOR" content="pme@gcc.gnu.org (Phil Edwards)" />
Index: docs/html//24_iterators/howto.html
===================================================================
RCS file: /cvsroot/gcc/gcc/libstdc++-v3/docs/html/24_iterators/howto.html,v
retrieving revision 1.10
diff -u -r1.10 howto.html
--- docs/html//24_iterators/howto.html	5 Sep 2002 15:47:52 -0000	1.10
+++ docs/html//24_iterators/howto.html	9 Sep 2002 23:45:26 -0000
@@ -1,4 +1,8 @@
-<html>
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<!DOCTYPE html
+          PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+          "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
 <head>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
    <meta name="AUTHOR" content="pme@gcc.gnu.org (Phil Edwards)" />
Index: docs/html//25_algorithms/howto.html
===================================================================
RCS file: /cvsroot/gcc/gcc/libstdc++-v3/docs/html/25_algorithms/howto.html,v
retrieving revision 1.12
diff -u -r1.12 howto.html
--- docs/html//25_algorithms/howto.html	5 Sep 2002 15:47:53 -0000	1.12
+++ docs/html//25_algorithms/howto.html	9 Sep 2002 23:45:26 -0000
@@ -1,4 +1,8 @@
-<html>
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<!DOCTYPE html
+          PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+          "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
 <head>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
    <meta name="AUTHOR" content="pme@gcc.gnu.org (Phil Edwards)" />
Index: docs/html//26_numerics/howto.html
===================================================================
RCS file: /cvsroot/gcc/gcc/libstdc++-v3/docs/html/26_numerics/howto.html,v
retrieving revision 1.11
diff -u -r1.11 howto.html
--- docs/html//26_numerics/howto.html	5 Sep 2002 15:47:53 -0000	1.11
+++ docs/html//26_numerics/howto.html	9 Sep 2002 23:45:26 -0000
@@ -1,4 +1,8 @@
-<html>
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<!DOCTYPE html
+          PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+          "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
 <head>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
    <meta name="AUTHOR" content="pme@gcc.gnu.org (Phil Edwards)" />
Index: docs/html//27_io/howto.html
===================================================================
RCS file: /cvsroot/gcc/gcc/libstdc++-v3/docs/html/27_io/howto.html,v
retrieving revision 1.19
diff -u -r1.19 howto.html
--- docs/html//27_io/howto.html	5 Sep 2002 15:47:53 -0000	1.19
+++ docs/html//27_io/howto.html	9 Sep 2002 23:45:26 -0000
@@ -1,4 +1,8 @@
-<html>
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<!DOCTYPE html
+          PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+          "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
 <head>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
    <meta name="AUTHOR" content="pme@gcc.gnu.org (Phil Edwards)" />
Index: docs/html//ext/howto.html
===================================================================
RCS file: /cvsroot/gcc/gcc/libstdc++-v3/docs/html/ext/howto.html,v
retrieving revision 1.22
diff -u -r1.22 howto.html
--- docs/html//ext/howto.html	5 Sep 2002 15:47:53 -0000	1.22
+++ docs/html//ext/howto.html	9 Sep 2002 23:45:26 -0000
@@ -1,4 +1,8 @@
-<html>
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<!DOCTYPE html
+          PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+          "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
 <head>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
    <meta name="AUTHOR" content="pme@gcc.gnu.org (Phil Edwards)" />
Index: docs/html//ext/sgiexts.html
===================================================================
RCS file: /cvsroot/gcc/gcc/libstdc++-v3/docs/html/ext/sgiexts.html,v
retrieving revision 1.8
diff -u -r1.8 sgiexts.html
--- docs/html//ext/sgiexts.html	5 Sep 2002 15:47:53 -0000	1.8
+++ docs/html//ext/sgiexts.html	9 Sep 2002 23:45:26 -0000
@@ -1,4 +1,8 @@
-<html>
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<!DOCTYPE html
+          PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+          "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
 <head>
    <meta name="AUTHOR" content="pme@gcc.gnu.org (Phil Edwards)" />
    <meta name="KEYWORDS" content="libstdc++, libstdc++-v3, GCC, g++, STL, SGI" />
Index: docs/html//faq/index.html
===================================================================
RCS file: /cvsroot/gcc/gcc/libstdc++-v3/docs/html/faq/index.html,v
retrieving revision 1.43
diff -u -r1.43 index.html
--- docs/html//faq/index.html	5 Sep 2002 15:47:54 -0000	1.43
+++ docs/html//faq/index.html	9 Sep 2002 23:45:26 -0000
@@ -1,4 +1,8 @@
-<html>
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<!DOCTYPE html
+          PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+          "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
 <head>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
    <meta name="KEYWORDS" content="libstdc++, libstdc++-v3, GCC, g++, libg++, STL" />


More information about the Libstdc++ mailing list