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

Misha Brukman brukman at cs.uiuc.edu
Fri Dec 26 15:53:34 PST 2008



Changes in directory llvm-www/releases:

index.html updated: 1.50 -> 1.51
---
Log message:

* Combined "Download" and "Documentation" sections together, since they're both
  presenting per-release information and links
* Made the link to download LLVM from SVN just like one of the "releases"
* Added link to LLVM homepage


---
Diffs of the changes:  (+20 -36)

 index.html |   56 ++++++++++++++++++++------------------------------------
 1 files changed, 20 insertions(+), 36 deletions(-)


Index: llvm-www/releases/index.html
diff -u llvm-www/releases/index.html:1.50 llvm-www/releases/index.html:1.51
--- llvm-www/releases/index.html:1.50	Wed Dec 24 16:12:51 2008
+++ llvm-www/releases/index.html	Fri Dec 26 17:52:56 2008
@@ -18,8 +18,8 @@
 
 <div class="rel_boxtext">
 
-<p>LLVM is distributed under the <a href="2.4/LICENSE.TXT">University of
-Illinois Open Source License</a>, an <a
+<p><a href="http://llvm.org">LLVM</a> is distributed under the <a
+href="2.4/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>
 
@@ -39,12 +39,23 @@
 
 <div class="rel_boxtext">
 
-<p>Always - <a href="download.html#svn">Anonymous SVN access</a>; <a
-href="../docs/ReleaseNotes.html">release notes</a>.</p>
+<p>LLVM provides extensive documentation in HTML form, which is available in the
+source download and online.</p>
 
-<table id="download">
-<tr style="font-weight:bold">
-  <td align=center>Date</td><td>Version</td><td>Download</td><td>Release Notes</td>
+<table id="download" cellpadding=3px cellspacing=4px>
+<tr style="font-weight:bold" align=center>
+  <td>Date</td>
+  <td>Version</td>
+  <td>Download</td>
+  <td>Release Notes</td>
+  <td>Documentation</td>
+</tr>
+<tr align=center>
+  <td>Current</td>
+  <td>SVN</td>
+  <td align="center"><a href="download.html#svn">via SVN</a></td>
+  <td align="center"><a href="../docs/ReleaseNotes.html">release notes</a></td>
+  <td align="center"><a href="../docs/">docs</a></td>
 </tr>
 </table>
 
@@ -84,6 +95,7 @@
     row.appendChild(createCell(version));
     row.appendChild(createCell('<a href="download.html#' + version + '">download<\/a>'));
     row.appendChild(createCell('<a href="' + version + '/docs/ReleaseNotes.html">release notes<\/a>'));
+    row.appendChild(createCell('<a href="' + version + '/docs/index.html">docs<\/a>'));
   }
 }
 addReleases();
@@ -92,37 +104,9 @@
 
 </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/docs/">Current LLVM SVN HEAD documentation</a></li>
-<li><a href="2.4/docs/index.html">Documentation for LLVM 2.4</a></li>
-<li><a href="2.3/docs/index.html">Documentation for LLVM 2.3</a></li>
-<li><a href="2.2/docs/index.html">Documentation for LLVM 2.2</a></li>
-<li><a href="2.1/docs/index.html">Documentation for LLVM 2.1</a></li>
-<li><a href="2.0/docs/index.html">Documentation for LLVM 2.0</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" -->
+<!--#include virtual="../attrib.incl" -->
 
 </body>
 </html>






More information about the llvm-commits mailing list