Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 6e430ab5 authored by Jérôme Euzenat's avatar Jérôme Euzenat
Browse files

- ready for release 4.5

parent 224c8e4c
No related branches found
No related tags found
No related merge requests found
......@@ -54,7 +54,7 @@
<target name="versionnumber" depends="bind" description="Establishes the version number">
<tstamp><format locale="fr,fr" pattern="dd/MM/yyyy" property="date"/></tstamp>
<property name="version.major" value="4"/>
<property name="version.minor" value="4"/>
<property name="version.minor" value="5"/>
<property name="copyyear" value="2003-2013"/>
<!-- first attempt -->
<exec executable="svnversion" outputproperty="svn.rev" failifexecutionfails="false"/>
......
......@@ -11,7 +11,7 @@
<p>An extensive presentation of the alignment API can be
found at <a href="http://gforge.inria.fr/docman/?group_id=117">http://gforge.inria.fr/docman/?group_id=117</a>. We also have
an on-line <a href="tutorial/tutorial1/server/">tutorial</a> on using it.</p>
an on-line <a href="tutorial/tutorial1/server.html">tutorial</a> on using it.</p>
<h2>Requirements</h2>
......@@ -70,7 +70,6 @@ The alignment server is then available through HTTP with:
The possible switches to the server launcher are:
<div class="terminal">
$ java -jar lib/alignsvc.jar -h
usage: AlignmentService [options]
options are:
--html[=port] -H[port] Launch HTTP service
--jade[=port] -A[port] Launch Agent service
......@@ -85,11 +84,11 @@ options are:
--dbmspass=pwd -p pwd Use DBMS password
--dbmsbase=name -b name Use Database name
--dbms=name -B name Use Database Management System
--debug[=n] -d[n] Report debug info at level n
--uriprefix=uri -f uri Set alignment URIs with this prefix
-Dparam=value Set parameter
--help -h Print this message
Alignment server 4.3 (1709:1716M) ($Id$)
Alignment server 4.4 (1835M) ($Id$)
</div>
</p>
......
......@@ -15,7 +15,7 @@
[<a href="aserv.html">Server</a>]
<p style="background-color: yellow; text-align: center;">
New Alignment API 4.4. <a href="http://gforge.inria.fr/frs/?group_id=117">Get it!</a>
New Alignment API 4.5. <a href="http://gforge.inria.fr/frs/?group_id=117">Get it!</a>
</p>
<h1 class="titre">Alignment API and Alignment Server</h1>
......@@ -98,7 +98,7 @@ cannot find such a paper about the Alignment API or one of its sample matcher).
</dl>
</p>
<h2>Technical documentations</h2>
<h2>Technical documentation</h2>
<p><dl>
<dt><a href="format.html">Alignment format</a> and
the <a href="edoal.html">Expressive and Declarative Ontology Alignment Language (EDOAL)</a></dt>
......@@ -128,7 +128,8 @@ the <a href="edoal.html">Expressive and Declarative Ontology Alignment Language
<dd>Notify your bugs and request features here</dd>
<dt><a href="http://gforge.inria.fr/scm/?group_id=117">SVN access</a></dt>
<dd>You can browse and you can join.</dd>
<dt><a href="lib.html">Included libraries and dependencies</a></dt>
<dt><a href="lib.html">Included libraries and dependencies</a> and a
<a href="maven.html">small step towards Maven</a></dt>
<dd>Wonderful components that the Alignement API and server use.</dd>
<dt><a href="license.html">License</a></dt>
<dd>Basically, open source (LGPL).</dd>
......
......@@ -7,7 +7,7 @@
</head>
<body bgcolor="#ffffff">
<h1 class="titre">Alignment API: Libraries shipped with the package (release 4.0)</h1>
<h1 class="titre">Alignment API: Libraries shipped with the package (release 4.5)</h1>
<p>The Alignment API uses a number of external libraries. These libraries
are shipped (in the lib directory) with the Alignment API. Each
......@@ -63,7 +63,7 @@ This is a simplified view: <a href="img/dependencies.png">click here
<h3>Required for some bundled matching methods</h3>
<dl>
<dt><a href="http://ontosim.gforge.inria.fr">OntoSim</a> 2.1: ontosim.jar [<a href="http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html">LGPL</a>]</dt>
<dt><a href="http://ontosim.gforge.inria.fr">OntoSim</a> 2.3adv: ontosim.jar [<a href="http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html">LGPL</a>]</dt>
<dd>The whole ontosim system requires more libraries, including JWNL. But in our simplest behaviour, these libraries are not needed.</dd>
<dt><a href="http://lucene.apache.org/">Lucene</a> 3.0.2: lucene-core.jar [<a href="http://www.apache.org/licenses/LICENSE-2.0.html">Apache</a>]</dt>
<dd>This small part of lucene is used for WordNet matching classes.</dd>
......
......@@ -75,7 +75,8 @@ with a warning:
<!--h2>Version 4.8 (1xxx): ??/??/201x - Antésine</h2-->
<!--h2>Version 4.7 (1xxx): ??/??/201x - Letraset</h2-->
<!--h2>Version 4.6 (1xxx): ??/??/201X - Da lec'h all</h2-->
<!--h2>Version 4.5 (18xx): ??/03/2013 - Building 16</h2-->
<h2>Version 4.5 (18xx): ??/03/2013 - Building 16</h2>
<p><ul compact="1">
<li>Added several EDOAL-SPARQL renderers (impl)</li>
<li>Added <tt>ontowrap</tt> support in database store (server)</li>
......@@ -95,7 +96,7 @@ with a warning:
<li>Simplified and rewritten <tt>SemPRecEvaluator</tt> (impl)</li>
<li>Fixed all issues but IDDL in <a href="tutorial/tutorial4/index.html">tutorial4</a> (impl)</li>
<li>Fixed display bug in <tt>HTMLMetadataRenderer</tt> (impl)</li>
<li>Upgraded to <span style="color: green">IDDL</span> to 1.4 (lib)</li>
<li>Upgraded to <span style="color: green">IDDL</span> to 1.5 (lib)</li>
<li>Upgraded to <span style="color: green">OWL API</span> to 3.4.2 (lib)</li>
<li>Upgraded to <span style="color: green">SLF4J</span> to 1.7.2; suppressed slf4j-log4j (lib)</li>
<li>Replaced Pellet by <span style="color: green">HermiT</span> as default reasonner (lib)</li>
......
No preview for this file type
......@@ -17,7 +17,7 @@
<groupId>org.semanticweb.owl</groupId>
<artifactId>align</artifactId>
<version>4.4</version>
<!-- Rev 1835M 17/03/2013 -->
<!-- Rev 1835:1844M 25/03/2013 -->
<name>The Alignment API</name>
<description>The Alignment API is an API for manipulating ontology alignments.</description>
<url>http://alignapi.gforge.inria.fr</url>
......
No preview for this file type
......@@ -17,7 +17,7 @@
<groupId>fr.inrialpes.exmo.align</groupId>
<artifactId>alignsvc</artifactId>
<version>4.4</version>
<!-- Rev 1835M 17/03/2013 -->
<!-- Rev 1835:1844M 25/03/2013 -->
<name>Alignment server</name>
<description>A server for storing and sharing ontology alignments.</description>
<url>http://alignapi.gforge.inria.fr</url>
......
No preview for this file type
......@@ -17,7 +17,7 @@
<groupId>fr.inrialpes.exmo</groupId>
<artifactId>ontowrap</artifactId>
<version>4.4</version>
<!-- Rev 1835M 17/03/2013 -->
<!-- Rev 1835:1844M 25/03/2013 -->
<name>Ontology wrapping API</name>
<description>An ontology wrapping API and library.</description>
<url>http://alignapi.gforge.inria.fr</url>
......
No preview for this file type
......@@ -17,7 +17,7 @@
<groupId>fr.inrialpes.exmo.align</groupId>
<artifactId>procalign</artifactId>
<version>4.4</version>
<!-- Rev 1835M 17/03/2013 -->
<!-- Rev 1835:1844M 25/03/2013 -->
<name>Reference implementation of the Alignment API</name>
<description>Implementation of the Alignment API for manipulating ontology alignments.</description>
<url>http://alignapi.gforge.inria.fr</url>
......
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment