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
..
2022-07-04 12:39:43 +02:00
2022-06-02 17:13:19 +02:00
2020-01-13 11:08:18 +01:00
2020-05-07 16:02:56 +02:00
2022-07-04 15:50:50 +02:00
2022-05-11 10:51:26 +02:00
2022-07-04 15:50:50 +02:00
2022-05-11 10:51:26 +02:00
2022-05-11 10:51:26 +02:00
2022-05-11 10:51:26 +02:00
2022-05-11 10:51:26 +02:00
2022-06-22 13:37:18 +02:00
2022-06-22 13:37:18 +02:00
2022-06-22 13:37:18 +02:00
2022-05-11 10:51:26 +02:00
2022-05-11 10:51:26 +02:00
2022-07-01 08:59:22 +02:00
2022-06-24 08:12:52 +02:00
2022-06-24 08:12:52 +02:00
2022-07-04 15:50:50 +02:00
2022-07-04 15:50:50 +02:00
2022-07-04 15:50:50 +02:00
2022-05-11 10:51:26 +02:00
2022-05-11 10:51:26 +02:00
2022-05-11 10:51:26 +02:00
2022-05-11 10:51:26 +02:00
2022-05-11 10:51:26 +02:00
2022-05-11 10:51:26 +02:00
2022-05-11 10:51:26 +02:00
2022-07-04 15:50:50 +02:00
2022-07-04 15:50:50 +02:00
2022-03-14 10:46:36 +01:00
2022-01-11 09:05:02 +01:00
2022-05-11 10:51:26 +02:00
2022-05-11 10:51:26 +02:00
2022-05-11 10:51:26 +02:00
2022-06-24 08:12:52 +02:00
2020-07-08 02:00:11 +00:00
2022-07-04 15:50:50 +02:00
2022-07-01 08:59:23 +02:00
2022-07-04 15:50:50 +02:00
2022-03-10 20:13:22 +01:00
2022-05-11 10:51:26 +02:00
2022-05-11 10:51:26 +02:00
2022-06-15 15:53:59 +02:00
2022-05-11 10:51:26 +02:00
2022-06-28 17:54:48 +02:00
2022-07-04 15:50:50 +02:00
2022-05-11 10:51:26 +02:00
2022-05-11 10:51:26 +02:00
2022-05-11 10:51:26 +02:00
2022-05-11 10:51:26 +02:00
2022-07-04 15:50:50 +02:00
2022-05-11 10:51:26 +02:00
2022-04-27 14:33:45 +02:00
2022-05-11 10:51:26 +02:00
2022-05-11 10:51:26 +02:00
2022-07-04 15:50:50 +02:00
2022-07-04 15:50:50 +02:00
2022-05-11 10:51:26 +02:00
2022-05-11 10:51:26 +02:00
2022-07-04 15:50:50 +02:00
2022-07-04 15:50:50 +02:00
2022-06-24 08:12:50 +02:00