Changes between Version 438 and Version 439 of Plugins


Ignore:
Timestamp:
2011-05-02T17:37:59+02:00 (15 years ago)
Author:
skyper
Comment:

Some icons and structure change, corrected linux part and moved automatically installation

Legend:

Unmodified
Added
Removed
Modified
  • Plugins

    v438 v439  
    2525== Plugins for JOSM ==
    2626
    27 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.
     27This is a list of all plugins available via the in JOSM integrated plugin manager.
     28
     29'''Note for plugin developers:''' 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.
    2830
    2931[[Plugins(en|name|author|description|version|More details)]]
     
    3537== Automatic Installation ==
    3638
    37 Go to Edit-preferences-Plugins. Then click on the button "Download List" followed by "Update". Finally, enable all plugins you want to install.
     39See [[wiki:/Help/Preferences/Plugins|Installing plugins]].
    3840
    3941== Manual Installation ==
    40 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.
     42If the automatic way does not work you can install plugins manually by putting the .jar files in the '''plugins''' directory under the JOSM directory
    4143
    4244 * Under '''Windows''', this is in {{{C:\Documents and Settings\}}}''username''{{{\Application Data\JOSM\plugins}}}.
    4345 * Under '''Vista''', the plugins are located in  {{{C:\Users\}}}''username''{{{\AppData\Roaming\JOSM\plugins}}}.
    44  * 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.)
     46 * 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.
     47 * 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.
    4548
    46 Now restart Josm and the plugins should show up here: Edit-preferences-Plugins. Activate the Plugin and re-start JOSM once more.
     49 (You can also copy the plugin files using the command line.)
    4750
    48 Want to create plugins? Go here: [wiki:DevelopersGuide/DevelopingPlugins]
     51Now restart JOSM and the plugins should show up in the plugin list under '''Edit-[[Image(source:/trunk/images/preference.png,15)]]Preferences-[[Image(source:/trunk/images/preferences/plugin.png,15)]]Plugins'''. Activate the Plugins, click on [[Image(source:/trunk/images/ok.png,15)]]'''OK''' to save the preferences and restart JOSM once more.
     52
     53== Want to create plugins? ==
     54Go here: [wiki:/DevelopersGuide/DevelopingPlugins]
     55
     56----
     57Back to [wiki:/Help Main Help]