Source Access
Source code for the various XLIFF Tools projects is available via tar files or anonymous CVS.
CVS Browsing
You may browse the XLIFF Tools CVS repository online using the viewcvs interface.
Tar files
Development snapshots of XLIFF Tools projects will be made available for those who want to get the source without using CVS.
CVS Access
You may also use a CVS client to checkout a local copy of the source code. The following CVS commands are provided for your convenience, (just press enter when prompted for a password).
cvs -d :pserver:anoncvs@cvs.freedesktop.org:/cvs/xliff-tools login
cvs -d :pserver:anoncvs@cvs.freedesktop.org:/cvs/xliff-tools co modulename
The modules currently available are:
xliff-tools-java - XLIFF <-> PO converters written in Java. Working tools set.
- xlifftool - C based tools to support XLIFF in build systems and development processes
Requirements
XLIFF Tools Java
Java Runtime Environment 1.4 or better. Available at http://www.java.com
xlifftool
In order to build xlifftool you will also need to download (unless you already have installed) the following libraries:
GNU Gettext >= 0.14.2
Distribution Packages
A tarball with current version (1.0-1) of the Java XLIFF<->PO filter set is available at xliff_tools_java-1.0-1.tgz.
The tarball includes:
- Compiled version with shell scripts for converting from PO to XLIFF and from XLIFF to PO
- Source code of the filters
- Sample PO file with its XLIFF version and skeleton


