aboutsummaryrefslogtreecommitdiff
path: root/template/news/2023-12-NGI-Entrust-GNS-TLDs-Update.html.j2
diff options
context:
space:
mode:
Diffstat (limited to 'template/news/2023-12-NGI-Entrust-GNS-TLDs-Update.html.j2')
-rw-r--r--template/news/2023-12-NGI-Entrust-GNS-TLDs-Update.html.j232
1 files changed, 32 insertions, 0 deletions
diff --git a/template/news/2023-12-NGI-Entrust-GNS-TLDs-Update.html.j2 b/template/news/2023-12-NGI-Entrust-GNS-TLDs-Update.html.j2
new file mode 100644
index 00000000..907b7fc0
--- /dev/null
+++ b/template/news/2023-12-NGI-Entrust-GNS-TLDs-Update.html.j2
@@ -0,0 +1,32 @@
1{% extends "common/news.j2" %}
2{% block body_content %}
3<main id="maincontent">
4 <h1>Update for NGI Zero Entrust: GNS to DNS Migration and Zone Management</h1>
5<p>
6 We are happy to announce that we have successfully completed two Milestones:
7 <ul>
8 <li>Milestone 2a: A GNS Registrar Backend.</li>
9 <li>Milestone 2b: A GNS Registrar Frontend.</li>
10 </ul>
11</p>
12<p>
13The resulting code can be found <a href="https://git.gnunet.org/gnunet-gns-registrar.git/">in the usual place</a>.
14There are no tarballs available for the time being.
15The component is built with simplicity and privacy in mind: There are <b>no</b> accounts required; we also refrained from using JavaScript for the front end (for now).
16This component effectively replaces the "first-come, first-served" GNS name registration service previously shipped as part of GNUnet.
17Hence the service at <a href="https://fcfs.gnunet.org">https://fcfs.gnunet.org</a> has been replaced.
18The registrar integrates with <a href="https://www.taler.net">GNU Taler</a>, allowing you to test both functionalities at the same time!
19Don't worry, you do not have to use actual money, as you can use the demo currency from the <a href="demo.taler.net">Taler demonstrator</a> to register names for a relatively small portion of the play mone you receive when you sign up there.
20</p>
21<p>
22We encourage you to try it out now and register you own zone key.
23We plan to ship this zone in the default configuration of the upcoming GNUnet 0.21 release under the domain ".pin.gns.alt".
24Note that current releases are incompatible with GNUnet, and this also applies to the node connected to our registrar deployment.
25</p>
26<p>
27 Watch this space and the mailing list for updates!
28</p>
29<p>
30 This work is generously funded by <a href="https://nlnet.nl">NLnet</a> as part of their <a href="https://nlnet.nl/entrust/">NGI Zero Entrust Programme</a>.
31</p>
32{% endblock body_content %}