Source Code
Sources can be obtained through SVN. Instructions for setting up a development environment with Daisy (which is slightly different from using the packaged version) are included in the README.txt's in the source tree. For anonymous, read-only access to Daisy SVN, use the following command:
svn co http://svn.cocoondev.org/repos/daisy/trunk/daisy
This will give the latest development code (the "trunk"). To get the source code of a specific release, use a command like this:
svn co http://svn.cocoondev.org/repos/daisy/tags/RELEASE_1_3_1 daisy
See also the existing tags.
No authentication is required for anonymous access. If you're behind a (transparent) proxy, you might want to verify whether your proxy supports the extended HTTP WebDAV methods.



There are no comments.