changeset 15:c4c3590e2024

back to mainline
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 01 Apr 2020 10:22:23 +0200
parents 952e969a2240 (current diff) 13589c36243d (diff)
children 3848f5b1d993
files CMakeLists.txt
diffstat 2 files changed, 12 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/NEWS	Wed Apr 01 10:22:23 2020 +0200
@@ -0,0 +1,8 @@
+Pending changes in the mainline
+===============================
+
+
+Version 1.0 (2020-04-01)
+========================
+
+* Initial release
--- a/README	Wed Apr 01 08:19:13 2020 +0200
+++ b/README	Wed Apr 01 10:22:23 2020 +0200
@@ -6,16 +6,15 @@
 -------------------
 
 This repository contains the source code of a plugin to create new
-plugins for Orthanc using the Python programming language.
+plugins for Orthanc using the Python programming language, rather than
+using C/C++.
 
 
 Installation and usage
 ----------------------
 
-Build instructions are similar to that of Orthanc:
-http://book.orthanc-server.com/faq/compiling.html
-
-Usage details are available as part of the Orthanc Book:
+Build instructions and usage details are available as part of the
+Orthanc Book:
 http://book.orthanc-server.com/plugins/python.html