[vmkit-commits] [vmkit] r58803 - /vmkit/trunk/www/releases.html

Nicolas Geoffray nicolas.geoffray at lip6.fr
Thu Nov 6 07:35:31 PST 2008


Author: geoffray
Date: Thu Nov  6 09:35:24 2008
New Revision: 58803

URL: http://llvm.org/viewvc/llvm-project?rev=58803&view=rev
Log:
Add a new release page.


Added:
    vmkit/trunk/www/releases.html

Added: vmkit/trunk/www/releases.html
URL: http://llvm.org/viewvc/llvm-project/vmkit/trunk/www/releases.html?rev=58803&view=auto

==============================================================================
--- vmkit/trunk/www/releases.html (added)
+++ vmkit/trunk/www/releases.html Thu Nov  6 09:35:24 2008
@@ -0,0 +1,60 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" 
+          "http://www.w3.org/TR/html4/strict.dtd">
+<!-- Material used from: HTML 4.01 specs: http://www.w3.org/TR/html401/ -->
+<html>
+<head>
+  <META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
+  <title>"vmkit" JVM and .Net runtimes for LLVM</title>
+  <link type="text/css" rel="stylesheet" href="menu.css" />
+  <link type="text/css" rel="stylesheet" href="content.css" />
+</head>
+<body>
+<div id="menu">
+  <div>
+    <a href="http://llvm.org/">LLVM Home</a>
+  </div>
+  
+  <div class="submenu">
+    <label>VMKit Info</label>
+    <a href="index.html">About</a>
+    <a href="get_started.html">Get Started</a>
+    <a href="get_involved.html">Get Involved</a>
+  </div>
+  
+  <div class="submenu">
+    <label>Quick Links</label>
+    <a href="http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev">llvm-dev</a>
+    <a href="http://lists.cs.uiuc.edu/mailman/listinfo/vmkit-commits">vmkit-commits</a>
+    <a href="http://llvm.org/bugs/">Bug Reports</a>
+    <a href="http://llvm.org/svn/llvm-project/vmkit/trunk/">Browse Source</a>
+  </div>
+  
+  <div class="submenu">
+    <label>Events</label>
+    <a href="http://llvm.org/devmtg/">August 1, 2008 - LLVM/Clang Developer Meeting</a>
+  </div>
+
+</div>
+
+<div id="content">
+  <!--*********************************************************************-->
+  <h1>VMKit Releases</h1>
+  <!--*********************************************************************-->
+  
+  <p>The VMKit project was publicly released in the time of LLVM 2.3. Since 
+     LLVM 2.4, VMKit follows each LLVM release. The first release of VMKit is
+     version 0.24.</p>
+  
+  <!--=====================================================================-->
+  <h2 id="dls">Downloads</h2>
+  <!--=====================================================================-->
+  
+  <ul>
+    <li><a href="http://llvm.org/releases/2.4/vmkit-0.24.tar.gz">
+              VMKit release 0.24</a>
+    </li>
+  </ul>
+  
+</div>
+</body>
+</html>





More information about the vmkit-commits mailing list