How to be a brilliant OpenMDV developer:
    -study the web pages at mdv.sourceforge.net
    -subscribe the mailing list (follow the link from mdv.sourceforge.net)

    1) Create a user account YOURID with sourceforge and send your user name
      to one of the admins (see project's group page)
    2) IMPORTANT: with you new login name YOURID and password LOGIN to
    cvs.mdv.sourceforge.net using ssh (ssh -l YOURID cvs.mdv.sourceforge.net).
    The server will kick you out, but this will create your CVS admin files.
    3) check out the CVS repository, like this:
    set the CVS_RSH environment variable to ssh (path-to-ssh/ssh.exe with
     Windows computers)
    cvs -d:ext:YOURID@cvs.mdv.sourceforge.net:/cvsroot/mdv co openmdvp
    (openmdvp is the development version)
    4) Fix all the bugs and commit your changes: 
    cvs -d:ext:YOURID@cvs.mdv.sourceforge.net commit
Installation instructions for developers (other users, please use the installation jar)

How to modify these web pages (if you are an admin).

ssh -l YOURID mdv.sourceforge.net
cd /home/groups/m/md/mdv/htdocs
emacs -nw index.html or whatever