changeset 16:1be232fa8f33

migration to UCLouvain servers
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 22 Nov 2023 07:55:18 +0100
parents b69bc09e2969
children 443d5b7d733e
files README Resources/Orthanc/CMake/JsonCppConfiguration.cmake Resources/Orthanc/CMake/WindowsResources.rc Resources/SyncOrthancFolder.py
diffstat 4 files changed, 5 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/README	Thu Oct 26 13:51:32 2023 +0200
+++ b/README	Wed Nov 22 07:55:18 2023 +0100
@@ -13,7 +13,7 @@
 ----------------------
 
 Build and usage instructions are available in the Orthanc Book:
-http://book.orthanc-server.com/plugins/java.html
+https://orthanc.uclouvain.be/book/plugins/java.html
 
 
 Licensing
--- a/Resources/Orthanc/CMake/JsonCppConfiguration.cmake	Thu Oct 26 13:51:32 2023 +0200
+++ b/Resources/Orthanc/CMake/JsonCppConfiguration.cmake	Wed Nov 22 07:55:18 2023 +0100
@@ -24,12 +24,12 @@
 if (STATIC_BUILD OR NOT USE_SYSTEM_JSONCPP)
   if (USE_LEGACY_JSONCPP)
     set(JSONCPP_SOURCES_DIR ${CMAKE_BINARY_DIR}/jsoncpp-0.10.7)
-    set(JSONCPP_URL "https://orthanc.uclouvain.be/third-party-downloads/jsoncpp-0.10.7.tar.gz")
+    set(JSONCPP_URL "https://orthanc.uclouvain.be/downloads/third-party-downloads/jsoncpp-0.10.7.tar.gz")
     set(JSONCPP_MD5 "3a8072ca6a1fa9cbaf7715ae625f134f")
     add_definitions(-DORTHANC_LEGACY_JSONCPP=1)
   else()
     set(JSONCPP_SOURCES_DIR ${CMAKE_BINARY_DIR}/jsoncpp-1.9.4)
-    set(JSONCPP_URL "https://orthanc.uclouvain.be/third-party-downloads/jsoncpp-1.9.4.tar.gz")
+    set(JSONCPP_URL "https://orthanc.uclouvain.be/downloads/third-party-downloads/jsoncpp-1.9.4.tar.gz")
     set(JSONCPP_MD5 "4757b26ec89798c5247fa638edfdc446")
     add_definitions(-DORTHANC_LEGACY_JSONCPP=0)
     set(JSONCPP_CXX11 ON)
--- a/Resources/Orthanc/CMake/WindowsResources.rc	Thu Oct 26 13:51:32 2023 +0200
+++ b/Resources/Orthanc/CMake/WindowsResources.rc	Wed Nov 22 07:55:18 2023 +0100
@@ -16,7 +16,7 @@
             VALUE "FileVersion", "${VERSION_MAJOR}.${VERSION_MINOR}.0.${VERSION_PATCH}"
             VALUE "InternalName", "${PRODUCT}"
             VALUE "LegalCopyright", "(c) 2012-${YEAR}, Sebastien Jodogne, University Hospital of Liege, Osimis S.A., and ICTEAM UCLouvain"
-            VALUE "LegalTrademarks", "Licensing information is available at http://www.orthanc-server.com/"
+            VALUE "LegalTrademarks", "Licensing information is available at https://orthanc.uclouvain.be/book/faq/licensing.html"
             VALUE "OriginalFilename", "${FILENAME}"
             VALUE "ProductName", "${PRODUCT}"
             VALUE "ProductVersion", "${VERSION_MAJOR}.${VERSION_MINOR}"
--- a/Resources/SyncOrthancFolder.py	Thu Oct 26 13:51:32 2023 +0200
+++ b/Resources/SyncOrthancFolder.py	Wed Nov 22 07:55:18 2023 +0100
@@ -33,7 +33,7 @@
 
 TARGET = os.path.join(os.path.dirname(__file__), 'Orthanc')
 PLUGIN_SDK_VERSION = '1.10.0'
-REPOSITORY = 'https://hg.orthanc-server.com/orthanc/raw-file'
+REPOSITORY = 'https://orthanc.uclouvain.be/hg/orthanc/raw-file'
 
 FILES = [
     ('OrthancFramework/Resources/CMake/AutoGeneratedCode.cmake', 'CMake'),