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
|
||||
|
||||
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>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue