README.html - close dangling <li> tags

This commit is contained in:
Bill Kendrick 2020-07-27 21:55:20 -07:00
parent 43edf9fe3e
commit e28ab7938f
2 changed files with 38 additions and 19 deletions

View file

@ -6,7 +6,7 @@
Copyright 2002-2020 by various contributors; see AUTHORS.txt Copyright 2002-2020 by various contributors; see AUTHORS.txt
http://www.tuxpaint.org/ http://www.tuxpaint.org/
June 14, 2002 - June 22, 2020 June 14, 2002 - July 27, 2020
---------------------------------------------------------------------- ----------------------------------------------------------------------

View file

@ -22,7 +22,7 @@ version
<p>June 14, 2002 - <p>June 14, 2002 -
June 22, 2020</p> July 27, 2020</p>
</center> </center>
@ -32,11 +32,11 @@ version
<tr><th>Table of Contents</th></tr> <tr><th>Table of Contents</th></tr>
<tr><td> <tr><td>
<ul> <ul>
<li><a href="#about">About</a> <li><a href="#about">About</a></li>
<li><a href="#using">Using Tux&nbsp;Paint</a> <li><a href="#using">Using Tux&nbsp;Paint</a></li>
<li><a href="#loading_into">Loading Other Pictures into Tux&nbsp;Paint</a> <li><a href="#loading_into">Loading Other Pictures into Tux&nbsp;Paint</a></li>
<li><a href="#further">Further Reading</a> <li><a href="#further">Further Reading</a></li>
<li><a href="#help">How to Get Help</a> <li><a href="#help">How to Get Help</a></li>
</ul> </ul>
</td></tr> </td></tr>
</table> </table>
@ -493,12 +493,16 @@ version
<ul> <ul>
<li>Japanese &mdash; Romanized Hiragana and Romanized Katakana <li>Japanese &mdash; Romanized Hiragana and Romanized Katakana
&mdash; <b>right&nbsp;[Alt]</b> &mdash; <b>right&nbsp;[Alt]</b>
</li>
<li>Korean &mdash; Hangul 2-Bul <li>Korean &mdash; Hangul 2-Bul
&mdash; <b>right&nbsp;[Alt]</b> or <b>left&nbsp;[Alt]</b> &mdash; <b>right&nbsp;[Alt]</b> or <b>left&nbsp;[Alt]</b>
</li>
<li>Traditional Chinese <li>Traditional Chinese
&mdash; <b>right&nbsp;[Alt]</b> or <b>left&nbsp;[Alt]</b> &mdash; <b>right&nbsp;[Alt]</b> or <b>left&nbsp;[Alt]</b>
</li>
<li>Thai <li>Thai
&mdash; <b>right&nbsp;[Alt]</b> &mdash; <b>right&nbsp;[Alt]</b>
</li>
</ul> </ul>
</p> </p>
</dl> </dl>
@ -666,6 +670,7 @@ version
it.)</p> it.)</p>
<br clear=all> <br clear=all>
</li>
<li> <li>
<img src="../../html/images/open_erase.png" width=48 height=48 alt="" <img src="../../html/images/open_erase.png" width=48 height=48 alt=""
@ -679,6 +684,7 @@ version
placed in your desktop's trash can, on Linux only.</p> placed in your desktop's trash can, on Linux only.</p>
<br clear=all> <br clear=all>
</li>
<li> <li>
<img src="../../html/images/open_slides.png" width=48 height=48 alt="" <img src="../../html/images/open_slides.png" width=48 height=48 alt=""
@ -689,6 +695,7 @@ version
below, for details.</p> below, for details.</p>
<br clear=all> <br clear=all>
</li>
<li> <li>
<img src="../../html/images/open_back.png" width=48 height=48 alt="" <img src="../../html/images/open_back.png" width=48 height=48 alt=""
@ -698,6 +705,7 @@ version
list to cancel and return to the picture you were drawing.</p> list to cancel and return to the picture you were drawing.</p>
<br clear=all> <br clear=all>
</li>
</ul> </ul>
</blockquote> </blockquote>
@ -1079,12 +1087,12 @@ version
</blockquote> </blockquote>
<ul> <ul>
<li>YYYY = Year <li>YYYY = Year</li>
<li>MM = Month (01-12) <li>MM = Month (01-12)</li>
<li>DD = Day (01-31) <li>DD = Day (01-31)</li>
<li>HH = Hour, in 24-hour format (00-23) <li>HH = Hour, in 24-hour format (00-23)</li>
<li>mm = Minute (00-59) <li>mm = Minute (00-59)</li>
<li>ss = Second (00-59) <li>ss = Second (00-59)</li>
</ul> </ul>
<p>e.g.:</p> <p>e.g.:</p>
@ -1105,18 +1113,18 @@ version
steps: steps:
<ol> <ol>
<li>Take the height of the window (e.g, 480, 600 or 768 pixels) and <li>Take the height of the window (e.g, 480, 600 or 768 pixels) and
subtract 144 subtract 144</li>
<li>Take the result of Step&nbsp;1 and divide it by 48 <li>Take the result of Step&nbsp;1 and divide it by 48</li>
<li>Take the result of Step&nbsp;2 and round it down (e.g., 9.5 becomes <li>Take the result of Step&nbsp;2 and round it down (e.g., 9.5 becomes
simply 9) simply 9)</li>
<li>Take the result of Step&nbsp;3 and multiply it by 48 <li>Take the result of Step&nbsp;3 and multiply it by 48</li>
<li>Finally, take the result of Step&nbsp;4 and add 40 <li>Finally, take the result of Step&nbsp;4 and add 40</li>
</ol></p> </ol></p>
<p><b>Example:</b> Tux&nbsp;Paint running at fullscreen on a 1440x900 <p><b>Example:</b> Tux&nbsp;Paint running at fullscreen on a 1440x900
display. display.
<ul> <ul>
<li>The canvas width is simply 1440&nbsp;-&nbsp;192, or 1248. <li>The canvas width is simply 1440&nbsp;-&nbsp;192, or 1248.</li>
<li>The canvas height is calculated as: <li>The canvas height is calculated as:
<ol> <ol>
<li>900&nbsp;-&nbsp;144, or 756 <li>900&nbsp;-&nbsp;144, or 756
@ -1125,6 +1133,7 @@ version
<li>15&nbsp;*&nbsp;48, or 720 <li>15&nbsp;*&nbsp;48, or 720
<li>720&nbsp;+&nbsp;40, or 760 <li>720&nbsp;+&nbsp;40, or 760
</ol> </ol>
</li>
</ul> </ul>
So the canvas within a 1440x900 Tux&nbsp;Paint window is 1248x760.</p> So the canvas within a 1440x900 Tux&nbsp;Paint window is 1248x760.</p>
</blockquote> </blockquote>
@ -1143,35 +1152,45 @@ version
<li><a href="../magic-docs/html/">"Magic" Tool Documentation <li><a href="../magic-docs/html/">"Magic" Tool Documentation
("magic-docs")</a><br> ("magic-docs")</a><br>
Documentation for each of the currently-installed "Magic" tools. Documentation for each of the currently-installed "Magic" tools.
</li>
<li><a href="../AUTHORS.txt">AUTHORS.txt</a><br> <li><a href="../AUTHORS.txt">AUTHORS.txt</a><br>
List of authors and contributors. List of authors and contributors.
</li>
<li><a href="../CHANGES.txt">CHANGES.txt</a><br> <li><a href="../CHANGES.txt">CHANGES.txt</a><br>
Summary of changed between releases. Summary of changed between releases.
</li>
<li><a href="../COPYING.txt">COPYING.txt</a><br> <li><a href="../COPYING.txt">COPYING.txt</a><br>
Copying license (The GNU General Public License). Copying license (The GNU General Public License).
</li>
<li><a href="../INSTALL.txt">INSTALL.txt</a><br> <li><a href="../INSTALL.txt">INSTALL.txt</a><br>
Instructions for compiling/installing, when applicable. Instructions for compiling/installing, when applicable.
</li>
<li><a href="EXTENDING.html">EXTENDING.html</a><br> <li><a href="EXTENDING.html">EXTENDING.html</a><br>
Detailed instructions on creating brushes, stamps and starters, Detailed instructions on creating brushes, stamps and starters,
and adding fonts, to extend Tux&nbsp;Paint. and adding fonts, to extend Tux&nbsp;Paint.
</li>
<li><a href="OPTIONS.html">OPTIONS.html</a><br> <li><a href="OPTIONS.html">OPTIONS.html</a><br>
Detailed instructions on command-line and configuration-file options, Detailed instructions on command-line and configuration-file options,
for those who don't want to use Tux&nbsp;Paint&nbsp;Config. for those who don't want to use Tux&nbsp;Paint&nbsp;Config.
</li>
<li><a href="../PNG.txt">PNG.txt</a><br> <li><a href="../PNG.txt">PNG.txt</a><br>
Notes on creating PNG format bitmapped images for use in Tux&nbsp;Paint. Notes on creating PNG format bitmapped images for use in Tux&nbsp;Paint.
</li>
<li><a href="../SVG.txt">SVG.txt</a><br> <li><a href="../SVG.txt">SVG.txt</a><br>
Notes on creating SVG format vector images for use in Tux&nbsp;Paint. Notes on creating SVG format vector images for use in Tux&nbsp;Paint.
</li>
<li><a href="../SIGNALS.txt">SIGNALS.txt</a><br> <li><a href="../SIGNALS.txt">SIGNALS.txt</a><br>
Information about POSIX signals Tux&nbsp;Paint responds to. Information about POSIX signals Tux&nbsp;Paint responds to.
</li>
</ul> </ul>
</blockquote> </blockquote>