From c94b026df9e0b86086110d414f3fd5e88f4ee899 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Euzenat?= <Jerome.Euzenat@inria.fr> Date: Wed, 22 Feb 2006 12:18:23 +0000 Subject: [PATCH] - correction of some URLs following the svn move --- README.TXT | 16 +++++++--------- html/align.html | 9 ++++++--- 2 files changed, 13 insertions(+), 12 deletions(-) diff --git a/README.TXT b/README.TXT index 515225a2..4859aca1 100644 --- a/README.TXT +++ b/README.TXT @@ -1,5 +1,5 @@ -Ontology alignment API and implementation, version 2.0 -11/10/2005 +Ontology alignment API and implementation, version 2.1+ +22/02/2006 Copyright (C) 2003 The University of Manchester. Copyright (C) 2003 The University of Karlsruhe. @@ -75,19 +75,17 @@ LAST RELEASE ------------ The last release is available from: - http://co4.inrialpes.fr/align -or - http://www.inrialpes.fr/exmo/software/ontoalign.html + http://gforge.inria.fr/frs/?group_id=117 -CVS ACCESS ----------- +SOURCE REPOSITORY +----------------- -See http://co4.inrialpes.fr/align for CVS Access. +See http://gforge.inria.fr/scm/?group_id=117 for SVN Access. DOCUMENTATION ------------- -The best documentation can be found on the web site above. +The documentation can be found on http://gforge.inria.fr/docman/?group_id=117 FILES ----- diff --git a/html/align.html b/html/align.html index dc3825d3..80b83f92 100644 --- a/html/align.html +++ b/html/align.html @@ -76,6 +76,9 @@ documentation. If you are familiar with CVS, the move is straightforward.) <h2>Release notes</h2> <p>They are provided <a href="relnotes.html">here</a>.</p> +<h2>Documentation</h2> +<p>The documentation can be found on <a href="http://gforge.inria.fr/docman/?group_id=117">http://gforge.inria.fr/docman/?group_id=117</a>.</p> + <h1>Installation</h1> <p>"Installing" is really straightforward.</p> @@ -116,7 +119,7 @@ Note that OWL-API needs log4j and getopt packages, but these are <p><b>For developing</b> (compiling) you will need Java compiler (tested in <a href="http://java.sun.com">Java standard edition</a> 1.4.1) and the <a href="owlapi.html">OWL-API binary distribution</a> (which is - not included in the CVS repositories). It is also very usefull to + included in the SVN repository). It is also very usefull to have <a ref="http://ant.apache.org">Ant</a>.</p> <h2>Required libraries (jar)</h2> @@ -141,7 +144,7 @@ addition: <h2>Assembling</h2> -<p>A good way of setting your environment (from the CVS archive) for +<p>A good way of setting your environment (from the SVN archive) for developing is to unzip the OWL-API binary distribution and put the files in the ontoalign directories: <pre> @@ -165,7 +168,7 @@ $ ant jar <h1>Using the API</h1> <p>An extensive presentation of the alignment API can be found -<a href="align.pdf">here</a>. It documents use and extension of the API.</p> +in the documentation section. It documents use and extension of the API.</p> <p>For demonstrating the use of the API, we implement it and use it through a particular processor -- GitLab