wiki2xhtml can be downloaded in the following archive formats:
- wiki2xhtml 3.4b8 (GPL): Preview
- wiki2xhtml 3.3.2 (GPL)
The archives are platform-independant. An installation isn't required as explained on this page.
You can use any program to unpack the selected archive format. Should you be looking for a program which is nice to work with, take a look at:
Java
The required Java runtime can be downloaded at java.com. Make sure that you have got at least version 1.6—anything higher is okay too ;)
SVN
If you'd like to throw an eye on wiki2xhtml: The source code is being managed with Subversion (SVN) on this repository: https://wiki2xhtml.svn.sourceforge.net/svnroot/wiki2xhtml/trunk/wiki2xhtml-current/
The code and the rest can be downloaded directly with svn[1] or with programs like
Keep in mind that this version is in development and perhaps doesn't run stable.
Compile the project by running javac src/UserInterface.java
; you need to have Java Development Kit 1.6 or higher installed.
If you use Linux, you can generate the jar files by executing build.sh
. ant[2] needs to be installed.
Footnotes
- [↑] Subversion (SVN) is a version cotrol tool. See also the free Subversion book.
- [↑] Ant is “make for Java”