]> granicus.if.org Git - clang/commitdiff
1. May fix encoding issues: server uses UTF; HTML file assumes Western (ISO 8859-1).
authorKevin <ar18@comcast.net>
Sat, 6 Oct 2007 01:28:23 +0000 (01:28 +0000)
committerKevin <ar18@comcast.net>
Sat, 6 Oct 2007 01:28:23 +0000 (01:28 +0000)
2. Added strict doctype.

Closing out tags like <br/> and <meta.../> may still be a problem (necessary for XHTML, but wrong for HTML)....

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@42673 91177308-0d34-0410-b5e6-96231b3b80d8

www/clang_video-05-25-2007.html
www/clang_video-07-25-2007.html
www/features.html
www/get_involved.html
www/index.html
www/status.html

index 5fb51cc66f5ca78bddc07edc5b634eccbf8f936c..e8e9c3d344ebc4bfb64117f2bccb3112f0f7fffe 100644 (file)
@@ -1,9 +1,8 @@
-<!--\r
-Consulted:\r
-HTML 4.01 specs: http://www.w3.org/TR/html401/\r
--->\r
+<!-- Material used from: HTML 4.01 specs: http://www.w3.org/TR/html401/ -->\r
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">\r
 <html>\r
 <head>\r
+       <META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />\r
        <title>2007 LLVM Developer's Meeting</title>\r
        <link type="text/css" rel="stylesheet" href="menu.css" />\r
        <link type="text/css" rel="stylesheet" href="content.css" />\r
index 594064de9b34afb466f87a18ee050047fd09c97a..8dccc6f3805a1e6a92b802d1c3f065968fc937b8 100644 (file)
@@ -1,9 +1,8 @@
-<!--\r
-Consulted:\r
-HTML 4.01 specs: http://www.w3.org/TR/html401/\r
--->\r
+<!-- Material used from: HTML 4.01 specs: http://www.w3.org/TR/html401/ -->\r
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">\r
 <html>\r
 <head>\r
+       <META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />\r
        <title>LLVM 2.0 and Beyond!</title>\r
        <link type="text/css" rel="stylesheet" href="menu.css" />\r
        <link type="text/css" rel="stylesheet" href="content.css" />\r
index bc3200f7de8f546767a33a6d82b5a33748b92d74..e636dd842218fd9a10c46d93bd7b43e73548bf9a 100644 (file)
@@ -1,10 +1,9 @@
 <!-- Consulted: http://www.w3.org/TR/CSS1 & http://www.w3.org/TR/CSS21/ -->\r
-<!--\r
-Consulted:\r
-HTML 4.01 specs: http://www.w3.org/TR/html401/\r
--->\r
+<!-- Material used from: HTML 4.01 specs: http://www.w3.org/TR/html401/ -->\r
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">\r
 <html>\r
 <head>\r
+       <META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />\r
        <title>Clang - Features</title>\r
        <link type="text/css" rel="stylesheet" href="menu.css" />\r
        <link type="text/css" rel="stylesheet" href="content.css" />\r
index 1624560f9ef8e7bb553722d50db7181345fff67c..783be97defdc4dedc56361748e38faffc114100c 100644 (file)
@@ -1,9 +1,9 @@
 <!-- Consulted: http://www.w3.org/TR/CSS1 & http://www.w3.org/TR/CSS21/ & http://www.w3.org/TR/html401/ -->\r
-<!--\r
-Consulted:\r
-HTML 4.01 specs: http://www.w3.org/TR/html401/\r
--->\r
+<!-- Material used from: HTML 4.01 specs: http://www.w3.org/TR/html401/ -->\r
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">\r
+<html>\r
 <head>\r
+       <META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />\r
        <title>Clang - Get Involved</title>\r
        <link type="text/css" rel="stylesheet" href="menu.css" />\r
        <link type="text/css" rel="stylesheet" href="content.css" />\r
index 0cf9fdd147411f74a15b7eb61853af19102ce6ae..871e27f9b192ea07605f97827275745c237ab257 100644 (file)
@@ -1,9 +1,8 @@
-<!--\r
-Consulted:\r
-HTML 4.01 specs: http://www.w3.org/TR/html401/\r
--->\r
+<!-- Material used from: HTML 4.01 specs: http://www.w3.org/TR/html401/ -->\r
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">\r
 <html>\r
 <head>\r
+       <META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />\r
        <title>Clang c-lang parser for LLVM</title>\r
        <link type="text/css" rel="stylesheet" href="menu.css" />\r
        <link type="text/css" rel="stylesheet" href="content.css" />\r
index acd6182281f9a962fb542fa519120ecaffc24920..e4c6ce99080a32afb413c23da5ff0e5ca7c22b77 100644 (file)
@@ -1,9 +1,8 @@
-<!--\r
-Consulted:\r
-HTML 4.01 specs: http://www.w3.org/TR/html401/\r
--->\r
+<!-- Material used from: HTML 4.01 specs: http://www.w3.org/TR/html401/ -->\r
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">\r
 <html>\r
 <head>\r
+       <META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />\r
        <title>Status of Clang</title>\r
        <link type="text/css" rel="stylesheet" href="menu.css" />\r
        <link type="text/css" rel="stylesheet" href="content.css" />\r