[llvm-commits] CVS: llvm-www/safecode/mailing.html
John Criswell
criswell at cs.uiuc.edu
Fri Apr 16 08:11:15 PDT 2010
Changes in directory llvm-www/safecode:
mailing.html added (r1.1)
---
Log message:
Added a page on the mailing lists.
---
Diffs of the changes: (+112 -0)
mailing.html | 112 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 112 insertions(+)
Index: llvm-www/safecode/mailing.html
diff -c /dev/null llvm-www/safecode/mailing.html:1.1
*** /dev/null Fri Apr 16 10:10:52 2010
--- llvm-www/safecode/mailing.html Fri Apr 16 10:10:42 2010
***************
*** 0 ****
--- 1,112 ----
+ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+
+ <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
+
+ <head>
+
+ <meta name="Description" content="Information architecture, Web Design, Web Standards." />
+ <meta name="Keywords" content="john criswell" />
+ <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
+ <meta name="Distribution" content="Global" />
+ <meta name="Author" content="John Criswell" />
+ <meta name="Robots" content="index,follow" />
+
+ <link rel="stylesheet" href="Azulmedia.css" type="text/css" />
+
+ <title>SAFECode: Mailing Lists</title>
+
+ </head>
+
+ <body>
+ <!-- wrap starts here -->
+ <div id="wrap">
+
+ <div id="header">
+
+ <h1 id="logo">SAFECode:</h1>
+ <h2 id="slogan"> Static Analysis For safe Execution of Code</h2>
+
+ <div id="menu">
+ <p align=right>
+ <a href="http://illinois.edu">
+ <img align=center src="images/imark_bold.gif"></img>
+ </a>
+ </p>
+ </div>
+ </div>
+
+ <!-- content-wrap starts here -->
+ <div id="content-wrap">
+
+ <!--#include virtual="sidebar.incl" -->
+
+ <div id="main">
+ <a name="Mailing Lists"></a>
+ <div class="box">
+
+ <h1>Mailing Lists</h1>
+ <hr>
+
+ <p>
+ Got questions about SAFECode? Want to know more about the Secure
+ Virtual Architecture? Curious about memory safety in general?
+ We've got the mailing lists for you!
+ </p>
+
+ <p>
+ We provide the following mailing lists for SAFECode (the links below
+ take you to web pages where you can subscribe to the lists and look
+ through the lists' archives):
+ <ul>
+ <li>
+ <a href="http://lists.cs.uiuc.edu/mailman/listinfo/svadev">
+ The SVA Developer's Mailing List</a>:
+ <br>
+ This list provides a general forum for people using SAFECode as well
+ as those working on the SAFECode source code. If you have a
+ question, comment, or concern, this is the place to write.
+ </li>
+
+ <li>
+ <a href="http://lists.cs.uiuc.edu/mailman/listinfo/sva-commits">
+ The SVA Commits Mailing List</a>:
+ <br>
+ Commits to the SAFECode SVN repository are emailed to this list. If
+ you want to keep up-to-date with how the source code is changing,
+ this is the
+ list for you.
+ </li>
+ </ul>
+ </p>
+ </div>
+ </div>
+
+ <br />
+ <!-- content-wrap ends here -->
+ </div>
+
+ <!-- wrap ends here -->
+ </div>
+
+ <!-- footer starts here -->
+ <div id="footer-wrap">
+
+ <div class="footer-left">
+ <p class="align-left">
+ © 2009 <strong>University of Illinois</strong> |
+ Design by <a href="http://www.styleshout.com/">styleshout</a> | Valid <a href="http://validator.w3.org/check/referer">XHTML</a> |
+ <a href="http://jigsaw.w3.org/css-validator/check/referer">CSS</a>
+ </p>
+ </div>
+
+ <div class="footer-right">
+ <p class="align-right">
+ <a href="index.html">Home</a>
+ </p>
+ </div>
+
+ </div>
+ <!-- footer ends here -->
+
+ </body>
+ </html>
More information about the llvm-commits
mailing list