[llvm-commits] CVS: llvm-www/pubs/2002-08-08-CASES02-ControlC.html

Misha Brukman brukman at cs.uiuc.edu
Tue Oct 21 17:32:01 PDT 2003


Changes in directory llvm-www/pubs:

2002-08-08-CASES02-ControlC.html updated: 1.6 -> 1.7

---
Log message:

* Use a stylesheet => use <div> instead of <font> tags
* Use UTF-8 instead of iso-8859-1, not only does it save a few bytes, it's
  international
* Wrap lines (that we can) at 80 chars
* Using <ul> for indentation is a hack at best


---
Diffs of the changes:  (+27 -19)

Index: llvm-www/pubs/2002-08-08-CASES02-ControlC.html
diff -u llvm-www/pubs/2002-08-08-CASES02-ControlC.html:1.6 llvm-www/pubs/2002-08-08-CASES02-ControlC.html:1.7
--- llvm-www/pubs/2002-08-08-CASES02-ControlC.html:1.6	Tue Oct 21 17:16:16 2003
+++ llvm-www/pubs/2002-08-08-CASES02-ControlC.html	Tue Oct 21 17:31:42 2003
@@ -1,16 +1,20 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
-<html><head>
-<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
-<title>Ensuring Code Safety Without Runtime Checks for Real-Time Control Systems</title>
+<html>
+<head>
+  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
+  <link rel="stylesheet" href="../llvm.css" type="text/css" media="screen" />
+  <title>Ensuring Code Safety Without Runtime Checks for Real-Time Control Systems</title>
 </head>
 
-<body bgcolor="#FFFFFF" text="#000000"> <!-- leftmargin="0" marginwidth="0" -->
+<body>
 
-<p align="center"><br> <font size="6"
-face="Georgia,Palatino,Times,Roman">Ensuring Code Safety Without Runtime Checks for Real-Time Control Systems</font><br><font size=4>
-    Sumant Kowshik, Dinakar Dhurjati and
-    <a href="http://www.cs.uiuc.edu/~vadve">Vikram Adve</a> 
-    </font></p>
+<div class="pub_title">
+Ensuring Code Safety Without Runtime Checks for Real-Time Control Systems
+</div>
+<div class="pub_author">
+Sumant Kowshik, Dinakar Dhurjati and
+<a href="http://www.cs.uiuc.edu/~vadve">Vikram Adve</a> 
+</div>
 
 
 <h2>Abstract:</h2>
@@ -40,18 +44,21 @@
 </blockquote>
 
 <h2>Published:</h2>
-<ul>
-      "Ensuring Code Safety Without Runtime Checks for Real-Time Control Systems", Sumant Kowshik, Dinakar Dhurjati & 
-      Vikram Adve,<br>
-      <i><a href="http://www.crest.gatech.edu/conferences/cases2002/">CASES 2002
-       </a></i>, Grenoble, France, Oct 2002.<br>
-</ul>
+<blockquote>
+  "Ensuring Code Safety Without Runtime Checks for Real-Time Control Systems",
+  Sumant Kowshik, Dinakar Dhurjati & Vikram Adve,<br>
+  <i><a href="http://www.crest.gatech.edu/conferences/cases2002/">CASES
+  2002</a></i>, Grenoble, France, Oct 2002.<br>
+</blockquote>
 
 <h2>Download:</h2>
 <ul>
-<li><a href="2002-08-08-CASES02-ControlC.ps">Ensuring Code Safety Without Runtime Checks for Real-Time Control Systems</a> (PS)
-<li><a href="2002-08-08-CASES02-ControlC.pdf">Ensuring Code Safety Without Runtime Checks for Real-Time Control Systems</a> (PDF)
-<li><a href="2002-08-11-CASES02-ControlC.ppt">Ensuring Code Safety Without Runtime Checks for Real-Time Control Systems - Presentation</a> (PPT)
+  <li><a href="2002-08-08-CASES02-ControlC.ps">Ensuring Code Safety Without
+      Runtime Checks for Real-Time Control Systems</a> (PS)</li>
+  <li><a href="2002-08-08-CASES02-ControlC.pdf">Ensuring Code Safety Without
+      Runtime Checks for Real-Time Control Systems</a> (PDF)</li>
+  <li><a href="2002-08-11-CASES02-ControlC.ppt">Ensuring Code Safety Without
+      Runtime Checks for Real-Time Control Systems - Presentation</a> (PPT)</li>
 </ul>
 
 <h2>Bibtex Entry:</h2>
@@ -67,4 +74,5 @@
   }
 </pre>
 
-</body></html>
+</body>
+</html>





More information about the llvm-commits mailing list