| 20 | | 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, add your site to the list. The link in the first column should point to a direct download of the jar file and should be named exact like the plugin (without the .jar). |
| 21 | | |
| 22 | | Column version should contain a version number if and only if the plugins manifest contain the attribute 'Plugin-Version' matching the version number string on this site. Under Linux, you can check out the josm/dist directory from SVN and run |
| 23 | | |
| 24 | | {{{ for i in *jar; do echo $i `unzip -c $i META-INF/MANIFEST.MF|grep Plugin-Version|cut -d: -f2`; done }}} |
| 25 | | |
| 26 | | to display the "Plugin-Version" strings for each .jar file. |
| | 20 | 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. |