gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [lsd0001] 01/01: initial draft skeleton


From: gnunet
Subject: [GNUnet-SVN] [lsd0001] 01/01: initial draft skeleton
Date: Tue, 23 Jul 2019 15:25:36 +0200

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

martin-schanzenbach pushed a commit to branch master
in repository lsd0001.

commit 163085d78a774f808f50604d2c92364fa5566e27
Author: Schanzenbach, Martin <address@hidden>
AuthorDate: Tue Jul 23 15:17:40 2019 +0200

    initial draft skeleton
---
 draft-schanzen-gns.xml | 147 +++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 147 insertions(+)

diff --git a/draft-schanzen-gns.xml b/draft-schanzen-gns.xml
new file mode 100644
index 0000000..8ec5d16
--- /dev/null
+++ b/draft-schanzen-gns.xml
@@ -0,0 +1,147 @@
+<?xml version="1.0" encoding="US-ASCII"?>
+<!DOCTYPE rfc SYSTEM "rfc2629.dtd" [
+<!ENTITY RFC3986 SYSTEM 
"http://xml.resource.org/public/rfc/bibxml/reference.RFC.3986.xml";>
+<!ENTITY RFC3629 SYSTEM 
"http://xml.resource.org/public/rfc/bibxml/reference.RFC.3629.xml";>
+]>
+<?xml-stylesheet type='text/xsl' href='rfc2629.xslt' ?>
+
+<?rfc strict="yes" ?>
+<?rfc toc="yes" ?>
+<?rfc symrefs="yes"?>
+<?rfc sortrefs="yes" ?>
+<?rfc compact="yes" ?>
+<?rfc subcompact="no" ?>
+
+<rfc category="info"
+  docName="draft-schanzen-payto-00"
+  ipr="trust200902">
+
+  <front>
+    <title abbrev="The GNU Name System">
+      The GNU Name System Specification
+    </title>
+
+    <author fullname="Martin Schanzenbach" initials="M.S." 
surname="Schanzenbach">
+      <organization>GNUnet e.V.</organization>
+      <address>
+        <postal>
+          <street>Boltzmannstraße 3</street>
+          <city>Garching</city>
+          <code>85748</code>
+          <country>DE</country>
+        </postal>
+        <email>address@hidden</email>
+      </address>
+    </author>
+
+    <date day="23" month="July" year="2019" />
+
+    <!-- Meta-data Declarations -->
+    <area>General</area>
+    <workgroup>Independent Stream</workgroup>
+    <keyword>name systems</keyword>
+
+    <abstract>
+
+      <t>This document contains the GNU Name System (GNS) technical 
specification.</t>
+
+    </abstract>
+
+  </front>
+
+  <middle>
+
+    <section anchor="introduction" title="Introduction">
+      <t>
+        This document contains the GNU Name System (GNS) technical 
specification
+        for secure, censorship-resistant and decentralised name resolution.
+      </t>
+      <t>
+        This document defines the normative wire format of resource records, 
resolution processes,
+        cryptographic routines and security considerations for use by 
implementors.
+      </t>
+      <t>
+
+      </t>
+    </section>
+
+    <section anchor="rrecords"
+      title="Resource Records">
+
+      <section anchor="wire" title="Wire format">
+        <t>
+          TODO
+        </t>
+      </section>
+
+      <section anchor="examples" title="Examples">
+        <t>
+          TODO
+        </t>
+      </section>
+
+      <section anchor="serialization" title="Serialization format">
+        <t>
+          TODO (Is this not the same as wire format?)
+        </t>
+      </section>
+
+
+      <section anchor="encoding" title="Internationalization and Character 
Encoding">
+        <t>
+          TODO
+        </t>
+      </section>
+
+      <section anchor="security" title="Security Considerations">
+        <t>
+          TODO
+        </t>
+      </section>
+    </section>
+    <section anchor="resolution" title="Record Resolution">
+      <t>
+        TODO
+      </t>
+    </section>
+    <section anchor="revocation" title="Namespace Revocation">
+      <t>
+        TODO
+      </t>
+    </section>
+    <section anchor="iana" title="IANA Considerations">
+      <t>
+        This will be fun
+      </t>
+    </section><!-- iana -->
+
+
+  </middle>
+
+  <back>
+
+    <references title="Normative References">
+
+      &RFC3986;
+
+      <!--    <reference anchor="ISO20022">
+        <front>
+          <title>ISO 20022 Financial Services - Universal financial industry 
message scheme</title>
+          <author>
+            <organization>International Organization for 
Standardization</organization>
+            <address>
+              <uri>http://www.iso.ch</uri>
+            </address>
+          </author>
+          <date month="May" year="2013"/>
+        </front>
+      </reference>-->
+
+
+    </references>
+
+    <!-- Change Log
+    v00 2017-07-23  MS   Initial version
+    -->
+  </back>
+</rfc>

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



reply via email to

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