aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Schanzenbach <schanzen@gnunet.org>2023-08-28 20:53:53 +0200
committerMartin Schanzenbach <schanzen@gnunet.org>2023-08-28 20:53:53 +0200
commit22152c59c598cedd8ab5333e60f9e5848d4b26d6 (patch)
tree990ae5dffd8fd36ffd89876585dfe86ee9718b9b
parentab4c1315d78782597afadccb73f9ec3fdec24529 (diff)
downloadgana-22152c59c598cedd8ab5333e60f9e5848d4b26d6.tar.gz
gana-22152c59c598cedd8ab5333e60f9e5848d4b26d6.zip
add dot alt rst
-rw-r--r--dot-alt/Makefile15
-rw-r--r--dot-alt/registry.rec2
-rw-r--r--dot-alt/rst.header4
-rw-r--r--dot-alt/rst.template10
4 files changed, 29 insertions, 2 deletions
diff --git a/dot-alt/Makefile b/dot-alt/Makefile
index e18d279..8e8aecb 100644
--- a/dot-alt/Makefile
+++ b/dot-alt/Makefile
@@ -1,6 +1,19 @@
1all: check 1FILES=dot_alt.rst
2all: check $(FILES)
2 3
3check: 4check:
4 recfix --check registry.rec 5 recfix --check registry.rec
5 6
7distclean:
8
9 rm -f *.tmp
10clean:
11 rm -f $(FILES) *.tmp
12
13dot_alt.rst.tmp: registry.rec rst.template
14 ../format.sh rst.template < registry.rec > $@
15
16dot_alt.rst: rst.header dot_alt.rst.tmp
17 cat rst.header dot_alt.rst.tmp > $@
18
6.PHONY: check 19.PHONY: check
diff --git a/dot-alt/registry.rec b/dot-alt/registry.rec
index cebf902..f1f97fa 100644
--- a/dot-alt/registry.rec
+++ b/dot-alt/registry.rec
@@ -19,7 +19,7 @@ Label: gns
19UnicodeLabel: gns 19UnicodeLabel: gns
20Contact: Martin Schanzenbach <schanzen@gnunet.org> 20Contact: Martin Schanzenbach <schanzen@gnunet.org>
21References: RFC XXXX 21References: RFC XXXX
22Description: The GNU Name System 22Description: The .alt subdomain for GNS
23 23
24# Unreserved unicode example 24# Unreserved unicode example
25Label: xn--fsq 25Label: xn--fsq
diff --git a/dot-alt/rst.header b/dot-alt/rst.header
new file mode 100644
index 0000000..201d261
--- /dev/null
+++ b/dot-alt/rst.header
@@ -0,0 +1,4 @@
1Registry for .alt subdomains
2----------------------------
3
4
diff --git a/dot-alt/rst.template b/dot-alt/rst.template
new file mode 100644
index 0000000..75c0f48
--- /dev/null
+++ b/dot-alt/rst.template
@@ -0,0 +1,10 @@
1
2
3=================== ===========================================================
4Label {{Label}}
5------------------- -----------------------------------------------------------
6Contact {{Contact}}
7References {{References}}
8Description {{Description}}
9=================== ===========================================================
10