Changes between Version 397 and Version 498 of Plugins


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

Legend:

Unmodified
Added
Removed
Modified
  • Plugins

    v397 v498  
    11{{{ 
    22#!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. 
     3This contains the list of external plugin hyperlinks. 
     4It is parsed at 10-minute intervals and is used to update the plugin list. 
     5NOTE:  Only HTTP and HTTPS protocols are supported. The last element of the link must be the name of the JAR file without any extensions. 
    56 
    6 http://ufpr.dl.sourceforge.net/sourceforge/gridofways/Create_grid_of_ways.jar 
    7 http://subhodipbiswas.googlepages.com/gpsbabelgui.jar 
    8 http://manes.com.ar/Intersect_way.jar 
     7http://www.openstreetmap.org.pl/kendzi/TombPlugin/TombPlugin.jar 
     8http://zibi.openstreetmap.org.pl/kendzi/Kendzi3d/snapshot/current/kendzi3d.jar 
     9http://zibi.openstreetmap.org.pl/kendzi/Kendzi3d/snapshot-jogl/current/kendzi3d-jogl.jar 
     10 
     11http://mappin.hp2.jp/josm/mappinonosm.jar 
     12https://raw.github.com/Gubaer/josm-contourmerge-plugin/deploy/dist/contourmerge.jar 
     13https://raw.github.com/Gubaer/josm-scripting-plugin/deploy/dist/scripting.jar 
     14https://raw.github.com/Gnonthgol/JOSM-todo/master/dist/todo.jar 
     15http://cloud.github.com/downloads/Gnonthgol/JOSM-continuos-download/continuosDownload.jar 
     16http://cloud.github.com/downloads/joshdoe/josm-conflation-plugin/conflation.jar 
     17 
     18Unmaintained: 
     19 http://josm-plugins.googlecode.com/files/fuzzer.jar 
     20 http://subhodipbiswas.googlepages.com/gpsbabelgui.jar 
     21 http://manes.com.ar/Intersect_way.jar 
    922 
    1023Links (currently missing in Plugin-Link): 
    11  http://wiki.openstreetmap.org/wiki/Create_grid_of_ways 
    1224 http://wiki.openstreetmap.org/index.php/User:Subhodip/GSoC_Doc#GPSBabel_Plugin_For_JOSM_: 
    1325 http://wiki.openstreetmap.org/wiki/Intersect_way 
     26}}} 
     27{{{ 
     28#!comment 
     29Note for translators: 
     30 - The above list and this note can be stripped from translation. 
     31 - The reference below to change the source of this page should be modified, so it tells the reader to modify the English page. 
    1432}}} 
    1533[[TranslatedPages]] 
    1634 
    1735== Plugins for JOSM == 
     36This is a list of all plugins available via the in JOSM integrated plugin manager. See the  [[Plugin changelog]] to keep track of major changes to all of these plugins. 
    1837 
    19 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. 
     38**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 [http://wiki.openstreetmap.org/wiki/Getting_The_Source OpenStreetMap Subversion Repository] (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. 
    2039 
    2140[[Plugins(en|name|author|description|version|More details)]] 
    2241 
     42Also look at: https://wiki.openstreetmap.org/wiki/JOSM/Plugins 
     43 
     44== Under Construction Plugins == 
     45*  
     46 [[BR]] 
    2347== Automatic Installation == 
    24  
    25 Go to Edit-preferences-Plugins. Then click on the button "Download List" followed by "Update". Finally, enable all plugins you want to install. 
     48See [Help/Preferences/Plugins#Installingplugins Installing plugins]. 
    2649 
    2750== Manual Installation == 
    28 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.  
     51See [Help/Preferences/Plugins#Manuallyinstallingplugins Manually installing plugins] 
    2952 
    30 Under WINDOWS, this is in C:\Documents and Settings\[username]\Application Data\JOSM\plugins. Now restart Josm and the plugins should show up here: Edit-preferences-Plugins. Activate the Plugin and re-start JOSM once more. 
     53= Automatic update of plugins = 
     54See [Help/Preferences/Plugins#AutomaticUpdate Automatic update] 
    3155 
    32 On a MAC you will find the JOSM directory in the user directory "[username]/.josm/plugins" The point "." in front of "josm" indicates that this folder is invisible. So you will need to use a "Terminal" to move the plugin file(s) to it. (As MAC OS does not show hidden folders in the "Finder".) Here you go: 
     56== Want to create plugins? == 
     57Go here: [wiki:/DevelopersGuide/DevelopingPlugins] 
    3358 
    34 1. download the [plugin].jar file to the user directory: [username] (or copy it there with the "Finder" if you have already downloaded it elswhere) 
     59== Documentation and online help inside JOSM wiki == #JOSMdocu 
    3560 
    36 2. open a "Terminal" (put "terminal" into spotlight and start it) - it will automatically open in your user directory 
     61[[TitleIndex(Help/Plugin/,depth=0,hideprefix)]] 
    3762 
    38 3. now move the plugin file to the plugin folder with this command: "mv [plugin].jar .josm/plugins/" 
    39  
    40 Now restart Josm and the plugins should show up here: Edit-preferences-Plugins. Activate the Plugin and re-start JOSM once more. 
    41  
    42 Want to create plugins? Go here: [wiki:DevelopingPlugins] 
     63---- 
     64Back to [wiki:/Help Main Help]