No description
Find a file
2025-11-07 06:37:56 +01:00
firefox.png Summary 2025-11-07 06:37:56 +01:00
foxyproxy.png [init] Discover Rougail 2025-11-07 06:37:05 +01:00
README.md Summary 2025-11-07 06:37:56 +01:00

Description

This tutorial shows to you an example of Rougail use on how to set a proxy in the Mozilla Firefox browser.

More precisely, this tutorial aims at reproducing this Mozilla Firefox settings page:

Firefox Proxy setting

And the integration of part of the Firefox FoxyProxy plugin.

The idea is to have a namespace specific to FoxyProxy and to find in it part of the settings that we will have made in the main namespace.

This is what the page looks like:

Foxyproxy Proxy setting

Installation

# git clone -b 1.1 https://forge.cloud.silique.fr/stove/rougail-tutorials.git
# cd rougail-tutorials
# python -m venv rougail
# . rougail/bin/activate
# pip install rougail-cli rougail-output-exporter rougail-output-doc rougail-user-data-file

Summary

Each step is a separerate commit. You can navigate to history to discover different aspect to the Rougail format.