Regen. README (+Twitter, -IRC, further reading groups)
This commit is contained in:
parent
c31e0cd504
commit
b9d3711584
15 changed files with 430 additions and 318 deletions
|
|
@ -5,8 +5,9 @@
|
|||
|
||||
Copyright © 2002-2021 by various contributors; see AUTHORS.
|
||||
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"
|
||||
folder/directory) includes:
|
||||
* 'Magic' Tool Documentation ("magic-docs")
|
||||
Documentation for each of the currently-installed 'Magic' tools.
|
||||
* 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)
|
||||
* INSTALL.html
|
||||
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.
|
||||
* 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")
|
||||
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
|
||||
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
|
||||
system
|
||||
* Participate in the various project mailing lists
|
||||
* Chat with developers and other users over IRC
|
||||
* Contact the developers directly
|
||||
|
||||
To learn more, visit the "Contact" page of the official Tux Paint
|
||||
|
|
|
|||
|
|
@ -23,12 +23,13 @@
|
|||
A simple drawing program for children </h3>
|
||||
|
||||
<p>
|
||||
Copyright © 2002-2021 by various contributors; see AUTHORS.<br>
|
||||
<a href="http://www.tuxpaint.org/">http://www.tuxpaint.org/</a>
|
||||
Copyright © 2002-2021 by various contributors; see AUTHORS.<br/>
|
||||
<a href="http://www.tuxpaint.org/">http://www.tuxpaint.org/</a><br/>
|
||||
<a href="https://twitter.com/TuxPaintTweets">@TuxPaintTweets on Twitter</a>
|
||||
</p>
|
||||
|
||||
<p>
|
||||
October 27, 2021 </p>
|
||||
November 12, 2021 </p>
|
||||
</center>
|
||||
|
||||
<hr size="2"
|
||||
|
|
@ -1391,44 +1392,60 @@
|
|||
<blockquote>
|
||||
Other documentation included with Tux Paint (found in the "<code>docs</code>" folder/directory) includes: <ul>
|
||||
<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>
|
||||
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>
|
||||
<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>
|
||||
<a href="../../AUTHORS.txt">AUTHORS.txt</a><br>
|
||||
List of authors and contributors. </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>
|
||||
<a href="../../CHANGES.txt">CHANGES.txt</a><br>
|
||||
Summary of what has changed between releases of Tux Paint. </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>
|
||||
<a href="../../COPYING.txt">COPYING.txt</a><br>
|
||||
Tux Paint's software license, the <em>GNU General Public License</em> (GPL) </li>
|
||||
Development history and license: <ul>
|
||||
<li>
|
||||
<a href="../../AUTHORS.txt">AUTHORS.txt</a><br>
|
||||
List of authors and contributors. </li>
|
||||
|
||||
<li>
|
||||
<a href="INSTALL.html">INSTALL.html</a><br>
|
||||
Instructions for compiling and installing Tux Paint, when applicable. </li>
|
||||
<li>
|
||||
<a href="../../CHANGES.txt">CHANGES.txt</a><br>
|
||||
Summary of what has changed between releases of Tux Paint. </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>
|
||||
<li>
|
||||
<a href="../../COPYING.txt">COPYING.txt</a><br>
|
||||
Tux Paint's software license, the <cite>GNU General Public License</cite> (GPL) </li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</blockquote>
|
||||
|
||||
|
|
@ -1446,7 +1463,6 @@
|
|||
<ul>
|
||||
<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>Chat with developers and other users over IRC</li>
|
||||
<li>Contact the developers directly</li>
|
||||
</ul>
|
||||
|
||||
|
|
|
|||
|
|
@ -5,8 +5,9 @@
|
|||
|
||||
Copyright © 2002-2021 by various contributors; see AUTHORS.
|
||||
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"
|
||||
folder/directory) includes:
|
||||
* 'Magic' Tool Documentation ("magic-docs")
|
||||
Documentation for each of the currently-installed 'Magic' tools.
|
||||
* 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)
|
||||
* INSTALL.html
|
||||
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.
|
||||
* 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")
|
||||
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
|
||||
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
|
||||
system
|
||||
* Participate in the various project mailing lists
|
||||
* Chat with developers and other users over IRC
|
||||
* Contact the developers directly
|
||||
|
||||
To learn more, visit the "Contact" page of the official Tux Paint
|
||||
|
|
|
|||
|
|
@ -23,12 +23,13 @@
|
|||
A simple drawing program for children </h3>
|
||||
|
||||
<p>
|
||||
Copyright © 2002-2021 by various contributors; see AUTHORS.<br>
|
||||
<a href="http://www.tuxpaint.org/">http://www.tuxpaint.org/</a>
|
||||
Copyright © 2002-2021 by various contributors; see AUTHORS.<br/>
|
||||
<a href="http://www.tuxpaint.org/">http://www.tuxpaint.org/</a><br/>
|
||||
<a href="https://twitter.com/TuxPaintTweets">@TuxPaintTweets on Twitter</a>
|
||||
</p>
|
||||
|
||||
<p>
|
||||
octubre 27, 2021 </p>
|
||||
noviembre 12, 2021 </p>
|
||||
</center>
|
||||
|
||||
<hr size="2"
|
||||
|
|
@ -1391,44 +1392,60 @@
|
|||
<blockquote>
|
||||
Other documentation included with Tux Paint (found in the "<code>docs</code>" folder/directory) includes: <ul>
|
||||
<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>
|
||||
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>
|
||||
<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>
|
||||
<a href="../../AUTHORS.txt">AUTHORS.txt</a><br>
|
||||
List of authors and contributors. </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>
|
||||
<a href="../../CHANGES.txt">CHANGES.txt</a><br>
|
||||
Summary of what has changed between releases of Tux Paint. </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>
|
||||
<a href="../../COPYING.txt">COPYING.txt</a><br>
|
||||
Tux Paint's software license, the <em>GNU General Public License</em> (GPL) </li>
|
||||
Development history and license: <ul>
|
||||
<li>
|
||||
<a href="../../AUTHORS.txt">AUTHORS.txt</a><br>
|
||||
List of authors and contributors. </li>
|
||||
|
||||
<li>
|
||||
<a href="INSTALL.html">INSTALL.html</a><br>
|
||||
Instructions for compiling and installing Tux Paint, when applicable. </li>
|
||||
<li>
|
||||
<a href="../../CHANGES.txt">CHANGES.txt</a><br>
|
||||
Summary of what has changed between releases of Tux Paint. </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>
|
||||
<li>
|
||||
<a href="../../COPYING.txt">COPYING.txt</a><br>
|
||||
Tux Paint's software license, the <cite>GNU General Public License</cite> (GPL) </li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</blockquote>
|
||||
|
||||
|
|
@ -1446,7 +1463,6 @@
|
|||
<ul>
|
||||
<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>Chat with developers and other users over IRC</li>
|
||||
<li>Contact the developers directly</li>
|
||||
</ul>
|
||||
|
||||
|
|
|
|||
|
|
@ -5,8 +5,9 @@
|
|||
|
||||
Copyright &copie; 2002-2021 par divers contributeurs; voir AUTHORS.
|
||||
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")
|
||||
incluent :
|
||||
* Documentation sur l'outil 'Magie' ("magic-docs")
|
||||
Documentation pour chacun des outils "Magic" actuellement installés.
|
||||
* AUTHORS.txt
|
||||
Liste des auteurs et contributeurs.
|
||||
* CHANGES.txt
|
||||
Résumé des changements entre chaque version de Tux Paint.
|
||||
* COPYING.txt
|
||||
Licencd de copie, la GNU General Public License (GPL)
|
||||
* INSTALL.html
|
||||
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.
|
||||
* 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 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
|
||||
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
|
||||
le système de suivi des bogues
|
||||
* 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
|
||||
|
||||
Pour en savoir plus, visitez la page "Contact" du site officiel de Tux
|
||||
|
|
|
|||
|
|
@ -23,12 +23,13 @@
|
|||
Un programme simple pour les enfants </h3>
|
||||
|
||||
<p>
|
||||
Copyright &copie; 2002-2021 par divers contributeurs; voir AUTHORS.<br>
|
||||
<a href="http://www.tuxpaint.org/">http://www.tuxpaint.org/</a>
|
||||
Copyright &copie; 2002-2021 par divers contributeurs; voir AUTHORS.<br/>
|
||||
<a href="http://www.tuxpaint.org/">http://www.tuxpaint.org/</a><br/>
|
||||
<a href="https://twitter.com/TuxPaintTweets">@TuxPaintTweets on Twitter</a>
|
||||
</p>
|
||||
|
||||
<p>
|
||||
octobre 27, 2021 </p>
|
||||
novembre 12, 2021 </p>
|
||||
</center>
|
||||
|
||||
<hr size="2"
|
||||
|
|
@ -1391,44 +1392,60 @@
|
|||
<blockquote>
|
||||
Les autres documents inclus avec Tux Paint (dans le répertoire "<code>docs</code>") incluent : <ul>
|
||||
<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>
|
||||
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>
|
||||
<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>
|
||||
<a href="../../AUTHORS.txt">AUTHORS.txt</a><br>
|
||||
Liste des auteurs et contributeurs. </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>
|
||||
<a href="../../CHANGES.txt">CHANGES.txt</a><br>
|
||||
Résumé des changements entre chaque version de Tux Paint. </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>
|
||||
<a href="../../COPYING.txt">COPYING.txt</a><br>
|
||||
Licencd de copie, la <em>GNU General Public License</em> (GPL) </li>
|
||||
Development history and license: <ul>
|
||||
<li>
|
||||
<a href="../../AUTHORS.txt">AUTHORS.txt</a><br>
|
||||
Liste des auteurs et contributeurs. </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="../../CHANGES.txt">CHANGES.txt</a><br>
|
||||
Résumé des changements entre chaque version de Tux Paint. </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>
|
||||
<li>
|
||||
<a href="../../COPYING.txt">COPYING.txt</a><br>
|
||||
Tux Paint's software license, the <cite>GNU General Public License</cite> (GPL) </li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</blockquote>
|
||||
|
||||
|
|
@ -1446,7 +1463,6 @@
|
|||
<ul>
|
||||
<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>Chatter avec les développeurs et d'autres utilisateurs via IRC</li>
|
||||
<li>Contacter les développeurs directement</li>
|
||||
</ul>
|
||||
|
||||
|
|
|
|||
|
|
@ -5,8 +5,9 @@
|
|||
|
||||
Copyright © 2002-2021 por varios colaboradores; vexa AUTHORS (AUTORES).
|
||||
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
|
||||
cartafol/directorio «docs») inclúe:
|
||||
* Documentación da ferramenta «Maxia» («magic-docs»)
|
||||
Documentación para cada unha das ferramentas de «Maxia» instaladas
|
||||
actualmente.
|
||||
* AUTHORS.txt
|
||||
Lista de autores e colaboradores.
|
||||
* CHANGES.txt
|
||||
Resumo do que cambiou entre as versións de Tux Paint.
|
||||
* COPYING.txt
|
||||
A licenza de software de Tux Paint, aLicenza Pública Xeral de GNU
|
||||
(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.
|
||||
* 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 para cada unha das ferramentas de «Maxia»
|
||||
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
|
||||
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
|
||||
de seguimento de erros 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
|
||||
|
||||
Para obter máis información, visite a páxina «Contacto» do sitio web
|
||||
|
|
|
|||
|
|
@ -23,12 +23,13 @@
|
|||
Un sinxelo programa de debuxo para cativos </h3>
|
||||
|
||||
<p>
|
||||
Copyright © 2002-2021 por varios colaboradores; vexa AUTHORS (AUTORES).<br>
|
||||
<a href="http://www.tuxpaint.org/">http://www.tuxpaint.org/</a>
|
||||
Copyright © 2002-2021 por varios colaboradores; vexa AUTHORS (AUTORES).<br/>
|
||||
<a href="http://www.tuxpaint.org/">http://www.tuxpaint.org/</a><br/>
|
||||
<a href="https://twitter.com/TuxPaintTweets">@TuxPaintTweets on Twitter</a>
|
||||
</p>
|
||||
|
||||
<p>
|
||||
27 de Outubro de 2021 </p>
|
||||
12 de Novembro de 2021 </p>
|
||||
</center>
|
||||
|
||||
<hr size="2"
|
||||
|
|
@ -1391,44 +1392,60 @@
|
|||
<blockquote>
|
||||
Outra documentación incluída con Tux Paint (que se atopa no cartafol/directorio «<code>docs</code>») inclúe: <ul>
|
||||
<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>
|
||||
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>
|
||||
<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>
|
||||
<a href="../../AUTHORS.txt">AUTHORS.txt</a><br>
|
||||
Lista de autores e colaboradores. </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>
|
||||
<a href="../../CHANGES.txt">CHANGES.txt</a><br>
|
||||
Resumo do que cambiou entre as versións de Tux Paint. </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>
|
||||
<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>
|
||||
Development history and license: <ul>
|
||||
<li>
|
||||
<a href="../../AUTHORS.txt">AUTHORS.txt</a><br>
|
||||
Lista de autores e colaboradores. </li>
|
||||
|
||||
<li>
|
||||
<a href="INSTALL.html">INSTALL.html</a><br>
|
||||
Instrucións para compilar e instalar Tux Paint, cando proceda. </li>
|
||||
<li>
|
||||
<a href="../../CHANGES.txt">CHANGES.txt</a><br>
|
||||
Resumo do que cambiou entre as versións de Tux Paint. </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>
|
||||
<li>
|
||||
<a href="../../COPYING.txt">COPYING.txt</a><br>
|
||||
Tux Paint's software license, the <cite>GNU General Public License</cite> (GPL) </li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</blockquote>
|
||||
|
||||
|
|
@ -1446,7 +1463,6 @@
|
|||
<ul>
|
||||
<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>Converse con desenvolvedores e outros usuarios a través de IRC</li>
|
||||
<li>Ou póñase en contacto directamente cos desenvolvedores</li>
|
||||
</ul>
|
||||
|
||||
|
|
|
|||
|
|
@ -5,8 +5,9 @@
|
|||
|
||||
Copyright © 2002-2021 by various contributors; "AUTHORS" 参照.
|
||||
http://www.tuxpaint.org/
|
||||
@TuxPaintTweets on Twitter
|
||||
|
||||
2021年10月27日
|
||||
2021年11月12日
|
||||
|
||||
----------------------------------------------------------------------
|
||||
|
||||
|
|
@ -680,27 +681,32 @@ Tux Paint の起動
|
|||
その他のドキュメント
|
||||
|
||||
このドキュメントの他、"docs" フォルダには、次のようなドキュメントがあります:
|
||||
* 「まほう」ツールに関するドキュメント ("magic-docs")
|
||||
インストールされている、それぞれの「まほう」ツールに関する説明。
|
||||
* AUTHORS.txt
|
||||
作者と協力者のリスト.
|
||||
* CHANGES.txt
|
||||
リリース毎の変更点の概要.
|
||||
* COPYING.txt
|
||||
Tux Paint ソフトウェアのライセンス GNU 一般公衆利用許諾 (GPL)
|
||||
* INSTALL.html
|
||||
コンパイル、インストールの手順.
|
||||
* EXTENDING.html
|
||||
ブラシ、はんこ、背景画像の作成方法、フォントを追加する方法、追加のスクリーンキーボードの作成、言語入力の追加など、Tux Paint
|
||||
の拡張についての詳細説明。
|
||||
* OPTIONS.html
|
||||
コマンドライン、設定ファイルのオプションに関する詳細な情報。Tux Paint Config を使用したくない人向け。
|
||||
* PNG.html
|
||||
PNG 形式の画像を作成する方法。
|
||||
* SVG.html
|
||||
SVG 形式のヴェクタ画像を作成する方法。
|
||||
* SIGNALS.html
|
||||
Tux Paint が応答する POSIX シグナルに関する情報。
|
||||
* Using Tux Paint:
|
||||
* OPTIONS.html
|
||||
コマンドライン、設定ファイルのオプションに関する詳細な情報。Tux Paint Config を使用したくない人向け。
|
||||
* 「まほう」ツールに関するドキュメント ("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
|
||||
作者と協力者のリスト.
|
||||
* CHANGES.txt
|
||||
リリース毎の変更点の概要.
|
||||
* COPYING.txt
|
||||
Tux Paint's software license, the GNU General Public License
|
||||
(GPL)
|
||||
|
||||
----------------------------------------------------------------------
|
||||
|
||||
|
|
@ -710,7 +716,6 @@ Tux Paint の起動
|
|||
|
||||
* バグを発見した場合や機能追加の要望については、プロジェクトの バグトラッキングシステムから報告できます
|
||||
* プロジェクトに関する様々なメーリングリストに参加できます
|
||||
* IRCで、開発者や他のユーザーとチャットできます
|
||||
* 開発者へ直接連絡することもできます
|
||||
|
||||
もっとお知りになりたい場合、Tux Paint のウェブサイト の "連絡先" のページ
|
||||
|
|
|
|||
|
|
@ -23,12 +23,13 @@
|
|||
子供向けのシンプルなお絵かきプログラム </h3>
|
||||
|
||||
<p>
|
||||
Copyright © 2002-2021 by various contributors; "AUTHORS" 参照.<br>
|
||||
<a href="http://www.tuxpaint.org/">http://www.tuxpaint.org/</a>
|
||||
Copyright © 2002-2021 by various contributors; "AUTHORS" 参照.<br/>
|
||||
<a href="http://www.tuxpaint.org/">http://www.tuxpaint.org/</a><br/>
|
||||
<a href="https://twitter.com/TuxPaintTweets">@TuxPaintTweets on Twitter</a>
|
||||
</p>
|
||||
|
||||
<p>
|
||||
2021年10月27日 </p>
|
||||
2021年11月12日 </p>
|
||||
</center>
|
||||
|
||||
<hr size="2"
|
||||
|
|
@ -1391,44 +1392,60 @@
|
|||
<blockquote>
|
||||
このドキュメントの他、"<code>docs</code>" フォルダには、次のようなドキュメントがあります: <ul>
|
||||
<li>
|
||||
<a href="../magic-docs/html/index.html">「まほう」ツールに関するドキュメント ("<code>magic-docs</code>")</a><br>
|
||||
インストールされている、それぞれの「まほう」ツールに関する説明。 </li>
|
||||
Using Tux Paint: <ul>
|
||||
<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>
|
||||
<a href="../../AUTHORS.txt">AUTHORS.txt</a><br>
|
||||
作者と協力者のリスト. </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>
|
||||
<a href="../../CHANGES.txt">CHANGES.txt</a><br>
|
||||
リリース毎の変更点の概要. </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>
|
||||
<a href="../../COPYING.txt">COPYING.txt</a><br>
|
||||
Tux Paint ソフトウェアのライセンス <em>GNU 一般公衆利用許諾</em> (GPL) </li>
|
||||
Development history and license: <ul>
|
||||
<li>
|
||||
<a href="../../AUTHORS.txt">AUTHORS.txt</a><br>
|
||||
作者と協力者のリスト. </li>
|
||||
|
||||
<li>
|
||||
<a href="INSTALL.html">INSTALL.html</a><br>
|
||||
コンパイル、インストールの手順. </li>
|
||||
<li>
|
||||
<a href="../../CHANGES.txt">CHANGES.txt</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>
|
||||
<li>
|
||||
<a href="../../COPYING.txt">COPYING.txt</a><br>
|
||||
Tux Paint's software license, the <cite>GNU General Public License</cite> (GPL) </li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</blockquote>
|
||||
|
||||
|
|
@ -1446,7 +1463,6 @@
|
|||
<ul>
|
||||
<li>バグを発見した場合や機能追加の要望については、プロジェクトの バグトラッキングシステムから報告できます</li>
|
||||
<li>プロジェクトに関する様々なメーリングリストに参加できます</li>
|
||||
<li>IRCで、開発者や他のユーザーとチャットできます</li>
|
||||
<li>開発者へ直接連絡することもできます</li>
|
||||
</ul>
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
.\" tuxpaint.1 - 2021.09.14
|
||||
.TH TUXPAINT 1 "September 14, 2021" "0.9.27" "Tux Paint"
|
||||
.\" tuxpaint.1 - 2021.11.12
|
||||
.TH TUXPAINT 1 "November 12, 2021" "0.9.27" "Tux Paint"
|
||||
.SH NAME
|
||||
tuxpaint -- "Tux Paint", a drawing program for young children.
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
.\" tuxpaint.1 - 2021.09.14
|
||||
.TH TUXPAINT 1 "septiembre 14, 2021" "0.9.27" "Tux Paint"
|
||||
.\" tuxpaint.1 - 2021.11.12
|
||||
.TH TUXPAINT 1 "noviembre 12, 2021" "0.9.27" "Tux Paint"
|
||||
.SH NAME
|
||||
tuxpaint -- "Tux Paint", a drawing program for young children.
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
.\" tuxpaint.1 - 2021.09.14
|
||||
.TH TUXPAINT 1 "septembre 14, 2021" "0.9.27" "Tux Paint"
|
||||
.\" tuxpaint.1 - 2021.11.12
|
||||
.TH TUXPAINT 1 "novembre 12, 2021" "0.9.27" "Tux Paint"
|
||||
.SH NAME
|
||||
tuxpaint -- "Tux Paint", un programme simple pour les jeunes enfants.
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
.\" tuxpaint.1 - 2021.09.14
|
||||
.TH TUXPAINT 1 "14 de Setembro de 2021" "0.9.27" "Tux Paint"
|
||||
.\" tuxpaint.1 - 2021.11.12
|
||||
.TH TUXPAINT 1 "12 de Novembro de 2021" "0.9.27" "Tux Paint"
|
||||
.SH NAME
|
||||
tuxpaint -- "Tux Paint", a drawing program for young children.
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
.\" tuxpaint.1 - 2021.09.14
|
||||
.TH TUXPAINT 1 "2021年9月14日" "0.9.27" "Tux Paint"
|
||||
.\" tuxpaint.1 - 2021.11.12
|
||||
.TH TUXPAINT 1 "2021年11月12日" "0.9.27" "Tux Paint"
|
||||
.SH NAME
|
||||
tuxpaint -- 小さな子供向けのお絵かきプログラム
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue