Download

From WandoraWiki
(Difference between revisions)
Jump to: navigation, search
(Downloading Wandora)
 
(91 intermediate revisions by 2 users not shown)
Line 2: Line 2:
 
==Prepare download==
 
==Prepare download==
  
Java Runtime Environment (JRE) 5.0 is required to run Wandora application. Java JRE 5.0 is not included in Wandora package and you must download it separately from Sun's Java site at
+
The Wandora application requires a Java Development Kit (JDK) 8 (or later). The JDK is not included in the Wandora distribution packages. It must be downloaded separately from [http://www.oracle.com/technetwork/java/javase/downloads/index.html Oracle] or [http://openjdk.java.net/ OpenJDK].
  
* http://java.sun.com/javase/downloads/index.jsp
+
Look at the [[system requirements]] and the [[License of Wandora|license]] before downloading and installing the Wandora. We emphasize that the Wandora is an ongoing project and the software is incomplete, absolutely contains bugs and the feature set may change without notice.
 
+
You should also get familiar with [[system requirements]] and the [[License of Wandora|license]] before downloading and installing Wandora.
+
  
 
==Downloading Wandora==
 
==Downloading Wandora==
  
Download Wandora's latest version (build date 2006-11-15, see [[Change log]]) here:
+
Download Wandora's latest binary version (build date {{build date}}, see [[Change log]] and [[Open bugs]]) here:
 +
 
 +
* [http://www.wandora.org/download/wandora.zip wandora.zip]
 +
 
 +
Wandora's source code distribution package is here:
 +
 
 +
* [http://www.wandora.org/download/wandora-src.zip wandora-src.zip]
 +
 
 +
Notice, Wandora's distribution packages are available in the [http://sourceforge.net/projects/wandora/ SourceForge] and [https://github.com/wandora-team/wandora Github] too. After successful download you may wonder [[how to install Wandora]].
 +
 
 +
==Javadocs==
  
* http://www.wandora.net/wandora/download/wandora.zip
+
Javadocs are available for online viewing or as a zip package (updated {{javadoc date}}).
  
==Libraries to download==
+
* [http://www.wandora.org/api/ View online]
 +
* [http://www.wandora.org/api/wandora-javadoc.zip Download]
  
Wandora uses many third party libraries to extend the feature set of application. All libraries used by Wandora are free-to-use and available in Internet. Although Wandora works fine without these libraries you may encounter problems using some advanced features. Consider downloading Java packages:
+
==Libraries used by Wandora==
  
* If you are planning to use database topic maps with Microsoft SQL database consider downloading JDBC drivers for the database. Msbase.jar, mssqlserver.jar, msutil.jar are available at http://msdn.microsoft.com/data/ref/jdbc/
+
Wandora uses many third party libraries. All used libraries are free-to-use and available in Internet. We have included these libraries into Wandora's distribution package. Libraries locate in '''build/lib''' folder of Wandora's distribution package and '''lib''' folder of Wandora's source code distribution package. Script '''bin/SetClasspath.bat|sh''' adds all required libraries to Java's classpath.
* If you are planning to use database topic maps with MySQL database consider downloading JDBC drivers for the database. Driver can be downloaded at [http://dev.mysql.com/downloads/connector/j/3.1.html mysql-connector-java-3.1.13-bin.jar]
+
  
==Included libraries==
+
== Extras ==
  
Some third party library licenses allow us to ease your life. We have already included these libraries in Wandora package:
+
All application extras have been placed in the '''extras''' folder of the Wandora distribution packages. Application extras include
  
* [http://jena.sourceforge.net/ Jena RDF Framework] (Licence included)
+
* [[Wandora Firefox plugin|Wandora Firefox and Thunderbird plugin]]
* [http://xerces.apache.org/xerces2-j/ xerces.jar] (Apache License Version 2.0)
+
* [[Wandora Drupal extras]] is used to connect the Wandora with [http://www.drupal.org Drupal] content management system.
* poi-3.0-alpha1-20050704.jar, poi-contrib-3.0-alpha1-20050704.jar, poi-scratchpad-3.0-alpha1-20050704.jar (Apache License Version 2.0)
+
* [[Wandora's Joomla Topic Reader]] is used to connect the Wandora with [http://www.joomla.com Joomla] content management system.
* [http://jakarta.apache.org/velocity/index.html velocity-dep-1.4.jar] (Apache License Version 2.0)
+
* [[AngularJS topic map browser]]  
* [http://lucene.apache.org/ lucene-1.3-final.jar] (Apache License Version 2.0)
+
* [[JQuery Mobile based topic map browser]]
* [http://jakarta.apache.org/commons/fileupload/ commons-fileupload-1.1.jar] (Apache License Version 2.0)
+
* [http://jakarta.apache.org/commons/io/ commons-io-1.1.jar] (Apache License Version 2.0)
+
* [https://glassfish.dev.java.net/javaee5/mail/ mail.jar] (CDDLv1.0)
+
* [http://www.beanshell.org/download.html bsh-2.0b2.jar] (Sun Public License or the GNU Lesser Public License)
+
* [http://www.w3.org/Jigsaw/ jigsaw.jar] ([http://www.w3.org/Consortium/Legal/2002/ipr-notice-20021231 W3C Intellectual Rights Notice and Legal Disclaimers])
+
* [http://javamusictag.sourceforge.net/ jid3lib-0.5.jar] (GNU Library or Lesser General Public License (LGPL))
+
* [http://hsqldb.org/ hsqldb.jar] (Licence included)
+
* [http://www.cacas.org/java/gnu/regexp/ gnu-regexp-1.1.4.jar] (Free software)
+
* [http://sourceforge.net/projects/jpegrdf jpegrdf.jar] (OSI-Approved Open Source)
+
* servlet-api.jar
+
* [http://jtds.sourceforge.net/ jtds-1.2.jar]
+
* [http://mstor.sourceforge.net/ mstor] (Licence included)
+
* [https://jmbox.dev.java.net/ jmbox] (Lesser General Public License (LGPL))
+
* [http://www.adobe.com/products/acrviewer/acrvdnld.html Acrobar.jar, MRJToolkitStubs.zip] (Freeware)
+
* [http://java.sun.com/products/javabeans/jaf/downloads/index.html activation.jar]
+

Latest revision as of 10:15, 28 July 2018

[edit] Prepare download

The Wandora application requires a Java Development Kit (JDK) 8 (or later). The JDK is not included in the Wandora distribution packages. It must be downloaded separately from Oracle or OpenJDK.

Look at the system requirements and the license before downloading and installing the Wandora. We emphasize that the Wandora is an ongoing project and the software is incomplete, absolutely contains bugs and the feature set may change without notice.

[edit] Downloading Wandora

Download Wandora's latest binary version (build date 2016-05-10, see Change log and Open bugs) here:

Wandora's source code distribution package is here:

Notice, Wandora's distribution packages are available in the SourceForge and Github too. After successful download you may wonder how to install Wandora.

[edit] Javadocs

Javadocs are available for online viewing or as a zip package (updated 2016-05-10).

[edit] Libraries used by Wandora

Wandora uses many third party libraries. All used libraries are free-to-use and available in Internet. We have included these libraries into Wandora's distribution package. Libraries locate in build/lib folder of Wandora's distribution package and lib folder of Wandora's source code distribution package. Script bin/SetClasspath.bat|sh adds all required libraries to Java's classpath.

[edit] Extras

All application extras have been placed in the extras folder of the Wandora distribution packages. Application extras include

Personal tools