# HG changeset patch # User Sebastien Jodogne # Date 1757668562 -7200 # Node ID bf845fba50bc8656d75d614e80fee6f38f015a71 # Parent c717ee80e8d9607ae77fbe7fb86689a192fe2af4 reservation for education plugin diff -r c717ee80e8d9 -r bf845fba50bc Sphinx/source/faq/features.rst --- a/Sphinx/source/faq/features.rst Mon Sep 01 07:48:44 2025 +0200 +++ b/Sphinx/source/faq/features.rst Fri Sep 12 11:16:02 2025 +0200 @@ -337,6 +337,7 @@ * ``Global property 1025`` is used by default by the Housekeeper plugin. * ``Global property 5467`` is used by the Osimis Cloud plugin. * ``Global property 5468`` is used by the :ref:`DICOMweb plugin ` to store the DICOMweb servers into the Orthanc database. +* ``Global property 5500`` is used by the :ref:`Education plugin ` to store parts of its configuration. * ``Metadata 4200`` is used by the plugin for :ref:`whole-slide imaging ` with version <= 0.7. * ``Metadata 4201`` is used by the plugin for :ref:`whole-slide imaging ` with version >= 1.0. * ``Metadata 4202`` is used by the :ref:`OHIF plugin ` to store precomputed information about the DICOM instances. diff -r c717ee80e8d9 -r bf845fba50bc Sphinx/source/plugins.rst --- a/Sphinx/source/plugins.rst Mon Sep 01 07:48:44 2025 +0200 +++ b/Sphinx/source/plugins.rst Fri Sep 12 11:16:02 2025 +0200 @@ -38,6 +38,16 @@ Index of the official plugins ----------------------------- +User interfaces +^^^^^^^^^^^^^^^ + +.. toctree:: + :maxdepth: 1 + + plugins/orthanc-explorer-2.rst + plugins/education.rst + + Viewers ^^^^^^^ @@ -45,7 +55,6 @@ :maxdepth: 1 plugins/stone-webviewer.rst - plugins/orthanc-explorer-2.rst plugins/ohif.rst plugins/volview.rst plugins/osimis-webviewer.rst diff -r c717ee80e8d9 -r bf845fba50bc Sphinx/source/plugins/education.rst --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Sphinx/source/plugins/education.rst Fri Sep 12 11:16:02 2025 +0200 @@ -0,0 +1,13 @@ +.. _education: + + +Education plugin for Orthanc +============================ + +.. contents:: + + +Overview +-------- + +WIP.