* Added link to newly written ExtendingLLVM.html document
authorMisha Brukman <brukman+llvm@gmail.com>
Tue, 6 Apr 2004 04:22:43 +0000 (04:22 +0000)
committerMisha Brukman <brukman+llvm@gmail.com>
Tue, 6 Apr 2004 04:22:43 +0000 (04:22 +0000)
* Eliminated extraneous space in the HTML

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12691 91177308-0d34-0410-b5e6-96231b3b80d8

docs/index.html

index 022d23e59a7b215e59930cbf460f7f434c54a5a3..bcdb1685ad06931baeb47c9a8f68a1ed7777519b 100644 (file)
@@ -1,8 +1,7 @@
 <html>
-<title>
-The LLVM Compiler Infrastructure
-</title>
-
+<head>
+  <title>The LLVM Compiler Infrastructure</title>
+</head>
 <body>
 
 <center>
@@ -15,26 +14,18 @@ The LLVM Compiler Infrastructure
 
 <hr>
 
-<h2>
-Welcome to LLVM!
-</h2>
+<h2>Welcome to LLVM!</h2>
+
 This file is intended to do four things:
 <ol>
-       <li>
-       help you get started using LLVM;
-       </li>
+  <li>help you get started using LLVM;</li>
 
-       <li>
-       tell you how to get questions about LLVM answered;
-       </li>
+  <li>tell you how to get questions about LLVM answered;</li>
 
-       <li>
-       tell you where to find documentation for different kinds of questions; and
-       </li>
+  <li>tell you where to find documentation for different kinds of questions;
+  and</li>
 
-       <li>
-       tell you about three LLVM-related mailing lists.
-       </li>
+  <li>tell you about three LLVM-related mailing lists.</li>
 </ol>
 
 
@@ -167,32 +158,32 @@ LLVM Programming Documentation:
     <dt>
     LLVM Programmers Manual:
     <dd>
-        <a href="ProgrammersManual.html"> llvm/docs/ProgrammersManual.html</a>
+        <a href="ProgrammersManual.html">llvm/docs/ProgrammersManual.html</a>
         <p>
 
     <dt>
     Writing an LLVM Pass:
     <dd>
-        <a href="WritingAnLLVMPass.html"> llvm/docs/WritingAnLLVMPass.html</a>
+        <a href="WritingAnLLVMPass.html">llvm/docs/WritingAnLLVMPass.html</a>
         <p>
 
     <dt>
     Alias Analysis in LLVM:
     <dd>
-        <a href="AliasAnalysis.html"> llvm/docs/AliasAnalysis.html</a>
+        <a href="AliasAnalysis.html">llvm/docs/AliasAnalysis.html</a>
         <p>
 
     <dt>
     Source Level Debugging with LLVM:
     <dd>
-        <a href="SourceLevelDebugging.html"> llvm/docs/SourceLevelDebugging.html</a>
+        <a href="SourceLevelDebugging.html">llvm/docs/SourceLevelDebugging.html</a>
         <p>
 
 
     <dt>
     TableGen Fundamentals:
     <dd>
-        <a href="TableGenFundamentals.html"> llvm/docs/TableGenFundamentals.html</a>
+        <a href="TableGenFundamentals.html">llvm/docs/TableGenFundamentals.html</a>
         <p>
 
 
@@ -208,19 +199,23 @@ LLVM Programming Documentation:
     <dt>
     Command Line Library:
     <dd>
-        <a href="CommandLine.html"> llvm/docs/CommandLine.html</a>
+        <a href="CommandLine.html">llvm/docs/CommandLine.html</a>
+        <p>
+
+    <dt>
+    Extending LLVM:
+    <dd>
+        <a href="ExtendingLLVM.html">llvm/docs/ExtendingLLVM.html</a>
         <p>
 
     <dt>
     Coding Standards:
     <dd>
-        <a href="CodingStandards.html"> llvm/docs/CodingStandards.html</a>
+        <a href="CodingStandards.html">llvm/docs/CodingStandards.html</a>
         <p>
 </dl>
 
-<h3>
-Other LLVM Resources:
-</h3>
+<h3>Other LLVM Resources</h3>
 
 <dl compact>
     <dt>
@@ -238,21 +233,20 @@ Other LLVM Resources:
     <dt>
     Open Projects:
     <dd>
-        <a href="OpenProjects.html"> llvm/docs/OpenProjects.html</a>
+        <a href="OpenProjects.html">llvm/docs/OpenProjects.html</a>
         <p>
 
     <dt>
     Creating a new LLVM Project:
     <dd>
-        <a href="Projects.html"> llvm/docs/Projects.html</a>
+        <a href="Projects.html">llvm/docs/Projects.html</a>
         <p>
 </dl>
 
 <hr>
 
-<h2>
-Mailing Lists
-</h2>
+<h2>Mailing Lists</h2>
+
 There are three mailing lists for providing LLVM users with information:
 
 <ol>
@@ -288,6 +282,7 @@ There are three mailing lists for providing LLVM users with information:
     volume.
     </p>
 </ol>
+
 </body>
 </html>