Difference between revisions of "Documentation/Nightly/Developers/FAQ/Extensions"
From Slicer Wiki
m |
m |
||
Line 3: | Line 3: | ||
='''Developer FAQ: {{{1}}}'''= | ='''Developer FAQ: {{{1}}}'''= | ||
</includeonly> | </includeonly> | ||
− | == What is an extension == | + | == What is an extension ? == |
{{:Documentation/{{documentation/version}}/Extensions/Description}} | {{:Documentation/{{documentation/version}}/Extensions/Description}} |
Revision as of 20:45, 5 February 2013
Home < Documentation < Nightly < Developers < FAQ < ExtensionsContents
Extensions
What is an extension ?
An extension could be seen as a delivery package bundling together one or more Slicer modules. After installing an extension, the associated modules will be presented to the user as built-in ones
The Slicer community maintains a website referred to as the Slicer Extensions Catalog to support finding, downloading and installing of extensions. Access to this website is integral to Slicer and facilitated by the Extensions Manager functionality built into the distributed program.
The Catalog classifies extensions into three levels of compliance:
- Category 1: Fully compliant Slicer Extensions: Slicer license, open source, maintained.
- Category 2: Open source, contact exists.
- Category 3: All other extensions (work in progress, beta, closed source etc).
To publish extensions, developers should consider reading the following pages: