Commit graph

58 commits

Author SHA1 Message Date
1b2f09b8da [tutorial 004] The variable description (config and doc) 2024-09-07 19:06:29 +02:00
103cb5760b [tutorial 003] A first variable
In the Firefox configuration, it is possible to define several configuration modes,
from no proxy at all ("No proxy") to a kind of automatic configuration mode from a file
("Automatic proxy configuration URL").

We’re gonna create a first variable called "proxy_mode":

- accepts only a string as value
- requires a value (that is, None is not an option)
2024-09-07 19:06:28 +02:00
35480173a8 [tutorial 003] A first variable (config and doc) 2024-09-07 19:06:28 +02:00
7ea014c4a4 [tutorial 002] A first variable
In the Firefox configuration, it is possible to define several configuration modes,
from no proxy at all ("No proxy") to a kind of automatic configuration mode from a file
("Automatic proxy configuration URL").

We’re gonna create a first variable called "proxy_mode":

- accepts only a string as value
- requires a value (that is, None is not an option)
2024-09-07 19:06:27 +02:00
c9186bff17 [tutorial 002] A first variable (config and doc) 2024-09-07 19:06:27 +02:00
cade5ad594 [tutorial 001] An empty file 2024-09-07 19:06:26 +02:00
8146d74bf6 [tutorial 001] An empty file (config and doc) 2024-09-07 19:06:26 +02:00
3ab1f5bc2b [init] Discover Rougail 2024-09-07 19:06:25 +02:00