[llvm-commits] CVS: llvm-www/releases/register.html index.html
John Criswell
criswell at cs.uiuc.edu
Fri Dec 12 16:10:01 PST 2003
Changes in directory llvm-www/releases:
register.html added (r1.1)
index.html updated: 1.9 -> 1.10
---
Log message:
Moved the registration page to server all public LLVM downloads.
---
Diffs of the changes: (+86 -1)
Index: llvm-www/releases/register.html
diff -c /dev/null llvm-www/releases/register.html:1.1
*** /dev/null Fri Dec 12 16:09:51 2003
--- llvm-www/releases/register.html Fri Dec 12 16:09:41 2003
***************
*** 0 ****
--- 1,85 ----
+ <html>
+ <head>
+ <title>LLVM Registration Page</title>
+ <link rel="stylesheet" type="text/css" href="../llvm.css">
+ </head>
+ <body>
+
+ <div class="rel_title">
+ LLVM Registration Page
+ </div>
+
+ <div class="rel_container">
+
+ <div class="rel_intro">
+ Welcome to the LLVM registration page!
+ <br><br>
+ We'd like to collect some information about people and organizations who are
+ interested in LLVM. Please complete the following form below to download a copy
+ of the LLVM software.
+ </div>
+
+ <table class="rel_section">
+ <tr><td>Information</td></tr>
+ </table>
+
+ <div class="rel_boxtext">
+
+ <form action="register.cgi" method="POST">
+
+ <table align="center" border="0" cellpadding="3">
+ <tr>
+ <td><b>First Name</b> (required):</td>
+ <td><input type="text" size="40" name="firstname"></td>
+ </tr>
+ <tr>
+ <td><b>Last Name</b> (required):</td>
+ <td><input type="text" size="40" name="lastname"></td>
+ </tr>
+ <tr>
+ <td><b>Email Address</b> (required):</td>
+ <td><input type="text" size="40" name="email"></td>
+ </tr>
+ <tr>
+ <td><b>Organizational Affiliation:</b></td>
+ <td><input type="text" size="40" name="organization"></td>
+ </tr>
+ <tr>
+ <td><b>Position/Title:</b></td>
+ <td><input type="text" size="40" name="title"></td>
+ </tr>
+ </table>
+
+ <p>
+ The LLVM Announcements List is a low volume mailing list that provides LLVM
+ users with important information on new LLVM releases. If you would like to
+ subscribe to this list, please select "yes" and respond to the confirmation
+ email that you will receive (<b>your email address will be your password</b>):
+ </p>
+
+ Subscribe to
+ <a href="http://mail.cs.uiuc.edu/mailman/listinfo/llvm-announce">LLVM
+ Announcements List</a> (default is <em>yes</em>):
+ <br>
+ <input type="radio" name="announce" value="yes" checked> Yes<br>
+ <input type="radio" name="announce"value="no"> No<br>
+
+ <p>
+ We would be interested to know how you plan to use LLVM.
+ <br>
+ This information is strictly optional and will be kept completely confidential:<br>
+ <textarea rows="10" cols="60" name="plans"></textarea>
+ </p>
+
+ Finally, click "Download" to go to the download page:<br>
+ <input type="submit" value="Download">
+ <input type="reset" value="Clear Form">
+
+ </form>
+
+ </div>
+
+ </div>
+
+ </body>
+ </html>
Index: llvm-www/releases/index.html
diff -u llvm-www/releases/index.html:1.9 llvm-www/releases/index.html:1.10
--- llvm-www/releases/index.html:1.9 Fri Dec 12 16:00:56 2003
+++ llvm-www/releases/index.html Fri Dec 12 16:09:41 2003
@@ -39,7 +39,7 @@
<div class="rel_boxtext">
-<p>The <a href="1.0/register.html">1.0 release</a> (24 Oct 2003) is available for
+<p>The <a href="register.html">1.0 release</a> (24 Oct 2003) is available for
download. You can read the <a href="1.0/docs/ReleaseNotes.html">Release Notes
here</a>.</p>
More information about the llvm-commits
mailing list