diff 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
line wrap: on
line diff
--- a/Sphinx/source/contributing.rst	Thu Oct 15 16:13:56 2020 +0200
+++ b/Sphinx/source/contributing.rst	Fri Oct 16 10:53:56 2020 +0200
@@ -107,13 +107,6 @@
     + Have a look at the TODO file containing our `official roadmap
       <https://hg.orthanc-server.com/orthanc/file/default/TODO>`__.
   
-  - Develop a way to "mount" the content of one Orthanc server as a
-    network drive through the :ref:`REST API <rest>`, using either
-    `FTP <https://en.wikipedia.org/wiki/File_Transfer_Protocol>`__,
-    `FUSE <https://en.wikipedia.org/wiki/Filesystem_in_Userspace>`__
-    (through `Samba
-    <https://en.wikipedia.org/wiki/Samba_(software)>`__ for Windows)
-    or `WebDAV <https://en.wikipedia.org/wiki/WebDAV>`__.
   - Always remember that he **recommended way of contributing to the
     source code of Orthanc is by creating C/C++/Python plugins, or by
     creating external software that use the REST API**. If the current