comparison Sphinx/source/users/lua.rst @ 999:3b62529bfe91

added java plugin
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 19 Dec 2023 13:36:11 +0100
parents 1316bc62b5d5
children 61e0e5372e72
comparison
equal deleted inserted replaced
998:bd7fbe3042f7 999:3b62529bfe91
14 14
15 Many other examples are `available in the source distribution 15 Many other examples are `available in the source distribution
16 <https://orthanc.uclouvain.be/hg/orthanc/file/default/OrthancServer/Resources/Samples/Lua/>`__. 16 <https://orthanc.uclouvain.be/hg/orthanc/file/default/OrthancServer/Resources/Samples/Lua/>`__.
17 17
18 A more expressive alternative to Lua scripts is provided by 18 A more expressive alternative to Lua scripts is provided by
19 :ref:`Python plugins <python-plugin>`. 19 :ref:`Python plugins <python-plugin>` and :ref:`Java plugins
20 <java-plugin>`.
20 21
21 22
22 Installing a Lua script 23 Installing a Lua script
23 ----------------------- 24 -----------------------
24 25