How do I get the latest development version of WebCalendar?
The latest code snapshot is always available through CVS on SourceForge. If you’re not comfortable with CVS, then stick to public releases. In order to get the files from CVS, use the following command to login to CVS for the first time: cvs -d:pserver:anonymous@cvs.webcalendar.sourceforge.net:/cvsroot/webcalendar login (If you get a connection refused error, make sure you set your CVS_RSH environment variable to ssh.) Then, to get the files for the first time, use the following command: cvs -z8 -d:pserver:anonymous@cvs.webcalendar.sourceforge.net:/cvsroot/webcalendar co webcalendar This should create a new webcalendar directory in the current directory. After you’ve done this, you can get the latest code with: cvs update You can find these instructions online at: http://sourceforge.net/cvs/?