| | 1 | = Developer Resources = |
| | 2 | |
| | 3 | This page lists the different resources that can be useful for developers. |
| | 4 | |
| | 5 | == Source code repository == |
| | 6 | |
| | 7 | You can check out the source code from the anonymous Subversion repository with the following command: |
| | 8 | {{{ |
| | 9 | svn checkout https://svn.mucommander.com/mucommander/trunk mucommander |
| | 10 | }}} |
| | 11 | 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]. |
| | 12 | |
| | 13 | 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) |
| | 14 | |
| | 15 | == Repository browser == |
| | 16 | |
| | 17 | The Subversion repository can be browsed online: |
| | 18 | |
| | 19 | * [/browser Browse] the SVN repository online |
| | 20 | * View the latest checkins ([/timeline?changeset=on HTML] | [/timeline?changeset=on&format=rss RSS]) |
| | 21 | |
| | 22 | == Javadoc documentation == |
| | 23 | |
| | 24 | 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]: |
| | 25 | |
| | 26 | * [http://www.mucommander.com/docs/ Browse] the documentation online |
| | 27 | * [http://www.mucommander.com/download/nightly/mucommander-current-docs.tar.gz Download] the documentation for offline viewing (`tar.gz`, 4.2 MB) |
| | 28 | |
| | 29 | == Developers forum == |
| | 30 | |
| | 31 | 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... |
| | 32 | |
| | 33 | == Developers mailing list == |
| | 34 | |
| | 35 | Some of the discussions between developers happen on a mailing list : |
| | 36 | http://groups.google.com/group/mucommander-dev |
| | 37 | |
| | 38 | 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). |