# HG changeset patch # User Sebastien Jodogne # Date 1584615512 -3600 # Node ID b07fc9ed0dc5bde69b10ce37915a53981772700f # Parent d912b0b1628d53b397035d6f1f98ccb3cd8eac4d# Parent 7f4a75093a6afebb357431182f42a173efe354d0 integration mainline->transcoding diff -r d912b0b1628d -r b07fc9ed0dc5 Plugins/Samples/README.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Plugins/Samples/README.txt Thu Mar 19 11:58:32 2020 +0100 @@ -0,0 +1,3 @@ +More contributed samples of plugins can be found and added in +the "OrthancContributed" repository on GitHub: +https://github.com/jodogne/OrthancContributed/tree/master/Plugins diff -r d912b0b1628d -r b07fc9ed0dc5 Resources/Samples/README.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Resources/Samples/README.txt Thu Mar 19 11:58:32 2020 +0100 @@ -0,0 +1,7 @@ +More contributed samples and documentation can be found and added in +the "OrthancContributed" repository on GitHub: +https://github.com/jodogne/OrthancContributed + +The integration tests of Orthanc provide a lot of samples about the +features of the REST API of Orthanc: +https://bitbucket.org/sjodogne/orthanc-tests/src/default/Tests/Tests.py