Like many other open source projects, SQS source code is controlled using CVS. Read-only access to the repository is via one of the many standard CVS client, or via a web browser.
A generic command-line client exists for most platforms. Windows and Mac users may enjoy WinCVS/MacCVS. A Java client also exists.
To access the repository using the command-line cvs client, use
CVSROOT = :pserver:anonymous@cvs.squeue.sourceforge.net:/cvsroot/squeue
Log in and just press the Enter key, if you are asked for a password.
Then check-out the SQS sources using
cvs -z3 checkout sqs
To access the repository using WinCVS, go to Admin/Preferences, and set
anonymous@cvs.sqs.sourceforge.net:/cvsroot/sqs
"passwd" file on the cvs server
yes
Then login using Admin/Login, and checkout the jade module using Admin/Checkout.
For more information and downloads of cvs, see http://www.cyclic.com
For more information and downloads of WinCVS, see http://www.wincvs.org