gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [www] branch stable updated (8937452 -> ab77c5b)


From: gnunet
Subject: [GNUnet-SVN] [www] branch stable updated (8937452 -> ab77c5b)
Date: Sat, 05 Oct 2019 08:33:33 +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 8937452  update logo, add gnsspec news
     add aeed73f  add a redirect for /gns
     add be87920  fix redirect.
     add 8d18f51  Merge branch 'stable'
     add ab77c5b  add gnsspec

No new revisions were added by this update.

Summary of changes:
 Makefile                  |  2 ++
 news/2019-10-GNSSpec1.inc | 23 +++++++++++++++++++++++
 static/moved_gns.html     | 13 +++++++++++++
 template/index.html.j2    | 19 ++++++++++---------
 4 files changed, 48 insertions(+), 9 deletions(-)
 create mode 100644 news/2019-10-GNSSpec1.inc
 create mode 100644 static/moved_gns.html

diff --git a/Makefile b/Makefile
index e3789b0..f2c5041 100644
--- a/Makefile
+++ b/Makefile
@@ -43,6 +43,8 @@ all: css locale template
        cd rendered; ln -fs frontpage.html frontpage
        cp static/moved_gsoc.html rendered/gsoc.html
        cd rendered; ln -fs gsoc.html gsoc
+       cp static/moved_gns.html rendered/gns.html
+       cd rendered; ln -fs gns.html gns
        mkdir rendered/node ; cp static/moved_about.html 
rendered/node/about.html
        cd rendered/node ; ln -fs about.html 397
        cp static/moved_about.html rendered/about.html
diff --git a/news/2019-10-GNSSpec1.inc b/news/2019-10-GNSSpec1.inc
new file mode 100644
index 0000000..9cb3bb4
--- /dev/null
+++ b/news/2019-10-GNSSpec1.inc
@@ -0,0 +1,23 @@
+<article>
+  <h3>2019-10-04: GNS Technical Specification Milestone 1/4</h3>
+  <p>
+    We are happy to announce the completion of the first milestone for the
+    GNS Specification. The objective is to provide a detailed and comprehensive
+    guide for implementors of the GNU Name System.
+    The initial milestone consists of documenting the cryptographic principles
+    of GNS data structures. This includes the specification of the GNS record
+    wire and serialization formats as well as internationalization.<br/>
+    <i>NOTE: The currently specified protocol is planned to be implemented for
+    GNUnet 0.12. The current GNS implementation (0.11) exhibits minor but
+    compatibility breaking deviations from this specification.</i>
+
+    The draft specification <b>LSD001</b> can be found at:
+    <ul>
+      <li>Git: <a href="git://gnunet.org/lsd0001.git">LSD001</a></li>
+      <li><a 
href="https://git.gnunet.org/lsd0001.git/tree/draft-schanzen-gns.txt";>Link to 
TXT version</a></li>
+      <li><a 
href="https://git.gnunet.org/lsd0001.git/tree/draft-schanzen-gns.html";>Link to 
HTML version</a></li>
+    </ul>
+
+    The next milestone will bring the resolver logic specification.
+  </p>
+</article>
diff --git a/static/moved_gns.html b/static/moved_gns.html
new file mode 100644
index 0000000..4863a0e
--- /dev/null
+++ b/static/moved_gns.html
@@ -0,0 +1,13 @@
+<html>
+  <head>
+    <meta http-equiv="refresh" 
content="2;url=https://docs.gnunet.org/handbook/gnunet.html#The-GNU-Name-System";
 />
+    <title>Page Moved</title>
+  </head>
+  <body>
+    <!-- 
+         Hint, hint: server side aliases and redirects are good. Don't
+         make me add more pages like this.
+      -->
+    This page has moved. Click <a 
href="https://docs.gnunet.org/handbook/gnunet.html#The-GNU-Name-System";>here</a>
 to go to the new page.
+  </body>
+</html>
diff --git a/template/index.html.j2 b/template/index.html.j2
index 35b1ce6..f92642a 100644
--- a/template/index.html.j2
+++ b/template/index.html.j2
@@ -275,15 +275,16 @@
 
       <p>
         {% trans %}
-        The <a href="use.html#gns">GNU Name System (GNS)</a>
-        is a fully decentralized replacement
-       for the Domain Name System (DNS).  Instead of using a
-       hierarchy, GNS uses a directed graph.  Naming conventions
-       are similar to DNS, but queries and replies are private even
-       with respect to peers providing the answers.  The integrity of
-       records and privacy of look-ups is cryptographically secured.
-       <!-- Too technical: GNS integrates
-       a robust, efficient and instant key revocation mechanism. -->
+          <!-- The <a href="use.html#gns">GNU Name System (GNS)</a> -->
+          The <a 
href="https://docs.gnunet.org/handbook/gnunet.html#The-GNU-Name-System";>GNU 
Name System (GNS)</a>
+          is a fully decentralized replacement
+         for the Domain Name System (DNS).  Instead of using a
+         hierarchy, GNS uses a directed graph.  Naming conventions
+         are similar to DNS, but queries and replies are private even
+         with respect to peers providing the answers.  The integrity of
+         records and privacy of look-ups is cryptographically secured.
+         <!-- Too technical: GNS integrates
+              a robust, efficient and instant key revocation mechanism. -->
         {% endtrans %}
       </p>
       </section>

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

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