diff README @ 0:520cba9a0d42

initial commit
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 13 Jun 2019 14:57:22 +0200
parents
children e517e23c9fb5
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/README	Thu Jun 13 14:57:22 2019 +0200
@@ -0,0 +1,56 @@
+Google Cloud Platform credentials for DICOMweb and Orthanc
+==========================================================
+
+
+General Information
+-------------------
+
+This repository contains the source code of a plugin for Orthanc, the
+lightweight Vendor Neutral Archive for medical imaging. This plugin
+manages Google Cloud Platform credentials to dynamically add servers
+to the DICOMweb plugin for Orthanc.
+
+
+Dependencies
+------------
+
+The version of the DICOMweb plugin must be above 0.7.
+
+
+Installation and usage
+----------------------
+
+Build and usage instructions are available in the Orthanc Book:
+http://book.orthanc-server.com/plugins/google-cloud-platform.html
+
+
+Licensing: GPLv3
+----------------
+
+The Google Cloud Platform credentials plugin for Orthanc is licensed
+under the GPLv3 license, with the OpenSSL exception:
+http://people.gnome.org/~markmc/openssl-and-the-gpl.html
+
+Please note that this plugin requires the DICOMweb plugin to be
+installed, whom license is more restrictive (AGPL).
+
+We also kindly ask scientific works and clinical studies that make
+use of Orthanc to cite Orthanc in their associated publications.
+Similarly, we ask open-source and closed-source products that make
+use of Orthanc to warn us about this use. You can cite our work
+using the following BibTeX entry:
+
+@Article{Jodogne2018,
+  author="Jodogne, S{\'e}bastien",
+  title="The {O}rthanc Ecosystem for Medical Imaging",
+  journal="Journal of Digital Imaging",
+  year="2018",
+  month="Jun",
+  day="01",
+  volume="31",
+  number="3",
+  pages="341--352",
+  issn="1618-727X",
+  doi="10.1007/s10278-018-0082-y",
+  url="https://doi.org/10.1007/s10278-018-0082-y"
+}