# HG changeset patch # User Sebastien Jodogne # Date 1652443374 -7200 # Node ID 2f8ee0aef0a69b1c8c13965967f8c6c565ef9a89 # Parent bf3946cb3ca0254a38e1d67a40b7fe03568f947d added uclouvain diff -r bf3946cb3ca0 -r 2f8ee0aef0a6 Sphinx/source/contributing.rst --- a/Sphinx/source/contributing.rst Fri May 13 12:24:14 2022 +0200 +++ b/Sphinx/source/contributing.rst Fri May 13 14:02:54 2022 +0200 @@ -12,8 +12,7 @@ .. note:: Here are the main features we would like to get soon implemented as free and open-source code in the Orthanc - ecosystem. To make this happen, **we need your financial - support**! + ecosystem. To make this happen, **we need your support**! * **Orthanc Core**: @@ -32,8 +31,12 @@ - :ref:`Worklist plugin ` to interface with REST API, HL7 or Mirth - Please `get in touch with the Orthanc Team `__ if you - want to sponsor these developments. + Please `get in touch with Sébastien Jodogne's research lab + `__ + if you want to use such features in the context of + **research projects or scientific publications**, or `get in + touch with the Orthanc Team `__ if you + want to **financially sponsor** these developments. If you find Orthanc useful and wish to contribute to its development, here are some tasks you can take in charge that would greatly help us: @@ -161,6 +164,8 @@ * **Financial support**: + - Check out our :ref:`FAQ about donations `. + - Since February 2022, you are invited to fund the Orthanc project through its `Open Collective `__ page. The funds collected there will help us maintain Orthanc, diff -r bf3946cb3ca0 -r 2f8ee0aef0a6 Sphinx/source/faq/donations.rst --- a/Sphinx/source/faq/donations.rst Fri May 13 12:24:14 2022 +0200 +++ b/Sphinx/source/faq/donations.rst Fri May 13 14:02:54 2022 +0200 @@ -17,6 +17,14 @@ pool of potential customers wanting their services. A :ref:`list of freelancers ` is available in this Orthanc Book. +If you are part of a **research team**, you are invited to involve +`Sébastien Jodogne's research lab +`__ at the +UCLouvain university in your scientific publications and in your +research projects. The typical subjects of interest of this research +lab are artificial intelligence, medical interoperability and +vizualization techniques applied to bioimaging. + We appreciate **positive feedback** on our project as well. If you are on Twitter, send us a tweet to `@OrthancServer `__. That helps raise awareness of @@ -24,6 +32,3 @@ Finally, don't forget to have a look :ref:`other ways to contribute ` to the Orthanc project. - -*Note:* This text is adapted from the `BigBlueButton FAQ -`__. diff -r bf3946cb3ca0 -r 2f8ee0aef0a6 Sphinx/source/plugins/housekeeper.rst --- a/Sphinx/source/plugins/housekeeper.rst Fri May 13 12:24:14 2022 +0200 +++ b/Sphinx/source/plugins/housekeeper.rst Fri May 13 14:02:54 2022 +0200 @@ -2,7 +2,7 @@ Housekeeper plugin (new in Orthanc 1.11.0) -========================= +========================================== This page describes the **official sample plugin** that performs housekeeping in the Database and Storage. @@ -11,7 +11,7 @@ might be usefull to perform housekeeping operations to optmize the DB or clean/compress/uncompress the storage. This can happen e.g: -* when changing the list of indexed :ref:`MainDicomTags <_main-dicom-tags>` +* when changing the list of indexed :ref:`MainDicomTags ` * when changing the ``StorageCompression`` configuration * when changing the ``IngestTranscoding`` configuration * to remove unnecessary attachments like the ``dicom-as-json`` that were diff -r bf3946cb3ca0 -r 2f8ee0aef0a6 Sphinx/source/plugins/mysql.rst --- a/Sphinx/source/plugins/mysql.rst Fri May 13 12:24:14 2022 +0200 +++ b/Sphinx/source/plugins/mysql.rst Fri May 13 14:02:54 2022 +0200 @@ -205,6 +205,8 @@ attachments from concurrent modifications. +.. _mysql-lock: + Locking ^^^^^^^ diff -r bf3946cb3ca0 -r 2f8ee0aef0a6 Sphinx/source/users/lua.rst --- a/Sphinx/source/users/lua.rst Fri May 13 12:24:14 2022 +0200 +++ b/Sphinx/source/users/lua.rst Fri May 13 14:02:54 2022 +0200 @@ -16,7 +16,7 @@ `__. A more expressive alternative to Lua scripts is provided by -:ref:`Python plugins `. +:ref:`Python plugins `. Installing a Lua script