[llvm-commits] CVS: llvm-www/releases/1.0/download.html
Misha Brukman
brukman at cs.uiuc.edu
Fri Oct 24 18:02:01 PDT 2003
Changes in directory llvm-www/releases/1.0:
download.html updated: 1.3 -> 1.4
---
Log message:
Gave the download page some (cascading) STYLE(sheets).
---
Diffs of the changes: (+27 -22)
Index: llvm-www/releases/1.0/download.html
diff -u llvm-www/releases/1.0/download.html:1.3 llvm-www/releases/1.0/download.html:1.4
--- llvm-www/releases/1.0/download.html:1.3 Fri Oct 24 17:24:33 2003
+++ llvm-www/releases/1.0/download.html Fri Oct 24 18:00:56 2003
@@ -1,45 +1,50 @@
<html>
-<title>
-LLVM 1.0 Download Page
-</title>
-
+<head>
+ <link rel="stylesheet" type="text/css" href="../../llvm.css">
+ <title>LLVM 1.0 Download Page</title>
+</head>
<body>
-<center>
-<h1>
-LLVM 1.0 Download Page
-</h1>
-</center>
+<div class="rel_title">
+ LLVM 1.0 Download Page
+</div>
-<hr>
+<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 don't, you can register for the mailing list at
<a href="http://mail.cs.uiuc.edu/mailman/listinfo/llvm-announce">
http://mail.cs.uiuc.edu/mailman/listinfo/llvm-announce
</a>.
+</div>
-<hr>
+<table class="rel_section">
+<tr><td>Download</td></tr>
+</table>
+<div class="rel_boxtext">
Please read the <a href="docs/ReleaseNotes.html">Release Notes</a> before
downloading:
-<p>
<ul>
- <li>
- <a href="llvm-1.0.tar.gz">LLVM itself</a></li>
+ <li><a href="llvm-1.0.tar.gz">LLVM itself</a></li>
+
+ <li><a href="cfrontend-1.0.i686-redhat-linux-gnu.tar.gz">GCC Front End
+ Binaries for Linux/x86</a></li>
- <li>
- <a href="cfrontend-1.0.i686-redhat-linux-gnu.tar.gz">GCC Front End Binaries for Linux/x86</a></li>
- <li>
- <a href="cfrontend-1.0.i686-unknown-freebsd5.1.tar.gz">GCC Front End Binaries for FreeBSD/x86</a></li>
+ <li><a href="cfrontend-1.0.i686-unknown-freebsd5.1.tar.gz">GCC Front End
+ Binaries for FreeBSD/x86</a></li>
- <li>
- <a href="cfrontend-1.0.sparc-sun-solaris2.8.tar.gz">GCC Front End Binaries for Solaris/Sparc</a></li>
+ <li><a href="cfrontend-1.0.sparc-sun-solaris2.8.tar.gz">GCC Front End Binaries
+ for Solaris/Sparc</a></li>
- <li>
- <a href="cfrontend-1.0.source.tar.gz">GCC Front End Source Code</a></li>
+ <li><a href="cfrontend-1.0.source.tar.gz">GCC Front End Source Code</a></li>
</ul>
+
+</div>
+
+</div>
</body>
</html>
More information about the llvm-commits
mailing list