-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathREADME
More file actions
57 lines (36 loc) · 1.94 KB
/
README
File metadata and controls
57 lines (36 loc) · 1.94 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
= ontopia-topicmaps - Query topic maps with Ontopia
== VERSION
This documentation refers to ontopia-topicmaps version 0.0.4
== DESCRIPTION
Query topic maps with Ontopia[http://ontopia.net/]. A working
installation[http://ontopia.net/doc/current/install.html] of Ontopia needs to
be present (point to it through the +OTM_BASE+ environment variable in case it
cannot be found automatically). Note, though, that it's not required to run the
Ontopia application server, only the JAR files are needed.
== SUPPORTED PLATFORMS
Ontopia::Topicmaps requires JRuby[http://jruby.org]. It has been tested with
jruby 1.7.12 (1.9.3p392) on Java HotSpot(TM) 64-Bit Server VM 1.8.0_45-b14
[linux-amd64] and jruby 9.0.0.0 (2.2.2) on OpenJDK 64-Bit Server VM 24.79-b02
1.7.0_79-b14 [linux-amd64].
Ontopia versions 5.2.2 and 5.3.0 are known to work with Ontopia::Topicmaps.
== LINKS
Ontopia:: http://ontopia.net/
Demo:: http://ixtrieve.fh-koeln.de/ghn
Documentation:: https://blackwinter.github.com/ontopia-topicmaps
Source code:: https://github.com/blackwinter/ontopia-topicmaps
RubyGem:: https://rubygems.org/gems/ontopia-topicmaps
Travis CI:: https://travis-ci.org/blackwinter/ontopia-topicmaps
== AUTHORS
* Jens Wille <mailto:jens.wille@gmail.com>
== LICENSE AND COPYRIGHT
Copyright (C) 2013-2015 Jens Wille
ontopia-topicmaps is free software: you can redistribute it and/or modify it
under the terms of the GNU Affero General Public License as published by
the Free Software Foundation, either version 3 of the License, or (at your
option) any later version.
ontopia-topicmaps is distributed in the hope that it will be useful, but
WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
License for more details.
You should have received a copy of the GNU Affero General Public License
along with ontopia-topicmaps. If not, see <http://www.gnu.org/licenses/>.