Andoni Duarte Pintado
|
84f36eaa83
|
Fix broken option reference in the ARM
|
2025-01-17 22:53:57 +01:00 |
|
Petr Špaček
|
c3fed5ce40
|
Manually hyperlink algorithm, key, options, secret, and server
These statements/block are ambiguos because they occur in named.conf and
rndc.conf as well. All occurences now link link to the matching
definition.
|
2022-07-04 15:50:52 +02:00 |
|
Petr Špaček
|
d101490250
|
Add hyperlinks to all unique statement names
This shell script added hyperlinks to all unique statement names:
UNIQSTATEMENTS=$(\
sort \
<(git grep '.. namedconf:statement::' '*.rst' | sed -e 's/^.*:: //') \
<(git grep '.. rndcconf:statement::' '*.rst' | sed -e 's/^.*:: //') \
| uniq --unique)
ARMFILES=$(git ls-files 'doc/*.rst' | grep -v 'doc/man')
for STATEMENT in $UNIQSTATEMENTS; \
do sed -i -e "s/\`\`$STATEMENT\`\`/:any:\`$STATEMENT\`/g" $ARMFILES; \
done
This needs manual cleanup (see next commit) to fix syntax errors.
|
2022-07-04 15:50:50 +02:00 |
|
Petr Špaček
|
2630cf8e76
|
Resurrect DNS NOTIFY chapter in the ARM
It was accidentally removed in the heat of
25eb91d23c5a2056f36902c90dfe8ca69f6a9400.
|
2022-06-30 18:04:40 +02:00 |
|
Ron Aitchison
|
25eb91d23c
|
Split chapter Advanced DNS Features in the ARM into chapters 5, 6, 7
|
2022-05-11 10:51:26 +02:00 |
|