Commit graph

10 commits

Author SHA1 Message Date
e1d3a9173f [tutorial 029] Type variable is optional 2024-10-23 20:01:27 +02:00
d901f84ab2 [tutorial 028] A conditional disabled family with a variable 2024-10-23 20:01:26 +02:00
da33679ac5 [tutorial 027] A disabled family 2024-10-23 20:01:25 +02:00
62dd95dac1 [tutorial 026] A variable with type "port" 2024-10-23 20:01:24 +02:00
60b12308fb [tutorial 025] A variable with type's parameters 2024-10-23 20:01:23 +02:00
bdc8c31653 [tutorial 024] A variable with type "domainname" 2024-10-23 20:01:21 +02:00
8ac3fb012a [tutorial 023] Family type is optional 2024-10-23 20:01:20 +02:00
577a518c0e [tutorial 022] A variable inside sub family 2024-10-23 20:01:19 +02:00
ce617110b9 [tutorial 021] A sub family
Inside a family, we can have variables or families.

The "type" for family "manual" became unecessary because container an other family, so it's not a variable.

In disabled attribute, it's better tu use relative path (we will see the reason in an other slide).
2024-10-23 20:01:18 +02:00
a044459cc1 [tutorial 020] A family
The "manual" mode structural descriptions are write in a new files to separate things. But Rougail will concatenate variables and families.

We create a family, which will contain other variables.

This family has:

- a description
- a type

As there is no variable inside this family, the type is mandatory. Without it, Rougail will create a variable.

In fact, this family will be deleted by Rougail too because it is empty.
2024-10-23 20:01:17 +02:00