configurationengine/doc/plugins/dev-plugin/index.rst
author terytkon
Thu, 11 Mar 2010 17:04:37 +0200
changeset 0 2e8eeb919028
child 3 e7e0ae78773e
permissions -rw-r--r--
Adding EPL version of configurationengine.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
0
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
     1
.. _plugin-howto:
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
     2
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
     3
How to create a ConE plug-in
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
     4
============================
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
     5
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
     6
This page contains a description of ConE's plug-in interface, a description of
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
     7
an example plug-in intended to be used as a template for creating new plug-ins,
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
     8
and step-by-step instructions for creating a new ConE plug-in based on the template.
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
     9
The impatient can simply skip to the step-by-step instructions, by it is recommended
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    10
to read the also the plug-in interface and example plug-in descriptions.
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    11
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    12
The instructions assume that the used development environment is Eclipse/PyDev.
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    13
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    14
.. toctree::
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    15
    :maxdepth: 3
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    16
    
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    17
    plugin-interface
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    18
    example-plugin
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    19
    steps