commit e40661f6baec3ca9427e120211e6b8dc02940735 Author: Emmanuel Garette Date: Sat Nov 22 14:13:19 2025 +0100 [init] Discover Rougail diff --git a/README.md b/README.md new file mode 100644 index 00000000..60bbbf4f --- /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 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