commit 22152c59c598cedd8ab5333e60f9e5848d4b26d6
parent ab4c1315d78782597afadccb73f9ec3fdec24529
Author: Martin Schanzenbach <schanzen@gnunet.org>
Date: Mon, 28 Aug 2023 20:53:53 +0200
add dot alt rst
Diffstat:
4 files changed, 29 insertions(+), 2 deletions(-)
diff --git a/dot-alt/Makefile b/dot-alt/Makefile
@@ -1,6 +1,19 @@
-all: check
+FILES=dot_alt.rst
+all: check $(FILES)
check:
recfix --check registry.rec
+distclean:
+
+ rm -f *.tmp
+clean:
+ rm -f $(FILES) *.tmp
+
+dot_alt.rst.tmp: registry.rec rst.template
+ ../format.sh rst.template < registry.rec > $@
+
+dot_alt.rst: rst.header dot_alt.rst.tmp
+ cat rst.header dot_alt.rst.tmp > $@
+
.PHONY: check
diff --git a/dot-alt/registry.rec b/dot-alt/registry.rec
@@ -19,7 +19,7 @@ Label: gns
UnicodeLabel: gns
Contact: Martin Schanzenbach <schanzen@gnunet.org>
References: RFC XXXX
-Description: The GNU Name System
+Description: The .alt subdomain for GNS
# Unreserved unicode example
Label: xn--fsq
diff --git a/dot-alt/rst.header b/dot-alt/rst.header
@@ -0,0 +1,4 @@
+Registry for .alt subdomains
+----------------------------
+
+
diff --git a/dot-alt/rst.template b/dot-alt/rst.template
@@ -0,0 +1,10 @@
+
+
+=================== ===========================================================
+Label {{Label}}
+------------------- -----------------------------------------------------------
+Contact {{Contact}}
+References {{References}}
+Description {{Description}}
+=================== ===========================================================
+