Changes between Version 18 and Version 194 of WikiStart


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

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v18 v194  
     1[[TranslatedPages]] 
     2{{{#!comment 
    13= Java !OpenStreetMap Editor = 
     4}}} 
    25 
    3 [[Image(source:images/logo.png)]] 
     6{{{ 
     7#!table style="border:0; border-collapse:separate; border-spacing:0 10px; width: 55em;" 
     8 {{{#!tr ==================================== 
     9  {{{#!td valign=top style="border:1px solid #ccc; border-right:0" 
     10[[Image(source:trunk/images/logo.png,valign=top,link=,title=JOSM)]] 
     11  }}} 
     12  {{{#!td valign=top style="border:1px solid #ccc; border-left:0; padding: 20px;" 
     13   {{{#!span style="font-size:120%" 
     14**JOSM** is an extensible editor for [http://www.openstreetmap.org OpenStreetMap] (OSM) written in [http://www.java.com Java] 1.6. 
     15   }}} 
     16{{{#!comment 
     17FIXME: add better description here 
     18}}} 
     19Currently it supports loading stand-alone GPX tracks and GPX track data from the OSM database as well as loading and editing existing nodes, ways, metadata tags and relations from the OSM database. 
     20  }}} 
     21 }}} 
     22 {{{#!tr ==================================== 
     23  {{{#!td colspan=2 align=left  valign=top style="background:#CBEEA7; font-size:120%; padding:0px 15px 15px 13px; border:1px solid #ccc" 
     24[[Image(source:trunk/images/openlocation.png, valign=middle, link=)]] 
     25Launch [/download/josm.jnlp josm.jnlp] (version 
     26[[Version(tested)]])[[br]] 
     27   {{{#!span style="font-size:83%" 
     28recommended version, all platforms, automatic update ([http://www.java.com/en/download/faq/java_webstart.xml Web Start]) 
     29   }}} 
     30  }}} 
     31 }}} 
     32 {{{#!tr ==================================== 
     33 {{{#!td colspan=2 align=left  valign=top style="background:#CBEEA7; font-size:120%; padding:0px 15px 15px 13px; border:1px solid #ccc" 
     34[[Image(source:trunk/images/download.png, valign=middle, link=)]] 
     35Download [/josm-tested.jar josm-tested.jar] (version 
     36[[Version(tested)]])[[br]] 
     37{{{#!span style="font-size:83%" 
     38all platforms ([wiki:InstallNotes#Running how to run]) 
     39}}} 
     40  }}} 
     41 }}} 
     42 {{{#!tr ==================================== 
     43  {{{#!td colspan=2 align=left  valign=top style="background:#eee; padding:0px 15px 0px 13px; border:1px solid #ccc;" 
     44[/download/windows/josm-setup.exe Windows installer] (version 
     45[[Version(windows)]]) 
     46  }}} 
     47 }}} 
     48 {{{#!tr ==================================== 
     49  {{{#!td colspan=2 align=left  valign=top style="background:#eee; padding:0px 15px 0px 13px; border:1px solid #ccc" 
     50[/download/macosx/josm-macosx.zip Mac OS X package] (version 
     51[[Version(macos)]]) 
     52  }}} 
     53 }}} 
     54 {{{#!tr ==================================== 
     55  {{{#!td colspan=2 align=left  valign=top style="background:#eee; padding:0px 15px 0px 13px; border:1px solid #ccc" 
     56Latest [[Download#DevelopmentVersion|development version]] ([[Version(latest)]]), [[Download#Ubuntu|Ubuntu package repository]] and other [[Download|download]] options. 
     57  }}} 
     58 }}} 
     59}}} 
    460 
    5 JOSM is an editor for [http://www.openstreetmap.org OpenStreetMap] written in Java 1.5. 
    6 The current version supports stand alone GPX tracks, GPX track data from the OSM database and existing nodes, line segments and metadata tags from the OSM database. 
    761 
    8 == News == 
    9 News is announced [http://www.opengeodata.org/?cat=17 here]. 
     62== What has been changed recently? == 
     63 * [wiki:StartupPage Startup notes] (most important changes) 
     64 * [wiki:Changelog Summarized changelog] (nicely summarized) 
     65 * [/log/?verbose=on SVN changelog] (very detailed) 
    1066 
    11 == About == 
    1267 
    13  * Download the nightly build [http://josm.eigenheimstrasse.de/download/josm-latest.jar snapshot] or get the latest [http://josm.eigenheimstrasse.de/download/josm.jar release] version. 
    14  * For install notes, look at the InstallNotes page. 
    15  * An very unfinished online help, accessable from within JOSM (press F1) is [wiki:Help here] 
    16  * A list of some [wiki:Features features]. 
    17  * A (somewhat outdated) [http://wiki.eigenheimstrasse.de/wiki/JOSM/User_Manual UserManual] is available too. 
    18  * Bugs are handled via [/newticket trac]. 
    19  * Tutorial videos are available at any [wiki:Mirrors mirror]. 
    20  * get the source from {{{svn co http://josm.eigenheimstrasse.de/svn}}} 
     68== Extensions ==  
     69 * [[Image(/svn/trunk/images/preferences/plugin.png,link=wiki:Plugins,24px)]] **[wiki:Plugins]** ([Help/Preferences/Plugins installation instructions]) 
     70 * [[Image(/svn/trunk/images/dialogs/propertiesdialog.png,link=wiki:Presets)]] **[wiki:Presets]** ([TaggingPresets installation instructions]) 
     71 * [[Image(/svn/trunk/images/dialogs/mapstyle.png,link=wiki:Styles)]] **[wiki:Styles]** (installation instructions) 
     72 * [[Image(/svn/trunk/images/imagery_menu.png,link=wiki:Maps)]] **[wiki:Maps Backgrounds]** ([Help/Preferences/Imagery installation instructions]) 
    2173 
     74 
     75== Getting Started | [[Help]] == 
     76 * Comprehensive introduction on the [https://wiki.openstreetmap.org/wiki/JOSM OpenStreetMap wiki]. 
     77 * The official [[Image(/svn/trunk/images/help.png,link=wiki:Help,24px,valign=middle)]] **[wiki:Help help system / documentation]** (can be reached with {{{<F1>}}} from within JOSM). 
     78 * Tutorial on [http://en.flossmanuals.net/openstreetmap/editing-with-josm/ flossmanuals.net]. 
     79 * Some [wiki:TutorialVideos video tutorials] (mostly outdated) 
     80 * Ask members of the OpenStreetMap community on 
     81    * the [http://forum.openstreetmap.org/viewforum.php?id=54 OSM-forum] 
     82    * various [http://wiki.openstreetmap.org/wiki/Mailing_List OSM mailing lists] (e.g. [http://lists.openstreetmap.org/listinfo/talk talk] and [http://lists.openstreetmap.org/listinfo/newbies newbies], [http://lists.openstreetmap.org/pipermail/ list overview]) 
     83    * the [http://wiki.openstreetmap.org/wiki/IRC OSM IRC channel], including our [irc://irc.oftc.net/josm own channel] 
     84 * [wiki:HowTo HowTos] 
     85 
     86== Found a bug? | Have an idea? | Make a suggestion? ==#Bugs 
     87 * Please report any bug found: 
     88   Create a [/newticket new ticket]. When reporting a bug, please include the first three blocks of the **status report** (Help -> [wiki:Help/Action/ShowStatusReport Show status report]). 
     89 * Discuss ideas and suggestions also in the [/newticket bug tracker], on the [http://lists.openstreetmap.org/listinfo/josm-dev josm-dev] mailing list, or on the [irc://irc.oftc.net/josm #josm] IRC channel. 
     90 
     91== Contribute == 
     92 
     93 * **Use JOSM** 
     94   * Report bugs, discuss ideas, think of possible enhancements ([#Bugs see above]). 
     95 * Participate in **[/report bug tracking]** 
     96   * Review bugs, up/down vote tickets, find duplicates, test bugs, add more descriptive texts. 
     97 * Correct/update/extend the **[wiki:Help online help]** 
     98   * Unify all JOSM-related Wiki pages and join them with the online help. 
     99 * **[wiki:Translations Translate]** program/documentation. 
     100 * **Design** fancy new icons. 
     101 * **Write code** – get the code and write patches … 
     102   * [wiki:Download#Source get the code] 
     103   * See [wiki:DevelopersGuide developers guide] for build instructions and other details. 
     104 
     105---- 
     106 
     107== This site == 
     108 * This site is a combined online help and bug tracking system for JOSM and JOSM plugins. 
     109 * No login is required to use this site (neither for reading nor for changes to wiki or bug tracker). 
     110 * A login has the following advantages: 
     111  * The JOSM applet can store settings on the server. 
     112  * Mail is sent for changes in your own bug tracker tickets. This is possible by entering an e-mail as user name in the tickets, too, but then be aware that the address is openly visible and you are unable to change that later. 
     113  * Page settings are remembered (e.g. input field size and a lot of other stuff). 
     114 * Logins which have no e-mail address or which have not been used at least once are automatically deleted. 
     115 * Logins to edit the OpenStreetMap database are separate from the logins on this server. 
     116 * **NOTE: The secured HTTPS version of this site uses a [wiki:ServerCertificate self-signed certificate] with the SHA1 fingerprint 26:8B:4D:CB:AD:04:E7:50:EC:94:F8:34:83:CE:7C:06:8D:FD:61:3D. [[BR]] 
     117 You need to [wiki:ServerCertificate accept] this certificate as valid to silence the warnings of your browser.** 
     118 
     119== Contact == 
     120 
     121{{{ 
     122#!div class="wikipage compact" style="padding:0px; margin:0px; float:right; color: darkgray; font-size: 80%"  
     123Server sponsored by: [[br]][[Image(wiki:Sponsoring:hetzner.gif,title=Hetzner,link=http://www.hetzner.de/)]] 
     124}}} 
     125 * For problems, ideas, suggestions use the [/newticket bug tracker]. 
     126 * The volunteers creating JOSM can be reached using the [http://lists.openstreetmap.org/listinfo/josm-dev josm-dev] mailing list or the [irc://irc.oftc.net/josm #josm] IRC chat. 
     127 * The server running this service is operated by [http://www.fossgis.de/impressum.html FOSSGIS] society.