comparison Sphinx/source/contributing.rst @ 526:e9d8c7e5afbd

webdav
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 16 Oct 2020 10:53:56 +0200
parents 1fdbf5b89b80
children 7ed565d4d89b
comparison
equal deleted inserted replaced
525:f364b00bf02c 526:e9d8c7e5afbd
105 <https://twitter.com/sjodogne/status/1299632772915625984>`__ to 105 <https://twitter.com/sjodogne/status/1299632772915625984>`__ to
106 import/export such STL files from/to Orthanc. 106 import/export such STL files from/to Orthanc.
107 + Have a look at the TODO file containing our `official roadmap 107 + Have a look at the TODO file containing our `official roadmap
108 <https://hg.orthanc-server.com/orthanc/file/default/TODO>`__. 108 <https://hg.orthanc-server.com/orthanc/file/default/TODO>`__.
109 109
110 - Develop a way to "mount" the content of one Orthanc server as a
111 network drive through the :ref:`REST API <rest>`, using either
112 `FTP <https://en.wikipedia.org/wiki/File_Transfer_Protocol>`__,
113 `FUSE <https://en.wikipedia.org/wiki/Filesystem_in_Userspace>`__
114 (through `Samba
115 <https://en.wikipedia.org/wiki/Samba_(software)>`__ for Windows)
116 or `WebDAV <https://en.wikipedia.org/wiki/WebDAV>`__.
117 - Always remember that he **recommended way of contributing to the 110 - Always remember that he **recommended way of contributing to the
118 source code of Orthanc is by creating C/C++/Python plugins, or by 111 source code of Orthanc is by creating C/C++/Python plugins, or by
119 creating external software that use the REST API**. If the current 112 creating external software that use the REST API**. If the current
120 plugin SDK is insufficient for you to develop some feature as a 113 plugin SDK is insufficient for you to develop some feature as a
121 plugin, do not hesitate to request an extension to the Orthanc SDK 114 plugin, do not hesitate to request an extension to the Orthanc SDK