From 14c23396c99847b5d39afdc39ec68271cf270116 Mon Sep 17 00:00:00 2001 From: Christophe Geuzaine <cgeuzaine@ulg.ac.be> Date: Tue, 15 Dec 2009 09:20:54 +0000 Subject: [PATCH] make the link to the tutorial more VISIBLE --- doc/gmsh.html | 34 ++++++++++++++++++++-------------- 1 file changed, 20 insertions(+), 14 deletions(-) diff --git a/doc/gmsh.html b/doc/gmsh.html index 637d8278c2..bd0c6999cd 100644 --- a/doc/gmsh.html +++ b/doc/gmsh.html @@ -43,12 +43,11 @@ generator with built-in pre- and post-processing facilities</h1> Gmsh is a 3D finite element grid generator with a build-in CAD engine and post-processor. Its design goal is to provide a fast, light and user-friendly meshing tool with parametric input and advanced -visualization capabilities. -<p> -Gmsh is built around four modules: geometry, mesh, solver and -post-processing. The specification of any input to these modules is -done either interactively using the graphical user interface or in -ASCII text files using Gmsh's own scripting language. +visualization capabilities. Gmsh is built around four modules: +geometry, mesh, solver and post-processing. The specification of any +input to these modules is done either interactively using the +graphical user interface or in ASCII text files using Gmsh's own +scripting language. <p> See the screencasts for a <a href="/gmsh/screencasts/">quick tour of Gmsh's graphical user interface</a>, or the reference manual for a @@ -61,20 +60,27 @@ asked questions</a>. Gmsh is distributed under the terms of the <a href="http://www.gnu.org/copyleft/gpl.html">GNU General Public -License (GPL)</a>. Pre-compiled binaries are available for Windows (XP -or Vista), Linux (Intel, glibc 2.3) and Mac OS X (10.5, -Intel). Tutorial and demos files are included in all the archives. - +License (GPL)</a>: <ul> <li> <span style="border: 1px dotted; padding: 3px;"> <strong>Current stable release</strong>: - <a href="/gmsh/bin/Windows/gmsh-2.4.2-Windows.zip"><strong>Windows</strong></a>, + <a href="/gmsh/bin/Windows/gmsh-2.4.2-Windows.zip"><strong>Windows</strong></a> + (XP/Vista), <a href="/gmsh/bin/Linux/gmsh-2.4.2-Linux.tgz"><strong>Linux</strong></a>, - <a href="/gmsh/bin/MacOSX/gmsh-2.4.2-MacOSX.dmg"><strong>Mac OS X</strong></a> and + (Intel glibc 2.3), + <a href="/gmsh/bin/MacOSX/gmsh-2.4.2-MacOSX.dmg"><strong>Mac OS X</strong></a> + (Intel 10.5) and <a href="/gmsh/src/gmsh-2.4.2-source.tgz"><strong>source code</strong></a> </span> <p> + +<em>A <a href="/gmsh/doc/texinfo/gmsh.html#Tutorial"><strong>tutorial</strong></a> +introducing all key features and concepts is included in all the +versions in the <code>tutorial</code> directory. <br>Make sure to read +these examples before sending questions or bug reports!</em> +<p> + <li>Development version: <ul><li>automated nightly builds: <a href="/gmsh/bin/Windows/gmsh-nightly-Windows.zip">Windows</a> @@ -92,8 +98,8 @@ Intel). Tutorial and demos files are included in all the archives. and <a href="/gmsh/src/">sources</a> </ul> -If you use Gmsh, we would appreciate if you could cite the following -reference in your work (books, articles, reports, etc.): +If you use Gmsh please cite the following reference in your work +(books, articles, reports, etc.): ``<a href="gmsh_paper_preprint.pdf">C. Geuzaine and J.-F. Remacle. <em>Gmsh: a three-dimensional finite element mesh generator with built-in pre- and post-processing -- GitLab