Appendix C: Resources
This last section of the book provides a list of resources referred to in the tutorial and other links that may be useful to the Gecko developer. The resources are divided into the following categories:
WebLock Resources
- WebLock installer and information: http://www.brownhen.com/weblock
- The SDK download:
- Linux: http://ftp.mozilla.org/pub/mozilla/releases/mozilla1.4a/gecko-sdk-i686-pc-linux-gnu-1.4a.tar.gz
- Windows: http://ftp.mozilla.org/pub/mozilla/releases/mozilla1.4a/gecko-sdkwin32-1.4a.zip
- Other Mozilla downloads: http://ftp.mozilla.org/pub/mozilla/releases/.
Gecko Resources
- Guide to the Mozilla string classes: www.mozilla.org/projects/xpcom/stringguide.html
- The Gecko networking library ("necko"): www.mozilla.org/projects/netlib
- The Netscape Portable Runtime Environment: www.mozilla.org/projects/nspr
- Embedding Mozilla: www.mozilla.org/projects/embedding
- A list of module owners: www.mozilla.org/owners.html
- XPInstall: www.mozilla.org/projects/xpinstall
- XUL: www.mozilla.org/projects/xul
XPCOM Resources
- The XPCOM project page: www.mozilla.org/projects/xpcom
- XULPlanet's online XPCOM reference: http://www.xulplanet.com/references/xpcomref/
- Information on XPConnect and scriptable components: http://www.mozilla.org/scriptable
- The Smart Pointer Guide: http://www.mozilla.org/projects/xpcom/nsCOMPtr/.
- XPIDL Reference: http://www.mozilla.org/scriptable/xpidl/
-
General Development Resources
- The World Wide Web Consoritum: www.w3.org
- URL specification at the W3: www.w3.org/TR/REC-html40/intro/intro.html
- Make: http://www.gnu.org/manual/make/