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

    @@ -666,6 +670,7 @@ version it.)


    +

  • +

  • +

  • +
  • @@ -1079,12 +1087,12 @@ version

    e.g.:

    @@ -1105,18 +1113,18 @@ version steps:
    1. Take the height of the window (e.g, 480, 600 or 768 pixels) and - subtract 144 -
    2. Take the result of Step 1 and divide it by 48 + subtract 144
    3. +
    4. Take the result of Step 1 and divide it by 48
    5. Take the result of Step 2 and round it down (e.g., 9.5 becomes - simply 9) -
    6. Take the result of Step 3 and multiply it by 48 -
    7. Finally, take the result of Step 4 and add 40 + simply 9)
    8. +
    9. Take the result of Step 3 and multiply it by 48
    10. +
    11. Finally, take the result of Step 4 and add 40

    Example: Tux Paint running at fullscreen on a 1440x900 display.

    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. +