Skip to content

wandora-team/wandora

Repository files navigation

Wandora

Wandora is a general purpose information extraction, management and publishing application based on Topic Maps and Java. Wandora suits well for constructing and maintaining vocabularies, taxonomies and ontologies. Application areas include linked data, open data, data integration, business intelligence, digital preservation and data journalism. Wandora's license is GNU GPL.

Developer Introduction

To compile and run Wandora, a Java JDK 17 or later is required.

Wandora uses Gradle for dependency management and building application packages.

We use Eclipse, preferably Eclipse IDE for Java Developers version 4.27.0.

Wandora was originally developed early 2000. Wandora is now going through a process where we try to modernize many of the underlying technologies and throw away deprecated features. There is no schedule for the next Wandora release yet.

If you wish to look at the old version of Wandora checkout git tag 'master-old'.

Running Wandora in local development

Either

  • Clone Wandora's git repository.
  • Open Eclipse project in cloned git repository. Eclipse opens the project as a Gradle project and downloads all dependencies.
  • Use Gradle task application/run to run Wandora.

or

  • Clone Wandora's git repository.
  • Open Eclipse project in cloned git repository. Eclipse opens the project as a Gradle project and downloads all dependencies.
  • Build distribution packages using Gradle task build/build.
  • Unzip distribution package in build/distributions and run startup script bin/wandora.bat or bin/wandora.sh.

Old way of installing and using Wandora

Download, install and run Wandora on your computer.

Read the quick start and browse the documentation. We also provide screen cast videos that may help new users.

If you run into any trouble or have questions consult our forum or drop a line.

These instructions will be updated when (new) Wandora is released for the first time.