Difference between revisions of "Documentation/Nightly/Developers/Tutorials/Extension"

From Slicer Wiki
Jump to: navigation, search
Line 2: Line 2:
 
: How to contribute, build or package extensions
 
: How to contribute, build or package extensions
 
</includeonly><noinclude><hr>
 
</includeonly><noinclude><hr>
 +
<span style="color: #555555; font-size: 18px; font-weight: bold;" id="Extension">Extension Overview</span>
 +
{{:Documentation/{{documentation/version}}/Extensions/Description}}
 +
 +
 
<span style="color: #555555; font-size: 18px; font-weight: bold;" id="Extension">Extension How-tos</span>
 
<span style="color: #555555; font-size: 18px; font-weight: bold;" id="Extension">Extension How-tos</span>
 
: [[Documentation/{{documentation/version}}/Developers/Tutorials/ObtainExtensionServerApiKey|Obtain an API key to submit on the extension server]]
 
: [[Documentation/{{documentation/version}}/Developers/Tutorials/ObtainExtensionServerApiKey|Obtain an API key to submit on the extension server]]

Revision as of 04:46, 22 June 2016

Home < Documentation < Nightly < Developers < Tutorials < Extension


For the latest Slicer documentation, visit the read-the-docs.


Extension Overview

Extensions in the Extension manager.

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:

  1. Category 1: Fully compliant Slicer Extensions: Slicer license, open source, maintained.
  2. Category 2: Open source, contact exists.
  3. Category 3: All other extensions (work in progress, beta, closed source etc).

To publish extensions, developers should consider reading the following pages:


Extension How-tos

Obtain an API key to submit on the extension server
Contribute an extension description file using the wizard   NEW
Manually contributing an extension description file
Build an extension
Package an extension
Upload an extension
Build an ExtensionsIndex UnderConstruction.png