bind9/doc/notes
Petr Špaček dba86ce710
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 16:08:59 +02:00
..
notes-9.18.0.rst Add hyperlinks to all unique statement names 2022-07-04 16:08:59 +02:00
notes-9.18.1.rst Add hyperlinks to all unique statement names 2022-07-04 16:08:59 +02:00
notes-9.18.2.rst Add hyperlinks to all unique statement names 2022-07-04 16:08:59 +02:00
notes-9.18.3.rst Add hyperlinks to all unique statement names 2022-07-04 16:08:59 +02:00
notes-9.18.4.rst Add hyperlinks to all unique statement names 2022-07-04 16:08:59 +02:00
notes-current.rst Update NSEC3 guidance to match draft-ietf-dnsop-nsec3-guidance-10 2022-06-15 17:57:40 +02:00