comparison Sphinx/source/contributing.rst @ 20:98c0c61e7931

contributing
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 22 Jun 2016 09:53:17 +0200
parents 901e8961f46e
children 25fa874803ab
comparison
equal deleted inserted replaced
19:c98317fedf87 20:98c0c61e7931
22 <https://en.wikipedia.org/wiki/Orthanc_(software)>`_ about Orthanc. 22 <https://en.wikipedia.org/wiki/Orthanc_(software)>`_ about Orthanc.
23 * Interface Orthanc with other software (e.g. 3D Slicer, 23 * Interface Orthanc with other software (e.g. 3D Slicer,
24 Matlab/Octave, Python, Horos, dicompyler...). Check the `already 24 Matlab/Octave, Python, Horos, dicompyler...). Check the `already
25 supported frameworks <http://www.orthanc-server.com/static.php?page=resources>`_. 25 supported frameworks <http://www.orthanc-server.com/static.php?page=resources>`_.
26 * Develop `C/C++ plugins 26 * Develop `C/C++ plugins
27 <https://github.com/jodogne/OrthancContributed/tree/master/Plugins>`_, 27 <https://github.com/jodogne/OrthancContributed/tree/master/Plugins>`_.
28 some ideas of which can be found in the `official roadmap 28 Here are some ideas of plugins:
29 <https://trello.com/b/cjA9X1wM/orthanc-roadmap>`_.
30 29
30 * Check the right-hand column of the `official roadmap <https://trello.com/b/cjA9X1wM/orthanc-roadmap>`__.
31 * Create a :ref:`more advanced Web interface <improving-interface>` than the built-in Orthanc Explorer.
32 * Extend the :ref:`sample modality worklist plugin <worklist>` so that it manages the worklists
33 (i.e. add/remove items) with a REST API or HL7 messages, instead of reading them from
34 some folder on the filesystem.
31 35
32 The **recommended way of contributing to the source code of Orthanc is 36 * Have a look at the `Orthanc Wishlist board <https://trello.com/b/gcn33tDM/orthanc-wishlist>`__,
37 where users can submit their ideas for the future features of Orthanc.
38
39 Always remember that he **recommended way of contributing to the source code of Orthanc is
33 by creating C/C++ plugins**. If the current plugin SDK is insufficient 40 by creating C/C++ plugins**. If the current plugin SDK is insufficient
34 for you to develop some feature as a plugin, do not hesitate to 41 for you to develop some feature as a plugin, do not hesitate to
35 request an extension to the Orthanc SDK on the `mailing list 42 request an extension to the Orthanc SDK on the `mailing list
36 <https://groups.google.com/forum/#!forum/orthanc-users>`_. 43 <https://groups.google.com/forum/#!forum/orthanc-users>`_.
37 44