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

John Criswell criswell at cs.uiuc.edu
Tue Oct 21 15:22:00 PDT 2003


Changes in directory llvm-www:

www-index.html updated: 1.61 -> 1.62

---
Log message:

Moved Open Projects to the programmer's section (might have been there
already).
Created a Support section with all the mailing list informationg and most
of the old Community information.
Added the FAQ and Testing Guide.
Attempted to make some of the information more terse to web page real-estate.



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

Index: llvm-www/www-index.html
diff -u llvm-www/www-index.html:1.61 llvm-www/www-index.html:1.62
--- llvm-www/www-index.html:1.61	Sat Oct 18 22:07:51 2003
+++ llvm-www/www-index.html	Tue Oct 21 15:21:13 2003
@@ -304,6 +304,19 @@
                        instructions for the proper way to submit information
                        about a bug you ran into in the LLVM system.</li>
 
+                    <li>
+                    <a href="docs/TestingGuide.html">LLVM Test Suite Guide </a>
+                    - A reference manual for using the LLVM test suite.
+
+                    <li>
+                    <a href="docs/LangRef.html">
+                    LLVM Reference Manual
+                    </a>
+                    - Defines the LLVM
+                        intermediate representation, the assembly
+                        form of the different nodes, and provides
+                        reference information about the different
+                        tools in LLVM. </li>
                 </ul>
 
                 <font size=+1><b>Programming Documentation:</b></font>
@@ -332,14 +345,32 @@
                         LLVM Coding standards</a>
                         - Details the LLVM coding standards and provides useful
                           information on writing efficient C++ code.</li>
-                    <li><a href="docs/OpenProjects.html">Open Projects</a> in
-                        the LLVM system.  Look here if you are interested in
-                        doing something with LLVM, but aren't sure what needs
-                        to be done.</li>
+
+                    <li><a href="docs/OpenProjects.html">Open Projects</a>
+                    - Look here if you are interested in doing something with
+                    LLVM but aren't sure what needs to be done.</li>
+
+                    <li><a href="doxygen/">Doxygen generated documentation</a>
+                    (<a href="doxygen/inherits.html">classes</a>)
+                    </li>
+
                 </ul>
 
-                <font size=+1><b>Other Useful Information:</b></font>
+                <h4>
+                Support
+                </h4>
+
                 <ul>
+                    <li>
+                    <a href="docs/FAQ.html">Frequently Asked Questions</a>
+                    - A list of common questions and problems and their
+                      solutions.
+
+                    <li>
+                    <a href="docs/HowToSubmitABug.html">How-To-Submit-A-Bug</a>
+                    - Instructions for the proper way to submit information
+                    about a bug you ran into in the LLVM system.</li>
+
                     <li>LLVM Mailing Lists:
                     <ol>
                     <li>The
@@ -350,10 +381,6 @@
                     <li>The <a href="http://mail.cs.uiuc.edu/pipermail/llvm-commits/">CVS Commits Archive</a></li>
 
                     </ol>
-                    <li><a href="doxygen/">doxygen generated
-                        documentation</a> (<a
-                        href="doxygen/inherits.html">classes</a>)
-                    </li>
                     <li>Results from the <a href="testresults/">LLVM Automated Nightly Tester</a>
                 </ul><p>
                 </td>





More information about the llvm-commits mailing list