comparison Sphinx/source/developers/creating-plugins.rst @ 61:fc8af28a8eea

fix
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 18 Nov 2016 17:28:26 +0100
parents 24eb034d0322
children cb712e9d9187
comparison
equal deleted inserted replaced
60:298b8b5e3dbc 61:fc8af28a8eea
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/>`__
20 (in the ``Plugins/Samples`` folder of the ``plugins`` branch). A 20 (in the ``Plugins/Samples`` folder). A
21 tutorial showing how to implement a basic WADO server is `available on 21 tutorial showing how to implement a basic WADO server is `available on
22 CodeProject 22 CodeProject
23 <http://www.codeproject.com/Articles/797118/Implementing-a-WADO-Server-using-Orthanc>`__. 23 <http://www.codeproject.com/Articles/797118/Implementing-a-WADO-Server-using-Orthanc>`__.
24 24
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