Changes between Version 185 and Version 194 of WikiStart
- Timestamp:
- (multiple changes)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v185 v194 43 43 {{{#!td colspan=2 align=left valign=top style="background:#eee; padding:0px 15px 0px 13px; border:1px solid #ccc;" 44 44 [/download/windows/josm-setup.exe Windows installer] (version 45 [[Version( tested)]])45 [[Version(windows)]]) 46 46 }}} 47 47 }}} … … 49 49 {{{#!td colspan=2 align=left valign=top style="background:#eee; padding:0px 15px 0px 13px; border:1px solid #ccc" 50 50 [/download/macosx/josm-macosx.zip Mac OS X package] (version 51 [[Version(tested)]]) 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" 56 Latest [[Download#DevelopmentVersion|development version]] ([[Version(latest)]]), [[Download#Ubuntu|Ubuntu package repository]] and other [[Download|download]] options. 52 57 }}} 53 58 }}} 54 59 }}} 55 60 56 Latest [[Download#DevelopmentVersion|development version]] ([[Version(latest)]]), [[Download#Ubunturepository|Ubuntu package repository]] and other [[Download|download]] options.57 61 58 * **What has been changed recently?** 59 * [wiki:StartupPage Startup notes] (most important changes)60 * [[Changelog|Summarized changelog]] (nicely summarized)61 * [/log/?verbose=on SVN changelog] (very detailed)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) 62 66 63 67 64 68 == Extensions == 65 * [[Image(/svn/trunk/images/preferences/plugin.png,link=wiki:Plugins,24px)]] **[wiki:Plugins]** ([ [Help/Preferences/Plugins|installation instructions]])66 * [[Image(/svn/trunk/images/dialogs/propertiesdialog.png,link=wiki:Presets)]] **[wiki:Presets]** ([ [TaggingPresets|installation instructions]])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]) 67 71 * [[Image(/svn/trunk/images/dialogs/mapstyle.png,link=wiki:Styles)]] **[wiki:Styles]** (installation instructions) 68 * [[Image(/svn/trunk/images/imagery_menu.png,link=wiki:Maps)]] **[wiki:Maps ]** ([[Help/Preferences/Imagery|installation instructions]])72 * [[Image(/svn/trunk/images/imagery_menu.png,link=wiki:Maps)]] **[wiki:Maps Backgrounds]** ([Help/Preferences/Imagery installation instructions]) 69 73 70 74 71 75 == Getting Started | [[Help]] == 72 * Comprehensive introduction on the [http ://wiki.openstreetmap.org/wiki/JOSM OpenStreetMap wiki].73 * 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).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). 74 78 * Tutorial on [http://en.flossmanuals.net/openstreetmap/editing-with-josm/ flossmanuals.net]. 75 79 * Some [wiki:TutorialVideos video tutorials] (mostly outdated) … … 77 81 * the [http://forum.openstreetmap.org/viewforum.php?id=54 OSM-forum] 78 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]) 79 * the [http://wiki.openstreetmap.org/wiki/IRC OSM IRC channel] 83 * the [http://wiki.openstreetmap.org/wiki/IRC OSM IRC channel], including our [irc://irc.oftc.net/josm own channel] 80 84 * [wiki:HowTo HowTos] 81 85 82 == Found a bug? | Have an idea? | Make a suggestion? == 86 == Found a bug? | Have an idea? | Make a suggestion? ==#Bugs 83 87 * Please report any bug found: 84 Create a [/newticket new ticket]. When reporting a bug, please include the version (version number can be found in menu [wiki:Help/Menu/Help Help]/[wiki:Help/Action/About About]).85 * Discuss ideas and suggestions also in the [/newticket bug tracker] or on the [http://lists.openstreetmap.org/listinfo/josm-dev josm-dev] mailing list.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. 86 90 87 91 == Contribute == 88 92 89 93 * **Use JOSM** 90 * Report bugs, discuss ideas, think of possible enhancements ( see above).94 * Report bugs, discuss ideas, think of possible enhancements ([#Bugs see above]). 91 95 * Participate in **[/report bug tracking]** 92 96 * Review bugs, up/down vote tickets, find duplicates, test bugs, add more descriptive texts. 93 * Update/extend the **[wiki:Help online help]**97 * Correct/update/extend the **[wiki:Help online help]** 94 98 * Unify all JOSM-related Wiki pages and join them with the online help. 95 99 * **[wiki:Translations Translate]** program/documentation. 96 100 * **Design** fancy new icons. 97 101 * **Write code** – get the code and write patches … 98 * from the official Subversion repository: {{{svn co http://josm.openstreetmap.de/svn/trunk josm}}}. 99 * from the official OSM Subversion repository (including plugins): {{{svn co http://svn.openstreetmap.org/applications/editors/josm}}}. 100 * from the unofficial [http://github.com/openstreetmap/josm GitHub mirror]: {{{git clone git://github.com/openstreetmap/josm.git}}}. 102 * [wiki:Download#Source get the code] 101 103 * See [wiki:DevelopersGuide developers guide] for build instructions and other details. 102 104 … … 111 113 * Page settings are remembered (e.g. input field size and a lot of other stuff). 112 114 * Logins which have no e-mail address or which have not been used at least once are automatically deleted. 113 * The login to edit the OpenStreetMap database are separate from the logins on this server. 114 * '''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. You need to [wiki:ServerCertificate accept] this certificate as valid to silence the warnings of your browser.''' 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.** 115 118 116 119 == Contact == 117 120 121 {{{ 122 #!div class="wikipage compact" style="padding:0px; margin:0px; float:right; color: darkgray; font-size: 80%" 123 Server sponsored by: [[br]][[Image(wiki:Sponsoring:hetzner.gif,title=Hetzner,link=http://www.hetzner.de/)]] 124 }}} 118 125 * For problems, ideas, suggestions use the [/newticket bug tracker]. 119 * The volunteers creating JOSM can be reached using the [http://lists.openstreetmap.org/listinfo/josm-dev josm-dev] mailing list .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. 120 127 * The server running this service is operated by [http://www.fossgis.de/impressum.html FOSSGIS] society.


