Regen ENVVARS after section/header tags added

This commit is contained in:
Bill Kendrick 2025-06-08 11:23:14 -07:00
parent 09cb4e769e
commit 858fa75ea5
16 changed files with 1360 additions and 1200 deletions

View file

@ -7,8 +7,6 @@
June 8, 2025 June 8, 2025
-------------------------------------------------------------------------------
Tux Paint understands a number of environment variables, either directly, or Tux Paint understands a number of environment variables, either directly, or
indirectly by the libraries that it utilizes. indirectly by the libraries that it utilizes.

View file

@ -81,6 +81,9 @@
link="#0000FF" link="#0000FF"
vlink="#FF0000" vlink="#FF0000"
alink="#FF00FF"> alink="#FF00FF">
<section class="outer">
<header>
<center> <center>
<h1> <h1>
<img src="../../html/images/tuxpaint-title.png" <img src="../../html/images/tuxpaint-title.png"
@ -98,14 +101,20 @@
<p> <p>
June 8, 2025 </p> June 8, 2025 </p>
</center> </center>
</header>
</section>
<hr> <section class="outer">
<p> <p>
Tux Paint understands a number of environment variables, either directly, or indirectly by the libraries that it utilizes. </p> Tux Paint understands a number of environment variables, either directly, or indirectly by the libraries that it utilizes. </p>
</section>
<section class="indent outer"><!-- H2: Storage-related environment variables -->
<header>
<h2> <h2>
Storage-related environment variables </h2> Storage-related environment variables </h2>
</header>
<dl> <dl>
<dt> <dt>
<code>HOME</code> <code>HOME</code>
@ -154,10 +163,14 @@
<p> <p>
Specifies the location where temporary files may be created. Only used by Tux Paint on Microsoft Windows OSes. Uses "<code>userdata</code>" if not set. </p> Specifies the location where temporary files may be created. Only used by Tux Paint on Microsoft Windows OSes. Uses "<code>userdata</code>" if not set. </p>
</dl> </dl>
</section><!-- H2: Storage-related environment variables -->
<section class="indent outer"><!-- H2: Language-related environment variables -->
<header>
<h2> <h2>
Language-related environment variables </h2> Language-related environment variables </h2>
</header>
<dl> <dl>
<dt> <dt>
<code>LANG</code> <code>LANG</code>
@ -178,9 +191,13 @@
</dd> </dd>
</dl> </dl>
</section><!-- H2: Language-related environment variables -->
<section class="indent outer"><!-- H2: Display-related environment variables -->
<header>
<h2> <h2>
Display-related environment variables </h2> Display-related environment variables </h2>
</header>
<p> <p>
The following are a few of the environment variables supported by Simple DirectMedia Layer (libSDL) &mdash; which Tux Paint utilizes for displaying graphics, playing sounds, and receiving mouse, keyboard, and joystick input &mdash; and which may be useful to users of Tux Paint. </p> The following are a few of the environment variables supported by Simple DirectMedia Layer (libSDL) &mdash; which Tux Paint utilizes for displaying graphics, playing sounds, and receiving mouse, keyboard, and joystick input &mdash; and which may be useful to users of Tux Paint. </p>
@ -202,9 +219,13 @@
</dd> </dd>
</dl> </dl>
</section><!-- H2: Display-related environment variables -->
<section class="indent outer"><!-- H2: Font-related environment variables -->
<header>
<h2> <h2>
Font-related environment variables </h2> Font-related environment variables </h2>
</header>
<p> <p>
Tux Paint uses <cite>FontConfig</cite> (via <cite>Pango</cite>, in turn via <cite>SDL_Pango</cite>) to find fonts that may be used by the "Text" and "Label" tools. </p> Tux Paint uses <cite>FontConfig</cite> (via <cite>Pango</cite>, in turn via <cite>SDL_Pango</cite>) to find fonts that may be used by the "Text" and "Label" tools. </p>
@ -233,6 +254,7 @@
<p class="note"> <p class="note">
<span title="Configuration option">&#9881;</span> See the "<a href="EXTENDING.html"><em>Extending Tux Paint</em></a>" documentation for information on where Tux Paint searches for fonts. </p> <span title="Configuration option">&#9881;</span> See the "<a href="EXTENDING.html"><em>Extending Tux Paint</em></a>" documentation for information on where Tux Paint searches for fonts. </p>
</section><!-- H2: Font-related environment variables -->
</body> </body>
</html> </html>

View file

@ -7,8 +7,6 @@
junio 8, 2025 junio 8, 2025
-------------------------------------------------------------------------------
Tux Paint understands a number of environment variables, either directly, or Tux Paint understands a number of environment variables, either directly, or
indirectly by the libraries that it utilizes. indirectly by the libraries that it utilizes.

View file

@ -81,6 +81,9 @@
link="#0000FF" link="#0000FF"
vlink="#FF0000" vlink="#FF0000"
alink="#FF00FF"> alink="#FF00FF">
<section class="outer">
<header>
<center> <center>
<h1> <h1>
<img src="../../html/images/tuxpaint-title.png" <img src="../../html/images/tuxpaint-title.png"
@ -98,14 +101,20 @@
<p> <p>
junio 8, 2025 </p> junio 8, 2025 </p>
</center> </center>
</header>
</section>
<hr> <section class="outer">
<p> <p>
Tux Paint understands a number of environment variables, either directly, or indirectly by the libraries that it utilizes. </p> Tux Paint understands a number of environment variables, either directly, or indirectly by the libraries that it utilizes. </p>
</section>
<section class="indent outer"><!-- H2: Storage-related environment variables -->
<header>
<h2> <h2>
Storage-related environment variables </h2> Storage-related environment variables </h2>
</header>
<dl> <dl>
<dt> <dt>
<code>HOME</code> <code>HOME</code>
@ -154,10 +163,14 @@
<p> <p>
Specifies the location where temporary files may be created. Only used by Tux Paint on Microsoft Windows OSes. Uses "<code>userdata</code>" if not set. </p> Specifies the location where temporary files may be created. Only used by Tux Paint on Microsoft Windows OSes. Uses "<code>userdata</code>" if not set. </p>
</dl> </dl>
</section><!-- H2: Storage-related environment variables -->
<section class="indent outer"><!-- H2: Language-related environment variables -->
<header>
<h2> <h2>
Language-related environment variables </h2> Language-related environment variables </h2>
</header>
<dl> <dl>
<dt> <dt>
<code>LANG</code> <code>LANG</code>
@ -178,9 +191,13 @@
</dd> </dd>
</dl> </dl>
</section><!-- H2: Language-related environment variables -->
<section class="indent outer"><!-- H2: Display-related environment variables -->
<header>
<h2> <h2>
Display-related environment variables </h2> Display-related environment variables </h2>
</header>
<p> <p>
The following are a few of the environment variables supported by Simple DirectMedia Layer (libSDL) &mdash; which Tux Paint utilizes for displaying graphics, playing sounds, and receiving mouse, keyboard, and joystick input &mdash; and which may be useful to users of Tux Paint. </p> The following are a few of the environment variables supported by Simple DirectMedia Layer (libSDL) &mdash; which Tux Paint utilizes for displaying graphics, playing sounds, and receiving mouse, keyboard, and joystick input &mdash; and which may be useful to users of Tux Paint. </p>
@ -202,9 +219,13 @@
</dd> </dd>
</dl> </dl>
</section><!-- H2: Display-related environment variables -->
<section class="indent outer"><!-- H2: Font-related environment variables -->
<header>
<h2> <h2>
Font-related environment variables </h2> Font-related environment variables </h2>
</header>
<p> <p>
Tux Paint uses <cite>FontConfig</cite> (via <cite>Pango</cite>, in turn via <cite>SDL_Pango</cite>) to find fonts that may be used by the "Text" and "Label" tools. </p> Tux Paint uses <cite>FontConfig</cite> (via <cite>Pango</cite>, in turn via <cite>SDL_Pango</cite>) to find fonts that may be used by the "Text" and "Label" tools. </p>
@ -233,6 +254,7 @@
<p class="note"> <p class="note">
<span title="Configuration option">&#9881;</span> See the "<a href="EXTENDING.html"><em>Extending Tux Paint</em></a>" documentation for information on where Tux Paint searches for fonts. </p> <span title="Configuration option">&#9881;</span> See the "<a href="EXTENDING.html"><em>Extending Tux Paint</em></a>" documentation for information on where Tux Paint searches for fonts. </p>
</section><!-- H2: Font-related environment variables -->
</body> </body>
</html> </html>

View file

@ -7,8 +7,6 @@
juin 8, 2025 juin 8, 2025
-------------------------------------------------------------------------------
Tux Paint interprète plusieurs variables d'environnement, soit directement, Tux Paint interprète plusieurs variables d'environnement, soit directement,
soit indirectement par le biais des bibliothèques qu'il utilise. soit indirectement par le biais des bibliothèques qu'il utilise.

View file

@ -81,6 +81,9 @@
link="#0000FF" link="#0000FF"
vlink="#FF0000" vlink="#FF0000"
alink="#FF00FF"> alink="#FF00FF">
<section class="outer">
<header>
<center> <center>
<h1> <h1>
<img src="../../html/images/tuxpaint-title.png" <img src="../../html/images/tuxpaint-title.png"
@ -98,14 +101,20 @@
<p> <p>
juin 8, 2025 </p> juin 8, 2025 </p>
</center> </center>
</header>
</section>
<hr> <section class="outer">
<p> <p>
Tux Paint interprète plusieurs variables d'environnement, soit directement, soit indirectement par le biais des bibliothèques qu'il utilise. </p> Tux Paint interprète plusieurs variables d'environnement, soit directement, soit indirectement par le biais des bibliothèques qu'il utilise. </p>
</section>
<section class="indent outer"><!-- H2: Storage-related environment variables -->
<header>
<h2> <h2>
Variables d'environnement relatives au stockage </h2> Variables d'environnement relatives au stockage </h2>
</header>
<dl> <dl>
<dt> <dt>
<code>HOME</code> <code>HOME</code>
@ -154,10 +163,14 @@
<p> <p>
Spécifie l'endroit où les fichiers temporaires peuvent être créés. Tux Paint l'utilise seulement sous Microsoft Windows. Utilise "<code>userdata</code>" si non spécifié. </p> Spécifie l'endroit où les fichiers temporaires peuvent être créés. Tux Paint l'utilise seulement sous Microsoft Windows. Utilise "<code>userdata</code>" si non spécifié. </p>
</dl> </dl>
</section><!-- H2: Storage-related environment variables -->
<section class="indent outer"><!-- H2: Language-related environment variables -->
<header>
<h2> <h2>
Variables d'environnement relatives aux langues </h2> Variables d'environnement relatives aux langues </h2>
</header>
<dl> <dl>
<dt> <dt>
<code>LANG</code> <code>LANG</code>
@ -178,9 +191,13 @@
</dd> </dd>
</dl> </dl>
</section><!-- H2: Language-related environment variables -->
<section class="indent outer"><!-- H2: Display-related environment variables -->
<header>
<h2> <h2>
Variables d'environnement en rapport avec l'affichage </h2> Variables d'environnement en rapport avec l'affichage </h2>
</header>
<p> <p>
Ce qui suit donne quelques variables d'environnement supportées par Simple DirectMedia Layer (libSDL) &mdash; que Tux Paint utilise pour l'affichage des dessins, pour jouer des sons et traiter les saisies de la souris, du clavier et du joystick &mdash; et qui peuvent être utiles aux utilisateurs de Tux Paint. </p> Ce qui suit donne quelques variables d'environnement supportées par Simple DirectMedia Layer (libSDL) &mdash; que Tux Paint utilise pour l'affichage des dessins, pour jouer des sons et traiter les saisies de la souris, du clavier et du joystick &mdash; et qui peuvent être utiles aux utilisateurs de Tux Paint. </p>
@ -202,9 +219,13 @@
</dd> </dd>
</dl> </dl>
</section><!-- H2: Display-related environment variables -->
<section class="indent outer"><!-- H2: Font-related environment variables -->
<header>
<h2> <h2>
Font-related environment variables </h2> Font-related environment variables </h2>
</header>
<p> <p>
Tux Paint uses <cite>FontConfig</cite> (via <cite>Pango</cite>, in turn via <cite>SDL_Pango</cite>) to find fonts that may be used by the "Text" and "Label" tools. </p> Tux Paint uses <cite>FontConfig</cite> (via <cite>Pango</cite>, in turn via <cite>SDL_Pango</cite>) to find fonts that may be used by the "Text" and "Label" tools. </p>
@ -233,6 +254,7 @@
<p class="note"> <p class="note">
<span title="Configuration option">&#9881;</span> See the "<a href="EXTENDING.html"><em>Extending Tux Paint</em></a>" documentation for information on where Tux Paint searches for fonts. </p> <span title="Configuration option">&#9881;</span> See the "<a href="EXTENDING.html"><em>Extending Tux Paint</em></a>" documentation for information on where Tux Paint searches for fonts. </p>
</section><!-- H2: Font-related environment variables -->
</body> </body>
</html> </html>

View file

@ -7,8 +7,6 @@
8 de Xuño de 2025 8 de Xuño de 2025
-------------------------------------------------------------------------------
Tux Paint comprende unha serie de variábeis de contorno, ben directamente ou Tux Paint comprende unha serie de variábeis de contorno, ben directamente ou
indirectamente polas bibliotecas que emprega. indirectamente polas bibliotecas que emprega.

View file

@ -81,6 +81,9 @@
link="#0000FF" link="#0000FF"
vlink="#FF0000" vlink="#FF0000"
alink="#FF00FF"> alink="#FF00FF">
<section class="outer">
<header>
<center> <center>
<h1> <h1>
<img src="../../html/images/tuxpaint-title.png" <img src="../../html/images/tuxpaint-title.png"
@ -98,14 +101,20 @@
<p> <p>
8 de Xuño de 2025 </p> 8 de Xuño de 2025 </p>
</center> </center>
</header>
</section>
<hr> <section class="outer">
<p> <p>
Tux Paint comprende unha serie de variábeis de contorno, ben directamente ou indirectamente polas bibliotecas que emprega. </p> Tux Paint comprende unha serie de variábeis de contorno, ben directamente ou indirectamente polas bibliotecas que emprega. </p>
</section>
<section class="indent outer"><!-- H2: Storage-related environment variables -->
<header>
<h2> <h2>
Variábeis de contorno relacionadas co almacenamento </h2> Variábeis de contorno relacionadas co almacenamento </h2>
</header>
<dl> <dl>
<dt> <dt>
<code>HOME</code> <code>HOME</code>
@ -154,10 +163,14 @@
<p> <p>
Especifica a localización onde se poden crear ficheiros temporais. Só o usa Tux Paint nos sistemas operativos Microsoft Windows. Emprega «<code>userdata</code>» se non se define. </p> Especifica a localización onde se poden crear ficheiros temporais. Só o usa Tux Paint nos sistemas operativos Microsoft Windows. Emprega «<code>userdata</code>» se non se define. </p>
</dl> </dl>
</section><!-- H2: Storage-related environment variables -->
<section class="indent outer"><!-- H2: Language-related environment variables -->
<header>
<h2> <h2>
Variábeis de contorno relacionadas co idioma </h2> Variábeis de contorno relacionadas co idioma </h2>
</header>
<dl> <dl>
<dt> <dt>
<code>LANG</code> <code>LANG</code>
@ -178,9 +191,13 @@
</dd> </dd>
</dl> </dl>
</section><!-- H2: Language-related environment variables -->
<section class="indent outer"><!-- H2: Display-related environment variables -->
<header>
<h2> <h2>
Variábeisbles de contorno relacionadas co que se amosa </h2> Variábeisbles de contorno relacionadas co que se amosa </h2>
</header>
<p> <p>
A seguir amósanse algunhas das variábeis de contorno compatíbeis con Simple DirectMedia Layer (libSDL) &mdash; que Tux Paint utiliza para amosar gráficos, reproducir sons e recibir entrada do rato, teclado e joystick &mdash; e que poden ser útiles para os usuarios de Tux Paint. </p> A seguir amósanse algunhas das variábeis de contorno compatíbeis con Simple DirectMedia Layer (libSDL) &mdash; que Tux Paint utiliza para amosar gráficos, reproducir sons e recibir entrada do rato, teclado e joystick &mdash; e que poden ser útiles para os usuarios de Tux Paint. </p>
@ -202,9 +219,13 @@
</dd> </dd>
</dl> </dl>
</section><!-- H2: Display-related environment variables -->
<section class="indent outer"><!-- H2: Font-related environment variables -->
<header>
<h2> <h2>
Font-related environment variables </h2> Font-related environment variables </h2>
</header>
<p> <p>
Tux Paint uses <cite>FontConfig</cite> (via <cite>Pango</cite>, in turn via <cite>SDL_Pango</cite>) to find fonts that may be used by the "Text" and "Label" tools. </p> Tux Paint uses <cite>FontConfig</cite> (via <cite>Pango</cite>, in turn via <cite>SDL_Pango</cite>) to find fonts that may be used by the "Text" and "Label" tools. </p>
@ -233,6 +254,7 @@
<p class="note"> <p class="note">
<span title="Configuration option">&#9881;</span> See the "<a href="EXTENDING.html"><em>Extending Tux Paint</em></a>" documentation for information on where Tux Paint searches for fonts. </p> <span title="Configuration option">&#9881;</span> See the "<a href="EXTENDING.html"><em>Extending Tux Paint</em></a>" documentation for information on where Tux Paint searches for fonts. </p>
</section><!-- H2: Font-related environment variables -->
</body> </body>
</html> </html>

View file

@ -7,8 +7,6 @@
júní 8, 2025 júní 8, 2025
-------------------------------------------------------------------------------
Tux Paint understands a number of environment variables, either directly, or Tux Paint understands a number of environment variables, either directly, or
indirectly by the libraries that it utilizes. indirectly by the libraries that it utilizes.

View file

@ -81,6 +81,9 @@
link="#0000FF" link="#0000FF"
vlink="#FF0000" vlink="#FF0000"
alink="#FF00FF"> alink="#FF00FF">
<section class="outer">
<header>
<center> <center>
<h1> <h1>
<img src="../../html/images/tuxpaint-title.png" <img src="../../html/images/tuxpaint-title.png"
@ -98,14 +101,20 @@
<p> <p>
júní 8, 2025 </p> júní 8, 2025 </p>
</center> </center>
</header>
</section>
<hr> <section class="outer">
<p> <p>
Tux Paint understands a number of environment variables, either directly, or indirectly by the libraries that it utilizes. </p> Tux Paint understands a number of environment variables, either directly, or indirectly by the libraries that it utilizes. </p>
</section>
<section class="indent outer"><!-- H2: Storage-related environment variables -->
<header>
<h2> <h2>
Storage-related environment variables </h2> Storage-related environment variables </h2>
</header>
<dl> <dl>
<dt> <dt>
<code>HOME</code> <code>HOME</code>
@ -154,10 +163,14 @@
<p> <p>
Specifies the location where temporary files may be created. Only used by Tux Paint on Microsoft Windows OSes. Uses "<code>userdata</code>" if not set. </p> Specifies the location where temporary files may be created. Only used by Tux Paint on Microsoft Windows OSes. Uses "<code>userdata</code>" if not set. </p>
</dl> </dl>
</section><!-- H2: Storage-related environment variables -->
<section class="indent outer"><!-- H2: Language-related environment variables -->
<header>
<h2> <h2>
Language-related environment variables </h2> Language-related environment variables </h2>
</header>
<dl> <dl>
<dt> <dt>
<code>LANG</code> <code>LANG</code>
@ -178,9 +191,13 @@
</dd> </dd>
</dl> </dl>
</section><!-- H2: Language-related environment variables -->
<section class="indent outer"><!-- H2: Display-related environment variables -->
<header>
<h2> <h2>
Display-related environment variables </h2> Display-related environment variables </h2>
</header>
<p> <p>
The following are a few of the environment variables supported by Simple DirectMedia Layer (libSDL) &mdash; which Tux Paint utilizes for displaying graphics, playing sounds, and receiving mouse, keyboard, and joystick input &mdash; and which may be useful to users of Tux Paint. </p> The following are a few of the environment variables supported by Simple DirectMedia Layer (libSDL) &mdash; which Tux Paint utilizes for displaying graphics, playing sounds, and receiving mouse, keyboard, and joystick input &mdash; and which may be useful to users of Tux Paint. </p>
@ -202,9 +219,13 @@
</dd> </dd>
</dl> </dl>
</section><!-- H2: Display-related environment variables -->
<section class="indent outer"><!-- H2: Font-related environment variables -->
<header>
<h2> <h2>
Font-related environment variables </h2> Font-related environment variables </h2>
</header>
<p> <p>
Tux Paint uses <cite>FontConfig</cite> (via <cite>Pango</cite>, in turn via <cite>SDL_Pango</cite>) to find fonts that may be used by the "Text" and "Label" tools. </p> Tux Paint uses <cite>FontConfig</cite> (via <cite>Pango</cite>, in turn via <cite>SDL_Pango</cite>) to find fonts that may be used by the "Text" and "Label" tools. </p>
@ -233,6 +254,7 @@
<p class="note"> <p class="note">
<span title="Configuration option">&#9881;</span> See the "<a href="EXTENDING.html"><em>Extending Tux Paint</em></a>" documentation for information on where Tux Paint searches for fonts. </p> <span title="Configuration option">&#9881;</span> See the "<a href="EXTENDING.html"><em>Extending Tux Paint</em></a>" documentation for information on where Tux Paint searches for fonts. </p>
</section><!-- H2: Font-related environment variables -->
</body> </body>
</html> </html>

View file

@ -7,8 +7,6 @@
2025年6月 8日 2025年6月 8日
-------------------------------------------------------------------------------
Tux Paint understands a number of environment variables, either directly, or Tux Paint understands a number of environment variables, either directly, or
indirectly by the libraries that it utilizes. indirectly by the libraries that it utilizes.

View file

@ -81,6 +81,9 @@
link="#0000FF" link="#0000FF"
vlink="#FF0000" vlink="#FF0000"
alink="#FF00FF"> alink="#FF00FF">
<section class="outer">
<header>
<center> <center>
<h1> <h1>
<img src="../../html/images/tuxpaint-title.png" <img src="../../html/images/tuxpaint-title.png"
@ -98,14 +101,20 @@
<p> <p>
2025年6月 8日 </p> 2025年6月 8日 </p>
</center> </center>
</header>
</section>
<hr> <section class="outer">
<p> <p>
Tux Paint understands a number of environment variables, either directly, or indirectly by the libraries that it utilizes. </p> Tux Paint understands a number of environment variables, either directly, or indirectly by the libraries that it utilizes. </p>
</section>
<section class="indent outer"><!-- H2: Storage-related environment variables -->
<header>
<h2> <h2>
Storage-related environment variables </h2> Storage-related environment variables </h2>
</header>
<dl> <dl>
<dt> <dt>
<code>HOME</code> <code>HOME</code>
@ -154,10 +163,14 @@
<p> <p>
Specifies the location where temporary files may be created. Only used by Tux Paint on Microsoft Windows OSes. Uses "<code>userdata</code>" if not set. </p> Specifies the location where temporary files may be created. Only used by Tux Paint on Microsoft Windows OSes. Uses "<code>userdata</code>" if not set. </p>
</dl> </dl>
</section><!-- H2: Storage-related environment variables -->
<section class="indent outer"><!-- H2: Language-related environment variables -->
<header>
<h2> <h2>
Language-related environment variables </h2> Language-related environment variables </h2>
</header>
<dl> <dl>
<dt> <dt>
<code>LANG</code> <code>LANG</code>
@ -178,9 +191,13 @@
</dd> </dd>
</dl> </dl>
</section><!-- H2: Language-related environment variables -->
<section class="indent outer"><!-- H2: Display-related environment variables -->
<header>
<h2> <h2>
Display-related environment variables </h2> Display-related environment variables </h2>
</header>
<p> <p>
The following are a few of the environment variables supported by Simple DirectMedia Layer (libSDL) &mdash; which Tux Paint utilizes for displaying graphics, playing sounds, and receiving mouse, keyboard, and joystick input &mdash; and which may be useful to users of Tux Paint. </p> The following are a few of the environment variables supported by Simple DirectMedia Layer (libSDL) &mdash; which Tux Paint utilizes for displaying graphics, playing sounds, and receiving mouse, keyboard, and joystick input &mdash; and which may be useful to users of Tux Paint. </p>
@ -202,9 +219,13 @@
</dd> </dd>
</dl> </dl>
</section><!-- H2: Display-related environment variables -->
<section class="indent outer"><!-- H2: Font-related environment variables -->
<header>
<h2> <h2>
Font-related environment variables </h2> Font-related environment variables </h2>
</header>
<p> <p>
Tux Paint uses <cite>FontConfig</cite> (via <cite>Pango</cite>, in turn via <cite>SDL_Pango</cite>) to find fonts that may be used by the "Text" and "Label" tools. </p> Tux Paint uses <cite>FontConfig</cite> (via <cite>Pango</cite>, in turn via <cite>SDL_Pango</cite>) to find fonts that may be used by the "Text" and "Label" tools. </p>
@ -233,6 +254,7 @@
<p class="note"> <p class="note">
<span title="Configuration option">&#9881;</span> See the "<a href="EXTENDING.html"><em>Extending Tux Paint</em></a>" documentation for information on where Tux Paint searches for fonts. </p> <span title="Configuration option">&#9881;</span> See the "<a href="EXTENDING.html"><em>Extending Tux Paint</em></a>" documentation for information on where Tux Paint searches for fonts. </p>
</section><!-- H2: Font-related environment variables -->
</body> </body>
</html> </html>

View file

@ -7,8 +7,6 @@
8 qershor 2025 8 qershor 2025
-------------------------------------------------------------------------------
Tux Paint-i njeh një numër ndryshoresh mjedisi, qoftë drejtpërsëdrejti, qoftë Tux Paint-i njeh një numër ndryshoresh mjedisi, qoftë drejtpërsëdrejti, qoftë
tërthorazi nga bibliotekat që përdor. tërthorazi nga bibliotekat që përdor.

View file

@ -81,6 +81,9 @@
link="#0000FF" link="#0000FF"
vlink="#FF0000" vlink="#FF0000"
alink="#FF00FF"> alink="#FF00FF">
<section class="outer">
<header>
<center> <center>
<h1> <h1>
<img src="../../html/images/tuxpaint-title.png" <img src="../../html/images/tuxpaint-title.png"
@ -98,14 +101,20 @@
<p> <p>
8 qershor 2025 </p> 8 qershor 2025 </p>
</center> </center>
</header>
</section>
<hr> <section class="outer">
<p> <p>
Tux Paint-i njeh një numër ndryshoresh mjedisi, qoftë drejtpërsëdrejti, qoftë tërthorazi nga bibliotekat që përdor. </p> Tux Paint-i njeh një numër ndryshoresh mjedisi, qoftë drejtpërsëdrejti, qoftë tërthorazi nga bibliotekat që përdor. </p>
</section>
<section class="indent outer"><!-- H2: Storage-related environment variables -->
<header>
<h2> <h2>
Ndryshore mjedisi të lidhura me depozitim </h2> Ndryshore mjedisi të lidhura me depozitim </h2>
</header>
<dl> <dl>
<dt> <dt>
<code>HOME</code> <code>HOME</code>
@ -154,10 +163,14 @@
<p> <p>
Përcakton vendndodhjen ku mund të krijohen kartela të përkohshme. E përdorur nga Tux Paint-i vetëm në OSe Microsoft Windows. Përdor “<code>userdata</code>”, nëse sështë ujdisur. </p> Përcakton vendndodhjen ku mund të krijohen kartela të përkohshme. E përdorur nga Tux Paint-i vetëm në OSe Microsoft Windows. Përdor “<code>userdata</code>”, nëse sështë ujdisur. </p>
</dl> </dl>
</section><!-- H2: Storage-related environment variables -->
<section class="indent outer"><!-- H2: Language-related environment variables -->
<header>
<h2> <h2>
Ndryshore mjedisi të lidhura me gjuhët </h2> Ndryshore mjedisi të lidhura me gjuhët </h2>
</header>
<dl> <dl>
<dt> <dt>
<code>LANG</code> <code>LANG</code>
@ -178,9 +191,13 @@
</dd> </dd>
</dl> </dl>
</section><!-- H2: Language-related environment variables -->
<section class="indent outer"><!-- H2: Display-related environment variables -->
<header>
<h2> <h2>
Ndryshore mjedisi të lidhura me ekranin </h2> Ndryshore mjedisi të lidhura me ekranin </h2>
</header>
<p> <p>
Sa vijon janë pak nga ndryshoret e mjedisit të mbuluara nga Simple DirectMedia Layer (libSDL) &mdash; të cilat Tux Paint-i i përdorr për të shfaqur elementë grafikë, për të luajtur tinguj dhe për të marrë sinjale për miun, tastierën dhe joystick-un &mdash; dhe që mund të jenë të dobishme për për përdorues të Tux Paint-it. </p> Sa vijon janë pak nga ndryshoret e mjedisit të mbuluara nga Simple DirectMedia Layer (libSDL) &mdash; të cilat Tux Paint-i i përdorr për të shfaqur elementë grafikë, për të luajtur tinguj dhe për të marrë sinjale për miun, tastierën dhe joystick-un &mdash; dhe që mund të jenë të dobishme për për përdorues të Tux Paint-it. </p>
@ -202,9 +219,13 @@
</dd> </dd>
</dl> </dl>
</section><!-- H2: Display-related environment variables -->
<section class="indent outer"><!-- H2: Font-related environment variables -->
<header>
<h2> <h2>
Font-related environment variables </h2> Font-related environment variables </h2>
</header>
<p> <p>
Tux Paint uses <cite>FontConfig</cite> (via <cite>Pango</cite>, in turn via <cite>SDL_Pango</cite>) to find fonts that may be used by the "Text" and "Label" tools. </p> Tux Paint uses <cite>FontConfig</cite> (via <cite>Pango</cite>, in turn via <cite>SDL_Pango</cite>) to find fonts that may be used by the "Text" and "Label" tools. </p>
@ -233,6 +254,7 @@
<p class="note"> <p class="note">
<span title="Configuration option">&#9881;</span> See the "<a href="EXTENDING.html"><em>Extending Tux Paint</em></a>" documentation for information on where Tux Paint searches for fonts. </p> <span title="Configuration option">&#9881;</span> See the "<a href="EXTENDING.html"><em>Extending Tux Paint</em></a>" documentation for information on where Tux Paint searches for fonts. </p>
</section><!-- H2: Font-related environment variables -->
</body> </body>
</html> </html>

View file

@ -7,8 +7,6 @@
juni 8, 2025 juni 8, 2025
-------------------------------------------------------------------------------
Rita med Tux förstår ett antal miljövariabler, antingen direkt eller indirekt Rita med Tux förstår ett antal miljövariabler, antingen direkt eller indirekt
genom de bibliotek som den använder. genom de bibliotek som den använder.

View file

@ -81,6 +81,9 @@
link="#0000FF" link="#0000FF"
vlink="#FF0000" vlink="#FF0000"
alink="#FF00FF"> alink="#FF00FF">
<section class="outer">
<header>
<center> <center>
<h1> <h1>
<img src="../../html/images/tuxpaint-title.png" <img src="../../html/images/tuxpaint-title.png"
@ -98,14 +101,20 @@
<p> <p>
juni 8, 2025 </p> juni 8, 2025 </p>
</center> </center>
</header>
</section>
<hr> <section class="outer">
<p> <p>
Rita med Tux förstår ett antal miljövariabler, antingen direkt eller indirekt genom de bibliotek som den använder. </p> Rita med Tux förstår ett antal miljövariabler, antingen direkt eller indirekt genom de bibliotek som den använder. </p>
</section>
<section class="indent outer"><!-- H2: Storage-related environment variables -->
<header>
<h2> <h2>
Lagringsrelaterade miljövariabler </h2> Lagringsrelaterade miljövariabler </h2>
</header>
<dl> <dl>
<dt> <dt>
<code>HOME</code> <code>HOME</code>
@ -154,10 +163,14 @@
<p> <p>
Anger den plats där tillfälliga filer kan skapas. Används endast av Rita med Tux på Microsoft Windows operativsystem. Använder "<code>userdata</code>" om den inte anges. </p> Anger den plats där tillfälliga filer kan skapas. Används endast av Rita med Tux på Microsoft Windows operativsystem. Använder "<code>userdata</code>" om den inte anges. </p>
</dl> </dl>
</section><!-- H2: Storage-related environment variables -->
<section class="indent outer"><!-- H2: Language-related environment variables -->
<header>
<h2> <h2>
Språkrelaterade miljövariabler </h2> Språkrelaterade miljövariabler </h2>
</header>
<dl> <dl>
<dt> <dt>
<code>LANG</code> <code>LANG</code>
@ -178,9 +191,13 @@
</dd> </dd>
</dl> </dl>
</section><!-- H2: Language-related environment variables -->
<section class="indent outer"><!-- H2: Display-related environment variables -->
<header>
<h2> <h2>
Displayrelaterade miljövariabler </h2> Displayrelaterade miljövariabler </h2>
</header>
<p> <p>
Här följer några av de miljövariabler som stöds av Simple DirectMedia Layer (libSDL) - som Rita med Tux använder för att visa grafik, spela upp ljud och ta emot mus-, tangentbords- och joystickinmatning - och som kan vara användbara för användare av Rita med Tux. </p> Här följer några av de miljövariabler som stöds av Simple DirectMedia Layer (libSDL) - som Rita med Tux använder för att visa grafik, spela upp ljud och ta emot mus-, tangentbords- och joystickinmatning - och som kan vara användbara för användare av Rita med Tux. </p>
@ -202,9 +219,13 @@
</dd> </dd>
</dl> </dl>
</section><!-- H2: Display-related environment variables -->
<section class="indent outer"><!-- H2: Font-related environment variables -->
<header>
<h2> <h2>
Font-related environment variables </h2> Font-related environment variables </h2>
</header>
<p> <p>
Tux Paint uses <cite>FontConfig</cite> (via <cite>Pango</cite>, in turn via <cite>SDL_Pango</cite>) to find fonts that may be used by the "Text" and "Label" tools. </p> Tux Paint uses <cite>FontConfig</cite> (via <cite>Pango</cite>, in turn via <cite>SDL_Pango</cite>) to find fonts that may be used by the "Text" and "Label" tools. </p>
@ -233,6 +254,7 @@
<p class="note"> <p class="note">
<span title="Configuration option">&#9881;</span> See the "<a href="EXTENDING.html"><em>Extending Tux Paint</em></a>" documentation for information on where Tux Paint searches for fonts. </p> <span title="Configuration option">&#9881;</span> See the "<a href="EXTENDING.html"><em>Extending Tux Paint</em></a>" documentation for information on where Tux Paint searches for fonts. </p>
</section><!-- H2: Font-related environment variables -->
</body> </body>
</html> </html>