# HG changeset patch # User Sebastien Jodogne # Date 1585403319 -3600 # Node ID 1ba75bac55fd04690328c4c7cd09d94186089bc9 # Parent 0122c668f4ec9718887c9f6f6c75961a619c32a1 cont diff -r 0122c668f4ec -r 1ba75bac55fd Sphinx/source/plugins/python.rst --- a/Sphinx/source/plugins/python.rst Sat Mar 28 14:46:03 2020 +0100 +++ b/Sphinx/source/plugins/python.rst Sat Mar 28 14:48:39 2020 +0100 @@ -27,11 +27,16 @@ This has an important consequence: If you distribute Orthanc to clients together with one Python script, or if you make an Orthanc -server equiped with one Python script available on a Web portal, you +server equipped with one Python script available on a Web portal, you **must** disclose the source code of your Python script to the Orthanc -community under the terms of the AGPL license. We suggest you to put -your code on the `dedicated "OrthancContributed" repository on GitHub -`__. +community under the terms of the AGPL license. + +We suggest you to put the source code of your Python scripts on the +dedicated `"OrthancContributed" repository on GitHub +`__, +and/or to send it to the `Orthanc Users +`__ discussion +group. Check out the :ref:`FAQ about licensing ` for more context.