1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/README.txt Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,28 @@ 1.4 +An explanation of the Mozilla Source Code Directory Structure and links to 1.5 +project pages with documentation can be found at: 1.6 + 1.7 + https://developer.mozilla.org/en/Mozilla_Source_Code_Directory_Structure 1.8 + 1.9 +For information on how to build Mozilla from the source code, see: 1.10 + 1.11 + http://developer.mozilla.org/en/docs/Build_Documentation 1.12 + 1.13 +To have your bug fix / feature added to Mozilla, you should create a patch and 1.14 +submit it to Bugzilla (https://bugzilla.mozilla.org). Instructions are at: 1.15 + 1.16 + http://developer.mozilla.org/en/docs/Creating_a_patch 1.17 + http://developer.mozilla.org/en/docs/Getting_your_patch_in_the_tree 1.18 + 1.19 +If you have a question about developing Mozilla, and can't find the solution 1.20 +on http://developer.mozilla.org, you can try asking your question in a 1.21 +mozilla.* Usenet group, or on IRC at irc.mozilla.org. [The Mozilla news groups 1.22 +are accessible on Google Groups, or news.mozilla.org with a NNTP reader.] 1.23 + 1.24 +You can download nightly development builds from the Mozilla FTP server. 1.25 +Keep in mind that nightly builds, which are used by Mozilla developers for 1.26 +testing, may be buggy. Firefox nightlies, for example, can be found at: 1.27 + 1.28 + ftp://ftp.mozilla.org/pub/firefox/nightly/latest-trunk/ 1.29 + - or - 1.30 + http://nightly.mozilla.org/ 1.31 +