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