[llvm-commits] CVS: llvm-www/safecode/downloads.html
John Criswell
criswell at cs.uiuc.edu
Fri Nov 13 09:13:48 PST 2009
Changes in directory llvm-www/safecode:
downloads.html added (r1.1)
---
Log message:
Adding SAFECode download page.
---
Diffs of the changes: (+94 -0)
downloads.html | 94 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
1 files changed, 94 insertions(+)
Index: llvm-www/safecode/downloads.html
diff -c /dev/null llvm-www/safecode/downloads.html:1.1
*** /dev/null Fri Nov 13 11:13:06 2009
--- llvm-www/safecode/downloads.html Fri Nov 13 11:12:56 2009
***************
*** 0 ****
--- 1,94 ----
+ <!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: Downloads</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="Downloading From the Subversion Repository"></a>
+ <div class="box">
+
+ <h1>Home</h1>
+ <hr>
+
+ <p>
+ SAFECode is available from the LLVM SVN repository. You can download
+ it using the following command:
+ </p>
+
+ <p>
+ <tt>svn co http://llvm.org/svn/llvm-project/safecode/trunk safecode</tt>
+ </p>
+
+ <p>
+ Directions on compiling and using SAFECode can be found in the
+ <tt>safecode/docs</tt> directory in the source code.
+ </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