comparison app/views/layouts/base.rhtml @ 170:6d10c3b6fe17 live

Put more sensible content into the description and keywords meta-tags
author Chris Cannam
date Wed, 02 Feb 2011 11:44:48 +0000
parents 09910262eb0b
children 73ff0e6a11b1 b6ec5451fd0d
comparison
equal deleted inserted replaced
152:a389c77da9fd 170:6d10c3b6fe17
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"> 2 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
3 <head> 3 <head>
4 <meta http-equiv="content-type" content="text/html; charset=utf-8" /> 4 <meta http-equiv="content-type" content="text/html; charset=utf-8" />
5 <title><%=h html_title %></title> 5 <title><%=h html_title %></title>
6 <meta name="description" content="<%= Redmine::Info.app_name %>" /> 6 <meta name="description" content="A repository for software developed and published by audio and music researchers in the UK." />
7 <meta name="keywords" content="issue,bug,tracker" /> 7 <meta name="keywords" content="audio,music,software,research,UK,sound,repository,code,redmine" />
8 <%= favicon %> 8 <%= favicon %>
9 <%= stylesheet_link_tag 'application', :media => 'all' %> 9 <%= stylesheet_link_tag 'application', :media => 'all' %>
10 <%= stylesheet_link_tag 'rtl', :media => 'all' if l(:direction) == 'rtl' %> 10 <%= stylesheet_link_tag 'rtl', :media => 'all' if l(:direction) == 'rtl' %>
11 <%= javascript_include_tag :defaults %> 11 <%= javascript_include_tag :defaults %>
12 <%= heads_for_wiki_formatter %> 12 <%= heads_for_wiki_formatter %>