[project @ 2002-07-11 10:44:37 by panne]
authorpanne <unknown>
Thu, 11 Jul 2002 10:44:37 +0000 (10:44 +0000)
committerpanne <unknown>
Thu, 11 Jul 2002 10:44:37 +0000 (10:44 +0000)
Corrected and normalized HTML

ghc/docs/index.html

index 893a429..a955853 100644 (file)
@@ -1,70 +1,89 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
 <HTML>
-<HEAD>
-<TITLE>GHC Documentation</TITLE>
-<BODY>
+  <HEAD>
+    <TITLE>GHC Documentation</TITLE>
+  </HEAD>
 
-<H1>GHC Documentation</H1>
+  <BODY>
 
-<P>Welcome to GHC!
+    <H1>GHC Documentation</H1>
 
-<P>This is the top of the GHC documentation tree, where you will find
-links to all the supplied documentation about GHC and its
-libraries.</P>
+    <P>
+      Welcome to GHC!
+    </P>
 
-<UL>
- <LI><P><B><A HREF="users_guide/users-guide.html">The User's Guide</A></B>
-     <P>The User's Guide has all you need to know about using GHC:
-     command line options, language extensions, GHCi, etc.
- </LI>
+    <P>
+      This is the top of the GHC documentation tree, where you will find
+      links to all the supplied documentation about GHC and its libraries.
+    </P>
 
- <P>
- <LI><P><B>Hierarchical Libraries</B>
+    <UL>
+      <LI>
+        <P>
+          <B><A HREF="users_guide/users-guide.html">The User's Guide</A></B>
+        </P>
+        <P>
+          The User's Guide has all you need to know about using GHC:
+          command line options, language extensions, GHCi, etc.
+        </P>
+      </LI>
 
- <P>GHC comes with a large number of libraries, arranged
- hierarchically.  The libraries are divided into <EM>packages</EM> -
- to use a package of libraries from GHC or GHCi just add the flag
- <TT>-package &lt;name&gt;</TT> to the command line, where
- <TT>&lt;name&gt;</TT> is the name of the package (see the
- section on packages in the User's Guide for more information).  The
- <TT>base</TT> and <TT>haskell98</TT> packages are always available,
- so you don't need to use the <TT>-package</TT> flag to get these.
+      <LI>
+        <P>
+          <B>Hierarchical Libraries</B>
+        </P>
+        <P>
+          GHC comes with a large number of libraries, arranged
+          hierarchically.  The libraries are divided into <EM>packages</EM> -
+          to use a package of libraries from GHC or GHCi just add the flag
+          <TT>-package &lt;name&gt;</TT> to the command line, where
+          <TT>&lt;name&gt;</TT> is the name of the package (see the
+          section on packages in the User's Guide for more information). The
+          <TT>base</TT> and <TT>haskell98</TT> packages are always available,
+          so you don't need to use the <TT>-package</TT> flag to get these.
+        </P>
 
- <P>
- <UL>
-  <LI><A HREF="base/index.html"><TT>base</TT></a>: the Prelude,
-  and a large collection of useful libraries.</LI>
+        <UL>
+          <LI>
+            <A HREF="base/index.html"><TT>base</TT></a>:
+            the Prelude, and a large collection of useful libraries.
+          </LI>
+          <LI>
+            <A HREF="haskell98/index.html"><TT>haskell98</TT></a>:
+            Haskell 98 Standard Libraries.
+          </LI>
+          <LI>
+            <A HREF="network/index.html"><TT>network</TT></a>:
+            networking support libraries.
+          </LI>
+          <LI>
+            <A HREF="haskell-src/index.html"><TT>haskell-src</TT></a>:
+            manipulating Haskell source code.
+          </LI>
+        </UL>
+      </LI>
 
-  <LI><A HREF="haskell98/index.html"><TT>haskell98</TT></a>:
-  Haskell 98 Standard Libraries.</LI>
-
-  <LI><A HREF="network/index.html"><TT>network</TT></a>:
-  networking support libraries.</LI>
-
-  <LI><A HREF="haskell-src/index.html"><TT>haskell-src</TT></a>:
-  manipulating Haskell source code.</LI>
- </UL>
- </LI>
-
- <P>
- <LI><B><A HREF="hslibs/book-hslibs.html">(Old) Haskell Libraries</A></B>
-
- <P>Previous versions of GHC (before version 5.04) came with a suite
- of libraries known as <TT>hslibs</TT>, aka the Hugs-GHC libraries.
- As we are in the process of moving towards using hierarchical
- libraries for everything, many of these libraries have moved over to
- the new packages in the hierarchical libraries above.  We still
- provide the old <TT>hslibs</TT> libraries for backwards compatibility
- and also for those libraries which have yet to move into the
- hierarchy.  For libraries which have moved, the documentation
- contains a pointer to the location in the new libraries.
-
- <P>Libraries which haven't moved yet, so are still only available from
- here, include: the POSIX library, the Win32 library, HaXml, Readline,
- and a few others.
- </LI>
-
-</UL>
-
-</BODY>
+      <LI>
+        <P>
+          <B><A HREF="hslibs/book-hslibs.html">(Old) Haskell Libraries</A></B>
+        </P>
+        <P>
+          Previous versions of GHC (before version 5.04) came with a suite
+          of libraries known as <TT>hslibs</TT>, aka the Hugs-GHC libraries.
+          As we are in the process of moving towards using hierarchical
+          libraries for everything, many of these libraries have moved over to
+          the new packages in the hierarchical libraries above.  We still
+          provide the old <TT>hslibs</TT> libraries for backwards compatibility
+          and also for those libraries which have yet to move into the
+          hierarchy.  For libraries which have moved, the documentation
+          contains a pointer to the location in the new libraries.
+        </P>
+        <P>
+          Libraries which haven't moved yet, so are still only available from
+          here, include: the POSIX library, the Win32 library, HaXml, Readline,
+          and a few others.
+        </P>
+      </LI>
+    </UL>
+  </BODY>
 </HTML>