From 11aa976ec7e0b1d9b15a05dbf5e28ac4d2cbc279 Mon Sep 17 00:00:00 2001 From: Christophe Geuzaine <cgeuzaine@ulg.ac.be> Date: Mon, 5 Feb 2001 13:10:42 +0000 Subject: [PATCH] *** empty log message *** --- www/Makefile | 8 +++++--- www/gmsh.html | 13 ++++++------- 2 files changed, 11 insertions(+), 10 deletions(-) diff --git a/www/Makefile b/www/Makefile index d83f705c85..f6c2617a9e 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 5495c2b1d6..c17be0753a 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 © 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> -- GitLab