aboutsummaryrefslogtreecommitdiff
path: root/news
diff options
context:
space:
mode:
authorMartin Schanzenbach <mschanzenbach@posteo.de>2020-01-12 09:27:35 +0100
committerMartin Schanzenbach <mschanzenbach@posteo.de>2020-01-12 09:27:35 +0100
commit626b299266d1f1026799ea46cb91f4c1c7bd6092 (patch)
tree2697a321bf38172733711435813b95d4f1bff00d /news
parentef74eaed08318ae9fde9222e265bf42e9994d8af (diff)
downloadwww-626b299266d1f1026799ea46cb91f4c1c7bd6092.tar.gz
www-626b299266d1f1026799ea46cb91f4c1c7bd6092.zip
add gnsspec news
Diffstat (limited to 'news')
-rw-r--r--news/2020-01-GNSSpec2.html.j228
1 files changed, 28 insertions, 0 deletions
diff --git a/news/2020-01-GNSSpec2.html.j2 b/news/2020-01-GNSSpec2.html.j2
new file mode 100644
index 00000000..eecd16b1
--- /dev/null
+++ b/news/2020-01-GNSSpec2.html.j2
@@ -0,0 +1,28 @@
1{% extends "common/news.j2" %}
2{% block body_content %}
3 <h1>GNS Technical Specification Milestone 2/4</h1>
4<p>
5 We are happy to announce the completion of the second milestone for the GNS
6 Specification. The second milestone consists of documenting the GNS name
7 resolution process and record handling.<br>
8 With the release of GNUnet 0.12.x, the currently specified protocol is
9 implemented according to the specification. As before, the draft specification
10 <b>LSD001</b> can be found at:
11</p>
12<ul>
13 <li>Git: <a href="git://gnunet.org/lsd0001.git">LSD001</a></li>
14 <li><a href="https://git.gnunet.org/lsd0001.git/tree/draft-schanzen-gns.txt">Link to TXT version</a></li>
15 <li><a href="https://git.gnunet.org/lsd0001.git/tree/draft-schanzen-gns.html">Link to HTML version</a></li>
16</ul>
17<p>
18 As already announced on the <a href="https://lists.gnu.org/archive/html/gnunet-developers/2020-01/msg00000.html">mailing list</a>,
19 the Go implementation of GNS is also proceeding as planned and implements the
20 specification.
21</p>
22<p>
23 The next and third milestone will cover namespace revocation.
24</p>
25<p>
26 This work is generously funded by <a href="https://nlnet.nl">NLnet</a> as part of their <a href="https://nlnet.nl/project/GNS/">Search and discovery fund</a>.
27</p>
28{% endblock body_content %}