diff 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
line wrap: on
line diff
--- a/README	Sun Sep 16 09:21:12 2012 +0200
+++ b/README	Sun Sep 16 09:22:48 2012 +0200
@@ -1,18 +1,18 @@
-Palanthir - A Lightweight, RESTful DICOM Server
-===============================================
+Orthanc - 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/palanthir/
+http://code.google.com/p/orthanc/
 
-The instructions for building Palanthir can be found in the "INSTALL"
+The instructions for building Orthanc can be found in the "INSTALL"
 file.
 
 
-
 Supported Platforms
 -------------------
 
@@ -23,11 +23,10 @@
 * Windows 32bit.
 
 
-
 Supported Toolchains
 --------------------
 
-Palanthir can currently be built using the following compiling
+Orthanc can currently be built using the following compiling
 toolchains:
 
 * Native Linux compilation, with gcc.
@@ -35,18 +34,16 @@
 * Cross-compilation for Windows under Linux, with MinGW.
 
 
-
 Licensing
 ---------
 
-Palanthir is licensed under the GPLv3 license. Because Palanthir uses
-the Software-as-a-Service paradigm, commercial products are allowed to
-access the Palanthir REST services and to bundle Palanthir in an
-commercial aggregate. 
+Orthanc is licensed under the GPLv3 license. Because Orthanc uses the
+Software-as-a-Service paradigm, commercial products are allowed to
+access the Orthanc REST services and to bundle Orthanc in an
+commercial aggregate.
 
 We also kindly require scientific works and clinical studies that make
-use of Palanthir to cite Palanthir in their associated publications.
-
+use of Orthanc to cite Orthanc in their associated publications.
 
 
 Licensing of special directories
@@ -54,7 +51,7 @@
 
 The following directories have separate licensing terms:
 
-* The files of the "PalanthirCppClient/" directory are licensed under
+* The files of the "OrthancCppClient/" directory are licensed under
   the MIT license, which allows commercial products to statically link
   against the C++ client library.
 
@@ -62,16 +59,15 @@
   3-clause BSD license, as they are derived from the Chromium project.
 
 
-
 Content
 -------
 
 This archive contains the following directories:
 
 * Core/               - The core C++ classes (independent of 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)
+* OrthancCppClient/   - Code of the C++ client (under MIT license)
+* OrthancExplorer/    - Code of the Web application (HTML5/Javascript)
+* OrthancServer/      - Code of the Orthanc server (depends on DCMTK)
 * Resources/          - Scripts, resources for building third-party code
 * UnitTests/          - Unit tests
 
@@ -80,11 +76,11 @@
 * AUTHORS             - The list of the authors
 * CMakeLists.txt      - The main build script
 * COPYING             - The GPLv3 license
-* INSTALL             - How to build Palanthir
+* INSTALL             - How to build Orthanc
 * 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 Palanthir Mercurial repository should be
+commit to the official Orthanc Mercurial repository should be
 associated with a description of the changes.