Skip to content

Commit

Permalink
rename "Standards and Specifications" to "Standards Watchtower" (#330)
Browse files Browse the repository at this point in the history
  • Loading branch information
bansp committed Nov 28, 2024
1 parent 08a6500 commit 5e80bed
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion SIS/clarin/index.xq
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ declare option output:html-version "5";
<div>
<p>The original and, at this time, not actively developed function of the SIS is to collect information on the
human language technology standards in use by the CLARIN community. Visit the
"<a href="{app:link("views/list-specs.xq?sortBy=name&amp;page=1")}">Standards and Specifications</a>" section in order to access
"<a href="{app:link("views/list-specs.xq?sortBy=name&amp;page=1")}">Standards Watchtower</a>" section in order to access
that functionality.</p>
<p style="text-align:center">* * * * *</p>
</div>
Expand Down
2 changes: 1 addition & 1 deletion SIS/clarin/modules/menu.xql
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ declare function menu:view() {
-->
<tr>
<td colspan="3" class="tdmenu">
<a style="display:block" href="{app:link("views/list-specs.xq?sortBy=name&amp;page=1")}">Standards and Specifications</a>
<a style="display:block" href="{app:link("views/list-specs.xq?sortBy=name&amp;page=1")}">Standards Watchtower</a>
</td>
</tr>
{
Expand Down
2 changes: 1 addition & 1 deletion SIS/clarin/views/about.xq
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ declare option output:html-version "5";


<div id="about">
<p>This service (more precisely, its <a href="{app:link("views/list-specs.xq?sortBy=name&amp;page=1")}">"Standards and Specifications" section</a>) was created in 2012
<p>This service (more precisely, its <a href="{app:link("views/list-specs.xq?sortBy=name&amp;page=1")}">"Standards Watchtower" section</a>) was created in 2012
and has been maintained since then at <a href="https://www.ids-mannheim.de/">IDS Mannheim</a>
as part of the Institute's activity as a <a href="https://clarin.eu/">CLARIN</a> B-Centre. Around 2020, the system was refreshed and
extended with, among others, the section <a href="{app:link("views/recommended-formats-with-search.xq")}">"Format Recommendations"</a>.
Expand Down
2 changes: 1 addition & 1 deletion SIS/clarin/views/list-sbs.xq
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ declare option output:html-version "5";
{menu:view()}
<div class="content">
<div class="navigation">
&gt; <a href="{app:link("views/list-specs.xq?sortBy=name&amp;page=1")}">Standards and Specifications</a>
&gt; <a href="{app:link("views/list-specs.xq?sortBy=name&amp;page=1")}">Standards Watchtower</a>
&gt; <a href="{app:link("views/list-sbs.xq")}">Standard Bodies</a>
</div>
<div class="title">Standard Bodies</div>
Expand Down
6 changes: 3 additions & 3 deletions SIS/clarin/views/list-specs.xq
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ return
else :)
<html lang="en">
<head>
<title>Standards and Specifications</title>
<title>Standards Watchtower</title>
<link rel="icon" type="image/x-icon" href="../resources/images/SIS-favicon.svg"/>
<link rel="stylesheet" type="text/css" href="{app:resource("style.css", "css")}"/>

Expand Down Expand Up @@ -59,7 +59,7 @@ return
<div class="logoheader"/>
{menu:view()}
<div class="content">
<div class="navigation">&gt; <a href="{app:link("views/list-specs.xq?sortBy=name&amp;page=1")}">Standards and Specifications</a>
<div class="navigation">&gt; <a href="{app:link("views/list-specs.xq?sortBy=name&amp;page=1")}">Standards Watchtower</a>
{
if ($letter) then
(" > ",
Expand All @@ -70,7 +70,7 @@ return
}
</div>

<div class="title">Standards and Specifications</div>
<div class="title">Standards Watchtower</div>

<div>

Expand Down
2 changes: 1 addition & 1 deletion SIS/clarin/views/list-topics.xq
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ declare option output:html-version "5";
{menu:view()}
<div class="content">
<div class="navigation">
&gt; <a href="{app:link("views/list-specs.xq?sortBy=name&amp;page=1")}">Standards and Specifications</a>
&gt; <a href="{app:link("views/list-specs.xq?sortBy=name&amp;page=1")}">Standards Watchtower</a>
&gt; <a href="{app:link("views/list-topics.xq")}">Topics</a>
</div>
<div class="title">Topics</div>
Expand Down
2 changes: 1 addition & 1 deletion SIS/clarin/views/search-spec.xq
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ return
{menu:view()}
<div class="content">
<div class="navigation">
&gt; <a href="{app:link("views/list-specs.xq?sortBy=name&amp;page=1")}">Standards and Specifications</a>
&gt; <a href="{app:link("views/list-specs.xq?sortBy=name&amp;page=1")}">Standards Watchtower</a>
&gt; <a href="{app:link("views/search-spec.xq")}">Search Standards</a>
</div>
<div><span class="title">Search for Standards</span></div>
Expand Down

0 comments on commit 5e80bed

Please sign in to comment.