Mercurial > hg > orthanc-book
comparison Sphinx/source/plugins.rst @ 38:2ee7f4462a6a
links
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Wed, 20 Jul 2016 17:29:22 +0200 |
parents | 93bbfaf0e62c |
children | 99b45a963bcf |
comparison
equal
deleted
inserted
replaced
37:38fb7bf24794 | 38:2ee7f4462a6a |
---|---|
26 * **Reacting** to the arrival of new DICOM images or other | 26 * **Reacting** to the arrival of new DICOM images or other |
27 DICOM-related events so as to carry on automated processing. | 27 DICOM-related events so as to carry on automated processing. |
28 * ... | 28 * ... |
29 | 29 |
30 Developers external to the official Orthanc project are :ref:`invited | 30 Developers external to the official Orthanc project are :ref:`invited |
31 to contribute <contributing>` by creating third-party plugins. | 31 to contribute <contributing>` to the C/C++ part of Orthanc by creating |
32 | 32 third-party plugins. A specific section of the Orthanc Book explains |
33 :ref:`how to create new Orthanc plugins <creating-plugins>`. | |
33 | 34 |
34 .. _plugins-official: | 35 .. _plugins-official: |
35 | 36 |
36 Index of the official plugins | 37 Index of the official plugins |
37 ----------------------------- | 38 ----------------------------- |
62 <https://github.com/ivmartel/dwv/wiki>`__ and extends Orthanc with a | 63 <https://github.com/ivmartel/dwv/wiki>`__ and extends Orthanc with a |
63 Web viewer of DICOM images. | 64 Web viewer of DICOM images. |
64 * Another Web viewer is provided courtesy of `Emsy Chan | 65 * Another Web viewer is provided courtesy of `Emsy Chan |
65 <https://groups.google.com/d/msg/orthanc-users/EC5Z2KaM4Hs/MG3KkzhCDAAJ>`__. | 66 <https://groups.google.com/d/msg/orthanc-users/EC5Z2KaM4Hs/MG3KkzhCDAAJ>`__. |
66 | 67 |
68 *Remark:* Do not hesitate to `contact us | |
69 <http://www.orthanc-server.com/static.php?page=contact>`__ if you have | |
70 developed a plugin so that we can include it in the list above! |