Download

From WandoraWiki
(Difference between revisions)
Jump to: navigation, search
(Included and optional libraries)
 
(20 intermediate revisions by one user not shown)
Line 2: Line 2:
 
==Prepare download==
 
==Prepare download==
  
Java Runtime Environment (JRE) 6 is required to run Wandora application. Java JRE 6 is not included in Wandora package and you must download it separately from Oracle'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://www.oracle.com/technetwork/java/javase/downloads/index.html
+
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. We emphasize that Wandora is an ongoing project. This means that the software is incomplete, absolutely contains bugs and the feature set may change without notice.
+
  
 
==Downloading Wandora==
 
==Downloading Wandora==
Line 12: Line 10:
 
Download Wandora's latest binary version (build date {{build date}}, see [[Change log]] and [[Open bugs]]) here:
 
Download Wandora's latest binary version (build date {{build date}}, see [[Change log]] and [[Open bugs]]) here:
  
* [http://www.wandora.org/wandora/download/wandora.zip wandora.zip]
+
* [http://www.wandora.org/download/wandora.zip wandora.zip]
  
 
Wandora's source code distribution package is here:
 
Wandora's source code distribution package is here:
  
* [http://www.wandora.org/wandora/download/wandora-src.zip wandora-src.zip]
+
* [http://www.wandora.org/download/wandora-src.zip wandora-src.zip]
  
After successful download you may wonder [[how to install Wandora]].
+
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]].
  
== Extras ==
+
==Javadocs==
  
[[Wandora Firefox plugin|Wandora Firefox and Thunderbird plugin]] is available as a separate download:
+
Javadocs are available for online viewing or as a zip package (updated {{javadoc date}}).
  
* [http://www.wandora.org/wandora/download/extras/wandora-browserplugin.xpi wandora-browserplugin.xpi]
+
* [http://www.wandora.org/api/ View online]
 +
* [http://www.wandora.org/api/wandora-javadoc.zip Download]
  
To connect Wandora with [http://www.drupal.org Drupal] content management system we have created three example plugins for Drupal. Plugin documentation is [[Wandora Drupal extras|here]]. Although plugins have been enclosed to Wandora's source code distribution package, plugins are available also as separate downloads:
+
==Libraries used by Wandora==
  
* [http://www.wandora.org/wandora/download/extras/drupal_atom_module.zip drupal_atom_module.zip]
+
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.
* [http://www.wandora.org/wandora/download/extras/drupal_rss_module.zip drupal_rss_module.zip]
+
* [http://www.wandora.org/wandora/download/extras/drupal_soap_module.zip drupal_soap_module.zip]
+
  
To connect Wandora with [http://www.joomla.com Joomla] content management system we have created an extra for Joomla. Extra's documentation is [[Wandora's Joomla Topic Reader|here]]. Although extra has been enclosed to Wandora's source code distribution package, you can download it also here:
+
== Extras ==
  
* [http://www.wandora.org/wandora/download/extras/joomla_topic_reader.zip joomla_topic_reader.zip]
+
All application extras have been placed in the '''extras''' folder of the Wandora distribution packages. Application extras include
 
+
All extras have been enclosed to Wandora's source code distribution package also, under extras folder.
+
 
+
==Javadocs==
+
 
+
Javadocs are available for online viewing or as a zip package (updated {{javadoc date}}).
+
 
+
* [http://www.wandora.org/wandora/docs/api/ View online]
+
* [http://www.wandora.org/wandora/download/wandora-javadoc.zip Download]
+
 
+
==Libraries used by Wandora==
+
  
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. 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''' (or'''bin/SetClasspath.sh''' if you prefer Unix/Linux/Mac) adds all required libraries to Java's classpath.
+
* [[Wandora Firefox plugin|Wandora Firefox and Thunderbird plugin]]
 +
* [[Wandora Drupal extras]] is used to connect the Wandora with [http://www.drupal.org Drupal] content management system.
 +
* [[Wandora's Joomla Topic Reader]] is used to connect the Wandora with [http://www.joomla.com Joomla] content management system.
 +
* [[AngularJS topic map browser]]
 +
* [[JQuery Mobile based topic map browser]]

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