Changes between Initial Version and Version 1 of Uk:Plugins


Ignore:
Timestamp:
2011-10-21T16:34:05+02:00 (14 years ago)
Author:
andygol
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Uk:Plugins

    v1 v1  
     1{{{
     2#!comment
     3This contains the list of external plugin addresses.
     4It will be parsed about each 10 minutes and is used to update the plugin list.
     5NOTE: Supported are http and https only. The last element of the link must be the name of the JAR file without any extensions.
     6
     7http://www.openstreetmap.pl/kendzi/Kendzi3d/snapshot/2011-09-28/kendzi3d.jar
     8http://mappin.hp2.jp/josm/mappinonosm.jar
     9http://folk.ntnu.no/bronner/temp/Curves.jar
     10https://raw.github.com/Gubaer/josm-contourmerge-plugin/deploy/dist/contourmerge.jar
     11https://raw.github.com/Gubaer/josm-scripting-plugin/deploy/dist/scripting.jar
     12
     13Unmaintained:
     14 http://josm-plugins.googlecode.com/files/fuzzer.jar
     15 http://subhodipbiswas.googlepages.com/gpsbabelgui.jar
     16 http://manes.com.ar/Intersect_way.jar
     17
     18Links (currently missing in Plugin-Link):
     19 http://wiki.openstreetmap.org/index.php/User:Subhodip/GSoC_Doc#GPSBabel_Plugin_For_JOSM_:
     20 http://wiki.openstreetmap.org/wiki/Intersect_way
     21}}}
     22{{{
     23#!comment
     24Note for translators:
     25 - The above list and this note can be stripped from translation.
     26 - The reference below to change the source of this page should be modified, so it tells the reader to modify the English page.
     27}}}
     28[[TranslatedPages(revision=470,outdated=потрібно перекласти)]]
     29
     30== Plugins for JOSM ==
     31
     32This is a list of all plugins available via the in JOSM integrated plugin manager.
     33
     34'''Note for plugin developers:''' If you wrote a plugin and would like for JOSM to find it, it should be enough to add the plugin to the OpenStreetMap SVN and it will automatically appear on this page. If you cannot put your plugin into SVN then edit this page and insert a link to your plugin jar file into the comment section at the beginning of the page; after a few minutes your plugin will be downloaded and the MANIFEST file will be used to extract information for the table below.
     35
     36[[Plugins(en|name|author|description|version|More details)]]
     37
     38== Under Construction Plugins ==
     39
     40Also look at: http://wiki.openstreetmap.org/wiki/JOSM/Plugins
     41
     42== Automatic Installation ==
     43
     44See [wiki:Help/Preferences/Plugins#Installingplugins Installing plugins].
     45
     46== Manual Installation ==
     47If the automatic way does not work you can install plugins manually by putting the .jar files in the '''plugins''' directory under the JOSM directory
     48
     49 * Under '''Windows''', this is in {{{C:\Documents and Settings\}}}''username''{{{\Application Data\JOSM\plugins}}}.
     50 * Under '''Vista''', the plugins are located in  {{{C:\Users\}}}''username''{{{\AppData\Roaming\JOSM\plugins}}}.
     51 * On a '''Mac''' you will find the JOSM directory in the user directory {{{/Users/}}}''username''{{{/.josm/plugins}}}. The point "." in front of ".josm" indicates that this folder is invisible. To show the contents of this hidden folder, use the Finders Go to folder menu command (cmd-shift-G), and enter "~/.josm") in the dialog that pops up. Drag any plugins you'd like to install into the {{{plugins}}} folder.[[BR]] (You can also copy the plugin files using the command line.)
     52 * On a '''Linux''' system you will find the JOSM directory in the user directory {{{/home/}}}''username''{{{/.josm/plugins}}}. The point "." in front of ".josm" indicates that this folder is invisible. To show the contents of this hidden folder, use the file manager and enter "~/.josm" in the address line (if no address line is visible just try to enter a letter and hopefully a popup to enter the address will open). Alternatively it is possible to "show hidden" files and folders in the file manager, using the keyboard shortcut ''Ctrl+H''. Drag any plugins you'd like to install into the {{{plugins}}} folder.[[BR]] (You can also copy the plugin files using the command line.)
     53
     54Now restart JOSM and the plugins should show up in the plugin list under '''[wiki:Help/Menu/Edit Edit] -> [[Image(source:trunk/images/preference.png,15)]] [wiki:Help/Action/Preferences Preferences] -> [[Image(source:trunk/images/preferences/plugin.png,15)]] [wiki:Help/Preferences/Plugins Plugins]'''. Activate the Plugins, click on [[Image(source:/trunk/images/ok.png,15)]]'''OK''' to save the preferences and restart JOSM once more.
     55
     56== Want to create plugins? ==
     57Go here: [wiki:/DevelopersGuide/DevelopingPlugins]
     58
     59----
     60Back to [wiki:/Help Main Help]