[PATCH 1/2][web] Convert to XHTML 1.1
Darxus
darxus at chaosreigns.com
Thu Feb 17 18:20:54 PST 2011
May be served as text/html, so doesn't break any browsers. Only changes
are closing meta, link, img, and br tags, and the doctype.
---
architecture.html | 14 +++++++-------
building.html | 10 +++++-----
faq.html | 8 ++++----
index.html | 8 ++++----
screenshots.html | 8 ++++----
5 files changed, 24 insertions(+), 24 deletions(-)
diff --git a/architecture.html b/architecture.html
index a16ac5d..16baafc 100644
--- a/architecture.html
+++ b/architecture.html
@@ -1,14 +1,14 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html>
<head>
-<meta http-equiv="Content-Type" content="text/html;charset=utf-8">
-<link href="wayland.css" rel="stylesheet" type="text/css">
+<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
+<link href="wayland.css" rel="stylesheet" type="text/css" />
<title>Wayland</title>
</head>
<body>
-<h1><a href="/"><img src="wayland.png" alt="Wayland logo"></a></h1>
+<h1><a href="/"><img src="wayland.png" alt="Wayland logo" /></a></h1>
<h2>Wayland Architecture</h2>
@@ -17,7 +17,7 @@ different from X is to follow an event from the input device to the
point where the change it affects appears on screen.</p>
<p>This is where we are now with X:</p>
-<p><img src="x-architecture.png" alt="X architecture diagram"></p>
+<p><img src="x-architecture.png" alt="X architecture diagram" /></p>
<ol>
<li>
@@ -95,7 +95,7 @@ point where the change it affects appears on screen.</p>
the compositor:
</p>
-<p><img src="wayland-architecture.png" alt="Wayland architecture diagram"></p>
+<p><img src="wayland-architecture.png" alt="Wayland architecture diagram" /></p>
<ol>
<li>
@@ -207,7 +207,7 @@ point where the change it affects appears on screen.</p>
wayland handles presentation of the windows instead of KMS.
</p>
-<p><img src="x-on-wayland.png" alt="X on Wayland architecture diagram"></p>
+<p><img src="x-on-wayland.png" alt="X on Wayland architecture diagram" /></p>
<!-- -->
diff --git a/building.html b/building.html
index 33fd5fb..a586b93 100644
--- a/building.html
+++ b/building.html
@@ -1,14 +1,14 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html>
<head>
-<meta http-equiv="Content-Type" content="text/html;charset=utf-8">
-<link href="wayland.css" rel="stylesheet" type="text/css">
+<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
+<link href="wayland.css" rel="stylesheet" type="text/css" />
<title>Wayland</title>
</head>
<body>
-<h1><a href="/"><img src="wayland.png" alt="Wayland logo"></a></h1>
+<h1><a href="/"><img src="wayland.png" alt="Wayland logo" /></a></h1>
<p>The instructions below assume some familiarity with git and
building and running experimental software. And be prepared that this
@@ -211,7 +211,7 @@ WAYLAND_DEBUG=1
<h2>Nouveau Kernel</h2>
<p>To use DRM output with nVidia, you need to build a kernel from the
-Nouveau kernel git repository:<br>
+Nouveau kernel git repository:<br />
(<a href="http://cgit.freedesktop.org/nouveau/linux-2.6/commit/?id=8e645575d469bf08c9d5d98a101ef4cfce6a9180">required commit</a>)
</p>
diff --git a/faq.html b/faq.html
index 48b39fd..70ea507 100644
--- a/faq.html
+++ b/faq.html
@@ -1,15 +1,15 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html>
<head>
-<meta http-equiv="Content-Type" content="text/html;charset=utf-8">
-<link href="wayland.css" rel="stylesheet" type="text/css">
+<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
+<link href="wayland.css" rel="stylesheet" type="text/css" />
<script type="text/javascript" src="generated-toc.js"></script>
<title>Wayland</title>
</head>
<body>
-<h1><a href="/"><img src="wayland.png" alt="Wayland logo"></a></h1>
+<h1><a href="/"><img src="wayland.png" alt="Wayland logo" /></a></h1>
<h2>Wayland FAQ</h2>
diff --git a/index.html b/index.html
index c1f1cf3..bdcaeab 100644
--- a/index.html
+++ b/index.html
@@ -1,14 +1,14 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html>
<head>
-<meta http-equiv="Content-Type" content="text/html;charset=utf-8">
-<link href="wayland.css" rel="stylesheet" type="text/css">
+<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
+<link href="wayland.css" rel="stylesheet" type="text/css" />
<title>Wayland</title>
</head>
<body>
-<h1><img src="wayland.png" alt="Wayland logo"></h1>
+<h1><img src="wayland.png" alt="Wayland logo" /></h1>
<h2>Wayland</h2>
diff --git a/screenshots.html b/screenshots.html
index 6414391..400c04f 100644
--- a/screenshots.html
+++ b/screenshots.html
@@ -1,14 +1,14 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html>
<head>
-<meta http-equiv="Content-Type" content="text/html;charset=utf-8">
-<link href="wayland.css" rel="stylesheet" type="text/css">
+<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
+<link href="wayland.css" rel="stylesheet" type="text/css" />
<title>Wayland</title>
</head>
<body>
-<h1><a href="/"><img src="wayland.png" alt="Wayland logo"></a></h1>
+<h1><a href="/"><img src="wayland.png" alt="Wayland logo" /></a></h1>
<h2>Screenshots</h2>
--
1.7.1
More information about the wayland-devel
mailing list