Mercurial > hg > orthanc-book
changeset 408:f97e9c9bb173
bgo tutorial
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Sat, 02 May 2020 10:59:40 +0200 |
parents | 3aa7d50a4ccd |
children | 0d02abd26842 |
files | Sphinx/source/developers/creating-plugins.rst |
diffstat | 1 files changed, 5 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/Sphinx/source/developers/creating-plugins.rst Wed Apr 29 13:05:03 2020 +0200 +++ b/Sphinx/source/developers/creating-plugins.rst Sat May 02 10:59:40 2020 +0200 @@ -37,6 +37,11 @@ <https://github.com/mbarnig/RadioLogic/wiki#user-content-orthanc-plugin-development>`__ as part of his `RadioLogic project <https://github.com/mbarnig/RadioLogic/>`__. + +* Technical workshop about "`Writing an Orthanc C++ plugin + <https://bitbucket.org/bgo-osimis/orcon19-plugin-workshop/>`__" + presented by Benjamin Golinvaux at `OrthancCon 2019 + <https://www.orthanc-server.com/static.php?page=conference-schedule>`__. We suggest developers to adopt the :ref:`coding style of the Orthanc core <coding-style>`, although this is of course not required.