changeset 921:33e8cb14142f

auth plugin fix
author Alain Mazy <am@osimis.io>
date Fri, 17 Mar 2023 17:15:08 +0100
parents 1d9e0aa08fdd
children ce1fca061765
files Sphinx/source/plugins/authorization.rst
diffstat 1 files changed, 11 insertions(+), 10 deletions(-) [+]
line wrap: on
line diff
--- 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 @@
 <https://hg.orthanc-server.com/orthanc-authorization/file/default>`__ 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 <https://hg.orthanc-server.com/orthanc-authorization/>`__.
 
-- in the `Windows Installers <https://www.orthanc-server.com/download-windows.php>`__ .
-- in the `MacOS package <https://www.orthanc-server.com/static.php?page=download-mac>`__ .
-- in the :ref:`osimis/orthanc Docker images <docker-osimis>`
+Binaries are included in:
 
-Release notes
--------------
+- The `osimis/orthanc Docker image <https://hub.docker.com/r/osimis/orthanc>`__
+- The `Windows Installer <https://www.orthanc-server.com/download-windows.php>`__
+- The `MacOS packages <https://orthanc.osimis.io/osx/stable/orthancAndPluginsOSX.stable.zip>`__
 
 Release notes are available `here <https://hg.orthanc-server.com/orthanc-authorization/file/tip/NEWS>`__.
 
+Compilation instructions are available below.
+
 
 Usage
 -----
 
 .. highlight:: json
 
-You of course first have to :ref:`install Orthanc <compiling>`. Once
-Orthanc is installed, you must change the :ref:`configuration file
+Once Orthanc is installed, you must change the :ref:`configuration file
 <configuration>` 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::