Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions legacy_e_files/e/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@
&copy; 2007-<script type="text/javascript">
document.write(new Date().getFullYear());</script>
The Regents of the University of California
<br/>
<a href="/_accessibility.html">Accessibility Statement</a>
</p>
</div>
<!-- div class="col-xs-12 col-sm-4">
Expand Down
15 changes: 15 additions & 0 deletions n2t/templates/accessibility.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{% extends "base.html" %}
{% block title %}Accessibility{% endblock %}
{% block headertext %} - Accessibility{% endblock %}
{% block main %}
<h1>Accessibility Statement</h1>
<div>
<p>As part of the University of California, CDL is required to follow the
<a href="https://www.ucop.edu/electronic-accessibility/initiative/policy.html">University of California Information Technology Accessibility Policy</a>
to help ensure that as broad a population as possible may access, benefit
from, and contribute to the University's electronic programs and services.
The Policy requires that all web content in N2T.net complies with WCAG 2.1
Guidelines at level AA success criteria. Accordingly, users are responsible
for ensuring that content they provide to N2T.net meets this standard.</p>
</div>
{% endblock %}
7 changes: 3 additions & 4 deletions n2t/templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,14 @@ <h1>N2T - Identifier Resolution Service</h1>
a successful match will either redirect to the registered target, or present
information about the matched definition.</p>
<p>Identifiers take the form:</p>
<pre>
scheme:prefix/value
</pre>
<pre><code>scheme:prefix/value</code></pre>
<p>The service API description is available at <a href="/api">/api</a>.</p>
<p>A list of schemes registered with this service is available on the <a href="/_schemes.html">schemes page</a>.</p>
</div>
{% endblock %}
</main>
<footer>N2T, {{ environment }} environment, version {{ version }}</footer>
<footer>N2T, {{ environment }} environment, version {{ version }}
&middot; <a href="/_accessibility.html">Accessibility</a></footer>
{% endblock %}
{% block addendum %}
{% endblock %}
Expand Down
4 changes: 1 addition & 3 deletions n2t/templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,7 @@ <h1>N2T - Identifier Resolution Service</h1>
a successful match will either redirect to the registered target or present
information about the matched definition.</p>
<p>Identifiers take the form:</p>
<pre>
scheme:prefix/value
</pre>
<pre><code>scheme:prefix/value</code></pre>
<p><em>Note:</em> The legacy N2T service is deprecated. The following resources are transitioned:</p>
<ul>
<li><a href="https://cdluc3.github.io/naan_reg_priv/naan_registry.txt">naan_registry.txt</a></li>
Expand Down
4 changes: 1 addition & 3 deletions n2t/templates/schemes.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,7 @@
<h1>N2T - Registered Schemes</h1>
<div>
<p>Identifiers take the form:</p>
<pre>
scheme:prefix/value
</pre>
<pre><code>scheme:prefix/value</code></pre>
<p>N2T associates identifier schemes with resolver services. The resolver services are dedicated to
supporting particular schemes and provide the capabilities necessary for further resolving identifiers
to specific resources.</p>
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "n2t"
version = "0.12.1"
version = "0.12.2"
description = "Implementation of N2T in python"
authors = [{ name = "datadavev", email = "605409+datadavev@users.noreply.github.com" }]
requires-python = ">=3.9,<4.0"
Expand Down
2 changes: 1 addition & 1 deletion uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.