Razvan Becheriu
785efcc92a
[ #3333 ] move hook libraries to open source
2025-02-21 21:34:58 +00:00
Thomas Markwalder
d50a97e2f8
[ #1989 ] Fixed JSON
...
Changes to be committed:
modified: doc/sphinx/arm/hooks-ddns-tuning.rst
2024-12-06 12:49:40 +00:00
Thomas Markwalder
b44a370086
[ #1989 ] Updated ARM
...
Changes to be committed:
modified: doc/sphinx/arm/dhcp4-srv.rst
modified: doc/sphinx/arm/hooks-ddns-tuning.rst
2024-12-06 12:49:40 +00:00
Andrei Pavel
62169d8a7d
[ #3263 ] release changes
2024-02-26 10:46:31 +02:00
Andrei Pavel
153ace53c1
[ #2554 ] add notes about each hook library's packaging
...
- Premium libraries were marked as subscription libraries.
That has also been fixed.
2023-06-14 20:26:11 +03:00
Andrei Pavel
aaa3a91b9b
[ #2554 ] add 'ischooklib' anchors and references
2023-06-14 20:26:11 +03:00
Andrei Pavel
a51ab99885
[ #2554 ] add 'isccmd' references
...
The commands used were:
- find doc/sphinx/arm -name '*.rst' | xargs grep -E '^\.\. ' | cut -d ' ' -f 2 | sort -uV | grep _command- > /tmp/commands
- for i in $(cat /tmp/commands); do find doc/sphinx/arm -name '*.rst' | xargs sed -i "s/\`\`${i}\`\` command/\`${i} command <_command-${i}>\`/g"; done
- for i in $(cat /tmp/commands); do find doc/sphinx/arm -name '*.rst' | xargs sed -i "s/\`\`${i}\`\`/\`${i} <_command-${i}>\`/g"; done
- for i in $(cat /tmp/commands); do find doc/sphinx/arm -name '*.rst' | xargs sed -i "s/The \`${i} <_command-${i}>\` Command/The \`\`${i}\`\` Command/g"; done
- for i in $(cat /tmp/commands); do find doc/sphinx/arm -name '*.rst' | xargs sed -i "s/- ${i}/- \`${i} <_command-${i}>\`/g"; done
But they were not perfect. Some manual adjustment was required.
2023-06-14 20:26:11 +03:00
Andrei Pavel
f936be3222
[ #2554 ] add 'iscman' references
...
The commands used were:
- find doc/sphinx/man -name '*.rst' | xargs grep -F '.. iscman' | cut -d ' ' -f 3 > /tmp/binaries
- for i in $(cat /tmp/binaries); do find doc/sphinx/arm -name '*.rst' | xargs sed -i "s/\`\`${i}\`\`/:iscman:\`${i}\`/g"; done
Manual adjustment was required in a few places to:
- extend title lines
- realign table lines
2023-06-14 20:26:11 +03:00
Razvan Becheriu
50abca6f3f
[ #2827 ] fixed all json examples in arm
2023-05-11 11:30:02 +03:00
Piotrek Zadroga
efb0e6d73b
[ #2838 ] change Int8ToText to lowercase in ARM
2023-05-08 14:47:29 +02:00
Andrei Pavel
2b4ca27b3a
[ #2569 ] add JSON validation to code blocks in ARM
2022-09-23 12:09:23 +00:00
Peter Davies
caaf1bf441
[ #2569 ] fix misplaced colons in ARM JSON examples
2022-09-23 12:09:23 +00:00
Suzanne Goldlust
9e41476c9c
[ #2403 ] Final changes to section header formatting
2022-06-14 14:12:09 -04:00
Suzanne Goldlust
b48fec1b8f
[ #2403 ] Reformat section header
2022-06-14 14:09:03 -04:00
Andrei Pavel
fd3507cfaf
[ #2403 ] fix indentation in ARM note
2022-06-14 14:09:03 -04:00
Suzanne Goldlust
7e261a67a7
Apply 1 suggestion(s) to 1 file(s)
2022-06-14 14:09:03 -04:00
Suzanne Goldlust
10ec144ed4
Apply 1 suggestion(s) to 1 file(s)
2022-06-14 14:09:03 -04:00
Suzanne Goldlust
17f9514ee4
Apply 1 suggestion(s) to 1 file(s)
2022-06-14 14:09:03 -04:00
Suzanne Goldlust
7ed1e6b2c3
Apply 1 suggestion(s) to 1 file(s)
2022-06-14 14:09:03 -04:00
Suzanne Goldlust
f71a698501
[ #2403 ] Editorial review of documentation about hook libraries in the ARM
2022-06-14 14:09:03 -04:00
Andrei Pavel
49bdfd9216
[ #2423 ] release changes: spelling corrections
2022-05-23 14:33:09 +00:00
Thomas Markwalder
818df0fe11
[ #2354 ] Allow test expression for SKIP_DDNS
...
doc/sphinx/arm/hooks-ddns-tuning.rst
src/lib/dhcpsrv/client_class_def.cc
2022-05-19 15:31:35 -04:00
Thomas Markwalder
fdefda9cbe
[ #2354 ] Fixed a typo in ARM
...
modified: hooks-ddns-tuning.rst
2022-05-19 15:31:35 -04:00
Thomas Markwalder
4b79d6a898
[ #2354 ] Added a note to DDNS-tuning section
...
modified: arm/hooks-ddns-tuning.rst
2022-05-19 15:31:35 -04:00
Thomas Markwalder
5c08e702f2
[ #2354 ] Added built-in class "SKIP_DDNS"
...
Added ChangeLog entry
doc/sphinx/arm/hooks-ddns-tuning.rst
doc/sphinx/arm/hooks.rst
Updated ARM
src/lib/dhcpsrv/client_class_def.cc
Added built-in class "SKIP_DDNS"
2022-05-19 15:31:35 -04:00
Tomek Mrugalski
71025ee184
Apply 1 suggestion(s) to 1 file(s)
2022-04-21 14:20:35 +00:00
Razvan Becheriu
47589c8e3e
[ #1548 ] fixed comments and code cleanup
2022-04-21 10:19:20 -04:00
Thomas Markwalder
49eeee7029
[ #1548 ] Revised ddns-tuning v6 rules in ARM
...
modified: hooks-ddns-tuning.rst
2022-04-21 10:19:20 -04:00
Thomas Markwalder
be0cd24054
[ #1548 ] Improved documentation in the ARM
...
modified: arm/hooks-ddns-tuning.rst
2022-04-21 10:19:20 -04:00
Thomas Markwalder
c95f99800b
[ #1548 ] ddns-tuning hook doc changes
...
doc/sphinx/arm/hooks-ddns-tuning.rst
2022-04-21 10:19:19 -04:00
Tomek Mrugalski
f4a4a23dba
[ #1548 ] Doc added for ddns-tuning
2022-04-21 10:19:19 -04:00