From dcaefd0d6fdbcab582a610faafc5a6604037d831 Mon Sep 17 00:00:00 2001 From: Simon Poole Date: Sun, 3 May 2015 16:04:24 +0200 Subject: [PATCH] Add links to the Beginners' guide, mailing lists and forums to the help page From a pure design and content view (where the content is factual) a link to learnosm.org would really be better. Potentially learnosm could be forked and a version hosted on OSMF infrastructure with the marketing verbiage for HOTs view of the world removed. --- app/views/site/help.html.erb | 2 +- config/locales/en.yml | 12 ++++++++++++ 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/app/views/site/help.html.erb b/app/views/site/help.html.erb index a1b1adb92..21d29aa95 100644 --- a/app/views/site/help.html.erb +++ b/app/views/site/help.html.erb @@ -4,7 +4,7 @@

<%= t "help_page.introduction" %>

-<% ['welcome', 'help', 'wiki'].each do |site| %> +<% ['welcome', 'beginners_guide', 'help', 'mailing_lists', 'forums', 'wiki'].each do |site| %> <% unless site == 'welcome' && !@user %>

diff --git a/config/locales/en.yml b/config/locales/en.yml index ad6638cfb..701bae2dd 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -1152,10 +1152,22 @@ en: url: /welcome title: Welcome to OSM description: Start with this quick guide covering the OpenStreetMap basics. + beginners_guide: + url: http://wiki.openstreetmap.org/wiki/Beginners%27_guide + title: Beginners' Guide + description: Community maintained guide for beginners. help: url: https://help.openstreetmap.org/ title: help.openstreetmap.org description: Ask a question or look up answers on OSM's question-and-answer site. + mailing_lists: + url: http://lists.openstreetmap.org/ + title: Mailing Lists + description: Ask a question or discuss interesting matters on a wide range of topical or regional mailing lists. + forums: + url: http://forum.openstreetmap.org/ + title: Forums + description: The same as above for those that prefer a bulletin board style interface. wiki: url: http://wiki.openstreetmap.org/ title: wiki.openstreetmap.org -- 2.43.2