From dd744c7a7d59cd74933e4c5522f7f93dc4f080c0 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Euzenat?= <Jerome.Euzenat@inria.fr>
Date: Fri, 4 Jun 2010 07:17:30 +0000
Subject: [PATCH] - added footer - changed title

---
 html/tutorial/tutorial5/index.html | 14 ++++++++++----
 1 file changed, 10 insertions(+), 4 deletions(-)

diff --git a/html/tutorial/tutorial5/index.html b/html/tutorial/tutorial5/index.html
index ca538871..8db4d42b 100644
--- a/html/tutorial/tutorial5/index.html
+++ b/html/tutorial/tutorial5/index.html
@@ -3,7 +3,7 @@
       "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
 <html xml:lang="en" lang="en">
 <head>
-  <title>Accessing a matcher through a Web Service</title>
+  <title>Exposing a matcher as a web service</title>
   <meta http-equiv="content-type" content="text/html; charset=iso-8859-1" />
   <link rel="stylesheet" type="text/css" href="../../base.css" />
   <link rel="stylesheet" type="text/css" href="../../style.css" />
@@ -32,7 +32,7 @@ margin-bottom: 10px;
 </head>
 
 <body style="background-color: #FFFFFF;">
-<h1>Accessing a matcher through a Web Service</h1>
+<h1>Exposing a matcher as a web service</h1>
 <dl>
   <dt>Author:</dt>
     <dd><a href="http://exmo.inrialpes.fr/people/trojahn/">Cassia Trojahn dos
@@ -152,7 +152,13 @@ public class AlignmentWSPublisher {
 <p> Moreover, you should use as endpoint: <tt>"IP"</tt>+<tt>"/matcherWS"</tt>, as <tt>http://134.155.86.66:8080/matcherWS</tt>. </p>
 
 <p>Following the example above, the description of the service can be then accessed at http://134.155.86.66:8080/matcherWS?wsdl. </p>
-<p></p>
 
- </body>
+
+<hr />
+<small>
+<div style="text-align: center;">http://alignapi.gforge.inria.fr/tutorial/tutorial5/</div>
+<hr />
+$Id$
+</small>
+</body>
 </html>
-- 
GitLab