st/dri/drm: Add a second libdridrm library
[mesa.git] / docs / download.html
index 6a9533aaeb3a751ab5fd597e59522440d846a338..856c2a53ca23889e17df3666db808e374a468f1a 100644 (file)
@@ -1,26 +1,33 @@
-<HTML>
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html lang="en">
+<head>
+  <meta http-equiv="content-type" content="text/html; charset=utf-8">
+  <title>Getting Mesa</title>
+  <link rel="stylesheet" type="text/css" href="mesa.css">
+</head>
+<body>
 
-<TITLE>Getting Mesa</TITLE>
+<div class="header">
+  <h1>The Mesa 3D Graphics Library</h1>
+</div>
 
-<link rel="stylesheet" type="text/css" href="mesa.css"></head>
+<iframe src="contents.html"></iframe>
+<div class="content">
 
-<BODY>
-
-<H1>Downloading</H1>
+<h1>Downloading</h1>
 
 <p>
 Primary Mesa download site:
-<a href="ftp://ftp.freedesktop.org/pub/mesa/"
-target="_parent">freedesktop.org</a> (FTP)
+<a href="ftp://ftp.freedesktop.org/pub/mesa/">freedesktop.org</a> (FTP)
 </p>
 
 <p>
 When a new release is coming, release candidates (betas) may be found
-<a href="ftp://ftp.freedesktop.org/pub/mesa/beta/" target="_parent">here</a>.
+<a href="ftp://ftp.freedesktop.org/pub/mesa/beta/">here</a>.
 </p>
 
 
-<H1>Unpacking</H1>
+<h1>Unpacking</h1>
 
 <p>
 Mesa releases are available in three formats: .tar.bz2, .tar.gz, and .zip
@@ -68,7 +75,6 @@ docs/         - documentation
 src/           - source code for libraries
 src/mesa       - sources for the main Mesa library and device drivers
 src/gallium     - sources for Gallium and Gallium drivers
-src/glu                - libGLU source code
 src/glx                - sources for building libGL with full GLX and DRI support
 </pre>
 
@@ -79,24 +85,33 @@ instructions</a>.
 </p>
 
 
-<H1>Demos and GLUT</H2>
+<h1>Demos, GLUT, and GLU</h1>
+
+<p>
+A package of SGI's GLU library is available
+<a href="ftp://ftp.freedesktop.org/pub/mesa/glu/">here</a>
+</p>
 
 <p>
 A package of Mark Kilgard's GLUT library is available
-<a href="ftp://ftp.freedesktop.org/pub/mesa/glut/" target="_parent">here</a>
+<a href="ftp://ftp.freedesktop.org/pub/mesa/glut/">here</a>
 </p>
 
 <p>
 The Mesa demos collection is available
-<a href="ftp://ftp.freedesktop.org/pub/mesa/demos/" target="_parent">here</a>
+<a href="ftp://ftp.freedesktop.org/pub/mesa/demos/">here</a>
 </p>
 
 <p>
-In the past, GLUT and the Mesa demos were released in conjunction with
-Mesa releases.  But since GLUT and the demos change infrequently, they
-were split off some time ago.
-</p>
+In the past, GLUT, GLU and the Mesa demos were released in conjunction with
+Mesa releases.  But since GLUT, GLU and the demos change infrequently, they
+were split off into their own git repositories:
 
+<a href="http://cgit.freedesktop.org/mesa/glut/">GLUT</a>,
+<a href="http://cgit.freedesktop.org/mesa/glu/">GLU</a> and
+<a href="http://cgit.freedesktop.org/mesa/demos/">Demos</a>,
+</p>
 
-</BODY>
-</HTML>
+</div>
+</body>
+</html>