changeset 354:1ba75bac55fd

cont
author Sebastien Jodogne <s.jodogne@gmail.com>
date Sat, 28 Mar 2020 14:48:39 +0100
parents 0122c668f4ec
children e4e9cca89c64 12ecdb63a8cb
files Sphinx/source/plugins/python.rst
diffstat 1 files changed, 9 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- 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
-<https://github.com/jodogne/OrthancContributed/tree/master/Plugins>`__.
+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
+<https://github.com/jodogne/OrthancContributed/tree/master/Plugins>`__,
+and/or to send it to the `Orthanc Users
+<https://groups.google.com/forum/#!forum/orthanc-users>`__ discussion
+group.
 
 Check out the :ref:`FAQ about licensing <licensing>` for more context.