Checklist for Writing Extensions

From Apache OpenOffice Wiki
< Documentation‎ | DevGuide
Revision as of 13:45, 23 April 2008 by Jl (Talk | contribs)

Jump to: navigation, search



This page gives a brief overview about what is important when developing an extension.

  1. Use the .oxt file extension and provide description.xml. Look here why you should use .oxt.
  2. Provide an extension identifier in the description.xml
  3. Provide a version in the description.xml.
  4. Specify the dependencies in the description.xml. For example, if your extension requires a 'minimal version' of OOo then use the OpenOffice.org-minimal-version dependency.

See Extension Dependencies, Minimal Support for Extension Dependencies and Extension Dependency OpenOffice.org-minimal-version for more information.

  1. Optionally add a license to your extension. See Simple License for Extensions for more information.
  2. Optionally allow for the online update of future versions of your extension. See Online Update for Extensions for more information. Also read Creating update information for extensions.


Content on this page is licensed under the Public Documentation License (PDL).
Personal tools