changeset 14:13589c36243d OrthancPython-1.0

OrthancPython-1.0
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 01 Apr 2020 09:45:03 +0200
parents 952e969a2240
children c4c3590e2024 777b677cc9fc
files CMakeLists.txt NEWS README
diffstat 3 files changed, 13 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/CMakeLists.txt	Wed Apr 01 08:19:13 2020 +0200
+++ b/CMakeLists.txt	Wed Apr 01 09:45:03 2020 +0200
@@ -1,7 +1,7 @@
 cmake_minimum_required(VERSION 2.8)
 project(OrthancPython)
 
-set(PLUGIN_VERSION "mainline")
+set(PLUGIN_VERSION "1.0")
 
 
 set(PYTHON_VERSION "3.6" CACHE STRING "Version of Python to be used")
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/NEWS	Wed Apr 01 09:45:03 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 09:45:03 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