gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[www] branch stable updated (960a4c3 -> 29210a8)


From: gnunet
Subject: [www] branch stable updated (960a4c3 -> 29210a8)
Date: Tue, 30 Jun 2020 11:18:45 +0200

This is an automated email from the git hooks/post-receive script.

martin-schanzenbach pushed a change to branch stable
in repository www.

    from 960a4c3  remove roadmap link for now
     add 1406390  some roadmap additions from grothoff
     add 8fc9239  new reclaim link
     add 29210a8  add NLnet milestone #3 news entry

No new revisions were added by this update.

Summary of changes:
 news/2020-06-GNSSpec3.html.j2 | 25 ++++++++++++++++++++
 template/applications.html.j2 |  2 +-
 template/roadmap.html.j2      | 55 +++++++++++++++++++++++++++++++++++--------
 www.yml                       |  5 ++++
 4 files changed, 76 insertions(+), 11 deletions(-)
 create mode 100644 news/2020-06-GNSSpec3.html.j2

diff --git a/news/2020-06-GNSSpec3.html.j2 b/news/2020-06-GNSSpec3.html.j2
new file mode 100644
index 0000000..2e69ccb
--- /dev/null
+++ b/news/2020-06-GNSSpec3.html.j2
@@ -0,0 +1,25 @@
+{% extends "common/news.j2" %}
+{% block body_content %}
+  <h1>GNS Technical Specification Milestone 3/4</h1>
+<p>
+  We are happy to announce the completion of the third milestone for the GNS
+  Specification. The third milestone consists of documenting the GNS zone
+  revocation process. As part of this, we have reworked the proof-of-work
+  algorithms in GNUnet also used for GNS revocations.<br>
+  The (protocol breaking) changes will be released as part of GNUnet 0.13.0.
+  The specification document <b>LSD001</b> can be found at:
+</p>
+<ul>
+  <li>Git: <a href="git://gnunet.org/lsd0001.git">LSD001</a></li>
+  <li><a href="https://lsd.gnunet.org/lsd0001/draft-schanzen-gns.txt";>Link to 
TXT version</a></li>
+  <li><a href="https://lsd.gnunet.org/lsd0001/draft-schanzen-gns.html";>Link to 
HTML version</a></li>
+</ul>
+<p>
+  In preparation for the fourth and last milestone, we have started the
+  <a 
href="https://mailarchive.ietf.org/arch/msg/secdispatch/Kj8zXoQssiFLp8bM5l5n1OtXt7s/";>IETF
 process to find a working group</a> and expect to present our
+  work initially at <a href="https://ietf.org/how/meetings/108/";>IETF 108</a>.
+</p>
+<p>
+  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>.
+</p>
+{% endblock body_content %}
diff --git a/template/applications.html.j2 b/template/applications.html.j2
index eb0acb8..b09479c 100644
--- a/template/applications.html.j2
+++ b/template/applications.html.j2
@@ -38,7 +38,7 @@
       <h3>{{ _("Self-sovereign, decentralized identity provider") }}</h3>
       <p>
         {% trans %}
-        <a href="https://reclaim-identity.io/";>re:claimID</a>
+        <a href="https://reclaim.gnunet.org/";>re:claimID</a>
         is a decentralized Identity Provider (IdP) service built in top of the
         GNU Name System. It allows users to securely share personal information
         with websites using standardized protocols (OpenID Connect).
diff --git a/template/roadmap.html.j2 b/template/roadmap.html.j2
index bb27158..51cc6fc 100644
--- a/template/roadmap.html.j2
+++ b/template/roadmap.html.j2
@@ -14,29 +14,64 @@
       <li>
         <section class="item-preview">
           <header>
-            <h3>0.13.0</h3>
+            <h3>Short term</h3>
             <p class="item-date">
-              2020
+            0.13.x
+            </p>
+            <p class="item-abstract">
+            <ul>
+              <li>Setup and use names and numbers registration (GANA) for 
GNUnet
+              subsystems.</li>
+              <li>GNU Name System technical specification.</li>
+             </ul>
             </p>
           </header>
-          <!--<p class="item-abstract">
-          </p>-->
+          </p>
         </section>
-
       </li>
       <li>
         <section class="item-preview">
           <header>
-            <h3>0.14.0</h3>
+            <h3>Medium term</h3>
             <p class="item-date">
-              2021
+            0.14 and beyond
+            </p>
+            <p class="item-abstract">
+            <ul>
+              <li>TNG: Transport rewrite complete including basic service, 
communicators and NAT.</li>
+              <li>CORE/CADET performance and correctness improvements.</li>
+              <li>DHT improvements including signed paths and stability 
improvements.</li>
+              <li>SET improvements to code quality and correctness.</li>
+              <li>CONVERSATION improvements to performance, latency hiding and 
usability.</li>
+              <li>Stable and usable documentation.</li>
+              <li>GNUnet packages available and up-to-date in 
distributions.</li>
+             </ul>
             </p>
           </header>
-<!--          <p class="item-abstract">
-            This release will include...
-          </p>-->
+          </p>
         </section>
       </li>
+      <li>
+        <section class="item-preview">
+          <header>
+            <h3>Long term</h3>
+            <p class="item-date">
+            1.x
+            </p>
+            <p class="item-abstract">
+            <ul>
+              <li>Stable release.</li>
+              <li>Onion routing with RPS</li>
+              <li>Mix network, pEp integration on top of mix network</li>
+              <li>Collaborative filtering / news distribution</li>
+              <li>Improved FS design, proper integration with GNS</li>
+             </ul>
+            </p>
+          </header>
+          </p>
+        </section>
+      </li>
+
     </ul>
   </div>
 </div>
diff --git a/www.yml b/www.yml
index 9985395..47665d5 100644
--- a/www.yml
+++ b/www.yml
@@ -57,6 +57,11 @@ meetingnotes:
   2018: 2018-12-27
   2019: 2019-12-27
 newsposts:
+  - page: 2020-06-GNSSpec3.html
+    date: 2020-06-30
+    title: GNS Specification Milestone 3/4
+    abstract:
+    content:
   - page: 2020-05-GHM_Jun_2020.html
     date: 2020-05-28
     title: GNUnet Hacker Meeting 2020

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]