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

Misha Brukman brukman at cs.uiuc.edu
Thu Nov 13 21:16:01 PST 2003


Changes in directory llvm-www/releases/1.0:

index.html updated: 1.10 -> 1.11

---
Log message:

* Enclose all paragraph text within <p> and </p>
* Close <li> tags
* Hyphenate ``OSI-approved''
* Don't mention Release Notes twice, it's superfluous
* Don't call the link ``Readme.txt'' if we aren't really linking to it


---
Diffs of the changes:  (+29 -22)

Index: llvm-www/releases/1.0/index.html
diff -u llvm-www/releases/1.0/index.html:1.10 llvm-www/releases/1.0/index.html:1.11
--- llvm-www/releases/1.0/index.html:1.10	Thu Nov 13 21:00:16 2003
+++ llvm-www/releases/1.0/index.html	Thu Nov 13 21:15:45 2003
@@ -12,14 +12,16 @@
 <div class="rel_container">
 
 <div class="rel_intro">
-  We are pleased to announce the public release of the LLVM Compiler
-  Infrastructure.<br><br>
 
-  LLVM is a new infrastructure designed for compile-time, link-time, runtime,
+  <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 over the past 3
   years at the University of Illinois.  It currently supports compilation of
-  C and C++ programs, using front-ends derived from GCC 3.4.
+  C and C++ programs, using front-ends derived from GCC 3.4.</p>
+
 </div>
 
 <table class="rel_section">
@@ -27,10 +29,12 @@
 </table>
 
 <div class="rel_boxtext">
-  <p>LLVM is distributed under the <a href="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>
+
+<p>LLVM is distributed under the <a href="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>
 
 <table class="rel_section">
@@ -38,9 +42,11 @@
 </table>
 
 <div class="rel_boxtext">
-  The <a href="register.html">1.0 release</a> (24 Oct 2003) is available for
-  download.
-  You can read the <a href="docs/ReleaseNotes.html">Release Notes here</a>.
+
+<p>The <a href="register.html">1.0 release</a> (24 Oct 2003) is available for
+download. You can read the <a href="docs/ReleaseNotes.html">Release Notes
+here</a>.</p>
+
 </div>
 
 <table class="rel_section">
@@ -48,19 +54,20 @@
 </table>
 
 <div class="rel_boxtext">
-LLVM provides extensive documentation in HTML form. The documentation is
-included in the source download (see README.txt for explanations).
-You can also see the documentation here:
-<li>
-A copy of the <a href="docs/ReleaseNotes.html">ReleaseNotes</a> for release 1.0.
-<li>
-A copy of the <a href="docs/index.html">README</a> file for release 1.0.
-<li>
-<a href="http://llvm.cs.uiuc.edu/docs/">Up-to-date LLVM documentation</a>
-on the LLVM Web page.
-</div>
+
+<p>LLVM provides extensive documentation in HTML form. The documentation is
+included in the source download (see README.TXT for details).  You can also see
+the documentation here:</p>
+
+<ul>
+  <li><a href="docs/index.html">Complete documentation</a> for release 1.0.</li>
+  <li><a href="http://llvm.cs.uiuc.edu/docs/">Up-to-date LLVM documentation</a>
+      on the LLVM Web page.</li>
+</ul>
 
 </div>
+
+</div> <!-- rel_container -->
 
 </body>
 </html>





More information about the llvm-commits mailing list