You have three choices for getting xmlwebgui: You can eighter download a binary release, or you can download a source release or you get the latest development version from CVS . In the last two cases you have to build xmlwebgui on your own. Please read the appendix Building xmlwebgui from source code
Getting the binary release. You can simply download the binary distribution from the projects download page at sourceforge. Select a file of the type .zip .
Getting the source release. You can simply download the source relase from the projects download page at sourceforge. Select a file of the type Source .zip .
Getting the latest development version from CVS. xmlwebgui's SourceForge CVS repository can be checked out through anonymous (pserver) CVS with the following instruction set. When prompted for a password for anonymous, simply press the Enter key. Then type cvs -d:pserver:anonymous@cvs.xmlwebgui.sourceforge.net:/cvsroot/xmlwebgui login for loggin in to the CVS repository. For checking out the source code you will habe to type cvs -z3 -d:pserver:anonymous@cvs.xmlwebgui.sourceforge.net:/cvsroot/xmlwebgui co xmlwebgui .