Intro: Difference between revisions

From MozillaZine Knowledge Base
Jump to navigationJump to search
(updated a bit)
(moved Gecko to Summary of Mozilla products)
Line 13: Line 13:
==Mozilla and Netscape==
==Mozilla and Netscape==
Mozilla and Netscape have had an interesting relationship. Netscape was the company that created the open-source Mozilla project by contributing pre-5.0 Netscape beta code. This code was eventually abandoned in favor of a ground-up rewrite of the browser, from which future Netscape releases were made. Although it came too late to help Netscape in the [http://en.wikipedia.org/wiki/Browser_wars Browser wars], beta versions of the Mozilla Suite formed the basis for Netscape 6.x versions, and the [http://mozilla.org/releases/mozilla1.0.html version 1.0] release of Mozilla was combined with proprietary components such as AIM and Netscape Radio to create Netscape 7.
Mozilla and Netscape have had an interesting relationship. Netscape was the company that created the open-source Mozilla project by contributing pre-5.0 Netscape beta code. This code was eventually abandoned in favor of a ground-up rewrite of the browser, from which future Netscape releases were made. Although it came too late to help Netscape in the [http://en.wikipedia.org/wiki/Browser_wars Browser wars], beta versions of the Mozilla Suite formed the basis for Netscape 6.x versions, and the [http://mozilla.org/releases/mozilla1.0.html version 1.0] release of Mozilla was combined with proprietary components such as AIM and Netscape Radio to create Netscape 7.
==The Gecko rendering engine==
'''Gecko''' is a ''[http://en.wikipedia.org/wiki/Layout_engine rendering engine]'', the software component that takes web content, such as HTML, XML, CSS, JavaScript, images, etc., and displays it on the screen. It's a part of the Mozilla organization's web browsers, e-mail programs, and anything else that displays web pages. Gecko has a well-deserved reputation for industry-leading support of web standards, alongside the flexibility to support the non-standard code often found on the web. Gecko correctly renders almost every page on today's web and Gecko helps web developers move forward by supporting the [http://nanobox.chipx86.com/browser_support.php latest web technologies].
Gecko is also used to render the user interface for the Mozilla Suite, Firefox, and Thunderbird using XUL, the XML User-interface Language.


==See also==
==See also==

Revision as of 20:58, 30 December 2005

What is Mozilla?

Mozilla is both the name of an Internet software program and the name of the organization that makes it.

The software program is formally known as the Mozilla Application Suite, or simply the Mozilla Suite. It includes a Web browser, an e-mail client, and more.

Mozilla the organization was founded in 1998 to create the Mozilla Suite. It later produced other software products, including:

  • Firefox, a Web browser;
  • Thunderbird, an e-mail client;
  • Other sub-projects and spinoffs of the Mozilla Application suite such as the ChatZilla IRC client;
  • Web tools that aid the application development such as Bugzilla.

(For details about Mozilla products, refer to the summary page.) In 2003 the organization was registered as a not-for-profit organization, and became the Mozilla Foundation. In 2005 a wholly-owned taxable subsidiary of the Mozilla Foundation called Mozilla Corporation was created to focus on delivering Firefox and Thunderbird to end users. It also oversees marketing and sponsorships of the Mozilla products.

Mozilla and Netscape

Mozilla and Netscape have had an interesting relationship. Netscape was the company that created the open-source Mozilla project by contributing pre-5.0 Netscape beta code. This code was eventually abandoned in favor of a ground-up rewrite of the browser, from which future Netscape releases were made. Although it came too late to help Netscape in the Browser wars, beta versions of the Mozilla Suite formed the basis for Netscape 6.x versions, and the version 1.0 release of Mozilla was combined with proprietary components such as AIM and Netscape Radio to create Netscape 7.

See also

External links