Skip to content

Commit

Permalink
fix MD007/ul-indent Unordered list indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
linuxmaniac committed Feb 29, 2024
1 parent 4241ddd commit 2eed047
Show file tree
Hide file tree
Showing 110 changed files with 2,028 additions and 2,030 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,24 +2,24 @@

*Kamailio Wiki with content in markdown format.*

- **[Browse Wiki HTML Pages On Kamailio.Org](https://www.kamailio.org/wikidocs/)**
- **[Browse Wiki HTML Pages On Kamailio.Org](https://www.kamailio.org/wikidocs/)**

- **[Browse Wiki Pages On Github](docs/index.md)**
- **[Browse Wiki Pages On Github](docs/index.md)**

Initial content was converted from the Dokuwiki at:

- https://www.kamailio.org/wiki/
- https://www.kamailio.org/wiki/

## Support ##

To update the content, make a pull request at:

- https://github.com/kamailio/kamailio-wiki
- https://github.com/kamailio/kamailio-wiki

The wiki pages are inside the **[docs/](docs/)** folder.

Questions and discussions about the wiki content have to be done via our mailing list:

- [sr-users (at) lists.kamailio.org](https://lists.kamailio.org/mailman3/postorius/lists/sr-users.lists.kamailio.org/)
- [sr-users (at) lists.kamailio.org](https://lists.kamailio.org/mailman3/postorius/lists/sr-users.lists.kamailio.org/)

*Thanks for flying Kamailio!*
6 changes: 3 additions & 3 deletions docs/cookbooks/3.2.x/core.md
Original file line number Diff line number Diff line change
Expand Up @@ -174,11 +174,11 @@ route {
<!-- -->

- notes:
- multilines defines are reduced to single line, so line counter
- multilines defines are reduced to single line, so line counter
should be fine
- column counter goes inside the define value, but you have to
- column counter goes inside the define value, but you have to
omit the '\\' and CR for the accurate inside-define position
- text on the same line as the directive will cause problems. Keep
- text on the same line as the directive will cause problems. Keep
the directive lines clean and only comment on a line before or
after.

Expand Down
4 changes: 2 additions & 2 deletions docs/cookbooks/3.2.x/pseudovariables.md
Original file line number Diff line number Diff line change
Expand Up @@ -961,8 +961,8 @@ The “key” can be:

- name - id to refer the documet
- spec - specifier:
- doc - set/get the document as text
- xpath:xpath-expression - evaluate xpath expression
- doc - set/get the document as text
- xpath:xpath-expression - evaluate xpath expression

Example:

Expand Down
8 changes: 4 additions & 4 deletions docs/cookbooks/3.2.x/transformations.md
Original file line number Diff line number Diff line change
Expand Up @@ -407,9 +407,9 @@ The prototype is:
- replacement_expression - substitution expression with back
references to matched tokes: \\1, \\2, ..., \\9
- flags:
- i - match ignore case
- s - match within multi-lines strings
- g - replace all matches
- i - match ignore case
- s - match within multi-lines strings
- g - replace all matches

## SQL Transformations

Expand All @@ -430,7 +430,7 @@ This transformation outputs valid SQL values for various PV values:
$avp(str) = "String with \ illegal \\characters";
$avp(nr) = 12345;
$avp(strnr) = "12345";

xlog("$$rm = $rm = $(rm{s.sql})");
xlog("$$var(null) = $var(null) = $(var(null){s.sql})");
xlog("$$avp(null) = $avp(null) = $(avp(null){s.sql})");
Expand Down
6 changes: 3 additions & 3 deletions docs/cookbooks/3.3.x/core.md
Original file line number Diff line number Diff line change
Expand Up @@ -174,11 +174,11 @@ route {
<!-- -->

- notes:
- multilines defines are reduced to single line, so line counter
- multilines defines are reduced to single line, so line counter
should be fine
- column counter goes inside the define value, but you have to
- column counter goes inside the define value, but you have to
omit the '\\' and CR for the accurate inside-define position
- text on the same line as the directive will cause problems. Keep
- text on the same line as the directive will cause problems. Keep
the directive lines clean and only comment on a line before or
after.

Expand Down
4 changes: 2 additions & 2 deletions docs/cookbooks/3.3.x/pseudovariables.md
Original file line number Diff line number Diff line change
Expand Up @@ -1001,8 +1001,8 @@ The “key” can be:

- name - id to refer the documet
- spec - specifier:
- doc - set/get the document as text
- xpath:xpath-expression - evaluate xpath expression
- doc - set/get the document as text
- xpath:xpath-expression - evaluate xpath expression

Example:

Expand Down
8 changes: 4 additions & 4 deletions docs/cookbooks/3.3.x/transformations.md
Original file line number Diff line number Diff line change
Expand Up @@ -511,9 +511,9 @@ The prototype is:
- replacement_expression - substitution expression with back
references to matched tokes: \\1, \\2, ..., \\9
- flags:
- i - match ignore case
- s - match within multi-lines strings
- g - replace all matches
- i - match ignore case
- s - match within multi-lines strings
- g - replace all matches
## SQL Transformations
Expand All @@ -534,7 +534,7 @@ This transformation outputs valid SQL values for various PV values:
$avp(str) = "String with \ illegal \\characters";
$avp(nr) = 12345;
$avp(strnr) = "12345";
xlog("$$rm = $rm = $(rm{s.sql})");
xlog("$$var(null) = $var(null) = $(var(null){s.sql})");
xlog("$$avp(null) = $avp(null) = $(avp(null){s.sql})");
Expand Down
6 changes: 3 additions & 3 deletions docs/cookbooks/4.0.x/core.md
Original file line number Diff line number Diff line change
Expand Up @@ -174,11 +174,11 @@ route {
<!-- -->

- notes:
- multilines defines are reduced to single line, so line counter
- multilines defines are reduced to single line, so line counter
should be fine
- column counter goes inside the define value, but you have to
- column counter goes inside the define value, but you have to
omit the '\\' and CR for the accurate inside-define position
- text on the same line as the directive will cause problems. Keep
- text on the same line as the directive will cause problems. Keep
the directive lines clean and only comment on a line before or
after.

Expand Down
4 changes: 2 additions & 2 deletions docs/cookbooks/4.0.x/pseudovariables.md
Original file line number Diff line number Diff line change
Expand Up @@ -1064,8 +1064,8 @@ The “key” can be:

- name - id to refer the documet
- spec - specifier:
- doc - set/get the document as text
- xpath:xpath-expression - evaluate xpath expression
- doc - set/get the document as text
- xpath:xpath-expression - evaluate xpath expression

Example:

Expand Down
8 changes: 4 additions & 4 deletions docs/cookbooks/4.0.x/transformations.md
Original file line number Diff line number Diff line change
Expand Up @@ -511,9 +511,9 @@ The prototype is:
- replacement_expression - substitution expression with back
references to matched tokes: \\1, \\2, ..., \\9
- flags:
- i - match ignore case
- s - match within multi-lines strings
- g - replace all matches
- i - match ignore case
- s - match within multi-lines strings
- g - replace all matches

## SQL Transformations

Expand All @@ -534,7 +534,7 @@ This transformation outputs valid SQL values for various PV values:
$avp(str) = "String with \ illegal \\characters";
$avp(nr) = 12345;
$avp(strnr) = "12345";

xlog("$$rm = $rm = $(rm{s.sql})");
xlog("$$var(null) = $var(null) = $(var(null){s.sql})");
xlog("$$avp(null) = $avp(null) = $(avp(null){s.sql})");
Expand Down
6 changes: 3 additions & 3 deletions docs/cookbooks/4.1.x/core.md
Original file line number Diff line number Diff line change
Expand Up @@ -174,11 +174,11 @@ route {
<!-- -->

- notes:
- multilines defines are reduced to single line, so line counter
- multilines defines are reduced to single line, so line counter
should be fine
- column counter goes inside the define value, but you have to
- column counter goes inside the define value, but you have to
omit the '\\' and CR for the accurate inside-define position
- text on the same line as the directive will cause problems. Keep
- text on the same line as the directive will cause problems. Keep
the directive lines clean and only comment on a line before or
after.

Expand Down
14 changes: 7 additions & 7 deletions docs/cookbooks/4.1.x/pseudovariables.md
Original file line number Diff line number Diff line change
Expand Up @@ -1092,8 +1092,8 @@ The “key” can be:

- name - id to refer the documet
- spec - specifier:
- doc - set/get the document as text
- xpath:xpath-expression - evaluate xpath expression
- doc - set/get the document as text
- xpath:xpath-expression - evaluate xpath expression

Example:

Expand Down Expand Up @@ -1475,12 +1475,12 @@ dns_query(hostname, pvid) function from ipops module.

- pvid can be any string
- key can be:
- count - number of addresses
- ipv4 - set to 1 if at least one ipv4 address (otherwise 0)
- ipv6 - set to 1 if at least one ipv6 address (otherwise 0)
- addr\[index\] - the address as string from position index in the
- count - number of addresses
- ipv4 - set to 1 if at least one ipv4 address (otherwise 0)
- ipv6 - set to 1 if at least one ipv6 address (otherwise 0)
- addr\[index\] - the address as string from position index in the
list (0 based indexing)
- type\[index\] - the type of address from position index in the
- type\[index\] - the type of address from position index in the
list (0 based indexing), the value is 4 for ipv4 and 6 for ipv6

The index can be an integer or a variable with integer value. First
Expand Down
8 changes: 4 additions & 4 deletions docs/cookbooks/4.1.x/transformations.md
Original file line number Diff line number Diff line change
Expand Up @@ -535,9 +535,9 @@ The prototype is:
- replacement_expression - substitution expression with back
references to matched tokes: \\1, \\2, ..., \\9
- flags:
- i - match ignore case
- s - match within multi-lines strings
- g - replace all matches
- i - match ignore case
- s - match within multi-lines strings
- g - replace all matches

## SQL Transformations

Expand All @@ -558,7 +558,7 @@ This transformation outputs valid SQL values for various PV values:
$avp(str) = "String with \ illegal \\characters";
$avp(nr) = 12345;
$avp(strnr) = "12345";

xlog("$$rm = $rm = $(rm{s.sql})");
xlog("$$var(null) = $var(null) = $(var(null){s.sql})");
xlog("$$avp(null) = $avp(null) = $(avp(null){s.sql})");
Expand Down
6 changes: 3 additions & 3 deletions docs/cookbooks/4.2.x/core.md
Original file line number Diff line number Diff line change
Expand Up @@ -174,11 +174,11 @@ route {
<!-- -->

- notes:
- multilines defines are reduced to single line, so line counter
- multilines defines are reduced to single line, so line counter
should be fine
- column counter goes inside the define value, but you have to
- column counter goes inside the define value, but you have to
omit the '\\' and CR for the accurate inside-define position
- text on the same line as the directive will cause problems. Keep
- text on the same line as the directive will cause problems. Keep
the directive lines clean and only comment on a line before or
after.

Expand Down
14 changes: 7 additions & 7 deletions docs/cookbooks/4.2.x/pseudovariables.md
Original file line number Diff line number Diff line change
Expand Up @@ -1122,8 +1122,8 @@ The “key” can be:

- name - id to refer the documet
- spec - specifier:
- doc - set/get the document as text
- xpath:xpath-expression - evaluate xpath expression
- doc - set/get the document as text
- xpath:xpath-expression - evaluate xpath expression

Example:

Expand Down Expand Up @@ -1611,12 +1611,12 @@ dns_query(hostname, pvid) function from ipops module.

- pvid can be any string
- key can be:
- count - number of addresses
- ipv4 - set to 1 if at least one ipv4 address (otherwise 0)
- ipv6 - set to 1 if at least one ipv6 address (otherwise 0)
- addr\[index\] - the address as string from position index in the
- count - number of addresses
- ipv4 - set to 1 if at least one ipv4 address (otherwise 0)
- ipv6 - set to 1 if at least one ipv6 address (otherwise 0)
- addr\[index\] - the address as string from position index in the
list (0 based indexing)
- type\[index\] - the type of address from position index in the
- type\[index\] - the type of address from position index in the
list (0 based indexing), the value is 4 for ipv4 and 6 for ipv6

The index can be an integer or a variable with integer value. First
Expand Down
6 changes: 3 additions & 3 deletions docs/cookbooks/4.2.x/transformations.md
Original file line number Diff line number Diff line change
Expand Up @@ -553,9 +553,9 @@ The prototype is:
- replacement_expression - substitution expression with back
references to matched tokes: \\1, \\2, ..., \\9
- flags:
- i - match ignore case
- s - match within multi-lines strings
- g - replace all matches
- i - match ignore case
- s - match within multi-lines strings
- g - replace all matches

## SQL Transformations

Expand Down
6 changes: 3 additions & 3 deletions docs/cookbooks/4.3.x/core.md
Original file line number Diff line number Diff line change
Expand Up @@ -174,11 +174,11 @@ route {
<!-- -->

- notes:
- multilines defines are reduced to single line, so line counter
- multilines defines are reduced to single line, so line counter
should be fine
- column counter goes inside the define value, but you have to
- column counter goes inside the define value, but you have to
omit the '\\' and CR for the accurate inside-define position
- text on the same line as the directive will cause problems. Keep
- text on the same line as the directive will cause problems. Keep
the directive lines clean and only comment on a line before or
after.

Expand Down
14 changes: 7 additions & 7 deletions docs/cookbooks/4.3.x/pseudovariables.md
Original file line number Diff line number Diff line change
Expand Up @@ -1360,8 +1360,8 @@ The “key” can be:

- name - id to refer the documet
- spec - specifier:
- doc - set/get the document as text
- xpath:xpath-expression - evaluate xpath expression
- doc - set/get the document as text
- xpath:xpath-expression - evaluate xpath expression

Example:

Expand Down Expand Up @@ -1973,12 +1973,12 @@ dns_query(hostname, pvid) function from ipops module.

- pvid can be any string
- key can be:
- count - number of addresses
- ipv4 - set to 1 if at least one ipv4 address (otherwise 0)
- ipv6 - set to 1 if at least one ipv6 address (otherwise 0)
- addr\[index\] - the address as string from position index in the
- count - number of addresses
- ipv4 - set to 1 if at least one ipv4 address (otherwise 0)
- ipv6 - set to 1 if at least one ipv6 address (otherwise 0)
- addr\[index\] - the address as string from position index in the
list (0 based indexing)
- type\[index\] - the type of address from position index in the
- type\[index\] - the type of address from position index in the
list (0 based indexing), the value is 4 for ipv4 and 6 for ipv6

The index can be an integer or a variable with integer value. First
Expand Down
8 changes: 4 additions & 4 deletions docs/cookbooks/4.3.x/transformations.md
Original file line number Diff line number Diff line change
Expand Up @@ -563,9 +563,9 @@ The prototype is:
- replacement_expression - substitution expression with back
references to matched tokes: \\1, \\2, ..., \\9
- flags:
- i - match ignore case
- s - match within multi-lines strings
- g - replace all matches
- i - match ignore case
- s - match within multi-lines strings
- g - replace all matches

## SQL Transformations

Expand All @@ -586,7 +586,7 @@ This transformation outputs valid SQL values for various PV values:
$avp(str) = "String with \ illegal \\characters";
$avp(nr) = 12345;
$avp(strnr) = "12345";

xlog("$$rm = $rm = $(rm{s.sql})");
xlog("$$var(null) = $var(null) = $(var(null){s.sql})");
xlog("$$avp(null) = $avp(null) = $(avp(null){s.sql})");
Expand Down
6 changes: 3 additions & 3 deletions docs/cookbooks/4.4.x/core.md
Original file line number Diff line number Diff line change
Expand Up @@ -373,11 +373,11 @@ route {
<!-- -->

- notes:
- multilines defines are reduced to single line, so line counter
- multilines defines are reduced to single line, so line counter
should be fine
- column counter goes inside the define value, but you have to
- column counter goes inside the define value, but you have to
omit the '\\' and CR for the accurate inside-define position
- text on the same line as the directive will cause problems. Keep
- text on the same line as the directive will cause problems. Keep
the directive lines clean and only comment on a line before or
after.

Expand Down
Loading

0 comments on commit 2eed047

Please sign in to comment.