[llvm-commits] CVS: llvm-www/releases/1.0/index.html
John Criswell
criswell at cs.uiuc.edu
Fri Dec 12 16:05:02 PST 2003
Changes in directory llvm-www/releases/1.0:
index.html updated: 1.12 -> 1.13
---
Log message:
Make this refer to the single index.html download page.
---
Diffs of the changes: (+1 -61)
Index: llvm-www/releases/1.0/index.html
diff -u llvm-www/releases/1.0/index.html:1.12 llvm-www/releases/1.0/index.html:1.13
--- llvm-www/releases/1.0/index.html:1.12 Sat Dec 6 13:56:04 2003
+++ llvm-www/releases/1.0/index.html Fri Dec 12 16:04:11 2003
@@ -1,67 +1,7 @@
<html>
<head>
- <title>Download LLVM releases</title>
- <link rel="stylesheet" type="text/css" href="../../llvm.css">
+ <meta http-equiv="Refresh" content="0;url=../index.html">
</head>
<body>
-
-<div class="rel_title">
- LLVM Release 1.0
-</div>
-
-<div class="rel_container">
-
-<div class="rel_intro">
-
- <p>We are pleased to announce the public release of the LLVM Compiler
- Infrastructure.</p>
-
- <p>LLVM is a new infrastructure designed for compile-time, link-time, runtime,
- and "idle-time" optimization of programs from arbitrary programming
- languages. LLVM is written in C++ and has been developed over the past 3
- years at the University of Illinois. It currently supports compilation of
- C and C++ programs, using front-ends derived from GCC 3.4.</p>
-
-</div>
-
-<div class="rel_section">License</div>
-
-<div class="rel_boxtext">
-
-<p>LLVM is distributed under the <a href="LICENSE.TXT">University of Illinois
-Open Source License</a>, an <a
-href="http://www.opensource.org/licenses/UoI-NCSA.php">OSI-approved</a>
-license.</p>
-
-</div>
-
-<div class="rel_section">Download</div>
-
-<div class="rel_boxtext">
-
-<p>The <a href="register.html">1.0 release</a> (24 Oct 2003) is available for
-download. You can read the <a href="docs/ReleaseNotes.html">Release Notes
-here</a>.</p>
-
-</div>
-
-<div class="rel_section">Documentation</div>
-
-<div class="rel_boxtext">
-
-<p>LLVM provides extensive documentation in HTML form. The documentation is
-included in the source download (see README.TXT for details). You can also see
-the documentation here:</p>
-
-<ul>
- <li><a href="docs/index.html">Complete documentation</a> for release 1.0.</li>
- <li><a href="http://llvm.cs.uiuc.edu/docs/">Up-to-date LLVM documentation</a>
- on the LLVM Web page.</li>
-</ul>
-
-</div>
-
-</div> <!-- rel_container -->
-
</body>
</html>
More information about the llvm-commits
mailing list