From b90b4e21035b05f7811a9c3b064f359e330b125f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Euzenat?= <Jerome.Euzenat@inria.fr> Date: Wed, 22 Aug 2012 13:34:05 +0000 Subject: [PATCH] - updated documentation --- html/labels.html | 2 ++ html/relnotes.html | 16 +++++++++++++--- 2 files changed, 15 insertions(+), 3 deletions(-) diff --git a/html/labels.html b/html/labels.html index 4f8c9b20..0d2761d1 100644 --- a/html/labels.html +++ b/html/labels.html @@ -113,6 +113,8 @@ <h2>Alignment server extensions</h2> <dl> +<dt>http://exmo.inrialpes.fr/align/service#alid</dt> +<dd>STRING uniquely identifying the alignment</dd> <dt>http://exmo.inrialpes.fr/align/service#cached</dt> <dd>TIMESTAMP of the last time the alignment was read</dd> <dt>http://exmo.inrialpes.fr/align/service#stored</dt> diff --git a/html/relnotes.html b/html/relnotes.html index d862123f..26d5dc83 100644 --- a/html/relnotes.html +++ b/html/relnotes.html @@ -37,7 +37,14 @@ The development of 4 versions continues. <h2>Under development (you can contribute)</h2> <p><ul compact="1"> -<li>Implement database store for EDOAL (server)</li> +<li>Implement <tt>ontowrap</tt> support in database store (server [4.5])</li> +<li>Make URIs dependent on a urlprefix (server [4.5])</li> +<li>Provide several URIs for the same alignment (server [4.5])</li> +<li>Add a <tt>dependsOn</tt> alignment property (api [4.6])</li> +<li>Consolidate alignment based on <tt>dependsOn</tt> (loop checking, + cell ingestion) (impl [4.6])</li> +<li>Implement database store for EDOAL (server [4.6])</li> +<li>Add a JSON interface (server)</li> <li>Integrate tests from generator</li> <li>Integrate some basic reasoning.</li> <li>Complete tutorial4 with distributed reasoning.</li> @@ -48,7 +55,6 @@ The development of 4 versions continues. <li>Improve HTML interface layout and usability (server)</li> <li>Implement metadata edition (server)</li> <li>Implement correspondence selection (server)</li> -<li>Implement <tt>ontowrap</tt> support in database store (server)</li> <li>Automatically switch to correct <tt>ontowrap</tt> implementation in parsers (parser)</li> <li>Render alignments as module descriptions (impl)</li> <li>Implement extensive evaluation framework (impl)</li> @@ -64,10 +70,14 @@ with a warning: <h2>Current SVN trunk version</h2> -<!--h2>Version 4.5 (17xx): ??/??/2012 - Al pesto</h2--> +<!--h2>Version 4.7 (1xxx): ??/??/201x - Al pesto</h2--> +<!--h2>Version 4.6 (1xxx): ??/??/2012 - Da lec'h all</h2--> +<!--h2>Version 4.5 (17xx): ??/??/2012 - Metro</h2--> <p><ul compact="1"> <!--li>Upgraded to <span style="color: green"></span> (lib)</li--> +<li>Added several EDOAL-SPARQL renderers (impl)</li> <li>Added alignment selection per ontologies in list alignment interface (server)</li> +<li>Fixed a (non manifested) bug in cache management (server)</li> <li>Fixed a bug with subsumption statements in <tt>OWLAxiomsRendererVisitor</tt> (impl)</li> </ul></p> -- GitLab