commit 32275873c070a903f16c6afafcb3dc6a9acc898c Author: Emmanuel Garette Date: Sat Apr 18 21:45:41 2026 +0200 [init] Discover Rougail diff --git a/README.md b/README.md new file mode 100644 index 00000000..1dc2888b --- /dev/null +++ b/README.md @@ -0,0 +1,21 @@ +## Screenshot +Firefox Proxy setting + + +## Clone and install + +To test this tutorial, you need to download this repository and install Rougail: + +```shell +git clone -b 1.1 https://forge.cloud.silique.fr/stove/rougail-tutorials.git +cd rougail-tutorials +python -m venv venv_rougail +. venv_rougail/bin/activate +pip install rougail-cli rougail-output-exporter rougail-output-doc rougail-user-data-yaml +``` + +Then switch to the tutorial page: + +```shell +git switch --detach 1.1 +``` diff --git a/firefox.png b/firefox.png new file mode 100644 index 00000000..050f837f Binary files /dev/null and b/firefox.png differ diff --git a/foxyproxy.png b/foxyproxy.png new file mode 100644 index 00000000..418dad01 Binary files /dev/null and b/foxyproxy.png differ diff --git a/install.txt b/install.txt new file mode 100644 index 00000000..7f2478c9 --- /dev/null +++ b/install.txt @@ -0,0 +1,5 @@ +git clone -b 1.1 https://forge.cloud.silique.fr/stove/rougail-tutorials.git +cd rougail-tutorials +python -m venv venv_rougail +. venv_rougail/bin/activate +pip install rougail-cli rougail-output-exporter rougail-output-doc rougail-user-data-yaml