# HG changeset patch # User Sebastien Jodogne # Date 1597400465 -7200 # Node ID 4f076a3b9934edfefc89c1815959e7e5498e35c4 # Parent 41d375be226610ec29119462aa1421d1ff88b066 unanswered-forum.rst diff -r 41d375be2266 -r 4f076a3b9934 Sphinx/source/contributing.rst --- 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 `_. + + - **Important**: A page list the :ref:`old questions that are not + fully answered yet `. Consider answering these + topics too! + - Improve the text of the `Orthanc Book and REST API documentation `__ (check out the instructions provided in the `README file diff -r 41d375be2266 -r 4f076a3b9934 Sphinx/source/faq/compiling.rst --- 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 --------------- diff -r 41d375be2266 -r 4f076a3b9934 Sphinx/source/plugins.rst --- 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 diff -r 41d375be2266 -r 4f076a3b9934 Sphinx/source/unanswered-forum.rst --- /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 +`__. + +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 `__ +* **2020-04-24**: `Auto routing with OnStableStudy `__ +* **2020-04-13**: `Advanced authorization plugin vs. Remote access `__ +* **2020-03-28**: `REST Query Remote Modality using DICOM Sequence `__ +* **2020-03-04**: `Bulk Store SCU question `__ +* **2020-02-10**: `Authorisation web service and the AC_AUTHENTICATION_ENABLED variable `__ +* **2020-02-05**: `TotalDiskSize Disagrees With filesystem du; any way to stop storing json `__ +* **2019-11-14**: `instance anonymization with consistent PatientID `__ +* **2018-05-11**: `Web vs API query/retrieve with Orthanc Docker `__ + + +Questions requiring a development +--------------------------------- + +* **2019-10-25**: `Expediting stability of a DICOM study - new API endpoint? `__ +* **2019-10-07**: `Timeout too short when connecting to MySQL server resulting in crash `__ +* **2019-05-14**: `Jobs Engine: Study Details `__ + + +Waiting for feedback from the original poster +--------------------------------------------- + +* **2020-05-13**: `Contribution - Use default encoding when specific character set value is invalid `__ +* **2018-02-22**: `Dicom modification - removing sequences? `__ diff -r 41d375be2266 -r 4f076a3b9934 Sphinx/source/users/docker.rst --- 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