= Developer Resources = This page lists the different resources that can be useful for developers. == Source code repository == You can check out the source code from the anonymous Subversion repository with the following command: {{{ svn checkout https://svn.mucommander.com/mucommander/trunk mucommander }}} You will be warned that the server certificate can't be trusted, this is just a warning, not an error. For additional information on how to use the SVN repository and compile muCommander, please refer to the [wiki:QuickStartGuide Developer's Quickstart guide]. Alternatively, you can download a [http://www.mucommander.com/download/nightly/mucommander-current-src.tar.gz nightly snapshot] of the source code (`tar.gz`, 5.6 MB) == Repository browser == The Subversion repository can be browsed online: * [/browser Browse] the SVN repository online * View the latest checkins ([/timeline?changeset=on HTML] | [/timeline?changeset=on&format=rss RSS]) == Javadoc documentation == The Javadoc documentation is available online. It is refreshed every night, to reflect the current state of the [http://trac.mucommander.com/browser/trunk SVN trunk]: * [http://www.mucommander.com/docs/ Browse] the documentation online * [http://www.mucommander.com/download/nightly/mucommander-current-docs.tar.gz Download] the documentation for offline viewing (`tar.gz`, 4.2 MB) == Developers forum == The [http://www.mucommander.com/forums/viewforum.php?f=8 developers forum] is a good place to get in touch with other developers, ask questions, submit patches... == Developers mailing list == Some of the discussions between developers happen on a mailing list : http://groups.google.com/group/mucommander-dev You can take a look at it to get a feel for what's currently being discussed, or apply for membership if you'd like to participate (the list is currently invite-only).