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
|
|
@ -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