diff --git a/www/gmsh.html b/doc/gmsh.html similarity index 98% rename from www/gmsh.html rename to doc/gmsh.html index 737263481d6695999a9489cd73d672c80345f172..83911e67ce98e0288de48068ac14669c9037a2b5 100644 --- a/www/gmsh.html +++ b/doc/gmsh.html @@ -5,10 +5,6 @@ <TITLE>Gmsh: a three-dimensional finite element mesh generator with built-in pre- and post-processing facilities</TITLE> -<meta name="description" content="Gmsh is a free automatic -three-dimensional finite element mesh generator with pre- and -post-processing facilities."> - <meta name="keywords" content="free mesh generator, free finite element software, mesh generation, mesh refinement, free, delaunay triangulation, automatic, maillages automatiques, mailleur, modelisation, opengl, @@ -246,7 +242,7 @@ Back to <a href="/">geuz.org</a>. <p> -$Date: 2001-10-12 18:30:34 $ +$Date: 2001-10-12 19:56:52 $ </BODY> </HTML> diff --git a/www/Makefile b/www/Makefile deleted file mode 100644 index 20a9bf5b987b0b6ba6c02bbe6313327f91da91c8..0000000000000000000000000000000000000000 --- a/www/Makefile +++ /dev/null @@ -1,22 +0,0 @@ - -default: - @echo "Nothin' tada..." - -cgi: - cat gmsh.html |\ - sed "s/<!---BEGINSCRIPT//g" |\ - sed "s/ENDSCRIPT--->//g" |\ - sed "s/<!---BEGINDATE.Date: /Last updated<br>/g" |\ - sed "s/ .ENDDATE--->/<p>/g" \ - > geuzaine-gmsh.cgi - chmod 755 geuzaine-gmsh.cgi - -noncgi: - cat gmsh.html |\ - 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/<!---BEGINMIRROR//g" |\ - sed "s/ENDMIRROR--->//g" \ - > gmsh2.html