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:
* Using Tux Paint:
* OPTIONS.html
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.
* 'Magic' Tool Documentation ("magic-docs") * 'Magic' Tool Documentation ("magic-docs")
Documentation for each of the currently-installed 'Magic' tools. Documentation for each of the currently-installed 'Magic'
tools.
* How to extend Tux Paint:
* EXTENDING.html
Detailed instructions on extending Tux Paint: creating brushes,
stamps, starters, and templates; adding fonts; and creating new
on-screen keyboard layouts and input methods.
* PNG.html
Notes on creating PNG format bitmapped (raster) images for use
in Tux Paint.
* SVG.html
Notes on creating SVG format vector images for use in Tux
Paint.
* Technical information:
* INSTALL.html
Instructions for compiling and installing Tux Paint, when
applicable.
* SIGNALS.html
Information about the POSIX signals that Tux Paint responds to.
* Development history and license:
* AUTHORS.txt * AUTHORS.txt
List of authors and contributors. List of authors and contributors.
* CHANGES.txt * CHANGES.txt
Summary of what has changed between releases of Tux Paint. Summary of what has changed between releases of Tux Paint.
* COPYING.txt * COPYING.txt
Tux Paint's software license, the GNU General Public License (GPL) Tux Paint's software license, the GNU General Public License
* INSTALL.html (GPL)
Instructions for compiling and installing Tux Paint, when
applicable.
* EXTENDING.html
Detailed instructions on extending Tux Paint: creating brushes,
stamps, starters, and templates; adding fonts; and creating new
on-screen keyboard layouts and input methods.
* OPTIONS.html
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.
* PNG.html
Notes on creating PNG format bitmapped (raster) images for use in
Tux Paint.
* SVG.html
Notes on creating SVG format vector images for use in Tux Paint.
* SIGNALS.html
Information about the POSIX signals that Tux Paint responds to.
---------------------------------------------------------------------- ----------------------------------------------------------------------
@ -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"
@ -1390,10 +1391,48 @@
<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>
Using Tux Paint: <ul>
<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> <li>
<a href="../magic-docs/html/index.html">'Magic' Tool Documentation ("<code>magic-docs</code>")</a><br> <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> Documentation for each of the currently-installed 'Magic' tools. </li>
</ul>
</li>
<li>
How to extend Tux Paint: <ul>
<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>
Technical information: <ul>
<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>
Development history and license: <ul>
<li> <li>
<a href="../../AUTHORS.txt">AUTHORS.txt</a><br> <a href="../../AUTHORS.txt">AUTHORS.txt</a><br>
List of authors and contributors. </li> List of authors and contributors. </li>
@ -1404,31 +1443,9 @@
<li> <li>
<a href="../../COPYING.txt">COPYING.txt</a><br> <a href="../../COPYING.txt">COPYING.txt</a><br>
Tux Paint's software license, the <em>GNU General Public License</em> (GPL) </li> Tux Paint's software license, the <cite>GNU General Public License</cite> (GPL) </li>
</ul>
<li> </li>
<a href="INSTALL.html">INSTALL.html</a><br>
Instructions for compiling and installing Tux Paint, when applicable. </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="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:
* Using Tux Paint:
* OPTIONS.html
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.
* 'Magic' Tool Documentation ("magic-docs") * 'Magic' Tool Documentation ("magic-docs")
Documentation for each of the currently-installed 'Magic' tools. Documentation for each of the currently-installed 'Magic'
tools.
* How to extend Tux Paint:
* EXTENDING.html
Detailed instructions on extending Tux Paint: creating brushes,
stamps, starters, and templates; adding fonts; and creating new
on-screen keyboard layouts and input methods.
* PNG.html
Notes on creating PNG format bitmapped (raster) images for use
in Tux Paint.
* SVG.html
Notes on creating SVG format vector images for use in Tux
Paint.
* Technical information:
* INSTALL.html
Instructions for compiling and installing Tux Paint, when
applicable.
* SIGNALS.html
Information about the POSIX signals that Tux Paint responds to.
* Development history and license:
* AUTHORS.txt * AUTHORS.txt
List of authors and contributors. List of authors and contributors.
* CHANGES.txt * CHANGES.txt
Summary of what has changed between releases of Tux Paint. Summary of what has changed between releases of Tux Paint.
* COPYING.txt * COPYING.txt
Tux Paint's software license, the GNU General Public License (GPL) Tux Paint's software license, the GNU General Public License
* INSTALL.html (GPL)
Instructions for compiling and installing Tux Paint, when
applicable.
* EXTENDING.html
Detailed instructions on extending Tux Paint: creating brushes,
stamps, starters, and templates; adding fonts; and creating new
on-screen keyboard layouts and input methods.
* OPTIONS.html
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.
* PNG.html
Notes on creating PNG format bitmapped (raster) images for use in
Tux Paint.
* SVG.html
Notes on creating SVG format vector images for use in Tux Paint.
* SIGNALS.html
Information about the POSIX signals that Tux Paint responds to.
---------------------------------------------------------------------- ----------------------------------------------------------------------
@ -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"
@ -1390,10 +1391,48 @@
<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>
Using Tux Paint: <ul>
<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> <li>
<a href="../magic-docs/html/index.html">'Magic' Tool Documentation ("<code>magic-docs</code>")</a><br> <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> Documentation for each of the currently-installed 'Magic' tools. </li>
</ul>
</li>
<li>
How to extend Tux Paint: <ul>
<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>
Technical information: <ul>
<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>
Development history and license: <ul>
<li> <li>
<a href="../../AUTHORS.txt">AUTHORS.txt</a><br> <a href="../../AUTHORS.txt">AUTHORS.txt</a><br>
List of authors and contributors. </li> List of authors and contributors. </li>
@ -1404,31 +1443,9 @@
<li> <li>
<a href="../../COPYING.txt">COPYING.txt</a><br> <a href="../../COPYING.txt">COPYING.txt</a><br>
Tux Paint's software license, the <em>GNU General Public License</em> (GPL) </li> Tux Paint's software license, the <cite>GNU General Public License</cite> (GPL) </li>
</ul>
<li> </li>
<a href="INSTALL.html">INSTALL.html</a><br>
Instructions for compiling and installing Tux Paint, when applicable. </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="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 :
* Using Tux Paint:
* OPTIONS.html
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.
* Documentation sur l'outil 'Magie' ("magic-docs") * Documentation sur l'outil 'Magie' ("magic-docs")
Documentation pour chacun des outils "Magic" actuellement installés. Documentation pour chacun des outils "Magic" actuellement
installés.
* How to extend Tux Paint:
* EXTENDING.html
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.
* PNG.html
Remarques sur la création d'images bitmap au format PNG à
utiliser dans Tux Paint.
* SVG.html
Remarques sur la création d'images vectorielles au format SVG à
utiliser dans Tux Paint.
* Technical information:
* INSTALL.html
Instructions pour compiler et installer Tux Paint, le cas
échéant.
* SIGNALS.html
Informations sur les signaux POSIX auxquels répond Tux Paint.
* Development history and license:
* AUTHORS.txt * AUTHORS.txt
Liste des auteurs et contributeurs. Liste des auteurs et contributeurs.
* CHANGES.txt * CHANGES.txt
Résumé des changements entre chaque version de Tux Paint. Résumé des changements entre chaque version de Tux Paint.
* COPYING.txt * COPYING.txt
Licencd de copie, la GNU General Public License (GPL) Tux Paint's software license, the GNU General Public License
* INSTALL.html (GPL)
Instructions pour compiler et installer Tux Paint, le cas échéant.
* EXTENDING.html
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.
* OPTIONS.html
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.
* PNG.html
Remarques sur la création d'images bitmap au format PNG à utiliser
dans Tux Paint.
* SVG.html
Remarques sur la création d'images vectorielles au format SVG à
utiliser dans Tux Paint.
* SIGNALS.html
Informations sur les signaux POSIX auxquels répond Tux Paint.
---------------------------------------------------------------------- ----------------------------------------------------------------------
@ -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"
@ -1390,10 +1391,48 @@
<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>
Using Tux Paint: <ul>
<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> <li>
<a href="../magic-docs/html/index.html">Documentation sur l'outil 'Magie' ("<code>magic-docs</code>")</a><br> <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> Documentation pour chacun des outils "Magic" actuellement installés. </li>
</ul>
</li>
<li>
How to extend Tux Paint: <ul>
<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>
Technical information: <ul>
<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>
Development history and license: <ul>
<li> <li>
<a href="../../AUTHORS.txt">AUTHORS.txt</a><br> <a href="../../AUTHORS.txt">AUTHORS.txt</a><br>
Liste des auteurs et contributeurs. </li> Liste des auteurs et contributeurs. </li>
@ -1404,31 +1443,9 @@
<li> <li>
<a href="../../COPYING.txt">COPYING.txt</a><br> <a href="../../COPYING.txt">COPYING.txt</a><br>
Licencd de copie, la <em>GNU General Public License</em> (GPL) </li> Tux Paint's software license, the <cite>GNU General Public License</cite> (GPL) </li>
</ul>
<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="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="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:
* Using Tux Paint:
* OPTIONS.html
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.
* Documentación da ferramenta «Maxia» («magic-docs») * Documentación da ferramenta «Maxia» («magic-docs»)
Documentación para cada unha das ferramentas de «Maxia» instaladas Documentación para cada unha das ferramentas de «Maxia»
actualmente. instaladas actualmente.
* How to extend Tux Paint:
* EXTENDING.html
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.
* PNG.html
Notas sobre a creación de imaxes de mapa de bits (ráster) en
formato PNG para usar en Tux Paint.
* SVG.html
Notas sobre a creación de imaxes vectoriais en formato SVG para
usar en Tux Paint.
* Technical information:
* INSTALL.html
Instrucións para compilar e instalar Tux Paint, cando proceda.
* SIGNALS.html
Información sobre os sinais POSIX aos que responde Tux Paint.
* Development history and license:
* AUTHORS.txt * AUTHORS.txt
Lista de autores e colaboradores. Lista de autores e colaboradores.
* CHANGES.txt * CHANGES.txt
Resumo do que cambiou entre as versións de Tux Paint. Resumo do que cambiou entre as versións de Tux Paint.
* COPYING.txt * COPYING.txt
A licenza de software de Tux Paint, aLicenza Pública Xeral de GNU Tux Paint's software license, the GNU General Public License
(GPL) (GPL)
* INSTALL.html
Instrucións para compilar e instalar Tux Paint, cando proceda.
* EXTENDING.html
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.
* OPTIONS.html
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.
* PNG.html
Notas sobre a creación de imaxes de mapa de bits (ráster) en formato
PNG para usar en Tux Paint.
* SVG.html
Notas sobre a creación de imaxes vectoriais en formato SVG para usar
en Tux Paint.
* SIGNALS.html
Información sobre os sinais POSIX aos que responde Tux Paint.
---------------------------------------------------------------------- ----------------------------------------------------------------------
@ -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"
@ -1390,10 +1391,48 @@
<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>
Using Tux Paint: <ul>
<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> <li>
<a href="../magic-docs/html/index.html">Documentación da ferramenta «Maxia» («<code>magic-docs</code>»)</a><br> <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> Documentación para cada unha das ferramentas de «Maxia» instaladas actualmente. </li>
</ul>
</li>
<li>
How to extend Tux Paint: <ul>
<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>
Technical information: <ul>
<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>
Development history and license: <ul>
<li> <li>
<a href="../../AUTHORS.txt">AUTHORS.txt</a><br> <a href="../../AUTHORS.txt">AUTHORS.txt</a><br>
Lista de autores e colaboradores. </li> Lista de autores e colaboradores. </li>
@ -1404,31 +1443,9 @@
<li> <li>
<a href="../../COPYING.txt">COPYING.txt</a><br> <a href="../../COPYING.txt">COPYING.txt</a><br>
A licenza de software de Tux Paint, a<em>Licenza Pública Xeral de GNU</em> (GPL) </li> Tux Paint's software license, the <cite>GNU General Public License</cite> (GPL) </li>
</ul>
<li> </li>
<a href="INSTALL.html">INSTALL.html</a><br>
Instrucións para compilar e instalar Tux Paint, cando proceda. </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="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" フォルダには、次のようなドキュメントがあります:
* Using Tux Paint:
* OPTIONS.html
コマンドライン、設定ファイルのオプションに関する詳細な情報。Tux Paint Config を使用したくない人向け。
* 「まほう」ツールに関するドキュメント ("magic-docs") * 「まほう」ツールに関するドキュメント ("magic-docs")
インストールされている、それぞれの「まほう」ツールに関する説明。 インストールされている、それぞれの「まほう」ツールに関する説明。
* How to extend Tux Paint:
* EXTENDING.html
ブラシ、はんこ、背景画像の作成方法、フォントを追加する方法、追加のスクリーンキーボードの作成、言語入力の追加など、Tux
Paint の拡張についての詳細説明。
* PNG.html
PNG 形式の画像を作成する方法。
* SVG.html
SVG 形式のヴェクタ画像を作成する方法。
* Technical information:
* INSTALL.html
コンパイル、インストールの手順.
* SIGNALS.html
Tux Paint が応答する POSIX シグナルに関する情報。
* Development history and license:
* AUTHORS.txt * AUTHORS.txt
作者と協力者のリスト. 作者と協力者のリスト.
* CHANGES.txt * CHANGES.txt
リリース毎の変更点の概要. リリース毎の変更点の概要.
* COPYING.txt * COPYING.txt
Tux Paint ソフトウェアのライセンス GNU 一般公衆利用許諾 (GPL) Tux Paint's software license, the GNU General Public License
* INSTALL.html (GPL)
コンパイル、インストールの手順.
* EXTENDING.html
ブラシ、はんこ、背景画像の作成方法、フォントを追加する方法、追加のスクリーンキーボードの作成、言語入力の追加など、Tux Paint
の拡張についての詳細説明。
* OPTIONS.html
コマンドライン、設定ファイルのオプションに関する詳細な情報。Tux Paint Config を使用したくない人向け。
* PNG.html
PNG 形式の画像を作成する方法。
* SVG.html
SVG 形式のヴェクタ画像を作成する方法。
* SIGNALS.html
Tux Paint が応答する POSIX シグナルに関する情報。
---------------------------------------------------------------------- ----------------------------------------------------------------------
@ -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"
@ -1390,10 +1391,48 @@
<blockquote> <blockquote>
このドキュメントの他、"<code>docs</code>" フォルダには、次のようなドキュメントがあります: <ul> このドキュメントの他、"<code>docs</code>" フォルダには、次のようなドキュメントがあります: <ul>
<li>
Using Tux Paint: <ul>
<li>
<a href="OPTIONS.html">OPTIONS.html</a><br>
コマンドライン、設定ファイルのオプションに関する詳細な情報。Tux Paint Config を使用したくない人向け。 </li>
<li> <li>
<a href="../magic-docs/html/index.html">「まほう」ツールに関するドキュメント ("<code>magic-docs</code>")</a><br> <a href="../magic-docs/html/index.html">「まほう」ツールに関するドキュメント ("<code>magic-docs</code>")</a><br>
インストールされている、それぞれの「まほう」ツールに関する説明。 </li> インストールされている、それぞれの「まほう」ツールに関する説明。 </li>
</ul>
</li>
<li>
How to extend Tux Paint: <ul>
<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>
Technical information: <ul>
<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>
Development history and license: <ul>
<li> <li>
<a href="../../AUTHORS.txt">AUTHORS.txt</a><br> <a href="../../AUTHORS.txt">AUTHORS.txt</a><br>
作者と協力者のリスト. </li> 作者と協力者のリスト. </li>
@ -1404,31 +1443,9 @@
<li> <li>
<a href="../../COPYING.txt">COPYING.txt</a><br> <a href="../../COPYING.txt">COPYING.txt</a><br>
Tux Paint ソフトウェアのライセンス <em>GNU 一般公衆利用許諾</em> (GPL) </li> Tux Paint's software license, the <cite>GNU General Public License</cite> (GPL) </li>
</ul>
<li> </li>
<a href="INSTALL.html">INSTALL.html</a><br>
コンパイル、インストールの手順. </li>
<li>
<a href="EXTENDING.html">EXTENDING.html</a><br>
ブラシ、はんこ、背景画像の作成方法、フォントを追加する方法、追加のスクリーンキーボードの作成、言語入力の追加など、Tux Paint の拡張についての詳細説明。 </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 -- 小さな子供向けのお絵かきプログラム