Difference between revisions of "Extensions packaging"
From Apache OpenOffice Wiki
(Introduce new dependencies for your extensions as needed!) |
|||
Line 1: | Line 1: | ||
{{Extensions}} | {{Extensions}} | ||
[[Category:Extensions]] | [[Category:Extensions]] | ||
+ | |||
+ | '''Outdated'''! See [[Documentation/DevGuide/Extensions/Checklist for Writing Extensions | Checklist for Writing Extensions]]. | ||
+ | |||
+ | |||
Note the following points when creating an extension: | Note the following points when creating an extension: |
Revision as of 12:43, 9 June 2008
OOo Extensions project
Please view the wiki usage guidelines
|
---|
Categories: Pages: |
Extensions on the main site |
Extensions in other languages: |
Outdated! See Checklist for Writing Extensions.
Note the following points when creating an extension:
- Should your extension be named
.oxt
or.uno.pkg
? See .oxt, .uno.pkg, .zip. - Give your extension a unique identifier. See Extension Identifiers, unopkg, pkgchk for more information. Use the reversed DNS name of a site you control (and not
"org.openoffice."
) to prefix the unique identifier of your extension. - Give your extension a version. See Extension Version Handling for more information.
- Specify the dependencies of your extension. See Extension Dependencies, Minimal Support for Extension Dependencies and Extension Dependency OpenOffice.org-minimal-version for more information.
- Optionally add a license to your extension. See Simple License for Extensions for more information.
- 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.