
Prune is available to download either as compiled jar (just the runnable code) or as source code (the entire java source) if you want to compile it yourself. The latest released version is version 5.
Runnable code (352 kb) |
This file contains the same code as version 5, just with the Italian texts added afterwards. |
Source code (240 kb) |
There is no installation. Simply download the jar file to your machine.
To run Prune, simply use the command line to launch the jar, like this:
java -jar prune_05.jar
If you have associated jar files with java already, then you can just double-click on the jar file to run it. Alternatively, you can create a batch file or shell script to call the above command, and/or create a shortcut on your desktop or menu. Or you can set up an alias in your .bashrc to this command, so you just have to type "prune" to run it.
Prune should automatically select the language based on your system settings - but remember that only the languages EN, DE, DE_ch, ES, FR and PL are currently supported. If you want to override these settings and select the language yourself, you can do this with an extra parameter:
java -jar prune_05.jar --lang=DE
The major changes with version 5 are as follows:
This table shows all the versions of Prune released to date, including source code. For full details on the change history, see the readme.txt file included in each jar.
| Version | Nickname | Published | Runnable code | Source code | Classes | Lines |
|---|---|---|---|---|---|---|
| The first one | 28 September 2006 | prune_01.jar (144 kb) | prune_01_source.jar (92 kb) | 54 | 8300 | |
| The 3-d one | 29 March 2007 | prune_02.jar (220 kb) | prune_02_source.jar (148 kb) | 82 | 14000 | |
| The one with photos | 2 August 2007 | prune_03.jar (280 kb) | prune_03_source.jar (192 kb) | 102 | 17000 | |
| The correlating one | 29 January 2008 | prune_04.jar (328 kb) | prune_04_source.jar (228 kb) | 115 | 20000 | |
| The exiftool fix one | 22 February 2008 | prune_04.1.jar (328 kb) | prune_04.1_source.jar (228 kb) | 115 | 20000 | |
| The one with maps | 11 May 2008 | prune_05.jar (352 kb) | prune_05_source.jar (240 kb) | 121 | 21000 |
The following table shows the file formats understood by Prune, and whether reading and/or writing is supported. The numbers in the table indicate the version number of Prune at which the support was introduced.
| File Format | Reading support | Writing support | |
|---|---|---|---|
| Text | Delimited text file | 1 | 1 |
| Xml (Kml) | Google Earth Xml format | 3 | 1 |
| Xml (Gpx) | Standard Xml format | 3 | 4 |
| Pov | For 3d rendering by Povray | - | 2 |
| Jpeg (Exif) | Exif tags of photographs | 3 | 3 |
| Kmz | Compressed Kml including photos | - | 3 |
There are several additional features planned which have not yet been implemented. The current status of development is shown in the development page.
Of course any suggestions or contributions, especially multi-lingual translation expertise, would be very gratefully received! Please see the translation wiki for details on how to help with this.