 
    Source Code
Delirium source code is available via CVS.Snapshots of the CVS repository are taken when a release is made. These are linked from the download page.
If you wish to fetch the sources for a given release direct from the CVS repository, then append
-r releaseNNN to the checkout line given below, where NNN is the release version * 100 (ie 2.50 => 250).
CVS
Read-only access to the Delirium CVS repository is available using the following parameters:
| Protocol | pserver | 
| Host | moose.mine.nu | 
| Path | /cvs/delirium | 
| Module | delirium | 
| Username | anonymous | 
| Password | (blank password) | 
To check out the source via the command line:
$ cvs -d:pserver:anonymous@moose.mine.nu:/cvs/delirium login
      
      Logging in to :pserver:anonymous@moose.mine.nu:2401/cvs/delirium 
      CVS password: (press return) 
      $ cvs -d:pserver:anonymous@moose.mine.nu:/cvs/delirium co delirium
      
Contact John for write access.
