comparison Sphinx/source/developers/creating-plugins.rst @ 66:cb712e9d9187

fix
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 23 Nov 2016 09:08:46 +0100
parents fc8af28a8eea
children a3050705d836
comparison
equal deleted inserted replaced
65:731d6c12f599 66:cb712e9d9187
9 9
10 Overview 10 Overview
11 -------- 11 --------
12 12
13 Orthanc plugins must use the `plugin SDK 13 Orthanc plugins must use the `plugin SDK
14 <https://orthanc.chu.ulg.ac.be/sdk/index.html>`__ and must be written 14 <http://sdk.orthanc-server.com/>`__ and must be written
15 in C or C++. They must also fullfil the terms of the `GPLv3 license 15 in C or C++. They must also fullfil the terms of the `GPLv3 license
16 <http://www.gnu.org/licenses/quick-guide-gplv3.en.html>`__ that is 16 <http://www.gnu.org/licenses/quick-guide-gplv3.en.html>`__ that is
17 used by the core of Orthanc. Sample code for plugins can be found `in 17 used by the core of Orthanc. Sample code for plugins can be found `in
18 the official Orthanc repository 18 the official Orthanc repository
19 <https://bitbucket.org/sjodogne/orthanc/src/default/Plugins/Samples/>`__ 19 <https://bitbucket.org/sjodogne/orthanc/src/default/Plugins/Samples/>`__
25 We suggest developers to adopt the :ref:`coding style of the Orthanc 25 We suggest developers to adopt the :ref:`coding style of the Orthanc
26 core <coding-style>`, although this is of course not required. 26 core <coding-style>`, although this is of course not required.
27 27
28 Do not hesitate to `contact us 28 Do not hesitate to `contact us
29 <http://www.orthanc-server.com/static.php?page=contact>`__ if you wish 29 <http://www.orthanc-server.com/static.php?page=contact>`__ if you wish
30 your plugin to be **indexed** in :ref:`this part of the Orthanc Book 30 your plugin to be **indexed** in :ref:`the dedicated part of the
31 <plugins-contributed>`! 31 Orthanc Book <plugins-contributed>`!
32 32
33 33
34 Structure of the plugins 34 Structure of the plugins
35 ------------------------ 35 ------------------------
36 36