This project uses Subversion to manage its source code. Instructions on Subversion use can be found at http://svnbook.red-bean.com/ .
The following is a link to the online source repository.
https://svn.fosstrak.org/repos/reader/tags/reader-0.4.0
The source can be checked out anonymously fromSVN with this command:
$ svn checkout https://svn.fosstrak.org/repos/reader/tags/reader-0.4.0 reader
Developers with commit rights can checkout the module using the following command:
$ svn checkout https://svn.fosstrak.org/repos/reader/trunk reader
To commit changes to the repository, execute the following command (svn will prompt you for your password):
$ svn commit --username your-username -m "A message"