The latest stable version (v0.5.1) can be downloaded from Sourceforge.net:
http://sourceforge.net/project/showfiles.php?group_id=92374&package_id=97721&release_id=404193
Obtaining the latest development version from CVS:
CVS (Concurrent Versions System) is a tool used by many software developers to manage changes within their source code tree. CVS provides the means to store not only the current version of a piece of source code, but a record of all changes (and who made those changes) that have occurred to that source code.
XHP has been using CVS from the start. Lately many people ask how to get the project from CVS directly. You can find the instructions below.
WARNING
The XHP version in the CVS is not always working. It includes the latest changes made by the developers. It does not include upgrade instructions and it is not supported for future upgrades. So only use this version if you really know what you are doing.
Now here's what you have to do to get the sources from CVS:
#cvs -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/xhp login
When prompted for a password for anonymous, simply press the Enter key.
#cvs -z3 -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/xhp co xhp_0_4
You're done.
The instructions above are for anonymous access, which should be enough for most users. If you need developer access to CVS, ask it on the xhp-devel mailing list
[ http://lists.sourceforge.net/lists/listinfo/xhp-devel ].