Change /index.php/ in wiki.openstreetmap.org links to /wiki/. This looks nicer
This commit is contained in:
parent
6254853c5c
commit
e70e2dbe9f
10 changed files with 14 additions and 14 deletions
|
@ -115,7 +115,7 @@ class ChangesetController < ApplicationController
|
|||
# changeset.
|
||||
#
|
||||
# Returns: a diffResult document, as described in
|
||||
# http://wiki.openstreetmap.org/index.php/OSM_Protocol_Version_0.6
|
||||
# http://wiki.openstreetmap.org/wiki/OSM_Protocol_Version_0.6
|
||||
def upload
|
||||
# only allow POST requests, as the upload method is most definitely
|
||||
# not idempotent, as several uploads with placeholder IDs will have
|
||||
|
|
|
@ -105,7 +105,7 @@
|
|||
<div id="left_menu" class="left_menu">
|
||||
<a href="http://wiki.openstreetmap.org"><%= t 'layouts.help_wiki' %></a><br />
|
||||
<a href="http://www.opengeodata.org/"><%= t 'layouts.news_blog' %></a><br />
|
||||
<a href="http://wiki.openstreetmap.org/index.php/Merchandise"><%= t 'layouts.shop' %></a><br />
|
||||
<a href="http://wiki.openstreetmap.org/wiki/Merchandise"><%= t 'layouts.shop' %></a><br />
|
||||
<%= yield :left_menu %>
|
||||
</div>
|
||||
|
||||
|
|
|
@ -6,4 +6,4 @@ failed to import. Here's the error:
|
|||
More information about GPX import failures and how to avoid
|
||||
them can be found at:
|
||||
|
||||
http://wiki.openstreetmap.org/index.php/GPX_Import_Failures
|
||||
http://wiki.openstreetmap.org/wiki/GPX_Import_Failures
|
||||
|
|
|
@ -34,4 +34,4 @@
|
|||
<%= t'notifier.signup_confirm_plain.current_user_1' %>
|
||||
<%= t'notifier.signup_confirm_plain.current_user_2' %>
|
||||
|
||||
http://wiki.openstreetmap.org/index.php/Category:Users_by_geographical_region
|
||||
http://wiki.openstreetmap.org/wiki/Category:Users_by_geographical_region
|
||||
|
|
|
@ -4,6 +4,6 @@
|
|||
<tr><td align="right"><%= t'trace.trace_form.description' %></td><td><%= f.text_field :description, :size => 50, :maxlength => 255 %></td></tr>
|
||||
<tr><td align="right"><%= t'trace.trace_form.tags' %></td><td><%= f.text_field :tagstring, :size => 50, :maxlength => 255 %></td></tr>
|
||||
<tr><td align="right"><%= t'trace.trace_form.public' %></td><td><%= f.check_box :public %></td></tr>
|
||||
<tr><td></td><td><%= submit_tag t('trace.trace_form.upload_button') %> | <a href="http://wiki.openstreetmap.org/index.php/Upload"><%= t'trace.trace_form.help' %></a></td></tr>
|
||||
<tr><td></td><td><%= submit_tag t('trace.trace_form.upload_button') %> | <a href="http://wiki.openstreetmap.org/wiki/Upload"><%= t'trace.trace_form.help' %></a></td></tr>
|
||||
</table>
|
||||
<% end %>
|
||||
|
|
|
@ -40,7 +40,7 @@
|
|||
<a name="public"></a>
|
||||
<h2>Public editing</h2>
|
||||
Currently your edits are anonymous and people can't send you messages or see your location. To show what you edited and allow people to contact you through the website, click the button below.
|
||||
<b>Since the 0.6 API changeover, only public users can edit map data</b>. (<a href="http://wiki.openstreetmap.org/index.php/Disabling_anonymous_edits">find out why</a>).<br />
|
||||
<b>Since the 0.6 API changeover, only public users can edit map data</b>. (<a href="http://wiki.openstreetmap.org/wiki/Anonymous_edits">find out why</a>).<br />
|
||||
Your email address will not be revealed by becoming public.<br />
|
||||
This action cannot be reversed and all new users are now public by default.<br />
|
||||
<br /><br />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue