Difference between revisions of "Documentation/Nightly/Developers/Extensions/DescriptionFile"
From Slicer Wiki
m |
|||
Line 1: | Line 1: | ||
+ | <noinclude> | ||
+ | __TOC__ | ||
+ | = Extension description file =</noinclude> | ||
+ | |||
An extension description file is a text file with <code>s4ext</code> extension allowing to specify metadata associated with an [extension][]. | An extension description file is a text file with <code>s4ext</code> extension allowing to specify metadata associated with an [extension][]. | ||
Revision as of 07:05, 26 February 2013
Home < Documentation < Nightly < Developers < Extensions < DescriptionFileContents
Extension description file
An extension description file is a text file with s4ext
extension allowing to specify metadata associated with an [extension][].
- A metadata is specified using a keyword followed by at least one spaces and the associated value.
- Multiline value are not supported.
- Empty line are ignored
- Line starting with a
#
will be considered as comment.
The following code block illustrates how comments, metadata and associated value can be specified:
# This is a comment metadataname This is the value associated with 'metadataname' # This is an other comment anothermetadata This is the value associated with 'anothermetadata'
The list of supported metadata
[1] Parameter like &foo=bar
are not supported. Use an url shortener.
The list of partially supported metadata
Name | Description |
---|---|
status |
Give people an idea what to expect from this code |