mirror of
https://gitlab.com/keys.openpgp.org/hagrid.git
synced 2025-10-06 00:23:08 +02:00
Fix links to renamed Gitlab project
Most of them redirected to the new location but the commit link at the bottom of every page resulted in a 404.
This commit is contained in:
2
dist/templates/about/about.html.hbs
vendored
2
dist/templates/about/about.html.hbs
vendored
@@ -75,7 +75,7 @@
|
||||
|
||||
<p>
|
||||
Technically,
|
||||
<span class="brand">keys.openpgp.org</span> runs on the <a href="https://gitlab.com/hagrid-keyserver/hagrid" target="_blank">Hagrid</a> keyserver software,
|
||||
<span class="brand">keys.openpgp.org</span> runs on the <a href="https://gitlab.com/keys.openpgp.org/hagrid" target="_blank">Hagrid</a> keyserver software,
|
||||
which is based on <a href="https://sequoia-pgp.org">Sequoia-PGP</a>.
|
||||
We are running on <a href="https://eclips.is" target="_blank">eclips.is</a>,
|
||||
a hosting platform focused on Internet Freedom projects,
|
||||
|
2
dist/templates/about/api.html.hbs
vendored
2
dist/templates/about/api.html.hbs
vendored
@@ -273,7 +273,7 @@
|
||||
<li>No support for <code>op=vindex</code>.</li>
|
||||
<li>Only exact matches by email address, fingerprint or long key id are returned.</li>
|
||||
<li>All requests return either one or no keys.</li>
|
||||
<li>The expiration date field in <code>op=index</code> is left blank (discussion <a target="_blank" href="https://gitlab.com/hagrid-keyserver/hagrid/issues/134">here</a>).</li>
|
||||
<li>The expiration date field in <code>op=index</code> is left blank (discussion <a target="_blank" href="https://gitlab.com/keys.openpgp.org/hagrid/issues/134">here</a>).</li>
|
||||
<li>All parameters and options other than <code>op</code> and <code>search</code> are ignored.</li>
|
||||
<li>Output is always machine readable (i.e. <code>options=mr</code> is always assumed).</li>
|
||||
<li>Uploads are restricted to 1 MiB.</li>
|
||||
|
4
dist/templates/about/news.html.hbs
vendored
4
dist/templates/about/news.html.hbs
vendored
@@ -30,7 +30,7 @@
|
||||
</li>
|
||||
<li>
|
||||
We have been working on
|
||||
a <strong><a target="_blank" href="https://gitlab.com/hagrid-keyserver/hagrid/issues/131">new mechanism to refresh keys</a></strong>
|
||||
a <strong><a target="_blank" href="https://gitlab.com/keys.openpgp.org/hagrid/issues/131">new mechanism to refresh keys</a></strong>
|
||||
that better protects the user's privacy.
|
||||
</li>
|
||||
<li>
|
||||
@@ -133,7 +133,7 @@
|
||||
<a href="https://blog.torproject.org/whats-new-tor-0298" target="_blank">single-hop</a>
|
||||
mode on our Tor Onion Service.
|
||||
You can find a more complete list
|
||||
<a href="https://gitlab.com/hagrid-keyserver/hagrid/merge_requests?scope=all&utf8=%E2%9C%93&state=merged" target="_blank">here</a>.
|
||||
<a href="https://gitlab.com/keys.openpgp.org/hagrid/merge_requests?scope=all&utf8=%E2%9C%93&state=merged" target="_blank">here</a>.
|
||||
|
||||
<h4>Secure email delivery with MTA-STS</h4>
|
||||
|
||||
|
4
dist/templates/layout.html.hbs
vendored
4
dist/templates/layout.html.hbs
vendored
@@ -14,9 +14,9 @@
|
||||
</div>
|
||||
<div class="attribution">
|
||||
<p>
|
||||
<a href="https://gitlab.com/hagrid-keyserver/hagrid/">Hagrid</a>
|
||||
<a href="https://gitlab.com/keys.openpgp.org/hagrid/">Hagrid</a>
|
||||
{{ text "v{{ version }} built from" rerender }}
|
||||
<a href="https://gitlab.com/hagrid-keyserver/hagrid/commit/{{ commit }}">{{ commit }}</a>
|
||||
<a href="https://gitlab.com/keys.openpgp.org/hagrid/commit/{{ commit }}">{{ commit }}</a>
|
||||
</p>
|
||||
<p>{{ text "Powered by <a href=\"https://sequoia-pgp.org\">Sequoia-PGP</a>" }}</p>
|
||||
<p>{{ text "Background image retrieved from <a href=\"https://www.toptal.com/designers/subtlepatterns/subtle-grey/\">Subtle Patterns</a> under CC BY-SA 3.0" }}</p>
|
||||
|
Reference in New Issue
Block a user