comparison README @ 4540:9c0cff7a6ca2 db-changes

integration mainline->db-changes
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 02 Mar 2021 16:51:19 +0100
parents 7822fa96f9c8
children 1f7ac929e788
comparison
equal deleted inserted replaced
3141:f2b300e46755 4540:9c0cff7a6ca2
4 4
5 General Information 5 General Information
6 ------------------- 6 -------------------
7 7
8 General information about this software can be found on its official 8 General information about this software can be found on its official
9 Website: 9 Website, and in the Orthanc Book:
10 http://www.orthanc-server.com/ 10 http://www.orthanc-server.com/
11 http://book.orthanc-server.com/
11 12
12 The instructions for building Orthanc can be found in the "INSTALL" 13 The instructions for building Orthanc can be found in the "./INSTALL"
13 file. 14 file.
14 15
15 16
16 Supported Platforms 17 Supported Platforms
17 ------------------- 18 -------------------
42 43
43 Orthanc is licensed under the GPLv3 license, with the OpenSSL 44 Orthanc is licensed under the GPLv3 license, with the OpenSSL
44 exception: 45 exception:
45 http://people.gnome.org/~markmc/openssl-and-the-gpl.html 46 http://people.gnome.org/~markmc/openssl-and-the-gpl.html
46 47
48 Full information about the licensing of the Orthanc ecosystem is
49 available in the Orthanc Book:
50 https://book.orthanc-server.com/faq/licensing.html
51
47 We also kindly ask scientific works and clinical studies that make 52 We also kindly ask scientific works and clinical studies that make
48 use of Orthanc to cite Orthanc in their associated publications. 53 use of Orthanc to cite Orthanc in their associated publications.
49 Similarly, we ask open-source and closed-source products that make 54 Similarly, we ask open-source and closed-source products that make
50 use of Orthanc to warn us about this use. You can cite our work 55 use of Orthanc to warn us about this use. You can cite our work
51 using the following BibTeX entry: 56 using the following BibTeX entry:
69 Licensing of special directories 74 Licensing of special directories
70 -------------------------------- 75 --------------------------------
71 76
72 The following directories have separate licensing terms: 77 The following directories have separate licensing terms:
73 78
74 * The file of the "Core/SQLite/" directory are licensed under the 79 * The files of the "./OrthancFramework/Sources/" directory are
75 3-clause BSD license, as they are derived from the Chromium project. 80 licensed under the LGPLv3 (Lesser GPL) since Orthanc 1.7.2. The
81 related COPYING file can be found in "./OrthancFramework".
82
83 * The files of the "./OrthancFramework/Sources/SQLite/" directory are
84 licensed under the 3-clause BSD license, as they are derived from
85 the Chromium project.
76 86
77 87
78 Content 88 Content
79 ------- 89 -------
80 90
81 This archive contains the following directories: 91 This archive contains the following important directories:
82 92
83 * Core/ - The core C++ classes (independent of DCMTK) 93 * ./OrthancFramework/Sources/ - The sources of the Orthanc framework
84 * OrthancExplorer/ - Code of the Web application (HTML5/Javascript) 94 * ./OrthancFramework/UnitTestsSources/ - Unit tests of the Orthanc framework
85 * OrthancServer/ - Code of the Orthanc server (depends on DCMTK) 95 * ./OrthancServer/OrthancExplorer/ - Code of the Orthanc Explorer (HTML5/Javascript)
86 * Plugins/ - Code of the plugin framework 96 * ./OrthancServer/Plugins/ - Code of the plugin framework
87 * Resources/ - Scripts, resources for building third-party code 97 * ./OrthancServer/Resources/Samples/ - Samples
88 * UnitTestsSources/ - Unit tests 98 * ./OrthancServer/Sources/ - Code of the Orthanc server (depends on DCMTK)
99 * ./OrthancServer/UnitTestsSources/ - Unit tests of the Orthanc server
89 100
90 This archive contains the following files: 101 This archive contains the following important files:
91 102
92 * AUTHORS - The list of the authors 103 * ./AUTHORS - The list of the authors
93 * CMakeLists.txt - The main build script 104 * ./COPYING - The main GPLv3 license
94 * COPYING - The GPLv3 license 105 * ./INSTALL - How to build Orthanc
95 * INSTALL - How to build Orthanc 106 * ./NEWS - The history of main changes between versions
96 * README - This file 107 * ./OrthancServer/CMakeLists.txt - The main build script of the Orthanc server
97 * THANKS - The list of the contributors 108 * ./README - This file
98 * NEWS - The history of main changes between versions
99 109
100 We have decided not to maintain a separate "ChangeLog" file. Each 110 We have decided not to maintain a separate "ChangeLog" file. Each
101 commit to the official Orthanc Mercurial repository should be 111 commit to the official Orthanc Mercurial repository should be
102 associated with a description of the changes. 112 associated with a description of the changes.