# HG changeset patch # User Sebastien Jodogne # Date 1640192140 -3600 # Node ID 57d1b1680e710cc1caee0cf76fdc2f0b07667eb8 # Parent db20ad016bc277e8ed496d8ac28babb9497d1a72 improvement for the indexer plugin diff -r db20ad016bc2 -r 57d1b1680e71 Sphinx/source/plugins/indexer.rst --- a/Sphinx/source/plugins/indexer.rst Wed Dec 22 13:58:29 2021 +0100 +++ b/Sphinx/source/plugins/indexer.rst Wed Dec 22 17:55:40 2021 +0100 @@ -11,13 +11,12 @@ to publish filesystems containing medical images as a DICOM modality. The plugin continuously synchronizes the content of an Orthanc server -with the content of a filesystem. This way, the filesystem is -automatically organized according to the :ref:`DICOM model of the real -world `, without any manual intervention. The indexed -DICOM resources are immediately available in a Web interface and in a -Web viewer, and can be queried/retrieved by DICOM clients. The DICOM -files are **not** copied, so this solution has a very small footprint -in terms of storage requirements. +with the content of a filesystem, which can then be accessed, through +Orthanc, based on the :ref:`DICOM model of the real world `. +The indexed DICOM resources are immediately available in a Web +interface and in a Web viewer, and can be queried/retrieved by DICOM +clients. The DICOM files are **not** copied, so this solution has a +very small footprint in terms of storage requirements. Compilation