Register yourself on sourceforge, the site providing tools and bandwith for open source projects, and tell us your username. CVS is the Versioning System that allows remote collaboration. If you need to edit directly source code or the manual, then you need CVS write access.
“ CVS (Concurrent Versions System) is a tool used by many software developers to manage changes within their source code tree. CVS provides the means to store not only the current version of a piece of source code, but a record of all changes (and who made those changes) that have occurred to that source code. Use of CVS is particularly common on projects with multiple developers, since CVS ensures changes made by one developer are not accidentally removed when another developer posts their changes to the source tree. ” -- from sourceforge help.
Fetching obliquid source code export CVS_RSH=ssh cvs -z3 -d:ext:developername@cvs.sourceforge.net:/cvsroot/obliquid co obliquid
Fetching the manual export CVS_RSH=ssh cvs -z3 -d:ext:developername@cvs.sourceforge.net:/cvsroot/obliquid co manual