comparison Sphinx/source/contributing.rst @ 726:26940c3246c3

link
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 25 Jun 2021 20:44:09 +0200
parents 01d9658f74bd
children 3a176a0afbd4
comparison
equal deleted inserted replaced
725:01d9658f74bd 726:26940c3246c3
139 past on the Orthanc forum 139 past on the Orthanc forum
140 <https://groups.google.com/g/orthanc-users/c/Spjtcj9vSPo/m/ktUArWxUDQAJ>`__. 140 <https://groups.google.com/g/orthanc-users/c/Spjtcj9vSPo/m/ktUArWxUDQAJ>`__.
141 + Create a `DICOM proxy 141 + Create a `DICOM proxy
142 <https://groups.google.com/g/orthanc-users/c/15dYEm4Tguw/m/PoldpTOQAQAJ>`__ 142 <https://groups.google.com/g/orthanc-users/c/15dYEm4Tguw/m/PoldpTOQAQAJ>`__
143 (to share a single connection on a PACS by several DICOM 143 (to share a single connection on a PACS by several DICOM
144 clients/viewers), or a DICOMweb proxy (to turn a DICOM-only PACS 144 clients/viewers), or a `DICOMweb proxy
145 into a DICOMweb server). This could be done as a :ref:`Python 145 <https://groups.google.com/g/orthanc-users/c/AQ6qs0TgO6I/m/WxdOVEeKBAAJ>`__
146 plugin <python-plugin>` by wrapping the C-FIND and C-MOVE 146 (to turn a DICOM-only PACS into a DICOMweb server). This could
147 callbacks in the Python API. 147 be done as a :ref:`Python plugin <python-plugin>` by wrapping
148 the C-FIND and C-MOVE callbacks in the Python API.
148 + Have a look at the TODO file containing our `official roadmap 149 + Have a look at the TODO file containing our `official roadmap
149 <https://hg.orthanc-server.com/orthanc/file/default/TODO>`__. 150 <https://hg.orthanc-server.com/orthanc/file/default/TODO>`__.
150 151
151 - Always remember that he **recommended way of contributing to the 152 - Always remember that he **recommended way of contributing to the
152 source code of Orthanc is by creating C/C++/Python plugins, or by 153 source code of Orthanc is by creating C/C++/Python plugins, or by