diff README @ 48:0a04c70747d9

renaming
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 05 Sep 2012 15:36:45 +0200
parents db4d996ea264
children e0cac5540668
line wrap: on
line diff
--- a/README	Wed Sep 05 13:26:06 2012 +0200
+++ b/README	Wed Sep 05 15:36:45 2012 +0200
@@ -1,14 +1,14 @@
-Palantir - A Lightweight, RESTful DICOM Server
-==============================================
+Palanthir - A Lightweight, RESTful DICOM Server
+===============================================
 
 General Information
 -------------------
 
 General information about this software can be found on our Google
 Code hosting page:
-http://code.google.com/p/palantir-dicom/
+http://code.google.com/p/palanthir/
 
-The instructions for building Palantir can be found in the "INSTALL"
+The instructions for building Palanthir can be found in the "INSTALL"
 file.
 
 
@@ -27,7 +27,7 @@
 Supported Toolchains
 --------------------
 
-Palantir can currently be built using the following compiling
+Palanthir can currently be built using the following compiling
 toolchains:
 
 * Native Linux compilation, with gcc.
@@ -39,13 +39,13 @@
 Licensing
 ---------
 
-Palantir is licensed under the GPLv3 license. Because Palantir uses
+Palanthir is licensed under the GPLv3 license. Because Palanthir uses
 the Software-as-a-Service paradigm, commercial products are allowed to
-access the Palantir REST services and to bundle Palantir in an
+access the Palanthir REST services and to bundle Palanthir in an
 commercial aggregate. 
 
-We also kindly require scientific works that make use of Palantir to
-cite Palantir in their associated publications.
+We also kindly require scientific works that make use of Palanthir to
+cite Palanthir in their associated publications.
 
 
 
@@ -54,7 +54,7 @@
 
 The following directories have separate licensing terms:
 
-* The files of the "PalantirCppClient/" directory are licensed under
+* The files of the "PalanthirCppClient/" directory are licensed under
   the MIT license, which allows commercial products to statically link
   against the C++ client library.
 
@@ -69,9 +69,9 @@
 This archive contains the following directories:
 
 * Core/               - The core C++ classes (independent of DCMTK)
-* PalantirCppClient/  - Code of the C++ client (under MIT license)
-* PalantirExplorer/   - Code of the Web application (HTML5/Javascript)
-* PalantirServer/     - Code of the Palantir server (depends on DCMTK)
+* PalanthirCppClient/ - Code of the C++ client (under MIT license)
+* PalanthirExplorer/  - Code of the Web application (HTML5/Javascript)
+* PalanthirServer/    - Code of the Palanthir server (depends on DCMTK)
 * Resources/          - Scripts, resources for building third-party code
 * UnitTests/          - Unit tests
 
@@ -80,11 +80,11 @@
 * AUTHORS             - The list of the authors
 * CMakeLists.txt      - The main build script
 * COPYING             - The GPLv3 license
-* INSTALL             - How to build Palantir
+* INSTALL             - How to build Palanthir
 * README              - This file
 * THANKS              - The list of the contributors
 * NEWS                - The history of main changes between versions
 
 We have decided not to maintain a separate "ChangeLog" file. Each
-commit to the official Palantir Mercurial repository should be
+commit to the official Palanthir Mercurial repository should be
 associated with a description of the changes.