Changes between Version 11 and Version 12 of Help/Plugin/Scripting


Ignore:
Timestamp:
2013-07-16T20:14:07+02:00 (12 years ago)
Author:
skyper
Comment:

fixed links

Legend:

Unmodified
Added
Removed
Modified
  • Help/Plugin/Scripting

    v11 v12  
    66
    77== In a nutshell ==
    8 The **scripting** plugins allows you to run scripts within JOSM.
     8The [https://gubaer.github.io/josm-scripting-plugin scripting plugins] allows you to run scripts within JOSM.
    99
    1010Use it to automate small tasks for which no dedicated plugin is available, i.e.
     
    1515
    1616The plugin includes a embedded scripting engine for Javascript based on Mozilla Rhino and a
    17 [http://gubaer.github.com/josm-scripting-plugin/content/js-doc/index.html Javascript API] for the JOSM application objects.\\
     17[https://gubaer.github.io/josm-scripting-plugin/apidoc/modules/josm.html Javascript API] for the JOSM application objects.\\
    1818Alternatively, you can use any scripting language which provides a JSR-223 compatible scripting engine, in particular
    1919[http://groovy.codehaus.org/ Groovy], [http://www.jython.org/ Python], or [http://jruby.org/ Ruby].\\