Regen. README (+Twitter, -IRC, further reading groups)

This commit is contained in:
Bill Kendrick 2021-11-12 15:29:05 -08:00
parent c31e0cd504
commit b9d3711584
15 changed files with 430 additions and 318 deletions

View file

@ -5,8 +5,9 @@
Copyright © 2002-2021 by various contributors; see AUTHORS. Copyright © 2002-2021 by various contributors; see AUTHORS.
http://www.tuxpaint.org/ http://www.tuxpaint.org/
@TuxPaintTweets on Twitter
October 27, 2021 November 12, 2021
---------------------------------------------------------------------- ----------------------------------------------------------------------
@ -976,32 +977,39 @@ Importing Pictures Manually
Other documentation included with Tux Paint (found in the "docs" Other documentation included with Tux Paint (found in the "docs"
folder/directory) includes: folder/directory) includes:
* 'Magic' Tool Documentation ("magic-docs") * Using Tux Paint:
Documentation for each of the currently-installed 'Magic' tools. * OPTIONS.html
* AUTHORS.txt Detailed instructions on command-line and configuration-file
List of authors and contributors. options, for those who don't want to use the Tux Paint Config.
* CHANGES.txt tool to manage Tux Paint's configuration.
Summary of what has changed between releases of Tux Paint. * 'Magic' Tool Documentation ("magic-docs")
* COPYING.txt Documentation for each of the currently-installed 'Magic'
Tux Paint's software license, the GNU General Public License (GPL) tools.
* INSTALL.html * How to extend Tux Paint:
Instructions for compiling and installing Tux Paint, when * EXTENDING.html
applicable. Detailed instructions on extending Tux Paint: creating brushes,
* EXTENDING.html stamps, starters, and templates; adding fonts; and creating new
Detailed instructions on extending Tux Paint: creating brushes, on-screen keyboard layouts and input methods.
stamps, starters, and templates; adding fonts; and creating new * PNG.html
on-screen keyboard layouts and input methods. Notes on creating PNG format bitmapped (raster) images for use
* OPTIONS.html in Tux Paint.
Detailed instructions on command-line and configuration-file * SVG.html
options, for those who don't want to use the Tux Paint Config. tool Notes on creating SVG format vector images for use in Tux
to manage Tux Paint's configuration. Paint.
* PNG.html * Technical information:
Notes on creating PNG format bitmapped (raster) images for use in * INSTALL.html
Tux Paint. Instructions for compiling and installing Tux Paint, when
* SVG.html applicable.
Notes on creating SVG format vector images for use in Tux Paint. * SIGNALS.html
* SIGNALS.html Information about the POSIX signals that Tux Paint responds to.
Information about the POSIX signals that Tux Paint responds to. * Development history and license:
* AUTHORS.txt
List of authors and contributors.
* CHANGES.txt
Summary of what has changed between releases of Tux Paint.
* COPYING.txt
Tux Paint's software license, the GNU General Public License
(GPL)
---------------------------------------------------------------------- ----------------------------------------------------------------------
@ -1013,7 +1021,6 @@ Importing Pictures Manually
* Report bugs or request new features via the project's bug-tracking * Report bugs or request new features via the project's bug-tracking
system system
* Participate in the various project mailing lists * Participate in the various project mailing lists
* Chat with developers and other users over IRC
* Contact the developers directly * Contact the developers directly
To learn more, visit the "Contact" page of the official Tux Paint To learn more, visit the "Contact" page of the official Tux Paint

View file

@ -23,12 +23,13 @@
A simple drawing program for children </h3> A simple drawing program for children </h3>
<p> <p>
Copyright &copy; 2002-2021 by various contributors; see AUTHORS.<br> Copyright &copy; 2002-2021 by various contributors; see AUTHORS.<br/>
<a href="http://www.tuxpaint.org/">http://www.tuxpaint.org/</a> <a href="http://www.tuxpaint.org/">http://www.tuxpaint.org/</a><br/>
<a href="https://twitter.com/TuxPaintTweets">@TuxPaintTweets on Twitter</a>
</p> </p>
<p> <p>
October 27, 2021 </p> November 12, 2021 </p>
</center> </center>
<hr size="2" <hr size="2"
@ -1391,44 +1392,60 @@
<blockquote> <blockquote>
Other documentation included with Tux Paint (found in the "<code>docs</code>" folder/directory) includes: <ul> Other documentation included with Tux Paint (found in the "<code>docs</code>" folder/directory) includes: <ul>
<li> <li>
<a href="../magic-docs/html/index.html">'Magic' Tool Documentation ("<code>magic-docs</code>")</a><br> Using Tux Paint: <ul>
Documentation for each of the currently-installed 'Magic' tools. </li> <li>
<a href="OPTIONS.html">OPTIONS.html</a><br>
Detailed instructions on command-line and configuration-file options, for those who don't want to use the Tux Paint Config. tool to manage Tux Paint's configuration. </li>
<li>
<a href="../magic-docs/html/index.html">'Magic' Tool Documentation ("<code>magic-docs</code>")</a><br>
Documentation for each of the currently-installed 'Magic' tools. </li>
</ul>
</li>
<li> <li>
<a href="../../AUTHORS.txt">AUTHORS.txt</a><br> How to extend Tux Paint: <ul>
List of authors and contributors. </li> <li>
<a href="EXTENDING.html">EXTENDING.html</a><br>
Detailed instructions on extending Tux Paint: creating brushes, stamps, starters, and templates; adding fonts; and creating new on-screen keyboard layouts and input methods. </li>
<li>
<a href="PNG.html">PNG.html</a><br>
Notes on creating PNG format bitmapped (raster) images for use in Tux Paint. </li>
<li>
<a href="SVG.html">SVG.html</a><br>
Notes on creating SVG format vector images for use in Tux Paint. </li>
</ul>
</li>
<li> <li>
<a href="../../CHANGES.txt">CHANGES.txt</a><br> Technical information: <ul>
Summary of what has changed between releases of Tux Paint. </li> <li>
<a href="INSTALL.html">INSTALL.html</a><br>
Instructions for compiling and installing Tux Paint, when applicable. </li>
<li>
<a href="SIGNALS.html">SIGNALS.html</a><br>
Information about the POSIX signals that Tux Paint responds to. </li>
</ul>
</li>
<li> <li>
<a href="../../COPYING.txt">COPYING.txt</a><br> Development history and license: <ul>
Tux Paint's software license, the <em>GNU General Public License</em> (GPL) </li> <li>
<a href="../../AUTHORS.txt">AUTHORS.txt</a><br>
List of authors and contributors. </li>
<li> <li>
<a href="INSTALL.html">INSTALL.html</a><br> <a href="../../CHANGES.txt">CHANGES.txt</a><br>
Instructions for compiling and installing Tux Paint, when applicable. </li> Summary of what has changed between releases of Tux Paint. </li>
<li> <li>
<a href="EXTENDING.html">EXTENDING.html</a><br> <a href="../../COPYING.txt">COPYING.txt</a><br>
Detailed instructions on extending Tux Paint: creating brushes, stamps, starters, and templates; adding fonts; and creating new on-screen keyboard layouts and input methods. </li> Tux Paint's software license, the <cite>GNU General Public License</cite> (GPL) </li>
</ul>
<li> </li>
<a href="OPTIONS.html">OPTIONS.html</a><br>
Detailed instructions on command-line and configuration-file options, for those who don't want to use the Tux Paint Config. tool to manage Tux Paint's configuration. </li>
<li>
<a href="PNG.html">PNG.html</a><br>
Notes on creating PNG format bitmapped (raster) images for use in Tux Paint. </li>
<li>
<a href="SVG.html">SVG.html</a><br>
Notes on creating SVG format vector images for use in Tux Paint. </li>
<li>
<a href="SIGNALS.html">SIGNALS.html</a><br>
Information about the POSIX signals that Tux Paint responds to. </li>
</ul> </ul>
</blockquote> </blockquote>
@ -1446,7 +1463,6 @@
<ul> <ul>
<li>Report bugs or request new features via the project's bug-tracking system</li> <li>Report bugs or request new features via the project's bug-tracking system</li>
<li>Participate in the various project mailing lists</li> <li>Participate in the various project mailing lists</li>
<li>Chat with developers and other users over IRC</li>
<li>Contact the developers directly</li> <li>Contact the developers directly</li>
</ul> </ul>

View file

@ -5,8 +5,9 @@
Copyright © 2002-2021 by various contributors; see AUTHORS. Copyright © 2002-2021 by various contributors; see AUTHORS.
http://www.tuxpaint.org/ http://www.tuxpaint.org/
@TuxPaintTweets on Twitter
octubre 27, 2021 noviembre 12, 2021
---------------------------------------------------------------------- ----------------------------------------------------------------------
@ -976,32 +977,39 @@ Importing Pictures Manually
Other documentation included with Tux Paint (found in the "docs" Other documentation included with Tux Paint (found in the "docs"
folder/directory) includes: folder/directory) includes:
* 'Magic' Tool Documentation ("magic-docs") * Using Tux Paint:
Documentation for each of the currently-installed 'Magic' tools. * OPTIONS.html
* AUTHORS.txt Detailed instructions on command-line and configuration-file
List of authors and contributors. options, for those who don't want to use the Tux Paint Config.
* CHANGES.txt tool to manage Tux Paint's configuration.
Summary of what has changed between releases of Tux Paint. * 'Magic' Tool Documentation ("magic-docs")
* COPYING.txt Documentation for each of the currently-installed 'Magic'
Tux Paint's software license, the GNU General Public License (GPL) tools.
* INSTALL.html * How to extend Tux Paint:
Instructions for compiling and installing Tux Paint, when * EXTENDING.html
applicable. Detailed instructions on extending Tux Paint: creating brushes,
* EXTENDING.html stamps, starters, and templates; adding fonts; and creating new
Detailed instructions on extending Tux Paint: creating brushes, on-screen keyboard layouts and input methods.
stamps, starters, and templates; adding fonts; and creating new * PNG.html
on-screen keyboard layouts and input methods. Notes on creating PNG format bitmapped (raster) images for use
* OPTIONS.html in Tux Paint.
Detailed instructions on command-line and configuration-file * SVG.html
options, for those who don't want to use the Tux Paint Config. tool Notes on creating SVG format vector images for use in Tux
to manage Tux Paint's configuration. Paint.
* PNG.html * Technical information:
Notes on creating PNG format bitmapped (raster) images for use in * INSTALL.html
Tux Paint. Instructions for compiling and installing Tux Paint, when
* SVG.html applicable.
Notes on creating SVG format vector images for use in Tux Paint. * SIGNALS.html
* SIGNALS.html Information about the POSIX signals that Tux Paint responds to.
Information about the POSIX signals that Tux Paint responds to. * Development history and license:
* AUTHORS.txt
List of authors and contributors.
* CHANGES.txt
Summary of what has changed between releases of Tux Paint.
* COPYING.txt
Tux Paint's software license, the GNU General Public License
(GPL)
---------------------------------------------------------------------- ----------------------------------------------------------------------
@ -1013,7 +1021,6 @@ Importing Pictures Manually
* Report bugs or request new features via the project's bug-tracking * Report bugs or request new features via the project's bug-tracking
system system
* Participate in the various project mailing lists * Participate in the various project mailing lists
* Chat with developers and other users over IRC
* Contact the developers directly * Contact the developers directly
To learn more, visit the "Contact" page of the official Tux Paint To learn more, visit the "Contact" page of the official Tux Paint

View file

@ -23,12 +23,13 @@
A simple drawing program for children </h3> A simple drawing program for children </h3>
<p> <p>
Copyright &copy; 2002-2021 by various contributors; see AUTHORS.<br> Copyright &copy; 2002-2021 by various contributors; see AUTHORS.<br/>
<a href="http://www.tuxpaint.org/">http://www.tuxpaint.org/</a> <a href="http://www.tuxpaint.org/">http://www.tuxpaint.org/</a><br/>
<a href="https://twitter.com/TuxPaintTweets">@TuxPaintTweets on Twitter</a>
</p> </p>
<p> <p>
octubre 27, 2021 </p> noviembre 12, 2021 </p>
</center> </center>
<hr size="2" <hr size="2"
@ -1391,44 +1392,60 @@
<blockquote> <blockquote>
Other documentation included with Tux Paint (found in the "<code>docs</code>" folder/directory) includes: <ul> Other documentation included with Tux Paint (found in the "<code>docs</code>" folder/directory) includes: <ul>
<li> <li>
<a href="../magic-docs/html/index.html">'Magic' Tool Documentation ("<code>magic-docs</code>")</a><br> Using Tux Paint: <ul>
Documentation for each of the currently-installed 'Magic' tools. </li> <li>
<a href="OPTIONS.html">OPTIONS.html</a><br>
Detailed instructions on command-line and configuration-file options, for those who don't want to use the Tux Paint Config. tool to manage Tux Paint's configuration. </li>
<li>
<a href="../magic-docs/html/index.html">'Magic' Tool Documentation ("<code>magic-docs</code>")</a><br>
Documentation for each of the currently-installed 'Magic' tools. </li>
</ul>
</li>
<li> <li>
<a href="../../AUTHORS.txt">AUTHORS.txt</a><br> How to extend Tux Paint: <ul>
List of authors and contributors. </li> <li>
<a href="EXTENDING.html">EXTENDING.html</a><br>
Detailed instructions on extending Tux Paint: creating brushes, stamps, starters, and templates; adding fonts; and creating new on-screen keyboard layouts and input methods. </li>
<li>
<a href="PNG.html">PNG.html</a><br>
Notes on creating PNG format bitmapped (raster) images for use in Tux Paint. </li>
<li>
<a href="SVG.html">SVG.html</a><br>
Notes on creating SVG format vector images for use in Tux Paint. </li>
</ul>
</li>
<li> <li>
<a href="../../CHANGES.txt">CHANGES.txt</a><br> Technical information: <ul>
Summary of what has changed between releases of Tux Paint. </li> <li>
<a href="INSTALL.html">INSTALL.html</a><br>
Instructions for compiling and installing Tux Paint, when applicable. </li>
<li>
<a href="SIGNALS.html">SIGNALS.html</a><br>
Information about the POSIX signals that Tux Paint responds to. </li>
</ul>
</li>
<li> <li>
<a href="../../COPYING.txt">COPYING.txt</a><br> Development history and license: <ul>
Tux Paint's software license, the <em>GNU General Public License</em> (GPL) </li> <li>
<a href="../../AUTHORS.txt">AUTHORS.txt</a><br>
List of authors and contributors. </li>
<li> <li>
<a href="INSTALL.html">INSTALL.html</a><br> <a href="../../CHANGES.txt">CHANGES.txt</a><br>
Instructions for compiling and installing Tux Paint, when applicable. </li> Summary of what has changed between releases of Tux Paint. </li>
<li> <li>
<a href="EXTENDING.html">EXTENDING.html</a><br> <a href="../../COPYING.txt">COPYING.txt</a><br>
Detailed instructions on extending Tux Paint: creating brushes, stamps, starters, and templates; adding fonts; and creating new on-screen keyboard layouts and input methods. </li> Tux Paint's software license, the <cite>GNU General Public License</cite> (GPL) </li>
</ul>
<li> </li>
<a href="OPTIONS.html">OPTIONS.html</a><br>
Detailed instructions on command-line and configuration-file options, for those who don't want to use the Tux Paint Config. tool to manage Tux Paint's configuration. </li>
<li>
<a href="PNG.html">PNG.html</a><br>
Notes on creating PNG format bitmapped (raster) images for use in Tux Paint. </li>
<li>
<a href="SVG.html">SVG.html</a><br>
Notes on creating SVG format vector images for use in Tux Paint. </li>
<li>
<a href="SIGNALS.html">SIGNALS.html</a><br>
Information about the POSIX signals that Tux Paint responds to. </li>
</ul> </ul>
</blockquote> </blockquote>
@ -1446,7 +1463,6 @@
<ul> <ul>
<li>Report bugs or request new features via the project's bug-tracking system</li> <li>Report bugs or request new features via the project's bug-tracking system</li>
<li>Participate in the various project mailing lists</li> <li>Participate in the various project mailing lists</li>
<li>Chat with developers and other users over IRC</li>
<li>Contact the developers directly</li> <li>Contact the developers directly</li>
</ul> </ul>

View file

@ -5,8 +5,9 @@
Copyright &copie; 2002-2021 par divers contributeurs; voir AUTHORS. Copyright &copie; 2002-2021 par divers contributeurs; voir AUTHORS.
http://www.tuxpaint.org/ http://www.tuxpaint.org/
@TuxPaintTweets on Twitter
octobre 27, 2021 novembre 12, 2021
---------------------------------------------------------------------- ----------------------------------------------------------------------
@ -1060,32 +1061,40 @@ Importer des images manuellement
Les autres documents inclus avec Tux Paint (dans le répertoire "docs") Les autres documents inclus avec Tux Paint (dans le répertoire "docs")
incluent : incluent :
* Documentation sur l'outil 'Magie' ("magic-docs") * Using Tux Paint:
Documentation pour chacun des outils "Magic" actuellement installés. * OPTIONS.html
* AUTHORS.txt Instructions détaillées sur les options en ligne de commande et
Liste des auteurs et contributeurs. les fichiers de configuration, pour ceux qui ne veulent pas
* CHANGES.txt utiliser l'outil Tux Paint Config.
Résumé des changements entre chaque version de Tux Paint. * Documentation sur l'outil 'Magie' ("magic-docs")
* COPYING.txt Documentation pour chacun des outils "Magic" actuellement
Licencd de copie, la GNU General Public License (GPL) installés.
* INSTALL.html * How to extend Tux Paint:
Instructions pour compiler et installer Tux Paint, le cas échéant. * EXTENDING.html
* EXTENDING.html Des instructions détaillées sur la création de pinceaux, de
Des instructions détaillées sur la création de pinceaux, de tampons, tampons, d'images de démarrage et de modèles; et l'ajout de
d'images de démarrage et de modèles; et l'ajout de polices; et créer polices; et créer un nouveau clavier virtuel et des méthodes de
un nouveau clavier virtuel et des méthodes de saisie. saisie.
* OPTIONS.html * PNG.html
Instructions détaillées sur les options en ligne de commande et les Remarques sur la création d'images bitmap au format PNG à
fichiers de configuration, pour ceux qui ne veulent pas utiliser utiliser dans Tux Paint.
l'outil Tux Paint Config. * SVG.html
* PNG.html Remarques sur la création d'images vectorielles au format SVG à
Remarques sur la création d'images bitmap au format PNG à utiliser utiliser dans Tux Paint.
dans Tux Paint. * Technical information:
* SVG.html * INSTALL.html
Remarques sur la création d'images vectorielles au format SVG à Instructions pour compiler et installer Tux Paint, le cas
utiliser dans Tux Paint. échéant.
* SIGNALS.html * SIGNALS.html
Informations sur les signaux POSIX auxquels répond Tux Paint. Informations sur les signaux POSIX auxquels répond Tux Paint.
* Development history and license:
* AUTHORS.txt
Liste des auteurs et contributeurs.
* CHANGES.txt
Résumé des changements entre chaque version de Tux Paint.
* COPYING.txt
Tux Paint's software license, the GNU General Public License
(GPL)
---------------------------------------------------------------------- ----------------------------------------------------------------------
@ -1097,7 +1106,6 @@ Importer des images manuellement
* Mentionner des bogues, ou demander de nouvelles fonctionnalités via * Mentionner des bogues, ou demander de nouvelles fonctionnalités via
le système de suivi des bogues le système de suivi des bogues
* Participer aux nombreuses listes de diffusion de Tux Paint * Participer aux nombreuses listes de diffusion de Tux Paint
* Chatter avec les développeurs et d'autres utilisateurs via IRC
* Contacter les développeurs directement * Contacter les développeurs directement
Pour en savoir plus, visitez la page "Contact" du site officiel de Tux Pour en savoir plus, visitez la page "Contact" du site officiel de Tux

View file

@ -23,12 +23,13 @@
Un programme simple pour les enfants </h3> Un programme simple pour les enfants </h3>
<p> <p>
Copyright &copie; 2002-2021 par divers contributeurs; voir AUTHORS.<br> Copyright &copie; 2002-2021 par divers contributeurs; voir AUTHORS.<br/>
<a href="http://www.tuxpaint.org/">http://www.tuxpaint.org/</a> <a href="http://www.tuxpaint.org/">http://www.tuxpaint.org/</a><br/>
<a href="https://twitter.com/TuxPaintTweets">@TuxPaintTweets on Twitter</a>
</p> </p>
<p> <p>
octobre 27, 2021 </p> novembre 12, 2021 </p>
</center> </center>
<hr size="2" <hr size="2"
@ -1391,44 +1392,60 @@
<blockquote> <blockquote>
Les autres documents inclus avec Tux Paint (dans le répertoire "<code>docs</code>") incluent : <ul> Les autres documents inclus avec Tux Paint (dans le répertoire "<code>docs</code>") incluent : <ul>
<li> <li>
<a href="../magic-docs/html/index.html">Documentation sur l'outil 'Magie' ("<code>magic-docs</code>")</a><br> Using Tux Paint: <ul>
Documentation pour chacun des outils "Magic" actuellement installés. </li> <li>
<a href="OPTIONS.html">OPTIONS.html</a><br>
Instructions détaillées sur les options en ligne de commande et les fichiers de configuration, pour ceux qui ne veulent pas utiliser l'outil Tux Paint Config. </li>
<li>
<a href="../magic-docs/html/index.html">Documentation sur l'outil 'Magie' ("<code>magic-docs</code>")</a><br>
Documentation pour chacun des outils "Magic" actuellement installés. </li>
</ul>
</li>
<li> <li>
<a href="../../AUTHORS.txt">AUTHORS.txt</a><br> How to extend Tux Paint: <ul>
Liste des auteurs et contributeurs. </li> <li>
<a href="EXTENDING.html">EXTENDING.html</a><br>
Des instructions détaillées sur la création de pinceaux, de tampons, d'images de démarrage et de modèles; et l'ajout de polices; et créer un nouveau clavier virtuel et des méthodes de saisie. </li>
<li>
<a href="PNG.html">PNG.html</a><br>
Remarques sur la création d'images bitmap au format PNG à utiliser dans Tux Paint. </li>
<li>
<a href="SVG.html">SVG.html</a><br>
Remarques sur la création d'images vectorielles au format SVG à utiliser dans Tux Paint. </li>
</ul>
</li>
<li> <li>
<a href="../../CHANGES.txt">CHANGES.txt</a><br> Technical information: <ul>
Résumé des changements entre chaque version de Tux Paint. </li> <li>
<a href="INSTALL.html">INSTALL.html</a><br>
Instructions pour compiler et installer Tux Paint, le cas échéant. </li>
<li>
<a href="SIGNALS.html">SIGNALS.html</a><br>
Informations sur les signaux POSIX auxquels répond Tux Paint. </li>
</ul>
</li>
<li> <li>
<a href="../../COPYING.txt">COPYING.txt</a><br> Development history and license: <ul>
Licencd de copie, la <em>GNU General Public License</em> (GPL) </li> <li>
<a href="../../AUTHORS.txt">AUTHORS.txt</a><br>
Liste des auteurs et contributeurs. </li>
<li> <li>
<a href="INSTALL.html">INSTALL.html</a><br> <a href="../../CHANGES.txt">CHANGES.txt</a><br>
Instructions pour compiler et installer Tux Paint, le cas échéant. </li> Résumé des changements entre chaque version de Tux Paint. </li>
<li> <li>
<a href="EXTENDING.html">EXTENDING.html</a><br> <a href="../../COPYING.txt">COPYING.txt</a><br>
Des instructions détaillées sur la création de pinceaux, de tampons, d'images de démarrage et de modèles; et l'ajout de polices; et créer un nouveau clavier virtuel et des méthodes de saisie. </li> Tux Paint's software license, the <cite>GNU General Public License</cite> (GPL) </li>
</ul>
<li> </li>
<a href="OPTIONS.html">OPTIONS.html</a><br>
Instructions détaillées sur les options en ligne de commande et les fichiers de configuration, pour ceux qui ne veulent pas utiliser l'outil Tux Paint Config. </li>
<li>
<a href="PNG.html">PNG.html</a><br>
Remarques sur la création d'images bitmap au format PNG à utiliser dans Tux Paint. </li>
<li>
<a href="SVG.html">SVG.html</a><br>
Remarques sur la création d'images vectorielles au format SVG à utiliser dans Tux Paint. </li>
<li>
<a href="SIGNALS.html">SIGNALS.html</a><br>
Informations sur les signaux POSIX auxquels répond Tux Paint. </li>
</ul> </ul>
</blockquote> </blockquote>
@ -1446,7 +1463,6 @@
<ul> <ul>
<li>Mentionner des bogues, ou demander de nouvelles fonctionnalités via le système de suivi des bogues</li> <li>Mentionner des bogues, ou demander de nouvelles fonctionnalités via le système de suivi des bogues</li>
<li>Participer aux nombreuses listes de diffusion de Tux Paint</li> <li>Participer aux nombreuses listes de diffusion de Tux Paint</li>
<li>Chatter avec les développeurs et d'autres utilisateurs via IRC</li>
<li>Contacter les développeurs directement</li> <li>Contacter les développeurs directement</li>
</ul> </ul>

View file

@ -5,8 +5,9 @@
Copyright © 2002-2021 por varios colaboradores; vexa AUTHORS (AUTORES). Copyright © 2002-2021 por varios colaboradores; vexa AUTHORS (AUTORES).
http://www.tuxpaint.org/ http://www.tuxpaint.org/
@TuxPaintTweets on Twitter
27 de Outubro de 2021 12 de Novembro de 2021
---------------------------------------------------------------------- ----------------------------------------------------------------------
@ -1007,35 +1008,40 @@ Importar imaxes manualmente
Outra documentación incluída con Tux Paint (que se atopa no Outra documentación incluída con Tux Paint (que se atopa no
cartafol/directorio «docs») inclúe: cartafol/directorio «docs») inclúe:
* Documentación da ferramenta «Maxia» («magic-docs») * Using Tux Paint:
Documentación para cada unha das ferramentas de «Maxia» instaladas * OPTIONS.html
actualmente. Instrucións detalladas sobre a liña de ordes e as opcións do
* AUTHORS.txt ficheiro de configuración para aqueles que non queiran usar a
Lista de autores e colaboradores. ferramenta Tux Paint Config. para xestionar a configuración de
* CHANGES.txt Tux Paint.
Resumo do que cambiou entre as versións de Tux Paint. * Documentación da ferramenta «Maxia» («magic-docs»)
* COPYING.txt Documentación para cada unha das ferramentas de «Maxia»
A licenza de software de Tux Paint, aLicenza Pública Xeral de GNU instaladas actualmente.
(GPL) * How to extend Tux Paint:
* INSTALL.html * EXTENDING.html
Instrucións para compilar e instalar Tux Paint, cando proceda. Instrucións detalladas sobre a ampliación de Tux Paint:
* EXTENDING.html creación de pinceis, selos, imaxes de inicio e modelos; engadir
Instrucións detalladas sobre a ampliación de Tux Paint: creación de fontes; e crear novos deseños de teclado en pantalla e métodos
pinceis, selos, imaxes de inicio e modelos; engadir fontes; e crear de entrada.
novos deseños de teclado en pantalla e métodos de entrada. * PNG.html
* OPTIONS.html Notas sobre a creación de imaxes de mapa de bits (ráster) en
Instrucións detalladas sobre a liña de ordes e as opcións do formato PNG para usar en Tux Paint.
ficheiro de configuración para aqueles que non queiran usar a * SVG.html
ferramenta Tux Paint Config. para xestionar a configuración de Tux Notas sobre a creación de imaxes vectoriais en formato SVG para
Paint. usar en Tux Paint.
* PNG.html * Technical information:
Notas sobre a creación de imaxes de mapa de bits (ráster) en formato * INSTALL.html
PNG para usar en Tux Paint. Instrucións para compilar e instalar Tux Paint, cando proceda.
* SVG.html * SIGNALS.html
Notas sobre a creación de imaxes vectoriais en formato SVG para usar Información sobre os sinais POSIX aos que responde Tux Paint.
en Tux Paint. * Development history and license:
* SIGNALS.html * AUTHORS.txt
Información sobre os sinais POSIX aos que responde Tux Paint. Lista de autores e colaboradores.
* CHANGES.txt
Resumo do que cambiou entre as versións de Tux Paint.
* COPYING.txt
Tux Paint's software license, the GNU General Public License
(GPL)
---------------------------------------------------------------------- ----------------------------------------------------------------------
@ -1047,7 +1053,6 @@ Importar imaxes manualmente
* Informar dos erros ou solicitar novas funcións a través do sistema * Informar dos erros ou solicitar novas funcións a través do sistema
de seguimento de erros do proxecto de seguimento de erros do proxecto
* Participe nas distintas listas de correo do proxecto * Participe nas distintas listas de correo do proxecto
* Converse con desenvolvedores e outros usuarios a través de IRC
* Ou póñase en contacto directamente cos desenvolvedores * Ou póñase en contacto directamente cos desenvolvedores
Para obter máis información, visite a páxina «Contacto» do sitio web Para obter máis información, visite a páxina «Contacto» do sitio web

View file

@ -23,12 +23,13 @@
Un sinxelo programa de debuxo para cativos </h3> Un sinxelo programa de debuxo para cativos </h3>
<p> <p>
Copyright &copy; 2002-2021 por varios colaboradores; vexa AUTHORS (AUTORES).<br> Copyright &copy; 2002-2021 por varios colaboradores; vexa AUTHORS (AUTORES).<br/>
<a href="http://www.tuxpaint.org/">http://www.tuxpaint.org/</a> <a href="http://www.tuxpaint.org/">http://www.tuxpaint.org/</a><br/>
<a href="https://twitter.com/TuxPaintTweets">@TuxPaintTweets on Twitter</a>
</p> </p>
<p> <p>
27 de Outubro de 2021 </p> 12 de Novembro de 2021 </p>
</center> </center>
<hr size="2" <hr size="2"
@ -1391,44 +1392,60 @@
<blockquote> <blockquote>
Outra documentación incluída con Tux Paint (que se atopa no cartafol/directorio «<code>docs</code>») inclúe: <ul> Outra documentación incluída con Tux Paint (que se atopa no cartafol/directorio «<code>docs</code>») inclúe: <ul>
<li> <li>
<a href="../magic-docs/html/index.html">Documentación da ferramenta «Maxia» («<code>magic-docs</code>»)</a><br> Using Tux Paint: <ul>
Documentación para cada unha das ferramentas de «Maxia» instaladas actualmente. </li> <li>
<a href="OPTIONS.html">OPTIONS.html</a><br>
Instrucións detalladas sobre a liña de ordes e as opcións do ficheiro de configuración para aqueles que non queiran usar a ferramenta Tux Paint Config. para xestionar a configuración de Tux Paint. </li>
<li>
<a href="../magic-docs/html/index.html">Documentación da ferramenta «Maxia» («<code>magic-docs</code>»)</a><br>
Documentación para cada unha das ferramentas de «Maxia» instaladas actualmente. </li>
</ul>
</li>
<li> <li>
<a href="../../AUTHORS.txt">AUTHORS.txt</a><br> How to extend Tux Paint: <ul>
Lista de autores e colaboradores. </li> <li>
<a href="EXTENDING.html">EXTENDING.html</a><br>
Instrucións detalladas sobre a ampliación de Tux Paint: creación de pinceis, selos, imaxes de inicio e modelos; engadir fontes; e crear novos deseños de teclado en pantalla e métodos de entrada. </li>
<li>
<a href="PNG.html">PNG.html</a><br>
Notas sobre a creación de imaxes de mapa de bits (ráster) en formato PNG para usar en Tux Paint. </li>
<li>
<a href="SVG.html">SVG.html</a><br>
Notas sobre a creación de imaxes vectoriais en formato SVG para usar en Tux Paint. </li>
</ul>
</li>
<li> <li>
<a href="../../CHANGES.txt">CHANGES.txt</a><br> Technical information: <ul>
Resumo do que cambiou entre as versións de Tux Paint. </li> <li>
<a href="INSTALL.html">INSTALL.html</a><br>
Instrucións para compilar e instalar Tux Paint, cando proceda. </li>
<li>
<a href="SIGNALS.html">SIGNALS.html</a><br>
Información sobre os sinais POSIX aos que responde Tux Paint. </li>
</ul>
</li>
<li> <li>
<a href="../../COPYING.txt">COPYING.txt</a><br> Development history and license: <ul>
A licenza de software de Tux Paint, a<em>Licenza Pública Xeral de GNU</em> (GPL) </li> <li>
<a href="../../AUTHORS.txt">AUTHORS.txt</a><br>
Lista de autores e colaboradores. </li>
<li> <li>
<a href="INSTALL.html">INSTALL.html</a><br> <a href="../../CHANGES.txt">CHANGES.txt</a><br>
Instrucións para compilar e instalar Tux Paint, cando proceda. </li> Resumo do que cambiou entre as versións de Tux Paint. </li>
<li> <li>
<a href="EXTENDING.html">EXTENDING.html</a><br> <a href="../../COPYING.txt">COPYING.txt</a><br>
Instrucións detalladas sobre a ampliación de Tux Paint: creación de pinceis, selos, imaxes de inicio e modelos; engadir fontes; e crear novos deseños de teclado en pantalla e métodos de entrada. </li> Tux Paint's software license, the <cite>GNU General Public License</cite> (GPL) </li>
</ul>
<li> </li>
<a href="OPTIONS.html">OPTIONS.html</a><br>
Instrucións detalladas sobre a liña de ordes e as opcións do ficheiro de configuración para aqueles que non queiran usar a ferramenta Tux Paint Config. para xestionar a configuración de Tux Paint. </li>
<li>
<a href="PNG.html">PNG.html</a><br>
Notas sobre a creación de imaxes de mapa de bits (ráster) en formato PNG para usar en Tux Paint. </li>
<li>
<a href="SVG.html">SVG.html</a><br>
Notas sobre a creación de imaxes vectoriais en formato SVG para usar en Tux Paint. </li>
<li>
<a href="SIGNALS.html">SIGNALS.html</a><br>
Información sobre os sinais POSIX aos que responde Tux Paint. </li>
</ul> </ul>
</blockquote> </blockquote>
@ -1446,7 +1463,6 @@
<ul> <ul>
<li>Informar dos erros ou solicitar novas funcións a través do sistema de seguimento de erros do proxecto</li> <li>Informar dos erros ou solicitar novas funcións a través do sistema de seguimento de erros do proxecto</li>
<li>Participe nas distintas listas de correo do proxecto</li> <li>Participe nas distintas listas de correo do proxecto</li>
<li>Converse con desenvolvedores e outros usuarios a través de IRC</li>
<li>Ou póñase en contacto directamente cos desenvolvedores</li> <li>Ou póñase en contacto directamente cos desenvolvedores</li>
</ul> </ul>

View file

@ -5,8 +5,9 @@
Copyright © 2002-2021 by various contributors; "AUTHORS" 参照. Copyright © 2002-2021 by various contributors; "AUTHORS" 参照.
http://www.tuxpaint.org/ http://www.tuxpaint.org/
@TuxPaintTweets on Twitter
2021年10月27 2021年11月12
---------------------------------------------------------------------- ----------------------------------------------------------------------
@ -680,27 +681,32 @@ Tux Paint の起動
その他のドキュメント その他のドキュメント
このドキュメントの他、"docs" フォルダには、次のようなドキュメントがあります: このドキュメントの他、"docs" フォルダには、次のようなドキュメントがあります:
* 「まほう」ツールに関するドキュメント ("magic-docs") * Using Tux Paint:
インストールされている、それぞれの「まほう」ツールに関する説明。 * OPTIONS.html
* AUTHORS.txt コマンドライン、設定ファイルのオプションに関する詳細な情報。Tux Paint Config を使用したくない人向け。
作者と協力者のリスト. * 「まほう」ツールに関するドキュメント ("magic-docs")
* CHANGES.txt インストールされている、それぞれの「まほう」ツールに関する説明。
リリース毎の変更点の概要. * How to extend Tux Paint:
* COPYING.txt * EXTENDING.html
Tux Paint ソフトウェアのライセンス GNU 一般公衆利用許諾 (GPL) ブラシ、はんこ、背景画像の作成方法、フォントを追加する方法、追加のスクリーンキーボードの作成、言語入力の追加など、Tux
* INSTALL.html Paint の拡張についての詳細説明。
コンパイル、インストールの手順. * PNG.html
* EXTENDING.html PNG 形式の画像を作成する方法。
ブラシ、はんこ、背景画像の作成方法、フォントを追加する方法、追加のスクリーンキーボードの作成、言語入力の追加など、Tux Paint * SVG.html
の拡張についての詳細説明。 SVG 形式のヴェクタ画像を作成する方法。
* OPTIONS.html * Technical information:
コマンドライン、設定ファイルのオプションに関する詳細な情報。Tux Paint Config を使用したくない人向け。 * INSTALL.html
* PNG.html コンパイル、インストールの手順.
PNG 形式の画像を作成する方法。 * SIGNALS.html
* SVG.html Tux Paint が応答する POSIX シグナルに関する情報。
SVG 形式のヴェクタ画像を作成する方法。 * Development history and license:
* SIGNALS.html * AUTHORS.txt
Tux Paint が応答する POSIX シグナルに関する情報。 作者と協力者のリスト.
* CHANGES.txt
リリース毎の変更点の概要.
* COPYING.txt
Tux Paint's software license, the GNU General Public License
(GPL)
---------------------------------------------------------------------- ----------------------------------------------------------------------
@ -710,7 +716,6 @@ Tux Paint の起動
* バグを発見した場合や機能追加の要望については、プロジェクトの バグトラッキングシステムから報告できます * バグを発見した場合や機能追加の要望については、プロジェクトの バグトラッキングシステムから報告できます
* プロジェクトに関する様々なメーリングリストに参加できます * プロジェクトに関する様々なメーリングリストに参加できます
* IRCで、開発者や他のユーザーとチャットできます
* 開発者へ直接連絡することもできます * 開発者へ直接連絡することもできます
もっとお知りになりたい場合、Tux Paint のウェブサイト の "連絡先" のページ もっとお知りになりたい場合、Tux Paint のウェブサイト の "連絡先" のページ

View file

@ -23,12 +23,13 @@
子供向けのシンプルなお絵かきプログラム </h3> 子供向けのシンプルなお絵かきプログラム </h3>
<p> <p>
Copyright &copy; 2002-2021 by various contributors; "AUTHORS" 参照.<br> Copyright &copy; 2002-2021 by various contributors; "AUTHORS" 参照.<br/>
<a href="http://www.tuxpaint.org/">http://www.tuxpaint.org/</a> <a href="http://www.tuxpaint.org/">http://www.tuxpaint.org/</a><br/>
<a href="https://twitter.com/TuxPaintTweets">@TuxPaintTweets on Twitter</a>
</p> </p>
<p> <p>
2021年10月27</p> 2021年11月12</p>
</center> </center>
<hr size="2" <hr size="2"
@ -1391,44 +1392,60 @@
<blockquote> <blockquote>
このドキュメントの他、"<code>docs</code>" フォルダには、次のようなドキュメントがあります: <ul> このドキュメントの他、"<code>docs</code>" フォルダには、次のようなドキュメントがあります: <ul>
<li> <li>
<a href="../magic-docs/html/index.html">「まほう」ツールに関するドキュメント ("<code>magic-docs</code>")</a><br> Using Tux Paint: <ul>
インストールされている、それぞれの「まほう」ツールに関する説明。 </li> <li>
<a href="OPTIONS.html">OPTIONS.html</a><br>
コマンドライン、設定ファイルのオプションに関する詳細な情報。Tux Paint Config を使用したくない人向け。 </li>
<li>
<a href="../magic-docs/html/index.html">「まほう」ツールに関するドキュメント ("<code>magic-docs</code>")</a><br>
インストールされている、それぞれの「まほう」ツールに関する説明。 </li>
</ul>
</li>
<li> <li>
<a href="../../AUTHORS.txt">AUTHORS.txt</a><br> How to extend Tux Paint: <ul>
作者と協力者のリスト. </li> <li>
<a href="EXTENDING.html">EXTENDING.html</a><br>
ブラシ、はんこ、背景画像の作成方法、フォントを追加する方法、追加のスクリーンキーボードの作成、言語入力の追加など、Tux Paint の拡張についての詳細説明。 </li>
<li>
<a href="PNG.html">PNG.html</a><br>
PNG 形式の画像を作成する方法。 </li>
<li>
<a href="SVG.html">SVG.html</a><br>
SVG 形式のヴェクタ画像を作成する方法。 </li>
</ul>
</li>
<li> <li>
<a href="../../CHANGES.txt">CHANGES.txt</a><br> Technical information: <ul>
リリース毎の変更点の概要. </li> <li>
<a href="INSTALL.html">INSTALL.html</a><br>
コンパイル、インストールの手順. </li>
<li>
<a href="SIGNALS.html">SIGNALS.html</a><br>
Tux Paint が応答する POSIX シグナルに関する情報。 </li>
</ul>
</li>
<li> <li>
<a href="../../COPYING.txt">COPYING.txt</a><br> Development history and license: <ul>
Tux Paint ソフトウェアのライセンス <em>GNU 一般公衆利用許諾</em> (GPL) </li> <li>
<a href="../../AUTHORS.txt">AUTHORS.txt</a><br>
作者と協力者のリスト. </li>
<li> <li>
<a href="INSTALL.html">INSTALL.html</a><br> <a href="../../CHANGES.txt">CHANGES.txt</a><br>
コンパイル、インストールの手順. </li> リリース毎の変更点の概要. </li>
<li> <li>
<a href="EXTENDING.html">EXTENDING.html</a><br> <a href="../../COPYING.txt">COPYING.txt</a><br>
ブラシ、はんこ、背景画像の作成方法、フォントを追加する方法、追加のスクリーンキーボードの作成、言語入力の追加など、Tux Paint の拡張についての詳細説明。 </li> Tux Paint's software license, the <cite>GNU General Public License</cite> (GPL) </li>
</ul>
<li> </li>
<a href="OPTIONS.html">OPTIONS.html</a><br>
コマンドライン、設定ファイルのオプションに関する詳細な情報。Tux Paint Config を使用したくない人向け。 </li>
<li>
<a href="PNG.html">PNG.html</a><br>
PNG 形式の画像を作成する方法。 </li>
<li>
<a href="SVG.html">SVG.html</a><br>
SVG 形式のヴェクタ画像を作成する方法。 </li>
<li>
<a href="SIGNALS.html">SIGNALS.html</a><br>
Tux Paint が応答する POSIX シグナルに関する情報。 </li>
</ul> </ul>
</blockquote> </blockquote>
@ -1446,7 +1463,6 @@
<ul> <ul>
<li>バグを発見した場合や機能追加の要望については、プロジェクトの バグトラッキングシステムから報告できます</li> <li>バグを発見した場合や機能追加の要望については、プロジェクトの バグトラッキングシステムから報告できます</li>
<li>プロジェクトに関する様々なメーリングリストに参加できます</li> <li>プロジェクトに関する様々なメーリングリストに参加できます</li>
<li>IRCで、開発者や他のユーザーとチャットできます</li>
<li>開発者へ直接連絡することもできます</li> <li>開発者へ直接連絡することもできます</li>
</ul> </ul>

View file

@ -1,5 +1,5 @@
.\" tuxpaint.1 - 2021.09.14 .\" tuxpaint.1 - 2021.11.12
.TH TUXPAINT 1 "September 14, 2021" "0.9.27" "Tux Paint" .TH TUXPAINT 1 "November 12, 2021" "0.9.27" "Tux Paint"
.SH NAME .SH NAME
tuxpaint -- "Tux Paint", a drawing program for young children. tuxpaint -- "Tux Paint", a drawing program for young children.

View file

@ -1,5 +1,5 @@
.\" tuxpaint.1 - 2021.09.14 .\" tuxpaint.1 - 2021.11.12
.TH TUXPAINT 1 "septiembre 14, 2021" "0.9.27" "Tux Paint" .TH TUXPAINT 1 "noviembre 12, 2021" "0.9.27" "Tux Paint"
.SH NAME .SH NAME
tuxpaint -- "Tux Paint", a drawing program for young children. tuxpaint -- "Tux Paint", a drawing program for young children.

View file

@ -1,5 +1,5 @@
.\" tuxpaint.1 - 2021.09.14 .\" tuxpaint.1 - 2021.11.12
.TH TUXPAINT 1 "septembre 14, 2021" "0.9.27" "Tux Paint" .TH TUXPAINT 1 "novembre 12, 2021" "0.9.27" "Tux Paint"
.SH NAME .SH NAME
tuxpaint -- "Tux Paint", un programme simple pour les jeunes enfants. tuxpaint -- "Tux Paint", un programme simple pour les jeunes enfants.

View file

@ -1,5 +1,5 @@
.\" tuxpaint.1 - 2021.09.14 .\" tuxpaint.1 - 2021.11.12
.TH TUXPAINT 1 "14 de Setembro de 2021" "0.9.27" "Tux Paint" .TH TUXPAINT 1 "12 de Novembro de 2021" "0.9.27" "Tux Paint"
.SH NAME .SH NAME
tuxpaint -- "Tux Paint", a drawing program for young children. tuxpaint -- "Tux Paint", a drawing program for young children.

View file

@ -1,5 +1,5 @@
.\" tuxpaint.1 - 2021.09.14 .\" tuxpaint.1 - 2021.11.12
.TH TUXPAINT 1 "2021年9月14日" "0.9.27" "Tux Paint" .TH TUXPAINT 1 "2021年11月12日" "0.9.27" "Tux Paint"
.SH NAME .SH NAME
tuxpaint -- 小さな子供向けのお絵かきプログラム tuxpaint -- 小さな子供向けのお絵かきプログラム