Check It Out
If you're planning on doing development, or updated your distribution at
non-release intervals, we recommend you check the source code out using
our anonymous CVS repository.
To check out the source, you'll need CVS 1.10 or later. Set your
CVSROOT environment variable to
:pserver:anonymous@openratings.sigkill.com:/home/sites/openratings.sigkill.com/cvsroot
You will then need to execute a cvs login; the password is blank
(i.e. press return) for the anonymous user.
You can then checkout the latest version of the source by running:
cvs checkout openratings
and
cvs checkout openratingsUI
If you're looking for the latest OpenRatings release, you can check
it out by running:
cvs checkout -rOpenRatings-Stable openratings
and
cvs checkout -rOpenRatingsUI-Stable openratingsUI
Browse the repository online or check out the developers list if you want
to check out a specific tagged version of the source.