comparison Sphinx/source/contributing.rst @ 360:d217af5e6cb3

links to hg
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 30 Mar 2020 20:14:52 +0200
parents 011b01ccf52d
children 84e3a2612c36
comparison
equal deleted inserted replaced
359:9acb9354da1a 360:d217af5e6cb3
58 + Extend the :ref:`sample modality worklist plugin <worklist>` so 58 + Extend the :ref:`sample modality worklist plugin <worklist>` so
59 that it manages the worklists (i.e. add/remove items) with a 59 that it manages the worklists (i.e. add/remove items) with a
60 REST API or HL7 messages, instead of reading them from some 60 REST API or HL7 messages, instead of reading them from some
61 folder on the filesystem. 61 folder on the filesystem.
62 + Have a look at the TODO file containing our `official roadmap 62 + Have a look at the TODO file containing our `official roadmap
63 <https://bitbucket.org/sjodogne/orthanc/src/default/TODO>`__. 63 <https://hg.orthanc-server.com/orthanc/file/default/TODO>`__.
64 64
65 - Always remember that he **recommended way of contributing to the 65 - Always remember that he **recommended way of contributing to the
66 source code of Orthanc is by creating C/C++ plugins**. If the 66 source code of Orthanc is by creating C/C++ plugins**. If the
67 current plugin SDK is insufficient for you to develop some feature 67 current plugin SDK is insufficient for you to develop some feature
68 as a plugin, do not hesitate to request an extension to the 68 as a plugin, do not hesitate to request an extension to the