diff --git a/docs/index.html b/docs/index.html
index 6d8b5be1353..22f90de202b 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -1,3 +1,4 @@
+
@@ -11,164 +12,189 @@
-
-
All the documents mentioned below except the design overview tech report
-are included as part of the LLVM release (in llvm/docs/*):
-
-
-
-
-
+
+
+
-
There are three mailing lists for providing LLVM users with information:
+
+- The LLVM Programmers Manual -
+Introduction to the general layout of the LLVM sourcebase, important classes
+and APIs, and some tips & tricks.
-
+- LLVM Project Guide - How-to guide and
+templates for new projects that use the LLVM infrastructure. The
+templates (directory organization, Makefiles, and test tree) allow the project
+code to be located outside (or inside) the llvm/ tree, while using LLVM
+header files and libraries.
-- LLVM
-Announcements List
+
- CommandLine library Reference Manual -
+Provides information on using the command line parsing library.
-This is a low volume list that provides important announcements regarding
-LLVM. It is primarily intended to announce new releases, major updates to the
-software, etc. This list is highly recommended for anyone that uses
-LLVM.
+- Recommended LLVM Coding standards -
+Details the LLVM coding standards and provides useful information on writing
+efficient C++ code.
-- LLVM Developers
-List
+
- Open Projects - Look here if you are
+interested in doing something with LLVM but aren't sure what needs to be
+done.
-This list is for people who want to be included in technical discussions of
-LLVM. People post to this list when they have questions about writing code for
-or using the LLVM tools. It is relatively low volume.
+- Extending LLVM - Look here to see how
+to add instructions and intrinsics to LLVM.
-- LLVM Commits
-List
+
- Coding Standards - Guidelines for
+hacking LLVM source.
-This list contains all commit messages that are made when LLVM developers
-commit code changes to the CVS archive. It is useful for those who want to
-stay on the bleeding edge of LLVM development. This list is very high
-volume.
+- Doxygen generated
+documentation (
+classes)
-
+- CVSWeb CVS Tree
+Browser
-
+
+
+
+