Removed files that are now elsewhere (in core/docs/ and memcheck/docs/),
setup basic skeleton linking to core + skin docs.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@1096 a5019735-40e9-0310-863c-91ae7b9d1cf9
diff --git a/docs/index.html b/docs/index.html
index 1111702..d4db7c8 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -1,26 +1,33 @@
-<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
<html>
+ <head>
+ <title>Valgrind</title>
+ <base target="main">
+ <style type="text/css">
+ <style type="text/css">
+ body { background-color: #ffffff;
+ color: #000000;
+ font-family: Times, Helvetica, Arial;
+ font-size: 14pt}
+ h4 { margin-bottom: 0.3em}
+ code { color: #000000;
+ font-family: Courier;
+ font-size: 13pt }
+ pre { color: #000000;
+ font-family: Courier;
+ font-size: 13pt }
+ a:link { color: #0000C0;
+ text-decoration: none; }
+ a:visited { color: #0000C0;
+ text-decoration: none; }
+ a:active { color: #0000C0;
+ text-decoration: none; }
+ </style>
+ </head>
-<head>
- <meta http-equiv="Content-Type"
- content="text/html; charset=iso-8859-1">
- <meta http-equiv="Content-Language" content="en-gb">
- <meta name="generator"
- content="Mozilla/4.76 (X11; U; Linux 2.4.1-0.1.9 i586) [Netscape]">
- <meta name="author" content="Julian Seward <jseward@acm.org>">
- <meta name="description" content="say what this prog does">
- <meta name="keywords" content="Valgrind, memory checker, x86, GPL">
- <title>Valgrind's user manual</title>
-</head>
-
-<frameset cols="150,*">
- <frame name="nav" target="main" src="nav.html">
- <frame name="main" src="manual.html" scrolling="auto">
- <noframes>
- <body>
- <p>This page uses frames, but your browser doesn't support them.</p>
- </body>
- </noframes>
-</frameset>
-
+ <body>
+ <h2>Documentation Contents</h2>
+ <a href="../core/docs/index.html"><b>Core</b></a><br>
+ <a href="../memcheck/docs/index.html"><b>memcheck</b></a><br>
+ <a href="../cachegrind/docs/index.html"><b>Cachegrind</b></a><br>
+</body>
</html>