Download

From WandoraWiki
(Difference between revisions)
Jump to: navigation, search
(Included libraries)
 
(106 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
__NOTOC__
 
__NOTOC__
===Before Wandora 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]] before downloading and installing Wandora.
+
==Downloading Wandora==
  
 +
Download Wandora's latest binary version (build date {{build date}}, see [[Change log]] and [[Open bugs]]) here:
  
===Downloading Wandora===
+
* [http://www.wandora.org/download/wandora.zip wandora.zip]
  
Download Wandora's latest version here:
+
Wandora's source code distribution package is here:
  
* http://www.wandora.net/wandora/download/wandora.zip
+
* [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]].
  
===Libraries to download===
+
==Javadocs==
  
Wandora uses many third party libraries to extend the feature set of application. All libraries used by Wandora are free-to-use and available at Internet. Consider downloading following Java packages.
+
Javadocs are available for online viewing or as a zip package (updated {{javadoc date}}).
  
* Acrobar.jar, MRJToolkitStubs.zip available at http://www.adobe.com/products/acrviewer/acrvdnld.html
+
* [http://www.wandora.org/api/ View online]
* [http://java.sun.com/products/javabeans/jaf/downloads/index.html activation.jar]
+
* [http://www.wandora.org/api/wandora-javadoc.zip Download]
* msbase.jar, mssqlserver.jar, msutil.jar available at http://msdn.microsoft.com/data/ref/jdbc/
+
* [http://dev.mysql.com/downloads/connector/j/3.1.html mysql-connector-java-3.1.13-bin.jar]
+
  
 +
==Libraries used by Wandora==
  
===Included libraries===
+
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.
  
Some third party library licenses allow us to ease your life. We have already included these libraries in Wandora package:
+
== Extras ==
  
* [http://jena.sourceforge.net/ Jena RDF Framework] allows RDF(S) import and N3 export (Licence included)
+
All application extras have been placed in the '''extras''' folder of the Wandora distribution packages. Application extras include
* [http://xerces.apache.org/xerces2-j/ xerces.jar] for XML support (Apache License Version 2.0)
+
 
* poi-3.0-alpha1-20050704.jar, poi-contrib-3.0-alpha1-20050704.jar, poi-scratchpad-3.0-alpha1-20050704.jar allow import (text area drop) of Microsoft Word (doc) and PowerPoint (ppt) documents. (Apache License Version 2.0)
+
* [[Wandora Firefox plugin|Wandora Firefox and Thunderbird plugin]]
* [http://jakarta.apache.org/velocity/index.html velocity-dep-1.4.jar] is used as a default template language in Wandora while exporting WWW site out of topic map. (Apache License Version 2.0)
+
* [[Wandora Drupal extras]] is used to connect the Wandora with [http://www.drupal.org Drupal] content management system.
* [http://lucene.apache.org/ lucene-1.3-final.jar] implements simple search engine in Tomcat published topic map (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/commons/fileupload/ commons-fileupload-1.1.jar] (Apache License Version 2.0)
+
* [[AngularJS topic map browser]]  
* [http://jakarta.apache.org/commons/io/ commons-io-1.1.jar] (Apache License Version 2.0)
+
* [[JQuery Mobile based topic map browser]]
* [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] allows email extraction from mbox storages (Licence included)
+
* [https://jmbox.dev.java.net/ jmbox] allows email extractions from mbox storages (Lesser General Public License (LGPL))
+

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