Changes between Version 1 and Version 2 of Uk:Plugins
- Timestamp:
- 2011-10-31T14:58:20+01:00 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Uk:Plugins
v1 v2 5 5 NOTE: Supported are http and https only. The last element of the link must be the name of the JAR file without any extensions. 6 6 7 http://www.openstreetmap.pl/kendzi/Kendzi3d/snapshot/ 2011-09-28/kendzi3d.jar7 http://www.openstreetmap.pl/kendzi/Kendzi3d/snapshot/current/kendzi3d.jar 8 8 http://mappin.hp2.jp/josm/mappinonosm.jar 9 9 http://folk.ntnu.no/bronner/temp/Curves.jar … … 26 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 27 }}} 28 [[TranslatedPages(revision=47 0,outdated=потрібно перекласти)]]28 [[TranslatedPages(revision=471,outdated=потрібно перекласти)]] 29 29 30 == Plugins forJOSM ==30 == Втулки JOSM == 31 31 32 This is a list of all plugins available via the in JOSM integrated plugin manager.32 Тут міститься перелік всіх втулків доступних в JOSM у вбудованому менеджері втулків. 33 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 theOpenStreetMap SVNand 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 theMANIFESTfile will be used to extract information for the table below.34 '''Примітка для розробників втулків:''' Якщо ви створили втулок та бажаєте, щоб JOSM находив його, достатньо додати втулок до OpenStreetMap SVN і він автоматично з’явиться на цій сторінці. Якщо ви не можете додати втулок до SVN, тоді підправте цю сторінку вручну та вставте посилання на jar-файл вашого втулка в розділі коментарів на початку тексту сторінки; через кілка хвилин ваш втулок буде завантажено, файл MANIFEST буде використаний для отримання інформація для таблиці нижче. 35 35 36 36 [[Plugins(en|name|author|description|version|More details)]] 37 37 38 == Under Construction Plugins==38 == Втулки робота над якими триває == 39 39 40 Also look at: http://wiki.openstreetmap.org/wiki/JOSM/Plugins40 Перегляньте також сторінку: http://wiki.openstreetmap.org/wiki/JOSM/Plugins 41 41 42 == Automatic Installation==42 == Автоматичне встановлення == 43 43 44 See [wiki:Help/Preferences/Plugins#InstallingpluginsInstalling plugins].44 Див. [wiki:Uk:Help/Preferences/Plugins#Installingplugins Встановлення втулків]. 45 45 46 == Manual Installation==47 If the automatic way does not work you can install plugins manually by putting the .jar files in the'''plugins'''directory under the JOSM directory46 == Ручне встановлення == 47 Якщо автоматичне встановлення не спрацьовує, ви можете встановити втулок вручну поклавши файл .jar з втулком у підтеку '''plugins''' теки JOSM. 48 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 theFinders Go to folder menu command(cmd-shift-G),and enter"~/.josm") in the dialog that pops up. Drag anypluginsyou'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 anypluginsyou'd like to install into the {{{plugins}}} folder.[[BR]] (You can also copy the plugin files using the command line.)49 * У '''Windows''', вона знаходиться у {{{C:\Documents and Settings\}}}''username''{{{\Application Data\JOSM\plugins}}}. 50 * У '''Vista''', втулки розташовані у {{{C:\Users\}}}''username''{{{\AppData\Roaming\JOSM\plugins}}}. 51 * У '''Mac''' ви можете знайти теку JOSM в домашній теці користувача {{{/Users/}}}''username''{{{/.josm/plugins}}}. Крапка "." на початку ".josm" вказує на те, що тека є прихованою. Для того, щоб показати вміст прихованої теки, перейдіть у меню Go в Finder ((cmd-shift-G), та введіть "~/.josm" у вікні, що з’явиться). Перетягніть втулок, який ви бажаєте встановити у теку {{{plugins}}}.[[BR]] (Ви також можете скопіювати втулок використовуючи командний рядок.) 52 * У системах '''Linux''' ви можете знайти теку JOSM в домашній теці користувача {{{/home/}}}''username''{{{/.josm/plugins}}}. TКрапка "." на початку ".josm" вказує на те, що тека є прихованою. Для того, щоб показати вміст прихованої теки, у файловому менеджері в адресному рядку введіть "~/.josm" (якщо адресний рядок прихований, спробуйте просто ввести першу літеру та можливо з’явиться вікно для вводу адреси). Іншим варіантом для показу прихованих тек та файлів є використання комбінації клавіш ''Ctrl+H''. Перетягніть втулок, який ви бажаєте встановити у теку {{{plugins}}}.[[BR]] (Ви також можете скопіювати втулок використовуючи командний рядок.) 53 53 54 Now 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.54 Тепер перезапустіть JOSM і усі втулки будуть показані у переліку втулків:'''[wiki:Uk:Help/Menu/Edit Правка] -> [[Image(source:trunk/images/preference.png,15)]] [wiki:Uk:Help/Action/Preferences Налаштування] -> [[Image(source:trunk/images/preferences/plugin.png,15)]] [wiki:Uk:Help/Preferences/Plugins Втулки]'''. Активуйте Втулки, натиснувши на [[Image(source:/trunk/images/ok.png,15)]]'''OK''' для збереження налаштувань та перезапустіть JOSM ще раз. 55 55 56 == Want to create plugins? ==57 Go here: [wiki:/DevelopersGuide/DevelopingPlugins]56 == Бажаєте створити втулок? == 57 Перейдіть до: [wiki:/DevelopersGuide/DevelopingPlugins] 58 58 59 59 ---- 60 Back to[wiki:/Help Main Help]60 Назад до основної сторінки [wiki:Uk:Help Довідки]
