rougail/docs/tutorial/index.rst

46 lines
1.5 KiB
ReStructuredText
Raw Normal View History

2024-10-14 14:05:23 +02:00
Tutorial with a real world sample
=====================================
2025-02-03 20:20:15 +01:00
Here is a fairly complete tutorial, this is a use case that comes from the real world.
At the end of the tutorial you will have a good understanding of rougail.
2024-10-14 14:05:23 +02:00
2024-10-21 18:28:34 +02:00
.. objectives:: Configuring (the setting of) your favorite web browser
2024-10-14 14:05:23 +02:00
This tutorial will show you an example of Rougail use based on the
2025-02-03 20:20:15 +01:00
*how to set a proxy* in the `Mozilla Firefox <https://www.mozilla.org/en-US/firefox/new/>`_ browser
2024-10-14 14:05:23 +02:00
use case.
2025-02-03 20:20:15 +01:00
More precisely, this tutorial aims at reproducing :term:`variable`\ s behind this Mozilla Firefox settings page:
2024-10-14 14:05:23 +02:00
2024-10-21 18:28:34 +02:00
.. image:: images/firefox.png
2025-02-03 20:20:15 +01:00
We'll call the variables **configuration options** since that's what the variables represent in this case.
.. attention:: We are not coding a firefox plugin here.
2024-10-14 14:05:23 +02:00
We are just going to handle some of the firefox configuration settings
with Rougail.
2024-10-28 21:08:22 +01:00
Presentation of the firefox option configuration variables
2024-10-14 14:05:23 +02:00
-----------------------------------------------------------
2025-02-03 20:20:15 +01:00
Let's dive into this **configuration options validation** use case.
The values entered by the user have to be
- validated
- consitent.
2024-10-14 14:05:23 +02:00
2025-02-03 20:20:15 +01:00
At first glance we can see that we have a selection of five configuration options values that we need to fill in (they are highlighted here in this screenshot):
2024-10-14 14:05:23 +02:00
.. image:: images/firefox_01.png
.. toctree::
:titlesonly:
:caption: The firefox tutorial steps
2024-10-15 18:17:21 +02:00
:hidden:
2024-10-14 14:05:23 +02:00
2024-10-14 19:17:44 +02:00
preliminary
2024-10-15 18:17:21 +02:00
proxymode
2024-10-14 14:05:23 +02:00
tutorial