bind9/doc/notes
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
..
notes-9.19.0.rst Prepare release notes for BIND 9.19.0 2022-04-11 10:05:50 +02:00
notes-9.19.1.rst Add hyperlinks to all unique statement names 2022-07-04 15:50:50 +02:00
notes-9.19.2.rst Add hyperlinks to all unique statement names 2022-07-04 15:50:50 +02:00
notes-current.rst Add CHANGES entry and release note for GL #2147 2022-06-30 15:24:08 +02:00