Changes between Version 36 and Version 37 of WikiStart
- Timestamp:
- 07/08/09 21:17:08 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v36 v37 24 24 === mc-devel (at) gnome (dot) org === 25 25 Mailing list for the development-related discussions: 26 * Click here to [http://mail.gnome.org/mailman/listinfo/mc-devel Subscribe];27 * Click here to [http://mail.gnome.org/archives/mc-devel/ read the Archives].26 * Click here to [http://mail.gnome.org/mailman/listinfo/mc-devel subscribe]; 27 * Click here to [http://mail.gnome.org/archives/mc-devel/ read the archives]. 28 28 29 29 === mc-commits (at) googlegroups (dot) com === 30 30 Mailing list reserved for the applied commits into master/mc-4.6 branches only (suitable for use as RSS): 31 * Click here to [http://groups.google.com/group/mc-commits/subscribe Subscribe];32 * Click here to [http://groups.google.com/group/mc-commits read the Archives].31 * Click here to [http://groups.google.com/group/mc-commits/subscribe subscribe]; 32 * Click here to [http://groups.google.com/group/mc-commits read the archives]. 33 33 34 34 === mc-bugs (at) googlegroups (dot) com === 35 35 Mailing list reserved for the ticket and comment notifications only (suitable for use as RSS): 36 * Click here to [http://groups.google.com/group/mc-bugs/subscribe Subscribe];37 * Click here to [http://groups.google.com/group/mc-bugs read the Archives].36 * Click here to [http://groups.google.com/group/mc-bugs/subscribe subscribe]; 37 * Click here to [http://groups.google.com/group/mc-bugs read the archives]. 38 38 39 39 == Mailing list for the users == 40 40 === mc (at) gnome (dot) org === 41 * Click here to [http://mail.gnome.org/mailman/listinfo/mc Subscribe];42 * Click here to [http://mail.gnome.org/archives/mc/ read the Archives].41 * Click here to [http://mail.gnome.org/mailman/listinfo/mc subscribe]; 42 * Click here to [http://mail.gnome.org/archives/mc/ read the archives]. 43 43 44 44 == Other resources == … … 46 46 This is your English-speaking jabber room. 47 47 48 == Downloading == 49 A list of the lastest releases can be found [http://www.midnight-commander.org/downloads here]. If you are interested in developing please have also a look on our git: 50 In order to get a checkout of the git use this: 48 == Download == 49 A list of the latest releases is available [http://www.midnight-commander.org/downloads here]. If you are interested in helping with the development please also have a look at our Git repository. In order to check out the repository tree use the following commands: 51 50 * git clone git://midnight-commander.org/git/mc.git 52 * git clone http://git.midnight-commander.org/mc.git ( For those who are behind a firewall)51 * git clone http://git.midnight-commander.org/mc.git (for those who are behind a firewall) 53 52 54 We also have an autosyncing git mirror at [[http://repo.or.cz/w/midnight-commander.git/ repo.or.cz]] 55 As it uses gitweb at Web UI - it can provide information unavailable via trac browse plugin. 53 We also have an autosyncing Git mirror at [[http://repo.or.cz/w/midnight-commander.git/ repo.or.cz]]. It uses gitweb as the web-interface to Git and can therefore provide some information normally unavailable via Trac Git browser plug-in: 56 54 * git clone git://repo.or.cz/midnight-commander.git 57 55 * git clone http://repo.or.cz/r/midnight-commander.git 58 56 59 == Contributing == 60 You are interested in mc and would like to improve it? Cool! Feel free to post your patches to the tickets and review patches there. If you do this on a regular basis we'll ask you if you maybe want to become a dev. 61 However when you work with the ticket system please have a look on our WorkingGuideLines, so that your work is noticed by us. 57 == Contribute == 58 You are interested in mc and would like to improve it? Cool! Feel free to report bugs, attach your patches to the tickets and review the patches, that are already in there. If you are going to do this on a regular basis, we'll ask you if you'd like to join us. However, please search before reporting your issues to reduce the amount of work, needed to close duplicate reports. Please also have a look at our WorkingGuideLines before you actually start messing with the ticket system. 62 59 63 If you are unfamiliar with git, you can also have a short view on our GitGuideLines where the workflow with git is described quite practical.60 If you are not familiar with git, you might find our GitGuideLines enlightening. It's a short overview of the practical side of our workflow with Git.