comparison README @ 57:4bc019d2f969 orthanc-renaming

renaming
author Sebastien Jodogne <s.jodogne@gmail.com>
date Sun, 16 Sep 2012 09:22:48 +0200
parents e0cac5540668
children fe180eae201d
comparison
equal deleted inserted replaced
56:088c4f23e2c8 57:4bc019d2f969
1 Palanthir - A Lightweight, RESTful DICOM Server 1 Orthanc - A Lightweight, RESTful DICOM Server
2 =============================================== 2 =============================================
3
3 4
4 General Information 5 General Information
5 ------------------- 6 -------------------
6 7
7 General information about this software can be found on our Google 8 General information about this software can be found on our Google
8 Code hosting page: 9 Code hosting page:
9 http://code.google.com/p/palanthir/ 10 http://code.google.com/p/orthanc/
10 11
11 The instructions for building Palanthir can be found in the "INSTALL" 12 The instructions for building Orthanc can be found in the "INSTALL"
12 file. 13 file.
13
14 14
15 15
16 Supported Platforms 16 Supported Platforms
17 ------------------- 17 -------------------
18 18
21 * Linux 32bit. 21 * Linux 32bit.
22 * Linux 64bit. 22 * Linux 64bit.
23 * Windows 32bit. 23 * Windows 32bit.
24 24
25 25
26
27 Supported Toolchains 26 Supported Toolchains
28 -------------------- 27 --------------------
29 28
30 Palanthir can currently be built using the following compiling 29 Orthanc can currently be built using the following compiling
31 toolchains: 30 toolchains:
32 31
33 * Native Linux compilation, with gcc. 32 * Native Linux compilation, with gcc.
34 * Native Windows compilation, with Microsoft Visual Studio. 33 * Native Windows compilation, with Microsoft Visual Studio.
35 * Cross-compilation for Windows under Linux, with MinGW. 34 * Cross-compilation for Windows under Linux, with MinGW.
36 35
37 36
38
39 Licensing 37 Licensing
40 --------- 38 ---------
41 39
42 Palanthir is licensed under the GPLv3 license. Because Palanthir uses 40 Orthanc is licensed under the GPLv3 license. Because Orthanc uses the
43 the Software-as-a-Service paradigm, commercial products are allowed to 41 Software-as-a-Service paradigm, commercial products are allowed to
44 access the Palanthir REST services and to bundle Palanthir in an 42 access the Orthanc REST services and to bundle Orthanc in an
45 commercial aggregate. 43 commercial aggregate.
46 44
47 We also kindly require scientific works and clinical studies that make 45 We also kindly require scientific works and clinical studies that make
48 use of Palanthir to cite Palanthir in their associated publications. 46 use of Orthanc to cite Orthanc in their associated publications.
49
50 47
51 48
52 Licensing of special directories 49 Licensing of special directories
53 -------------------------------- 50 --------------------------------
54 51
55 The following directories have separate licensing terms: 52 The following directories have separate licensing terms:
56 53
57 * The files of the "PalanthirCppClient/" directory are licensed under 54 * The files of the "OrthancCppClient/" directory are licensed under
58 the MIT license, which allows commercial products to statically link 55 the MIT license, which allows commercial products to statically link
59 against the C++ client library. 56 against the C++ client library.
60 57
61 * The file of the "Core/SQLite/" directory are licensed under the 58 * The file of the "Core/SQLite/" directory are licensed under the
62 3-clause BSD license, as they are derived from the Chromium project. 59 3-clause BSD license, as they are derived from the Chromium project.
63
64 60
65 61
66 Content 62 Content
67 ------- 63 -------
68 64
69 This archive contains the following directories: 65 This archive contains the following directories:
70 66
71 * Core/ - The core C++ classes (independent of DCMTK) 67 * Core/ - The core C++ classes (independent of DCMTK)
72 * PalanthirCppClient/ - Code of the C++ client (under MIT license) 68 * OrthancCppClient/ - Code of the C++ client (under MIT license)
73 * PalanthirExplorer/ - Code of the Web application (HTML5/Javascript) 69 * OrthancExplorer/ - Code of the Web application (HTML5/Javascript)
74 * PalanthirServer/ - Code of the Palanthir server (depends on DCMTK) 70 * OrthancServer/ - Code of the Orthanc server (depends on DCMTK)
75 * Resources/ - Scripts, resources for building third-party code 71 * Resources/ - Scripts, resources for building third-party code
76 * UnitTests/ - Unit tests 72 * UnitTests/ - Unit tests
77 73
78 This archive contains the following files: 74 This archive contains the following files:
79 75
80 * AUTHORS - The list of the authors 76 * AUTHORS - The list of the authors
81 * CMakeLists.txt - The main build script 77 * CMakeLists.txt - The main build script
82 * COPYING - The GPLv3 license 78 * COPYING - The GPLv3 license
83 * INSTALL - How to build Palanthir 79 * INSTALL - How to build Orthanc
84 * README - This file 80 * README - This file
85 * THANKS - The list of the contributors 81 * THANKS - The list of the contributors
86 * NEWS - The history of main changes between versions 82 * NEWS - The history of main changes between versions
87 83
88 We have decided not to maintain a separate "ChangeLog" file. Each 84 We have decided not to maintain a separate "ChangeLog" file. Each
89 commit to the official Palanthir Mercurial repository should be 85 commit to the official Orthanc Mercurial repository should be
90 associated with a description of the changes. 86 associated with a description of the changes.