Changes between Version 1 and Version 2 of Ja:Plugins


Ignore:
Timestamp:
2009-10-22T23:06:41+02:00 (16 years ago)
Author:
Hinomiya <hino.miya.gla@…>
Comment:

追加翻訳

Legend:

Unmodified
Added
Removed
Modified
  • Ja:Plugins

    v1 v2  
     1{{{
     2#!comment
     3ここにあるリストは、外部のプラグインのアドレスをまとめたものです。
     4約10分ごとに解析された結果が、プラグインのリストの更新に使用されています
     5
     6http://upliner.openstreetmap.ru/josm/buildings_tools/buildings_tools.jar
     7http://web.me.com/oliverwieland/Website/JOSM_files/ColumbusCSV.jar
     8
     9保守管理されていないもの:
     10 http://subhodipbiswas.googlepages.com/gpsbabelgui.jar
     11 http://manes.com.ar/Intersect_way.jar
     12
     13Links (currently missing in Plugin-Link):
     14 http://wiki.openstreetmap.org/index.php/User:Subhodip/GSoC_Doc#GPSBabel_Plugin_For_JOSM_:
     15 http://wiki.openstreetmap.org/wiki/Intersect_way
     16}}}
     17[[TranslatedPages]]
     18
    119まだ翻訳中です...
    220
     21== JOSMで利用できるプラグイン ==
     22これは、JOSMのプラグインマネージャを通じて利用可能な、全てのプラグインのリストです。
     23If 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.
     24
    325[[Plugins(ja|名前|作者|内容|バージョン|詳細)]]
     26
     27== 自動インストール ==
     28設定ウインドウを開き'''利用可能なプラグインを設定'''を選びます。"リストをダウンロードする"をクリックしてから、続いて"アップデート"をクリック、あとは使いたいプラグインを選べばインストールされます。
     29
     30== 手動インストール ==
     31もし、自動インストールがうまく働かなかった場合、.jar (拡張子)のファイルを JOSM の plugins ディレクトリ(フォルダ)内に置くことにより、手動でプラグインをインストールできます。
     32
     33(注:''username''の部分はそれぞれの環境に合わせて入れ替える)
     34 * '''Windows'''の場合、{{{C:\Documents and Settings\}}}''username''{{{\Application Data\JOSM\plugins}}}.
     35 * '''Vista'''の場合、{{{C:\Users\}}}''username''{{{\AppData\Roaming\JOSM\plugins}}}.
     36 * '''Mac'''または '''Linux''' の場合、{{{/Users/}}}''username''{{{/.josm/plugins}}}. ".josm"の先頭についている"."は隠しフォルダを意味します。 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. (コマンドラインからプラグインファイルをコピーすることもできます。)
     37
     38あとはJOSMを再起動すれば、設定ウインドウの'''利用可能なプラグインを設定'''に表示されるでしょう。プラグインを選択したらもう一度JOSMを再起動します。
     39
     40プラグインを作成したい?でしたらこちらを: [wiki:DevelopingPlugins]