[cfe-commits] r42673 - in /cfe/trunk/www: clang_video-05-25-2007.html clang_video-07-25-2007.html features.html get_involved.html index.html status.html

Kevin ar18 at comcast.net
Fri Oct 5 18:28:23 PDT 2007


Author: kevin
Date: Fri Oct  5 20:28:23 2007
New Revision: 42673

URL: http://llvm.org/viewvc/llvm-project?rev=42673&view=rev
Log:
1. May fix encoding issues: server uses UTF; HTML file assumes Western (ISO 8859-1).
2. Added strict doctype.

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

Modified:
    cfe/trunk/www/clang_video-05-25-2007.html
    cfe/trunk/www/clang_video-07-25-2007.html
    cfe/trunk/www/features.html
    cfe/trunk/www/get_involved.html
    cfe/trunk/www/index.html
    cfe/trunk/www/status.html

Modified: cfe/trunk/www/clang_video-05-25-2007.html
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/www/clang_video-05-25-2007.html?rev=42673&r1=42672&r2=42673&view=diff

==============================================================================
--- cfe/trunk/www/clang_video-05-25-2007.html (original)
+++ cfe/trunk/www/clang_video-05-25-2007.html Fri Oct  5 20:28:23 2007
@@ -1,9 +1,8 @@
-<!--
-Consulted:
-HTML 4.01 specs: http://www.w3.org/TR/html401/
--->
+<!-- Material used from: HTML 4.01 specs: http://www.w3.org/TR/html401/ -->
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html>
 <head>
+	<META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
 	<title>2007 LLVM Developer's Meeting</title>
 	<link type="text/css" rel="stylesheet" href="menu.css" />
 	<link type="text/css" rel="stylesheet" href="content.css" />

Modified: cfe/trunk/www/clang_video-07-25-2007.html
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/www/clang_video-07-25-2007.html?rev=42673&r1=42672&r2=42673&view=diff

==============================================================================
--- cfe/trunk/www/clang_video-07-25-2007.html (original)
+++ cfe/trunk/www/clang_video-07-25-2007.html Fri Oct  5 20:28:23 2007
@@ -1,9 +1,8 @@
-<!--
-Consulted:
-HTML 4.01 specs: http://www.w3.org/TR/html401/
--->
+<!-- Material used from: HTML 4.01 specs: http://www.w3.org/TR/html401/ -->
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html>
 <head>
+	<META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
 	<title>LLVM 2.0 and Beyond!</title>
 	<link type="text/css" rel="stylesheet" href="menu.css" />
 	<link type="text/css" rel="stylesheet" href="content.css" />

Modified: cfe/trunk/www/features.html
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/www/features.html?rev=42673&r1=42672&r2=42673&view=diff

==============================================================================
--- cfe/trunk/www/features.html (original)
+++ cfe/trunk/www/features.html Fri Oct  5 20:28:23 2007
@@ -1,10 +1,9 @@
 <!-- Consulted: http://www.w3.org/TR/CSS1 & http://www.w3.org/TR/CSS21/ -->
-<!--
-Consulted:
-HTML 4.01 specs: http://www.w3.org/TR/html401/
--->
+<!-- Material used from: HTML 4.01 specs: http://www.w3.org/TR/html401/ -->
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html>
 <head>
+	<META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
 	<title>Clang - Features</title>
 	<link type="text/css" rel="stylesheet" href="menu.css" />
 	<link type="text/css" rel="stylesheet" href="content.css" />

Modified: cfe/trunk/www/get_involved.html
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/www/get_involved.html?rev=42673&r1=42672&r2=42673&view=diff

==============================================================================
--- cfe/trunk/www/get_involved.html (original)
+++ cfe/trunk/www/get_involved.html Fri Oct  5 20:28:23 2007
@@ -1,9 +1,9 @@
 <!-- Consulted: http://www.w3.org/TR/CSS1 & http://www.w3.org/TR/CSS21/ & http://www.w3.org/TR/html401/ -->
-<!--
-Consulted:
-HTML 4.01 specs: http://www.w3.org/TR/html401/
--->
+<!-- Material used from: HTML 4.01 specs: http://www.w3.org/TR/html401/ -->
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
+<html>
 <head>
+	<META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
 	<title>Clang - Get Involved</title>
 	<link type="text/css" rel="stylesheet" href="menu.css" />
 	<link type="text/css" rel="stylesheet" href="content.css" />

Modified: cfe/trunk/www/index.html
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/www/index.html?rev=42673&r1=42672&r2=42673&view=diff

==============================================================================
--- cfe/trunk/www/index.html (original)
+++ cfe/trunk/www/index.html Fri Oct  5 20:28:23 2007
@@ -1,9 +1,8 @@
-<!--
-Consulted:
-HTML 4.01 specs: http://www.w3.org/TR/html401/
--->
+<!-- Material used from: HTML 4.01 specs: http://www.w3.org/TR/html401/ -->
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html>
 <head>
+	<META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
 	<title>Clang c-lang parser for LLVM</title>
 	<link type="text/css" rel="stylesheet" href="menu.css" />
 	<link type="text/css" rel="stylesheet" href="content.css" />

Modified: cfe/trunk/www/status.html
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/www/status.html?rev=42673&r1=42672&r2=42673&view=diff

==============================================================================
--- cfe/trunk/www/status.html (original)
+++ cfe/trunk/www/status.html Fri Oct  5 20:28:23 2007
@@ -1,9 +1,8 @@
-<!--
-Consulted:
-HTML 4.01 specs: http://www.w3.org/TR/html401/
--->
+<!-- Material used from: HTML 4.01 specs: http://www.w3.org/TR/html401/ -->
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html>
 <head>
+	<META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
 	<title>Status of Clang</title>
 	<link type="text/css" rel="stylesheet" href="menu.css" />
 	<link type="text/css" rel="stylesheet" href="content.css" />





More information about the cfe-commits mailing list