comparison README @ 48:0a04c70747d9

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