From e28ab7938f61bfd4e9b6156f19b3bd3e93e795c2 Mon Sep 17 00:00:00 2001
From: Bill Kendrick
Date: Mon, 27 Jul 2020 21:55:20 -0700
Subject: [PATCH] README.html - close dangling tags
---
docs/en/README.txt | 2 +-
docs/en/html/README.html | 55 +++++++++++++++++++++++++++-------------
2 files changed, 38 insertions(+), 19 deletions(-)
diff --git a/docs/en/README.txt b/docs/en/README.txt
index cb6297de0..bdcb23aad 100644
--- a/docs/en/README.txt
+++ b/docs/en/README.txt
@@ -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
----------------------------------------------------------------------
diff --git a/docs/en/html/README.html b/docs/en/html/README.html
index 36a0abc21..a0fc0ed38 100644
--- a/docs/en/html/README.html
+++ b/docs/en/html/README.html
@@ -22,7 +22,7 @@ version
June 14, 2002 -
- June 22, 2020
+ July 27, 2020
@@ -32,11 +32,11 @@ version
| Table of Contents |
|
|
@@ -493,12 +493,16 @@ version
- Japanese — Romanized Hiragana and Romanized Katakana
— right [Alt]
+
- Korean — Hangul 2-Bul
— right [Alt] or left [Alt]
+
- Traditional Chinese
— right [Alt] or left [Alt]
+
- Thai
— right [Alt]
+
@@ -666,6 +670,7 @@ version
it.)
+
+
+
+
@@ -1079,12 +1087,12 @@ version
- - YYYY = Year
-
- MM = Month (01-12)
-
- DD = Day (01-31)
-
- HH = Hour, in 24-hour format (00-23)
-
- mm = Minute (00-59)
-
- ss = Second (00-59)
+
- YYYY = Year
+ - MM = Month (01-12)
+ - DD = Day (01-31)
+ - HH = Hour, in 24-hour format (00-23)
+ - mm = Minute (00-59)
+ - ss = Second (00-59)
e.g.:
@@ -1105,18 +1113,18 @@ version
steps:
- Take the height of the window (e.g, 480, 600 or 768 pixels) and
- subtract 144
-
- Take the result of Step 1 and divide it by 48
+ subtract 144
+ - Take the result of Step 1 and divide it by 48
- Take the result of Step 2 and round it down (e.g., 9.5 becomes
- simply 9)
-
- Take the result of Step 3 and multiply it by 48
-
- Finally, take the result of Step 4 and add 40
+ simply 9)
+ - Take the result of Step 3 and multiply it by 48
+ - Finally, take the result of Step 4 and add 40
Example: Tux Paint running at fullscreen on a 1440x900
display.
- - The canvas width is simply 1440 - 192, or 1248.
+
- The canvas width is simply 1440 - 192, or 1248.
- The canvas height is calculated as:
- 900 - 144, or 756
@@ -1125,6 +1133,7 @@ version
- 15 * 48, or 720
- 720 + 40, or 760
+
So the canvas within a 1440x900 Tux Paint window is 1248x760.
@@ -1143,35 +1152,45 @@ version
"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 changed between releases.
+
COPYING.txt
Copying license (The GNU General Public License).
+
INSTALL.txt
Instructions for compiling/installing, when applicable.
+
EXTENDING.html
Detailed instructions on creating brushes, stamps and starters,
and adding fonts, to extend Tux Paint.
+
OPTIONS.html
Detailed instructions on command-line and configuration-file options,
for those who don't want to use Tux Paint Config.
+
PNG.txt
Notes on creating PNG format bitmapped images for use in Tux Paint.
+
SVG.txt
Notes on creating SVG format vector images for use in Tux Paint.
+
SIGNALS.txt
Information about POSIX signals Tux Paint responds to.
+