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