# HG changeset patch # User Alain Mazy # Date 1679069708 -3600 # Node ID 33e8cb14142f1404991dbf8c86a0171328cc27a0 # Parent 1d9e0aa08fdd153993ed89f7506faad2b1d2a696 auth plugin fix diff -r 1d9e0aa08fdd -r 33e8cb14142f Sphinx/source/plugins/authorization.rst --- a/Sphinx/source/plugins/authorization.rst Fri Mar 17 16:59:14 2023 +0100 +++ b/Sphinx/source/plugins/authorization.rst Fri Mar 17 17:15:08 2023 +0100 @@ -16,28 +16,29 @@ `__ is freely available under the terms of the AGPLv3 license. -Binaries --------- -Binaries are available: +How to get it ? +--------------- + +The source code is available on `Mercurial `__. -- in the `Windows Installers `__ . -- in the `MacOS package `__ . -- in the :ref:`osimis/orthanc Docker images ` +Binaries are included in: -Release notes -------------- +- The `osimis/orthanc Docker image `__ +- The `Windows Installer `__ +- The `MacOS packages `__ Release notes are available `here `__. +Compilation instructions are available below. + Usage ----- .. highlight:: json -You of course first have to :ref:`install Orthanc `. Once -Orthanc is installed, you must change the :ref:`configuration file +Once Orthanc is installed, you must change the :ref:`configuration file ` to tell Orthanc where it can find the plugin: This is done by properly modifying the ``Plugins`` option. You could for instance use the following configuration file::