diff --git a/www/Makefile b/www/Makefile
index d83f705c852962531e5fccb7c613ac7b82414c81..f6c2617a9e94803227f210a5a9943f5d4a0ed61f 100644
--- a/www/Makefile
+++ b/www/Makefile
@@ -1,10 +1,12 @@
 
 mirror:
 	cat gmsh.html |\
-        sed "s/\/gmsh\//http:\/\/www.geuz.org\/gmsh\//g" |\
-        sed "s/\/getdp\//http:\/\/www.geuz.org\/getdp\//g" |\
+        sed "s/\/gmsh\//http:\/\/geuz.org\/gmsh\//g" |\
+        sed "s/\/getdp\//http:\/\/geuz.org\/getdp\//g" |\
         sed "s/<!---BEGINDATE.Date: /Last updated<br>/g" |\
-        sed "s/ .ENDDATE--->/<p>/g" \
+        sed "s/ .ENDDATE--->/<p>/g" |\
+        sed "s/<!---BEGINMIRROR//g" |\
+        sed "s/ENDMIRROR--->//g" \
         > gmsh-mirror.html
 
 cgi:
diff --git a/www/gmsh.html b/www/gmsh.html
index 5495c2b1d6ef7c23aa11718ec832c2330082110e..c17be0753a055357fb14320f3f5284ec4c307c29 100644
--- a/www/gmsh.html
+++ b/www/gmsh.html
@@ -47,7 +47,11 @@ cat << EOM
 page requests since<br>1998/05/24<p>
 ENDSCRIPT--->
 
-<!---BEGINDATE$Date: 2001-02-05 09:43:51 $ENDDATE--->
+<!---BEGINMIRROR
+This page is a mirror of <a href="/gmsh/">/gmsh/</a><p>
+ENDMIRROR--->
+
+<!---BEGINDATE$Date: 2001-02-05 13:10:42 $ENDDATE--->
 
 Copyright &copy; 1998-2001<br>
 J.-F. Remacle<br>
@@ -308,12 +312,7 @@ in order for Gmsh to find these libraries.
 <b>Development Release: 1.10 (February 5, 2001)</b>
 <p>
 The development release of Gmsh is available for Linux and
-Windows. All executables (no source distribution is available for the
-moment) are dynamically linked with OpenGL. You should thus have the
-OpenGL libraries installed on your system, and in the path of the
-library loader. A free replacement for OpenGL can be found at <A
-target="_top"
-href="http://mesa3d.sourceforge.net">http://mesa3d.sourceforge.net</A>.
+Windows. All executables are dynamically linked with OpenGL.
 <ul>
 <li><A href="/gmsh/latest/gmsh-win.zip">Gmsh for Windows (95/98/NT)</A>
 <li><A href="/gmsh/latest/gmsh-1.10-1.i386.rpm">Gmsh for Red Hat Linux 6.2 and compatible (i386, glibc 2.1)</A>