From 8d85e4baac634c8f52c956cc683eb38788c42141 Mon Sep 17 00:00:00 2001
From: Christophe Geuzaine <cgeuzaine@ulg.ac.be>
Date: Mon, 19 Oct 2009 22:28:49 +0000
Subject: [PATCH] mention read-only svn access

---
 doc/gmsh.html | 79 ++++++++++++++++++++++++++-------------------------
 1 file changed, 40 insertions(+), 39 deletions(-)

diff --git a/doc/gmsh.html b/doc/gmsh.html
index 38a52c0d6c..e57d6cc4d1 100644
--- a/doc/gmsh.html
+++ b/doc/gmsh.html
@@ -64,30 +64,31 @@ or Vista), Linux (Intel, glibc 2.3) and Mac OS X (10.5,
 Intel). Tutorial and demos files are included in all the archives.
 
 <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/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
-<a href="/gmsh/src/gmsh-2.4.2-source.tgz"><strong>source code</strong></a>
-</span>
-<p>
-<li>Experimental versions (these might be buggy, or might not even
-launch: use at your own risk!):
-<ul><li>automated nightly builds:
-<a href="/gmsh/bin/Windows/gmsh-nightly-Windows.zip">Windows</a>
-(<a href="/gmsh/bin/Windows/nightly.log">build log</a>),
-<a href="/gmsh/bin/Linux/gmsh-nightly-Linux.tgz">Linux</a>
-(<a href="/gmsh/bin/Linux/nightly.log">build log</a>),
-<a href="/gmsh/bin/MacOSX/gmsh-nightly-MacOSX.dmg">Mac OS X</a>
-(<a href="/gmsh/bin/MacOSX/nightly.log">build log</a>)
-<li>nightly <a href="/gmsh/src/gmsh-nightly-source.tgz">source
-snapshot</a>
-</ul>
-<li>
-Browse all versions: <a href="/gmsh/bin/">binaries</a>
-and <a href="/gmsh/src/">sources</a>
+  <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/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
+      <a href="/gmsh/src/gmsh-2.4.2-source.tgz"><strong>source code</strong></a>
+    </span>
+    <p>
+  <li>Experimental versions (these might be buggy, or might not even
+    launch: use at your own risk!):
+    <ul><li>automated nightly builds:
+        <a href="/gmsh/bin/Windows/gmsh-nightly-Windows.zip">Windows</a>
+        (<a href="/gmsh/bin/Windows/nightly.log">build log</a>),
+        <a href="/gmsh/bin/Linux/gmsh-nightly-Linux.tgz">Linux</a>
+        (<a href="/gmsh/bin/Linux/nightly.log">build log</a>),
+        <a href="/gmsh/bin/MacOSX/gmsh-nightly-MacOSX.dmg">Mac OS X</a>
+        (<a href="/gmsh/bin/MacOSX/nightly.log">build log</a>)
+      <li>nightly <a href="/gmsh/src/gmsh-nightly-source.tgz">source
+          snapshot</a>
+      <li>read-only svn access: <code>svn co https://geuz.org/svn/gmsh/trunk
+          gmsh</code> (username: gmsh, password: gmsh)
+    </ul>
+  <li>Browse all versions: <a href="/gmsh/bin/">binaries</a>
+    and <a href="/gmsh/src/">sources</a>
 </ul>
 
 If you use Gmsh, we would appreciate if you could cite the following
@@ -234,21 +235,21 @@ thumbnail"></a>
 <h2><a name="Links"></a>Links</h2>
 
 <ul>
-<li>Gmsh imports STEP, IGES and BREP files thanks
-to <a href="http://www.opencascade.org">OpenCascade</a>.
-<li>Gmsh interfaces the following additional external mesh
-generators: <a href="http://www.hpfem.jku.at/netgen/">Netgen</a> from
-Joachim Sch&ouml;berl
-and <a href="http://tetgen.berlios.de/index.html">TetGen</a> from Hang
-Si.
-<li>Gmsh's high quality vector PostScript, PDF and SVG output is
-produced by <a href="/gl2ps/">GL2PS</a>.
-<li>Gmsh's cross-platform graphical user interface is based
-on <a href="http://www.fltk.org/">FLTK</a>
-and <a href="http://www.opengl.org/">OpenGL</a>.
-<li>Make sure to also check out <a href="/getdp/">GetDP</a>, a rather
-general finite element code that can be used right from Gmsh's
-graphical user interface.
+  <li>Gmsh imports STEP, IGES and BREP files thanks
+    to <a href="http://www.opencascade.org">OpenCascade</a>.
+  <li>Gmsh interfaces the following additional external mesh
+    generators: <a href="http://www.hpfem.jku.at/netgen/">Netgen</a> from
+    Joachim Sch&ouml;berl
+    and <a href="http://tetgen.berlios.de/index.html">TetGen</a> from Hang
+    Si.
+  <li>Gmsh's high quality vector PostScript, PDF and SVG output is
+    produced by <a href="/gl2ps/">GL2PS</a>.
+  <li>Gmsh's cross-platform graphical user interface is based
+    on <a href="http://www.fltk.org/">FLTK</a>
+    and <a href="http://www.opengl.org/">OpenGL</a>.
+  <li>Make sure to also check out <a href="/getdp/">GetDP</a>, a rather
+    general finite element code that can be used right from Gmsh's
+    graphical user interface.
 </ul>
 
 <p>
-- 
GitLab