bind9/doc/dnssec-guide
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
..
img Add the ISC DNSSEC Guide as a BIND 9 ARM appendix 2021-01-08 13:12:20 +01:00
advanced-discussions.rst Add hyperlinks to all unique statement names 2022-07-04 15:50:50 +02:00
commonly-asked-questions.rst Add hyperlinks to all unique statement names 2022-07-04 15:50:50 +02:00
getting-started.rst Update Authoritative Server Hardware requirements in DNSSEC Guide 2022-06-14 18:08:22 +02:00
introduction.rst Minor DNSSEC guide tweaks 2022-05-11 10:51:26 +02:00
preface.rst Update the copyright information in all files in the repository 2022-01-11 09:05:02 +01:00
recipes.rst Add hyperlinks to all unique statement names 2022-07-04 15:50:50 +02:00
signing.rst Add hyperlinks to all unique statement names 2022-07-04 15:50:50 +02:00
troubleshooting.rst Add hyperlinks to all unique statement names 2022-07-04 15:50:50 +02:00
validation.rst Add hyperlinks to all unique statement names 2022-07-04 15:50:50 +02:00