commit 446d8321473951f6dc8ff89be61a2e5589355f33 Author: Emmanuel Garette Date: Thu Jan 8 20:21:49 2026 +0100 [init] Discover Rougail diff --git a/README.md b/README.md new file mode 100644 index 0000000..60bbbf4 --- /dev/null +++ b/README.md @@ -0,0 +1,25 @@ +## 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 0000000..050f837 Binary files /dev/null and b/firefox.png differ diff --git a/foxyproxy.png b/foxyproxy.png new file mode 100644 index 0000000..418dad0 Binary files /dev/null and b/foxyproxy.png differ diff --git a/install.txt b/install.txt new file mode 100644 index 0000000..7f2478c --- /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