Changes between Initial Version and Version 1 of DeveloperResources

Show
Ignore:
Timestamp:
06/21/09 16:24:18 (15 months ago)
Author:
maxence (IP: 88.163.176.8)
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DeveloperResources

    v1 v1  
     1= Developer Resources = 
     2 
     3This page lists the different resources that can be useful for developers. 
     4 
     5==  Source code repository == 
     6 
     7You 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}}} 
     11You 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 
     13Alternatively, 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 
     17The 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 
     24The 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 
     31The [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 
     35Some of the discussions between developers happen on a mailing list : 
     36http://groups.google.com/group/mucommander-dev 
     37 
     38You 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).