changeset 62:4b332c3d7824

moving TODO out of Trello
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 22 Nov 2016 11:33:43 +0100
parents fc8af28a8eea
children 34ccc7fc7ef3
files Sphinx/source/contributing.rst Sphinx/source/faq/supported-images.rst Sphinx/source/faq/viewers.rst
diffstat 3 files changed, 9 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/Sphinx/source/contributing.rst	Fri Nov 18 17:28:26 2016 +0100
+++ b/Sphinx/source/contributing.rst	Tue Nov 22 11:33:43 2016 +0100
@@ -28,7 +28,7 @@
 * Develop :ref:`C/C++ plugins extending the Orthanc core <plugins>`.  Here are some ideas
   of possible plugins:
 
-  * Check the right-hand column of the `official roadmap <https://trello.com/b/cjA9X1wM/orthanc-roadmap>`__.
+  * Check the TODO file of the `official roadmap <https://bitbucket.org/sjodogne/orthanc/src/default/TODO>`__.
   * Create a :ref:`more advanced Web interface <improving-interface>` than the built-in Orthanc Explorer.
   * Extend the :ref:`sample modality worklist plugin <worklist>` so that it manages the worklists
     (i.e. add/remove items) with a REST API or HL7 messages, instead of reading them from 
--- a/Sphinx/source/faq/supported-images.rst	Fri Nov 18 17:28:26 2016 +0100
+++ b/Sphinx/source/faq/supported-images.rst	Tue Nov 22 11:33:43 2016 +0100
@@ -29,7 +29,9 @@
 <http://www.orthanc-server.com/static.php?page=web-viewer>`__, that
 mostly supports whatever is supported by the well-known `GDCM toolkit
 <https://sourceforge.net/projects/gdcm/>`__ by Mathieu Malaterre. Note
-that multiframe (notably cine) DICOM instances are currently not
-supported by the Web viewer plugin. It is also planned to create a
-`plugin to extend the image formats <https://trello.com/c/MAh6vIXF>`__
-that are supported by the Orthanc core.
+however that multiframe (notably cine) DICOM instances are currently
+not supported by the Web viewer plugin.
+
+Finally, consider having a look at the section in the Orthanc Book
+about the :ref:`compatible DICOM viewers <viewers>`.
+
--- a/Sphinx/source/faq/viewers.rst	Fri Nov 18 17:28:26 2016 +0100
+++ b/Sphinx/source/faq/viewers.rst	Tue Nov 22 11:33:43 2016 +0100
@@ -1,3 +1,5 @@
+.. _viewers:
+
 What DICOM viewer is compatible with Orthanc?
 =============================================