diff --git a/README.md b/README.md index b82832cb..4bcd42b8 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,9 @@ - [Summary](https://forge.cloud.silique.fr/stove/rougail-tutorials/src/branch/1.1/README.md) -- [[tutorial v1.1_022] Putting a variable inside of a family or a sub family](https://forge.cloud.silique.fr/stove/rougail-tutorials/src/commit/v1.1_022/README.md) ([diff](https://forge.cloud.silique.fr/stove/rougail-tutorials/compare/v1.1_030~1..v1.1_030)) +- [[tutorial v1.1_030] A variable with type "domainname"](https://forge.cloud.silique.fr/stove/rougail-tutorials/src/commit/v1.1_030/README.md) ([diff](https://forge.cloud.silique.fr/stove/rougail-tutorials/compare/v1.1_031~1..v1.1_031)) -# [tutorial v1.1_030] A variable with type "domainname" +# [tutorial v1.1_031] A variable with type’s parameters -[Read the tutorial "A variable with type "domainname"" in the documentation](https://pedago.gwenaelremond.fr/bribes/rougail/tutorial/types.html#a-variable-with-type-domainname) +[Read the tutorial "A variable with type’s parameters" in the documentation](https://pedago.gwenaelremond.fr/bribes/rougail/tutorial/types.html#a-variable-with-type-s-parameters) ## Screenshot @@ -25,16 +25,16 @@ pip install rougail-cli rougail-output-exporter rougail-output-doc rougail-user- Then switch to the tutorial page: ```shell -git switch --detach v1.1_030 +git switch --detach v1.1_031 ``` ## Structure
-.
- └── firefox
- ├── 00-proxy.yml
- └── 10-manual.yml
+.
+ └── firefox
+ ├── 00-proxy.yml
+ └── 10-manual.yml
🛑 Caution -┗━━ manual (Manual proxy configuration) - ┗━━ http_proxy (HTTP Proxy) - ┗━━ address (HTTP address) - ┣━━ 🛑 the value "192.168.0.1" is an invalid domain name, must not - ┃ be an IP, it has been loading from the YAML file - ┃ "config/02/config.yml" - ┗━━ 🛑 mandatory variable but has no value +diff --git a/tree.html b/tree.html index bbe62faa..4af32127 100644 --- a/tree.html +++ b/tree.html @@ -1,6 +1,6 @@╭──────── Caption ────────╮ +│ Variable Default value │ +│ Modified value │ +╰─────────────────────────╯ +Variables: +┣━━ 📓 proxy_mode (Configure Proxy Access to the Internet): No proxy +┗━━ 📂 manual (Manual proxy configuration) + ┗━━ 📂 http_proxy (HTTP Proxy) + ┗━━ 📓 address (HTTP address): 192.168.0.1 ◀ loaded from the YAML file + "config/02/config.yml"diff --git a/config/02/output_ro.html b/config/02/output_ro.html index 62370be7..dca02a3a 100644 --- a/config/02/output_ro.html +++ b/config/02/output_ro.html @@ -1,9 +1,11 @@ -🛑 Caution -┗━━ manual (Manual proxy configuration) - ┗━━ http_proxy (HTTP Proxy) - ┗━━ address (HTTP address) - ┣━━ 🔔 the value "192.168.0.1" is an invalid domain name, must not - ┃ be an IP, it will be ignored when loading from the YAML file - ┃ "config/02/config.yml" - ┗━━ 🛑 mandatory variable but has no value +diff --git a/config/03/output_ro.html b/config/03/output_ro.html index 10189d01..b02c4736 100644 --- a/config/03/output_ro.html +++ b/config/03/output_ro.html @@ -3,9 +3,9 @@ ┗━━ http_proxy (HTTP Proxy) ┗━━ address (HTTP address) ┣━━ 🔔 the value "not a valid domain name.com" is an invalid domain - ┃ name, must start with lowercase characters followed by lowercase - ┃ characters, number, "-" and "." characters are allowed, it will - ┃ be ignored when loading from the YAML file - ┃ "config/03/config.yml" + ┃ name, could be a IP, otherwise must start with lowercase + ┃ characters followed by lowercase characters, number, "-" and "." + ┃ characters are allowed, it will be ignored when loading from the + ┃ YAML file "config/03/config.yml" ┗━━ 🛑 mandatory variable but has no value╭──────── Caption ────────╮ +│ Variable Default value │ +│ Modified value │ +╰─────────────────────────╯ +Variables: +┣━━ 📓 proxy_mode (Configure Proxy Access to the Internet): No proxy +┗━━ 📂 manual (Manual proxy configuration) + ┗━━ 📂 http_proxy (HTTP Proxy) + ┗━━ 📓 address (HTTP address): 192.168.0.1 ◀ loaded from the YAML file + "config/02/config.yml"diff --git a/config/03/output_invalid.html b/config/03/output_invalid.html index b0b8e3bb..e3ef4da5 100644 --- a/config/03/output_invalid.html +++ b/config/03/output_invalid.html @@ -3,8 +3,9 @@ ┗━━ http_proxy (HTTP Proxy) ┗━━ address (HTTP address) ┣━━ 🛑 the value "not a valid domain name.com" is an invalid domain - ┃ name, must start with lowercase characters followed by lowercase - ┃ characters, number, "-" and "." characters are allowed, it has - ┃ been loading from the YAML file "config/03/config.yml" + ┃ name, could be a IP, otherwise must start with lowercase + ┃ characters followed by lowercase characters, number, "-" and "." + ┃ characters are allowed, it has been loading from the YAML file + ┃ "config/03/config.yml" ┗━━ 🛑 mandatory variable but has no value
-.
- └── firefox
- ├── 00-proxy.yml
- └── 10-manual.yml
+.
+ └── firefox
+ ├── 00-proxy.yml
+ └── 10-manual.yml