summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2017-01-17 17:32:18 +0100
committerFlorian Dold <florian.dold@gmail.com>2017-01-17 17:32:18 +0100
commit5522474266861e031c42db8c383ac5840cea5f74 (patch)
tree188a4caacf19e8d4d0799fca2204ba582f2339ee
parent1dd575799dbb0d7d2b754ea2966939596c4b1655 (diff)
downloadmarketing-5522474266861e031c42db8c383ac5840cea5f74.tar.gz
marketing-5522474266861e031c42db8c383ac5840cea5f74.tar.bz2
marketing-5522474266861e031c42db8c383ac5840cea5f74.zip
initial commit with standards draft skeleton
-rw-r--r--standards/draft-dold-mailto.xml127
1 files changed, 127 insertions, 0 deletions
diff --git a/standards/draft-dold-mailto.xml b/standards/draft-dold-mailto.xml
new file mode 100644
index 0000000..b42eb09
--- /dev/null
+++ b/standards/draft-dold-mailto.xml
@@ -0,0 +1,127 @@
+<?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 I-D.narten-iana-considerations-rfc2434bis SYSTEM "http://xml.resource.org/public/rfc/bibxml3/reference.I-D.narten-iana-considerations-rfc2434bis.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-dold-iesg-payto"
+ ipr="trust200902">
+
+ <front>
+ <title abbrev="Special-Use P2P Names">
+ Special-Use Domain Names of Peer-to-Peer Systems
+ </title>
+
+ <author fullname="Florian Dold" initials="F.D." surname="Dold">
+ <organization>INRIA</organization>
+ <address>
+ <postal>
+ <street>&Eacute;quipe TAMIS</street>
+ <street>INRIA Rennes Bretagne Atlantique</street>
+ <street>263 avenue du G&eacute;n&eacute;ral Leclerc</street>
+ <street>Campus Universitaire de Beaulieu</street>
+ <city>Rennes</city>
+ <region>Bretagne</region>
+ <code>F-35042</code>
+ <country>FR</country>
+ </postal>
+ <email>florian.dold@inria.fr</email>
+ </address>
+ </author>
+
+ <author fullname="Christian Grothoff" initials="C.G." surname="Grothoff">
+ <organization>INRIA</organization>
+ <address>
+ <postal>
+ <street>&Eacute;quipe TAMIS</street>
+ <street>INRIA Rennes Bretagne Atlantique</street>
+ <street>263 avenue du G&eacute;n&eacute;ral Leclerc</street>
+ <street>Campus Universitaire de Beaulieu</street>
+ <city>Rennes</city>
+ <region>Bretagne</region>
+ <code>F-35042</code>
+ <country>FR</country>
+ </postal>
+ <email>christian@grothoff.org</email>
+ </address>
+ </author>
+
+ <date day="17" month="January" year="2016" />
+
+ <!-- Meta-data Declarations -->
+ <area>General</area>
+ <workgroup>Internet Engineering Task Force</workgroup>
+
+ <keyword>payments</keyword>
+
+ <abstract>
+
+ <t>This document defines the 'payto' Uniform Resource Identifier (URI) scheme
+ for electronic payment addresses.</t>
+
+ </abstract>
+
+ </front>
+
+ <middle>
+
+ <section anchor="introduction"
+ title="Introduction">
+
+ <t>This document defines the 'payto' Uniform Resource Identifier (URI) scheme
+ for electronic payment addresses. The purpose of this URI scheme is to
+ enable a user to initiate a transfer of funds to the specified address.</t>
+
+ </section>
+
+ <section anchor="wire-transfer-methods"
+ title="Wire Transfer Methods">
+
+ </section>
+
+ </middle>
+
+ <back>
+
+ <references title="Normative References">
+
+ &RFC3986;
+
+ </references>
+
+ <references title="Informative References">
+
+ <reference anchor="Dingledine2004"
+ target="https://www.onion-router.net/Publications/tor-design.pdf">
+ <front>
+ <title>Tor: the second-generation onion router</title>
+ <author initials="R.D." fullname="Roger Dingledine" surname="Dingledine">
+ <organization>The Free Haven Project</organization>
+ </author>
+ <author initials="N.M." fullname="Nick Mathewson" surname="Mathewson">
+ <organization>The Free Haven Project</organization>
+ </author>
+ <author initials="P.S." fullname="Paul Syverson" surname="Syverson">
+ <organization>Naval Research Lab</organization>
+ </author>
+ <date year="2004" />
+ </front>
+ </reference>
+
+ </references>
+
+ <!-- Change Log
+
+v00 2017-01-17 HOW Initial version
+ -->
+ </back>
+</rfc>