# HG changeset patch # User Sebastien Jodogne # Date 1579789072 -3600 # Node ID 22d56793338117e7e3ab0bc4133c5ceb95eeebf0 # Parent d1ef8472b711e4dd9c4c8f5cf3416186fc771937 tutorials about plugins by Marco Barnig diff -r d1ef8472b711 -r 22d567933381 Sphinx/source/developers/creating-plugins.rst --- a/Sphinx/source/developers/creating-plugins.rst Tue Jan 21 18:06:28 2020 +0100 +++ b/Sphinx/source/developers/creating-plugins.rst Thu Jan 23 15:17:52 2020 +0100 @@ -13,17 +13,26 @@ `. Orthanc plugins must use the `plugin SDK -`__ and must be written -in C or C++. They must also fullfil the terms of the `GPLv3 license +`__ and must be written in C or +C++. They must also fullfil the terms of the `GPLv3 license `__ that is -used by the core of Orthanc. Sample code for plugins can be found `in -the official Orthanc repository -`__ -(in the ``Plugins/Samples`` folder). A -tutorial showing how to implement a basic WADO server is `available on -CodeProject -`__. +used by the core of Orthanc. Here are some resources about creating +plugins: + +* Sample code for plugins can be found `in the official Orthanc + repository + `__ + (in the ``Plugins/Samples`` folder). +* A tutorial showing how to implement a basic WADO server is + `available on CodeProject + `__. + +* Marco Barnig provides `tutorial lessons to create Orthanc plugins + `__ + as part of his `RadioLogic project + `__. + We suggest developers to adopt the :ref:`coding style of the Orthanc core `, although this is of course not required. diff -r d1ef8472b711 -r 22d567933381 Sphinx/source/users/anonymization.rst --- a/Sphinx/source/users/anonymization.rst Tue Jan 21 18:06:28 2020 +0100 +++ b/Sphinx/source/users/anonymization.rst Thu Jan 23 15:17:52 2020 +0100 @@ -104,6 +104,7 @@ ] } } + Modification of Studies or Series ---------------------------------