Skip to content

Commit 0ea3ab0

Browse files
authored
Merge pull request #58 from CDLUC3/develop
Merge Develop to main
2 parents 83db9a0 + 78be836 commit 0ea3ab0

7 files changed

Lines changed: 24 additions & 12 deletions

File tree

legacy_e_files/e/footer.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@
1313
&copy; 2007-<script type="text/javascript">
1414
document.write(new Date().getFullYear());</script>
1515
The Regents of the University of California
16+
<br/>
17+
<a href="/_accessibility.html">Accessibility Statement</a>
1618
</p>
1719
</div>
1820
<!-- div class="col-xs-12 col-sm-4">

n2t/templates/accessibility.html

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{% extends "base.html" %}
2+
{% block title %}Accessibility{% endblock %}
3+
{% block headertext %} - Accessibility{% endblock %}
4+
{% block main %}
5+
<h1>Accessibility Statement</h1>
6+
<div>
7+
<p>As part of the University of California, CDL is required to follow the
8+
<a href="https://www.ucop.edu/electronic-accessibility/initiative/policy.html">University of California Information Technology Accessibility Policy</a>
9+
to help ensure that as broad a population as possible may access, benefit
10+
from, and contribute to the University's electronic programs and services.
11+
The Policy requires that all web content in N2T.net complies with WCAG 2.1
12+
Guidelines at level AA success criteria. Accordingly, users are responsible
13+
for ensuring that content they provide to N2T.net meets this standard.</p>
14+
</div>
15+
{% endblock %}

n2t/templates/base.html

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,15 +27,14 @@ <h1>N2T - Identifier Resolution Service</h1>
2727
a successful match will either redirect to the registered target, or present
2828
information about the matched definition.</p>
2929
<p>Identifiers take the form:</p>
30-
<pre>
31-
scheme:prefix/value
32-
</pre>
30+
<pre><code>scheme:prefix/value</code></pre>
3331
<p>The service API description is available at <a href="/api">/api</a>.</p>
3432
<p>A list of schemes registered with this service is available on the <a href="/_schemes.html">schemes page</a>.</p>
3533
</div>
3634
{% endblock %}
3735
</main>
38-
<footer>N2T, {{ environment }} environment, version {{ version }}</footer>
36+
<footer>N2T, {{ environment }} environment, version {{ version }}
37+
&middot; <a href="/_accessibility.html">Accessibility</a></footer>
3938
{% endblock %}
4039
{% block addendum %}
4140
{% endblock %}

n2t/templates/index.html

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,7 @@ <h1>N2T - Identifier Resolution Service</h1>
88
a successful match will either redirect to the registered target or present
99
information about the matched definition.</p>
1010
<p>Identifiers take the form:</p>
11-
<pre>
12-
scheme:prefix/value
13-
</pre>
11+
<pre><code>scheme:prefix/value</code></pre>
1412
<p><em>Note:</em> The legacy N2T service is deprecated. The following resources are transitioned:</p>
1513
<ul>
1614
<li><a href="https://cdluc3.github.io/naan_reg_priv/naan_registry.txt">naan_registry.txt</a></li>

n2t/templates/schemes.html

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,7 @@
1616
<h1>N2T - Registered Schemes</h1>
1717
<div>
1818
<p>Identifiers take the form:</p>
19-
<pre>
20-
scheme:prefix/value
21-
</pre>
19+
<pre><code>scheme:prefix/value</code></pre>
2220
<p>N2T associates identifier schemes with resolver services. The resolver services are dedicated to
2321
supporting particular schemes and provide the capabilities necessary for further resolving identifiers
2422
to specific resources.</p>

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "n2t"
3-
version = "0.12.1"
3+
version = "0.12.2"
44
description = "Implementation of N2T in python"
55
authors = [{ name = "datadavev", email = "605409+datadavev@users.noreply.github.com" }]
66
requires-python = ">=3.9,<4.0"

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)