Changes between Version 436 and Version 568 of Plugins


Ignore:
Timestamp:
(multiple changes)
Author:
(multiple changes)
Comment:
(multiple changes)

Legend:

Unmodified
Added
Removed
Modified
  • Plugins

    v436 v568  
    1 {{{
    2 #!comment
    3 This contains the list of external plugin addresses.
    4 It will be parsed about each 10 minutes and is used to update the plugin list.
    5 
    6 http://mappin.hp2.jp/josm/mappinonosm.jar
    7 http://geofs.uni-muenster.de/junctionchecking/junctionchecking.jar
    8 
    9 Unmaintained:
    10  http://josm-plugins.googlecode.com/files/fuzzer.jar
    11  http://subhodipbiswas.googlepages.com/gpsbabelgui.jar
    12  http://manes.com.ar/Intersect_way.jar
    13 
    14 Links (currently missing in Plugin-Link):
    15  http://wiki.openstreetmap.org/index.php/User:Subhodip/GSoC_Doc#GPSBabel_Plugin_For_JOSM_:
    16  http://wiki.openstreetmap.org/wiki/Intersect_way
    17 }}}
    181[[TranslatedPages]]
    192
    20 == Plugins for JOSM ==
     3= Plugins for JOSM =
     4[[JOSMImage(preferences/plugin,48,link=,middle,margin-right=20)]] This page lists all plugins officially available for JOSM.
    215
    22 This is a list of all plugins available via the in JOSM integrated plugin manager. If you wrote a plugin and like 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.
     6To install or update plugins see the [wikitr:/Help/Preferences/Plugins Plugins register] in the Preferences dialog.
    237
    24 [[Plugins(en|name|author|description|version|More details)]]
     8Most links below leave the JOSM help.
     9Additionally some plugins have [#JOSMdocu documentation and online help inside JOSM].
    2510
    26 == Under Construction Plugins ==
     11== List of available plugins ==
     12[[Plugins(en|Name|Author|Description|Version|More details|[wikitr:/DevelopersGuide/PluginInstallationWithoutRestart Install without Restart]|yes|no)]]
    2713
    28 Look at: http://wiki.openstreetmap.org/wiki/JOSM/Plugins
     14**Note for plugin developers:** If you wrote a plugin and want JOSM to find it, it should be enough to add the plugin to the [source:osm/applications/editors/josm/plugins plugin repository] (SVN) and it will automatically appear on this page, see [wiki:/DevelopersGuide/DevelopingPlugins#Settinguptheenvironment instructions]. If you cannot put your plugin into SVN then edit [[PluginsSource|this page]] and insert a link to your plugin jar file into the page; after a few minutes your plugin will be downloaded and the MANIFEST file will be used to extract information for the table above.
    2915
    30 == Automatic Installation ==
     16== See also ==
     17* [wikitr:/DevelopersGuide/DevelopingPlugins Developing plugins]
     18* [[Plugin changelog]] (no longer maintained since March 2013)
    3119
    32 Go to Edit-preferences-Plugins. Then click on the button "Download List" followed by "Update". Finally, enable all plugins you want to install.
     20== Plugin documentation and online help inside the JOSM wiki == #JOSMdocu
     21[[TitleIndex(Help/Plugin/,depth=0,hideprefix)]]
    3322
    34 == Manual Installation ==
    35 If the automatic way does not work you can install plugins manually by putting the .jar files in the plugins directory under the Josm directory.
    36 
    37  * Under '''Windows''', this is in {{{C:\Documents and Settings\}}}''username''{{{\Application Data\JOSM\plugins}}}.
    38  * Under '''Vista''', the plugins are located in  {{{C:\Users\}}}''username''{{{\AppData\Roaming\JOSM\plugins}}}.
    39  * On a '''Mac''' or '''Linux''' 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. (You can also copy the plugin files using the command line.)
    40 
    41 Now restart Josm and the plugins should show up here: Edit-preferences-Plugins. Activate the Plugin and re-start JOSM once more.
    42 
    43 Want to create plugins? Go here: [wiki:DevelopersGuide/DevelopingPlugins]
     23----
     24Back to [wikitr:/Help Main Help]