Great simple instructions from here:
http://www.interactivetools.com/iforum/Open_Source_C3/htmlArea_v3.0_-_Beta_Release_F14/HTMLArea_3.0-beta_released_P15734-5
�
In *nix I think you just need something like;
cvs -z3 -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/itools-htmlarea co htmlarea
If you happen to be on windows download TortoiseCVS;
http://prdownloads.sourceforge.net/tortoisecvs/TortoiseCVS-1.5.3.exe
(via http://www.tortoisecvs.org/download.shtml)
Double click the exe to install then reboot
Create a new folder to hold your CVS checkouts; eg c:\\cvscheckouts
In windows explorer open this folder, right click in the right pane and click CVS checkout.
In the "Module" tab, in the CVSROOT: field paste;
:pserver:anonymous@cvs.sourceforge.net:/cvsroot/itools-htmlarea
(this will automatically fill in the protocol, Server, repository folder and user name fields)
in the module name field paste "htmlarea" (all lower case)
Click OK
You now have the latest htmlArea in your C:\\cvscheckout\\htmlarea folder
HTH
Andrew Braund