From ab3e3200b5414379fb352dea57fd1141edeecaca Mon Sep 17 00:00:00 2001
From: Christophe Geuzaine <cgeuzaine@ulg.ac.be>
Date: Sun, 22 Jan 2006 16:51:31 +0000
Subject: [PATCH] link to new wiki

---
 benchmarks/extrude/point_new.geo | 28 +++++++++++++++++-----------
 doc/gmsh.html                    |  5 +++++
 2 files changed, 22 insertions(+), 11 deletions(-)

diff --git a/benchmarks/extrude/point_new.geo b/benchmarks/extrude/point_new.geo
index 975c80e9b2..3a1b6e9b2e 100644
--- a/benchmarks/extrude/point_new.geo
+++ b/benchmarks/extrude/point_new.geo
@@ -3,24 +3,30 @@ lclev = L / 4;
 
 Point(1) = {0.0*L, 0.0*L,   0.0, lclev};
 
-Extrude {L,0,0}{ Point{1}; }{ Layers { {5,10}, {1,1}, {0.7,1} } ; Recombine; }
-Extrude {0,L/2,0}{ Line{1}; } { Layers { {5,10}, {2,2}, {0.7,1} } ; Recombine;  }
-Extrude {0,0,L}{ Surface{5}; } { Layers { {5,10}, {3,3}, {0.7,1} } ; Recombine; }
+Extrude {L,0,0} { 
+  Point{1}; Layers { {5,10}, {1,1}, {0.7,1} } ; Recombine; 
+}
+Extrude {0,L/2,0} { 
+  Line{1}; Layers { {5,10}, {2,2}, {0.7,1} } ; Recombine;  
+}
+Extrude {0,0,L} {
+  Surface{5}; Layers { {5,10}, {3,3}, {0.7,1} } ; Recombine; 
+}
 
 Point(1000) = {1, 0, 0, lclev};
-Extrude { {0,0,1} , {0.85,0,0} , -2*Pi/3 }{ Point{1000}; } {
-  Layers { {5,10}, {1,1}, {0.7,1} } ; Recombine; 
+Extrude { {0,0,1} , {0.85,0,0} , -2*Pi/3 } { 
+  Point{1000}; Layers { {5,10}, {1,1}, {0.7,1} } ; Recombine; 
 }
 
-Extrude { {0,0,1} , {0.85,0,0} , -2*Pi/3 }{ Point{1001}; } {
-  Layers { {5,10}, {1,1}, {0.7,1} } ; Recombine; 
+Extrude { {0,0,1} , {0.85,0,0} , -2*Pi/3 } { 
+  Point{1001}; Layers { {5,10}, {1,1}, {0.7,1} } ; Recombine; 
 }
-Extrude { {0,0,1} , {0.85,0,0} , -2*Pi/3 }{ Point{1003}; } {
-  Layers { {5,10}, {1,1}, {0.7,1} } ; Recombine; 
+Extrude { {0,0,1} , {0.85,0,0} , -2*Pi/3 } { 
+  Point{1003}; Layers { {5,10}, {1,1}, {0.7,1} } ; Recombine; 
 }
 
 Line Loop(31) = {29,30,28};
 Plane Surface(32) = {31};
-Extrude {0,0,L/2}{ Surface{32}; } {
-  Layers { {5,10}, {1,1}, {0.7,1} } ; Recombine; 
+Extrude {0,0,L/2} { 
+  Surface{32}; Layers { {5,10}, {1,1}, {0.7,1} } ; Recombine; 
 }
diff --git a/doc/gmsh.html b/doc/gmsh.html
index f8e77f739a..2c908b9b6e 100644
--- a/doc/gmsh.html
+++ b/doc/gmsh.html
@@ -78,6 +78,11 @@ capabilities</a>.
   <li><a href="/gmsh/doc/CREDITS">Credits</a>
 </ul>
 
+We need your help to build a <a href="/gmsh/wiki/FrontPage">library of examples</a>!
+(username: gmsh, password: wiki)
+
+<p>
+
 <form method=GET action="http://www.geuz.org/search/search-geuz.cgi">
 <input size=30 name="q" value="">&nbsp;
 <input type="submit" value="Search!">&nbsp;
-- 
GitLab