[llvm-commits] CVS: llvm-www/releases/1.8/index.html
Tanya Lattner
tonic at nondot.org
Mon Dec 4 11:20:07 PST 2006
Changes in directory llvm-www/releases/1.8:
index.html updated: 1.1 -> 1.2
---
Log message:
Oops. wrong index.html. Fixed now.
---
Diffs of the changes: (+1 -88)
index.html | 89 -------------------------------------------------------------
1 files changed, 1 insertion(+), 88 deletions(-)
Index: llvm-www/releases/1.8/index.html
diff -u llvm-www/releases/1.8/index.html:1.1 llvm-www/releases/1.8/index.html:1.2
--- llvm-www/releases/1.8/index.html:1.1 Mon Dec 4 13:18:50 2006
+++ llvm-www/releases/1.8/index.html Mon Dec 4 13:19:54 2006
@@ -1,94 +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 Download Page
-</div>
-
-<div class="rel_container">
-
-<div class="rel_section">License</div>
-
-<div class="rel_boxtext">
-
-<p>LLVM is distributed under the <a href="1.9/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">Mailing list</div>
-
-<div class="rel_boxtext">
-If you are interested in LLVM, we strongly encourage you to sign up for the
-<a href="http://lists.cs.uiuc.edu/mailman/listinfo/llvm-announce">
-LLVM announcements mailing list</a>. This list is an extremely low volume
-list (less than one email per month) that is a good way to keep track of the
-high-level happenings in the LLVM community.
-</div>
-
-<div class="rel_section">Download</div>
-
-<div class="rel_boxtext">
-
-<ul>
-<li>Always - <a href="download.html#cvs">Anonymous CVS access</a>; <a
-href="../docs/ReleaseNotes.html">release notes</a>.</li>
-<li>19 Nov 2006 - 1.9 release <a href="download.html#1.9">download</a>; <a
-href="1.9/docs/ReleaseNotes.html">release notes</a>.</li>
-<li>9 Aug 2006 - 1.8 release <a href="download.html#1.8">download</a>; <a
-href="1.8/docs/ReleaseNotes.html">release notes</a>.</li>
-<li>20 Apr 2006 - 1.7 release <a href="download.html#1.7">download</a>; <a
-href="1.7/docs/ReleaseNotes.html">release notes</a>.</li>
-<li>08 Nov 2005 - 1.6 release <a href="download.html#1.6">download</a>; <a
-href="1.6/docs/ReleaseNotes.html">release notes</a>.</li>
-<li>18 May 2005 - 1.5 release <a href="download.html#1.5">download</a>; <a
-href="1.5/docs/ReleaseNotes.html">release notes</a>.</li>
-<li>09 Dec 2004 - 1.4 release <a href="download.html#1.4">download</a>; <a
-href="1.4/docs/ReleaseNotes.html">release notes</a>.</li>
-<li>13 Aug 2004 - 1.3 release <a href="download.html#1.3">download</a>; <a
-href="1.3/docs/ReleaseNotes.html">release notes</a>.</li>
-<li>19 Mar 2004 - 1.2 release <a href="download.html#1.2">download</a>; <a
-href="1.2/docs/ReleaseNotes.html">release notes</a>.</li>
-<li>17 Dec 2003 - 1.1 release <a href="download.html#1.1">download</a>; <a
-href="1.1/docs/ReleaseNotes.html">release notes</a>.</li>
-<li>24 Oct 2003 - 1.0 release <a href="download.html#1.0">download</a>; <a
-href="1.0/docs/ReleaseNotes.html">release notes</a>.</li>
-</ul>
-
-</div>
-
-<div class="rel_section">Documentation</div>
-
-<div class="rel_boxtext">
-
-<p>LLVM provides extensive documentation in HTML form, which is available in the
-source download and online:</p>
-
-<ul>
-<li><a href="http://llvm.org">Current LLVM documentation</a></li>
-<li><a href="1.9/docs/index.html">Documentation for LLVM 1.9</a></li>
-<li><a href="1.8/docs/index.html">Documentation for LLVM 1.8</a></li>
-<li><a href="1.7/docs/index.html">Documentation for LLVM 1.7</a></li>
-<li><a href="1.6/docs/index.html">Documentation for LLVM 1.6</a></li>
-<li><a href="1.5/docs/index.html">Documentation for LLVM 1.5</a></li>
-<li><a href="1.4/docs/index.html">Documentation for LLVM 1.4</a></li>
-<li><a href="1.3/docs/index.html">Documentation for LLVM 1.3</a></li>
-<li><a href="1.2/docs/index.html">Documentation for LLVM 1.2</a></li>
-<li><a href="1.1/docs/index.html">Documentation for LLVM 1.1</a></li>
-<li><a href="1.0/docs/index.html">Documentation for LLVM 1.0</a></li>
-</ul>
-
-</div>
-
-</div> <!-- rel_container -->
-
-<!--#include virtual="/attrib.incl" -->
-
</body>
</html>
More information about the llvm-commits
mailing list