comparison Sphinx/source/plugins.rst @ 25:669ea65ba7fb

fix links
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 20 Jul 2016 09:26:08 +0200
parents 25fa874803ab
children 93bbfaf0e62c
comparison
equal deleted inserted replaced
24:25fa874803ab 25:669ea65ba7fb
1 .. _plugins: 1 .. _plugins:
2 2
3 Plugins 3 Plugins
4 ======= 4 =======
5
6 .. contents::
7
8 Overview
9 --------
5 10
6 The core of Orthanc can be extended through **plugins**. A plugin 11 The core of Orthanc can be extended through **plugins**. A plugin
7 takes the form of a shared library (``.DLL`` under Windows, ``.so`` 12 takes the form of a shared library (``.DLL`` under Windows, ``.so``
8 under Linux, ``.dylib`` under Apple OS X...). A plugin can do various 13 under Linux, ``.dylib`` under Apple OS X...). A plugin can do various
9 things, among others: 14 things, among others:
18 upon SQLite) by another (:ref:`PostgreSQL <postgresql>`, MySQL, SQL Server...). 23 upon SQLite) by another (:ref:`PostgreSQL <postgresql>`, MySQL, SQL Server...).
19 * Creating **new REST APIs** on the top of the Orthanc built-in API (as in 24 * Creating **new REST APIs** on the top of the Orthanc built-in API (as in
20 in the official :ref:`DICOMweb <dicomweb>` plugin). 25 in the official :ref:`DICOMweb <dicomweb>` plugin).
21 * **Reacting** to the arrival of new DICOM images or other 26 * **Reacting** to the arrival of new DICOM images or other
22 DICOM-related events so as to carry on automated processing. 27 DICOM-related events so as to carry on automated processing.
28 * ...
29
30 Developers external to the official Orthanc project are :ref:`invited
31 to contribute <contributing>` by creating third-party plugins.
23 32
24 33
25 .. _plugins-official: 34 .. _plugins-official:
26 35
27 Index of the official plugins 36 Index of the official plugins
46 <https://github.com/ivmartel/dwv-orthanc-plugin>`__: This plugin by 55 <https://github.com/ivmartel/dwv-orthanc-plugin>`__: This plugin by
47 Yves Martelli is based on `dwv 56 Yves Martelli is based on `dwv
48 <https://github.com/ivmartel/dwv/wiki>`__ and extends Orthanc with a 57 <https://github.com/ivmartel/dwv/wiki>`__ and extends Orthanc with a
49 Web viewer of DICOM images. 58 Web viewer of DICOM images.
50 * Another Web viewer is provided courtesy of `Emsy Chan 59 * Another Web viewer is provided courtesy of `Emsy Chan
51 <https://groups.google.com/forum/#!topic/orthanc-users/EC5Z2KaM4Hs>`__. 60 <https://groups.google.com/d/msg/orthanc-users/EC5Z2KaM4Hs/MG3KkzhCDAAJ>`__.
52 61