Fixed links in korap overview; added F.A.Q.; added mail obfuscation
diff --git a/templates/match.html.ep b/templates/match.html.ep
index c9c95e6..56bfcf1 100644
--- a/templates/match.html.ep
+++ b/templates/match.html.ep
@@ -5,7 +5,6 @@
data-text-id="<%= $match->{textID} %>"
data-match-id="<%= $match->{ID} %>"
%# TODO: This needs to be retrieved per match
-%# data-available-info="base/s=spans corenlp/c=spans corenlp/ne=tokens corenlp/p=tokens corenlp/s=spans glemm/l=tokens mate/l=tokens mate/m=tokens mate/p=tokens opennlp/p=tokens opennlp/s=spans tt/l=tokens tt/p=tokens tt/s=spans xip/c=spans"
data-available-info="cnx/c=spans corenlp/ne=tokens corenlp/p=tokens mate/l=tokens mate/m=tokens mate/p=tokens opennlp/p=tokens tt/l=tokens tt/p=tokens xip/c=spans"
id="<%= $id %>"\
<% if (current_route eq 'match') { %> class="active"<% } =%>>
@@ -17,7 +16,7 @@
<p class="ref">\
<% if ($match->{title}) { %><strong><%= $match->{title} %></strong><% }; %>\
<%= $match->{author} ? ' ' . loc('by') . ' ' . $match->{author} : '' %>\
-<% if ($match->{title} || $match->{author}) { %>;<% } =%> \
+<% if ($match->{title} || $match->{author}) { %>;<% } %> \
<%= loc('pubOn') %> <%= $match->{pubDate} %> \
(<%= $id %>)\
</p>