Mentions légales du service
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
Alignment API
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
moex
Alignment API
Commits
9ee0acec
Commit
9ee0acec
authored
17 years ago
by
Jérôme Euzenat
Browse files
Options
Downloads
Patches
Plain Diff
- small improvements
parent
68bb1c7b
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
html/index.html
+1
-1
1 addition, 1 deletion
html/index.html
html/lib.html
+28
-14
28 additions, 14 deletions
html/lib.html
with
29 additions
and
15 deletions
html/index.html
+
1
−
1
View file @
9ee0acec
...
...
@@ -76,7 +76,7 @@
<dd></dd>
<dt><a
href=
"http://gforge.inria.fr/scm/?group_id=117"
>
SVN access
</a></dt>
<dd></dd>
<dt><a
href=
"lib.html"
>
Included libraries
</a></dt>
<dt><a
href=
"lib.html"
>
Included libraries
and dependencies
</a></dt>
<dd></dd>
<dt><a
href=
"license.html"
>
License
</a></dt>
<dd></dd>
...
...
This diff is collapsed.
Click to expand it.
html/lib.html
+
28
−
14
View file @
9ee0acec
...
...
@@ -7,21 +7,24 @@
</head>
<body
bgcolor=
"#ffffff"
>
<h1
class=
"titre"
>
Alignment API: Libraries shipped with the package (release 3.
0
)
</h1>
<h1
class=
"titre"
>
Alignment API: Libraries shipped with the package (release 3.
1
)
</h1>
<p>
The Alignment API uses a number of external libraries. These libraries
are shipped (in the lib directory) with the Alignment API. We provide
here the list of these libraries together with the reason why they may
be necessary within the API and some other information.
</p>
<p>
You may use this information for restricting the libraries to only
the one you need.
</p>
<h2>
Required for the API implementation (procalign)
</h2>
<dl>
<dt><a
href=
"http://www.urbanophile.com/arenn/hacking/download.html"
>
Gnu getopt
</a>
: getopt.jar [BSD/GPL]
</dt>
<dt><a
href=
"http://www.urbanophile.com/arenn/hacking/download.html"
>
Gnu
getopt
</a>
: getopt.jar [
<a
href=
"http://www.opensource.org/licenses/bsd-license.php"
>
BSD
</a>
/
<a
href=
"http://www.gnu.org/licenses/old-licenses/gpl-2.0.html"
>
GPL
</a>
]
</dt>
<dd>
Gnu library for parsing command line arguments. Required
everywhere (included by OWL-API).
</dd>
<dt><a
href=
"http://logging.apache.org/log4j"
>
Apache Log4J
</a>
:
log4j.jar [Apache]
</dt>
log4j.jar [
<a
href=
"http://www.apache.org/licenses/LICENSE-2.0.html"
>
Apache
</a>
]
</dt>
<dd>
Required by OWL-API -- maybe used by procalign.
</dd>
<!--dt><a href=""></a>: xerces.jar xml-apis.jar</dt>
<dd>Certainly not required anymore...</dd-->
...
...
@@ -31,8 +34,8 @@ be necessary within the API and some other information.</p>
<dl>
<dt><a
href=
"http://owl.man.ac.uk/api.shtml"
>
OWL API
</a>
1.4.3:
rdfapi.jar rdfparser.jar api.jar impl.jar io.jar [
LGPL
]
</dt>
<dd>
Provide parsing and API to OWL entities. Used by
rdfapi.jar rdfparser.jar api.jar impl.jar io.jar [
<a
href=
"http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html"
>
LGPL
</a>
]
</dt>
<dd>
Provide
s
parsing and API to OWL entities. Used by
OWLAPIAlignments. api.jar is required for compiling, the others are
necessary for executing parts of the Alignment API which need the
OWL API.
</dd>
...
...
@@ -41,20 +44,31 @@ be necessary within the API and some other information.</p>
<h3>
Required for the WSMO part
</h3>
<dl>
<dt><a
href=
"http://www.sourceforge.net/projects/mediation"
>
WSMO Mapping API
</a>
1.4.3:
mappingapi.jar mappingparser.jar mappingexported.jar [LGPL]
</dt>
<dd>
Provide the implementation of an expressive alignment format which
is the basis for level 2OMWG alignments.
</dd>
<dt><a
href=
"http://www.sourceforge.net/projects/mediation"
>
OMWG Mapping API
</a>
:
mappingapilite.jar [
<a
href=
"http://www.opensource.org/licenses/afl-3.0.php"
>
AFL
</a>
]
</dt>
<dd>
Provides the implementation of an expressive alignment format which
is the basis for level 2OMWG alignments. This jarfile is generated
on purpose from the main build file of the mappingapi source
repository. It is an incomplete version of the mappingapi
(likewise, the OMWG mapping api does only contain a part of the
Alignment API).
</dd>
<!--dt><a href="http://wsmo4j.sourceforge.net/">WSMO API</a> 0.6.1:
wsmo-api-0.6.1.jar [<a href="http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html">LGPL</a>]</dt>
<dd>Provide the implementation of the Web Service Modelling
Organisation API.</dd-->
<dt><a
href=
"http://jena.sourceforge.net/"
>
Jena
</a>
2.5.4:
jena.jar [
<a
href=
"http://www.opensource.org/licenses/bsd-license.php"
>
BSD
</a>
]
</dt>
<dd>
Provides the RDF parser.
</dd>
</dl>
<h2>
Required for the WordNet addition
</h2>
<dl>
<dt><a
href=
"http://jwordnet.sourceforge.net/"
>
JWordNet (JWNL)
</a>
1.3: jwnl.jar [
BSD
]
</dt>
1.3: jwnl.jar [
<a
href=
"http://www.opensource.org/licenses/bsd-license.php"
>
BSD
</a>
]
</dt>
<dd>
This also requires WordNet to be installed in the computer.
</dd>
<dt><a
href=
"http://jakarta.apache.org/commons/logging/"
>
Jakarta
Commons Logging
</a>
: commons-logging.jar [Apache]
</dt>
Commons Logging
</a>
: commons-logging.jar [
<a
href=
"http://www.apache.org/licenses/LICENSE-2.0.html"
>
Apache
</a>
]
</dt>
<dd>
Necessary for alignwn.
</dd>
</dl>
...
...
@@ -62,10 +76,10 @@ be necessary within the API and some other information.</p>
<dl>
<dt><a
href=
"http://dev.mysql.com/downloads/connector/j/3.0.html"
>
MySQL
JDBC Connectors
</a>
5.0.3: mysql-connector-java-5.0.3-bin.jar [
GPL
]
</dt>
JDBC Connectors
</a>
5.0.3: mysql-connector-java-5.0.3-bin.jar [
<a
href=
"http://www.gnu.org/licenses/old-licenses/gpl-2.0.html"
>
GPL
</a>
]
</dt>
<dd>
This also requires MySQL to be installed. Required for alignsvc.
</dd>
<dt><a
href=
"http://jetty.mortbay.org/"
>
Jetty
</a>
6.1.2rc5: jetty.jar
jetty-util.jar servlet-api.jar [Apache]
</dt>
jetty-util.jar servlet-api.jar [
<a
href=
"http://www.apache.org/licenses/LICENSE-2.0.html"
>
Apache
</a>
]
</dt>
<dd>
This also requires MySQL to be installed. Required for HTML and
web service part.
</dd>
</dl>
...
...
@@ -74,7 +88,7 @@ be necessary within the API and some other information.</p>
<dl>
<dt><a
href=
"http://jade.tilab.com/"
>
Java Agent Development
Environment (JADE)
</a>
3.3: jade.jar http.jar iiop.jar [
LGPL
]
</dt>
Environment (JADE)
</a>
3.3: jade.jar http.jar iiop.jar [
<a
href=
"http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html"
>
LGPL
</a>
]
</dt>
<dd>
Required by alignsvc (Agent version).
</dd>
</dl>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment