* Added link to newly written ExtendingLLVM.html document

* Eliminated extraneous space in the HTML


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12691 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Misha Brukman
2004-04-06 04:22:43 +00:00
parent b3b28275da
commit 1e07e0c0c9

View File

@@ -1,8 +1,7 @@
<html> <html>
<title> <head>
The LLVM Compiler Infrastructure <title>The LLVM Compiler Infrastructure</title>
</title> </head>
<body> <body>
<center> <center>
@@ -15,26 +14,18 @@ The LLVM Compiler Infrastructure
<hr> <hr>
<h2> <h2>Welcome to LLVM!</h2>
Welcome to LLVM!
</h2>
This file is intended to do four things: This file is intended to do four things:
<ol> <ol>
<li> <li>help you get started using LLVM;</li>
help you get started using LLVM;
</li>
<li> <li>tell you how to get questions about LLVM answered;</li>
tell you how to get questions about LLVM answered;
</li>
<li> <li>tell you where to find documentation for different kinds of questions;
tell you where to find documentation for different kinds of questions; and and</li>
</li>
<li> <li>tell you about three LLVM-related mailing lists.</li>
tell you about three LLVM-related mailing lists.
</li>
</ol> </ol>
@@ -211,6 +202,12 @@ LLVM Programming Documentation:
<a href="CommandLine.html">llvm/docs/CommandLine.html</a> <a href="CommandLine.html">llvm/docs/CommandLine.html</a>
<p> <p>
<dt>
Extending LLVM:
<dd>
<a href="ExtendingLLVM.html">llvm/docs/ExtendingLLVM.html</a>
<p>
<dt> <dt>
Coding Standards: Coding Standards:
<dd> <dd>
@@ -218,9 +215,7 @@ LLVM Programming Documentation:
<p> <p>
</dl> </dl>
<h3> <h3>Other LLVM Resources</h3>
Other LLVM Resources:
</h3>
<dl compact> <dl compact>
<dt> <dt>
@@ -250,9 +245,8 @@ Other LLVM Resources:
<hr> <hr>
<h2> <h2>Mailing Lists</h2>
Mailing Lists
</h2>
There are three mailing lists for providing LLVM users with information: There are three mailing lists for providing LLVM users with information:
<ol> <ol>
@@ -288,6 +282,7 @@ There are three mailing lists for providing LLVM users with information:
volume. volume.
</p> </p>
</ol> </ol>
</body> </body>
</html> </html>