changeset 481:4f076a3b9934

unanswered-forum.rst
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 14 Aug 2020 12:21:05 +0200
parents 41d375be2266
children 76db4223f495
files Sphinx/source/contributing.rst Sphinx/source/faq/compiling.rst Sphinx/source/plugins.rst Sphinx/source/unanswered-forum.rst Sphinx/source/users/docker.rst
diffstat 5 files changed, 90 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/Sphinx/source/contributing.rst	Fri Aug 07 13:33:32 2020 +0200
+++ b/Sphinx/source/contributing.rst	Fri Aug 14 12:21:05 2020 +0200
@@ -1,8 +1,14 @@
 .. _contributing:
 
+
 Contributing to Orthanc
 =======================
 
+.. toctree::
+   :hidden:
+
+   unanswered-forum.rst
+   
 If you find Orthanc useful and wish to contribute to its development,
 here are some tasks you can take in charge that would greatly help us:
 
@@ -21,6 +27,11 @@
     in your research work.
   - Answer questions posted to the `mailing list
     <https://groups.google.com/forum/#!forum/orthanc-users>`_.
+
+    - **Important**: A page list the :ref:`old questions that are not
+      fully answered yet <unanswered_forum>`. Consider answering these
+      topics too!
+    
   - Improve the text of the `Orthanc Book and REST API documentation
     <https://hg.orthanc-server.com/orthanc-book/file/default>`__ (check
     out the instructions provided in the `README file
--- a/Sphinx/source/faq/compiling.rst	Fri Aug 07 13:33:32 2020 +0200
+++ b/Sphinx/source/faq/compiling.rst	Fri Aug 14 12:21:05 2020 +0200
@@ -3,6 +3,12 @@
 Compiling Orthanc
 =================
 
+.. toctree::
+   :hidden:
+
+   compiling-old.rst
+
+   
 Under GNU/Linux
 ---------------
 
--- a/Sphinx/source/plugins.rst	Fri Aug 07 13:33:32 2020 +0200
+++ b/Sphinx/source/plugins.rst	Fri Aug 14 12:21:05 2020 +0200
@@ -3,6 +3,17 @@
 Plugins
 =======
 
+.. toctree::
+   :hidden:
+
+   plugins/authorization.rst
+   plugins/google-cloud-platform.rst
+   plugins/mysql.rst
+   plugins/object-storage.rst
+   plugins/osimis-webviewer.rst
+   plugins/python.rst
+   plugins/transfers.rst
+
 .. contents::
 
 Overview
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/Sphinx/source/unanswered-forum.rst	Fri Aug 14 12:21:05 2020 +0200
@@ -0,0 +1,56 @@
+.. _unanswered_forum:
+
+Old unanswered questions from Orthanc Users
+===========================================
+
+.. contents::
+
+
+Rationale
+---------
+
+This page lists the questions (since 2018) that are still looking for
+an answer on the `Orthanc Users discussion group
+<https://groups.google.com/forum/#!forum/orthanc-users>`__.
+
+Threads that are not answered in a satisfying manner after a few weeks
+are indexed here by the core maintainers of Orthanc, in order to avoid
+forgetting them if they get buried under many new threads.
+
+If you consider that another old thread is missing in this list
+(**wait at least 2 months**), you can ping by replying onto the
+forgotten thread, asking to index it on this page of the Orthanc Book.
+
+Conversely, if you feel that some thread listed on this page is
+already properly answered, reply to the thread by saying that you are
+happy with the answers that have been gathered. We would then be able
+to remove the question from this page.
+
+
+Pending questions
+-----------------
+
+* **2020-08-06**: `Advanced authorization plugin dicomweb-plugin issue <https://groups.google.com/g/orthanc-users/c/gwgGJsLvQUk/m/CkiaojrCAgAJ>`__
+* **2020-04-24**: `Auto routing with OnStableStudy <https://groups.google.com/g/orthanc-users/c/GuFqiZtkwtg/m/PGu2fM5LCAAJ>`__
+* **2020-04-13**: `Advanced authorization plugin vs. Remote access <https://groups.google.com/g/orthanc-users/c/m2VM3AhhWok/m/EjVy5_ZFCAAJ>`__
+* **2020-03-28**: `REST Query Remote Modality using DICOM Sequence <https://groups.google.com/g/orthanc-users/c/7o0RNFEtVuA/m/KmpalFxTAwAJ>`__
+* **2020-03-04**: `Bulk Store SCU question <https://groups.google.com/g/orthanc-users/c/upftCWzl7qc/m/2FFEmXqkAQAJ>`__
+* **2020-02-10**: `Authorisation web service and the AC_AUTHENTICATION_ENABLED variable <https://groups.google.com/g/orthanc-users/c/liOW6BQMbdQ/m/yqfm2B0vFgAJ>`__
+* **2020-02-05**: `TotalDiskSize Disagrees With filesystem du; any way to stop storing json <https://groups.google.com/g/orthanc-users/c/gA-ixbFCjrI/m/NzH3FDS9AQAJ>`__
+* **2019-11-14**: `instance anonymization with consistent PatientID <https://groups.google.com/g/orthanc-users/c/9rIpNHxA4d8/m/dDABlu4LAgAJ>`__  
+* **2018-05-11**: `Web vs API query/retrieve with Orthanc Docker <https://groups.google.com/d/msg/orthanc-users/3g7V7kqr3g0/3i83GIfxBwAJ>`__
+
+
+Questions requiring a development
+---------------------------------
+
+* **2019-10-25**: `Expediting stability of a DICOM study - new API endpoint? <https://groups.google.com/g/orthanc-users/c/kADj2eoELK4/m/xFrc0wfIBgAJ>`__
+* **2019-10-07**: `Timeout too short when connecting to MySQL server resulting in crash <https://groups.google.com/g/orthanc-users/c/rYA4eJzEp7Q/m/teFOHBI6BwAJ>`__
+* **2019-05-14**: `Jobs Engine: Study Details <https://groups.google.com/g/orthanc-users/c/9GCV88GLEzw/m/A8r4cb_UAgAJ>`__
+
+
+Waiting for feedback from the original poster
+---------------------------------------------
+
+* **2020-05-13**: `Contribution - Use default encoding when specific character set value is invalid <https://groups.google.com/g/orthanc-users/c/I78mQbp9nBM/m/amaikWp7CAAJ>`__
+* **2018-02-22**: `Dicom modification - removing sequences? <https://groups.google.com/d/msg/orthanc-users/NnbMfH0P0OA/cF-aMKkpAQAJ>`__
--- a/Sphinx/source/users/docker.rst	Fri Aug 07 13:33:32 2020 +0200
+++ b/Sphinx/source/users/docker.rst	Fri Aug 14 12:21:05 2020 +0200
@@ -5,6 +5,12 @@
 Orthanc for Docker
 ==================
 
+.. toctree::
+   :hidden:
+
+   docker-osimis.rst
+   
+
 .. contents::
    :depth: 3