View the latest version of these documents: http://mozile.mozdev.org/0.7/docs/index.html

Welcome to Mozile, the WYSIWYG XHTML editor for Mozilla! This document is supposed to be a design specification for the Mozile 0.7 series of releases, describing the function of the Mozile Core. However, it is far from being complete at this point in time, and much of what it does contain does not apply to the Mozile 0.7 series. It is a work in progress, and we welcome suggestions and contributions.

Documents

  1. Mozile Documentation - A General Introduction to Mozile
  2. Mozile Development - Notes on the Development of Mozile
    1. JavaScript - JavaScript resources
    2. DOM - Document Object Model resources
    3. XUL - Extensible User-Interface Language resources
    4. XBL - Extensible Binding Language resources
    5. JSDoc - JSDoc documentation resources
    6. JSUnit - JSUnit testing framework resources
  3. Mozile Design - An explanation of the design of Mozile
    1. Mozile Usage - A description of how Mozile is used (behaviour specification)
    2. Mozile Core - A description of the Mozile Core code
    3. Mozile Modules - A description of the Mozile Modules
    4. Mozile Server-Side - A description of the Mozile Server-Side code
    5. Mozile Extension - A description of the Mozile Extension code
    6. mozileEditor Object - A description of the mozileEditor object
    7. mozileContainer Object - A description of the mozileContainer object
    8. mozileExtension Object - A description of the mozileExtension object

Contents

  1. Mozile Modules
    1. What is a Mozile Module?
    2. Finished Modules
    3. Ideas for Modules

Mozile Modules

What is a Mozile Module?

A Mozile Module is a collection of JavaScripts and other tools which extends the functionality of the Mozile Core. Just about everything in Mozile is implemented as a module, in order to make development cleaner, and also to allo the maximum flexibility for Mozile deployments.

Finished Modules

Because Mozile 0.7 is currently in the design stage, there are no completed modules at this time.

Ideas for Modules

The following are some module possibilities:

Planned Mozile Modules

James A. Overton - http://mozile.mozdev.org - 2005-03-23