[llvm-commits] CVS: llvm-www/releases/download.html index.html

Chris Lattner lattner at cs.uiuc.edu
Mon Nov 28 13:47:12 PST 2005



Changes in directory llvm-www/releases:

download.html updated: 1.24 -> 1.25
index.html updated: 1.25 -> 1.26
---
Log message:

eliminate the LLVM registration page.


---
Diffs of the changes:  (+27 -37)

 download.html |   23 ++++++++---------------
 index.html    |   41 +++++++++++++++++++----------------------
 2 files changed, 27 insertions(+), 37 deletions(-)


Index: llvm-www/releases/download.html
diff -u llvm-www/releases/download.html:1.24 llvm-www/releases/download.html:1.25
--- llvm-www/releases/download.html:1.24	Tue Nov  8 14:11:31 2005
+++ llvm-www/releases/download.html	Mon Nov 28 15:46:59 2005
@@ -11,15 +11,8 @@
 
 <div class="rel_container">
 
-<div class="rel_intro">
-If you signed up for the LLVM Announcements list, you should receive a
-confirmation email.  If you didn't, you can  
-<a href="http://lists.cs.uiuc.edu/mailman/listinfo/llvm-announce">subscribe to
-llvm-announce</a> directly.
-</div>
-
 <table class="rel_section">
-<tr><td>CVS Access</td></tr>
+<tr><td><a name="cvs">CVS Access</a></td></tr>
 </table>
 
 <div class="rel_boxtext">
@@ -37,7 +30,7 @@
 </div>
 
 <table class="rel_section">
-<tr><td>Download LLVM 1.6</td></tr>
+<tr><td><a name="1.6">Download LLVM 1.6</a></td></tr>
 </table>
 
 <div class="rel_boxtext">
@@ -66,7 +59,7 @@
 
 
 <table class="rel_section">
-<tr><td>Download LLVM 1.5</td></tr>
+<tr><td><a name="1.5">Download LLVM 1.5</a></td></tr>
 </table>
 
 <div class="rel_boxtext">
@@ -96,7 +89,7 @@
 
 
 <table class="rel_section">
-<tr><td>Download LLVM 1.4</td></tr>
+<tr><td><a name="1.4">Download LLVM 1.4</a></td></tr>
 </table>
 
 <div class="rel_boxtext">
@@ -125,7 +118,7 @@
 
 
 <table class="rel_section">
-<tr><td>Download LLVM 1.3</td></tr>
+<tr><td><a name="1.3">Download LLVM 1.3</a></td></tr>
 </table>
 
 <div class="rel_boxtext">
@@ -159,7 +152,7 @@
 </div>
 
 <table class="rel_section">
-<tr><td>Download LLVM 1.2</td></tr>
+<tr><td><a name="1.2">Download LLVM 1.2</a></td></tr>
 </table>
 
 <div class="rel_boxtext">
@@ -186,7 +179,7 @@
 </div>
 
 <table class="rel_section">
-<tr><td>Download LLVM 1.1</td></tr>
+<tr><td><a name="1.1">Download LLVM 1.1</a></td></tr>
 </table>
 
 <div class="rel_boxtext">
@@ -216,7 +209,7 @@
 </div>
 
 <table class="rel_section">
-<tr><td>Download LLVM 1.0</td></tr>
+<tr><td><a name="1.0">Download LLVM 1.0</a></td></tr>
 </table>
 
 <div class="rel_boxtext">


Index: llvm-www/releases/index.html
diff -u llvm-www/releases/index.html:1.25 llvm-www/releases/index.html:1.26
--- llvm-www/releases/index.html:1.25	Tue Nov  8 14:11:31 2005
+++ llvm-www/releases/index.html	Mon Nov 28 15:46:59 2005
@@ -6,24 +6,11 @@
 <body>
 
 <div class="rel_title">
-  LLVM Public Release
+  LLVM Download Page
 </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 since 2000 A.D. 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">
@@ -35,33 +22,43 @@
 
 </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="register.html">Anonymous CVS access</a>; <a
+<li>Always - <a href="download.html#cvs">Anonymous CVS access</a>; <a
 href="../docs/ReleaseNotes.html">release notes</a>.</li>
 
-<li>08 Nov 2005 - 1.6 release <a href="register.html">download</a>; <a
+<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="register.html">download</a>; <a
+<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="register.html">download</a>; <a
+<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="register.html">download</a>; <a
+<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="register.html">download</a>; <a
+<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="register.html">download</a>; <a
+<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="register.html">download</a>; <a
+<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>
 






More information about the llvm-commits mailing list