# HG changeset patch # User Sebastien Jodogne # Date 1585729343 -7200 # Node ID c4c3590e20240049278e0215ae67a3398e34a0fc # Parent 952e969a22409c29092b982dfd62227e92d06a18# Parent 13589c36243dfbdaed6e10fcb6ecf0c6c3ea0db7 back to mainline diff -r 952e969a2240 -r c4c3590e2024 CMakeLists.txt diff -r 952e969a2240 -r c4c3590e2024 NEWS --- /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 diff -r 952e969a2240 -r c4c3590e2024 README --- 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