Commit graph

19 commits

Author SHA1 Message Date
81ed005891 [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-11-02 14:58:17 +01:00
4f04b14a2b [tutorial 021] A sub family (config and doc) 2024-11-02 14:58:17 +01:00
f0c113e63a [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-11-02 14:58:16 +01:00
512d29d9d6 [tutorial 020] A family (config and doc) 2024-11-02 14:58:16 +01:00
297fd1b9bc [tutorial 014] Choice type is optional
The type is optional in choice type (if we have choices attributes, it's a choice option).
2024-11-02 14:58:15 +01:00
fd787c29b3 [tutorial 014] Choice type is optional (config and doc) 2024-11-02 14:58:15 +01:00
b497508f33 [tutorial 013] A variable with type "choice"
"Foo" should not be an option to the "proxy_mode" variable.

Now the "proxy_mode" type is "choice", that means that there is a list of available values that can be selected.

We say that the "proxy_mode" variable is constrained (by choices): this variable accept, in fact, only a list of choices.
2024-11-02 14:58:14 +01:00
675ff794bc [tutorial 013] A variable with type "choice" (config and doc) 2024-11-02 14:58:14 +01:00
a1969abccd [tutorial 012] A default value
Now we can define the default value of this variable.

If the user doesn't touch this variable's value, the value is "No proxy"

As user intervention is no more required, so the variable change it's default mode too (from "basic" to "standard").
2024-11-02 14:58:14 +01:00
01e92c97b8 [tutorial 012] A default value (config and doc) 2024-11-02 14:58:13 +01:00
fd8fd30209 [tutorial 011] The variable description
We can add a description to this first variable.

This information is useful for:

- documentation
- error message
- help user to known which value to set to this variable (for example with [the user data plugin Questionary](https://forge.cloud.silique.fr/gnunux/rougail-user-data-questionary)).
2024-11-02 14:58:13 +01:00
d0a9b40bec [tutorial 011] The variable description (config and doc) 2024-11-02 14:58:13 +01:00
da86875b6f [tutorial 010] A first variable with only a name 2024-11-02 14:58:12 +01:00
a459cf9dc4 [tutorial 010] A first variable with only a name (config and doc) 2024-11-02 14:58:12 +01:00
20f1849bff [tutorial 001] The format version in commandline 2024-11-02 14:58:11 +01:00
016b8c6592 [tutorial 001] The format version in commandline (config and doc) 2024-11-02 14:58:11 +01:00
30c2219328 [tutorial 000] A structured file with format version 2024-11-02 14:58:10 +01:00
3aa036398c [tutorial 000] A structured file with format version (config and doc) 2024-11-02 14:58:10 +01:00
52bea54120 [init] Discover Rougail 2024-11-02 14:58:09 +01:00