Mercurial > hg > orthanc-book
changeset 1259:a0f0ee5bc1be
note about repo
| author | Sebastien Jodogne <s.jodogne@gmail.com> |
|---|---|
| date | Sun, 08 Feb 2026 10:02:05 +0100 |
| parents | df26d2b54052 |
| children | 9ddfb7c8c92c |
| files | Sphinx/source/developers/repositories.rst |
| diffstat | 1 files changed, 6 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/Sphinx/source/developers/repositories.rst Wed Jan 28 14:58:40 2026 +0100 +++ b/Sphinx/source/developers/repositories.rst Sun Feb 08 10:02:05 2026 +0100 @@ -63,9 +63,11 @@ Anybody has full read-only access to all of the Orthanc official repositories, on our `self-hosted server -<https://orthanc.uclouvain.be/hg/>`__. As the ``hg serve`` tool that is -used by our Web server tends to be slow, we recommend people to -locally clone our Mercurial repositories. +<https://orthanc.uclouvain.be/hg/>`__. As the ``hg serve`` tool that +is used by our server is continuously targeted by aggressive Web +crawlers, we kindly ask people to locally clone our Mercurial +repositories if they want to explore the source code of the Orthanc +ecosystem. .. highlight:: bash @@ -76,7 +78,7 @@ You can then use separate tools such as `TortoiseHg <https://en.wikipedia.org/wiki/TortoiseHg>`__ to browse the code with -richer features than the Web interface. +richer features than the Web interface of ``hg serve``. Recent versions of Mercurial
