Sub-section links w/n README's Table of Contents
This commit is contained in:
parent
dfdf720895
commit
63b5aa15d6
3 changed files with 125 additions and 60 deletions
|
|
@ -38,6 +38,8 @@ $Id$
|
||||||
---------------------
|
---------------------
|
||||||
* Cleaned up HTML code of HTML-based documentation.
|
* Cleaned up HTML code of HTML-based documentation.
|
||||||
|
|
||||||
|
* Sub-section links within README's Table of Contents.
|
||||||
|
|
||||||
* Bug Fixes
|
* Bug Fixes
|
||||||
---------
|
---------
|
||||||
* Mended issue where stamp descriptions were not loading
|
* Mended issue where stamp descriptions were not loading
|
||||||
|
|
|
||||||
|
|
@ -15,6 +15,12 @@
|
||||||
|-------------------------------------------|
|
|-------------------------------------------|
|
||||||
| * About |
|
| * About |
|
||||||
| * Using Tux Paint |
|
| * Using Tux Paint |
|
||||||
|
| * Loading Tux Paint |
|
||||||
|
| * Title Screen |
|
||||||
|
| * Main Screen |
|
||||||
|
| * Available Tools |
|
||||||
|
| * Drawing Tools |
|
||||||
|
| * Other Controls |
|
||||||
| * Loading Other Pictures into Tux Paint |
|
| * Loading Other Pictures into Tux Paint |
|
||||||
| * Further Reading |
|
| * Further Reading |
|
||||||
| * How to Get Help |
|
| * How to Get Help |
|
||||||
|
|
|
||||||
|
|
@ -61,6 +61,35 @@
|
||||||
|
|
||||||
<li>
|
<li>
|
||||||
<a href="#using">Using Tux Paint</a>
|
<a href="#using">Using Tux Paint</a>
|
||||||
|
<ul>
|
||||||
|
<li>
|
||||||
|
<a href="#using_loading">Loading
|
||||||
|
Tux Paint</a>
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li>
|
||||||
|
<a href="#using_title">Title Screen</a>
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li>
|
||||||
|
<a href="#using_main">Main Screen</a>
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li>
|
||||||
|
<a href="#using_tools">Available Tools</a>
|
||||||
|
<ul>
|
||||||
|
<li>
|
||||||
|
<a href="#using_tools_drawing">Drawing
|
||||||
|
Tools</a>
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li>
|
||||||
|
<a href="#using_tools_other">Other
|
||||||
|
Controls</a>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
<li>
|
<li>
|
||||||
|
|
@ -198,7 +227,8 @@
|
||||||
|
|
||||||
<blockquote>
|
<blockquote>
|
||||||
<h2>
|
<h2>
|
||||||
Loading Tux Paint
|
<a name="using_loading"
|
||||||
|
id="using_loading">Loading Tux Paint</a>
|
||||||
</h2>
|
</h2>
|
||||||
|
|
||||||
<blockquote>
|
<blockquote>
|
||||||
|
|
@ -305,7 +335,8 @@
|
||||||
noshade>
|
noshade>
|
||||||
|
|
||||||
<h2>
|
<h2>
|
||||||
Title Screen
|
<a name="using_title"
|
||||||
|
id="using_title">Title Screen</a>
|
||||||
</h2>
|
</h2>
|
||||||
|
|
||||||
<blockquote>
|
<blockquote>
|
||||||
|
|
@ -332,7 +363,8 @@
|
||||||
noshade>
|
noshade>
|
||||||
|
|
||||||
<h2>
|
<h2>
|
||||||
Main Screen
|
<a name="using_main"
|
||||||
|
id="using_main">Main Screen</a>
|
||||||
</h2>
|
</h2>
|
||||||
|
|
||||||
<blockquote>
|
<blockquote>
|
||||||
|
|
@ -468,12 +500,14 @@
|
||||||
noshade>
|
noshade>
|
||||||
|
|
||||||
<h2>
|
<h2>
|
||||||
Available Tools
|
<a name="using_tools"
|
||||||
|
id="using_tools">Available Tools</a>
|
||||||
</h2>
|
</h2>
|
||||||
|
|
||||||
<blockquote>
|
<blockquote>
|
||||||
<h3>
|
<h3>
|
||||||
Drawing Tools
|
<a name="using_tools_drawing"
|
||||||
|
id="using_tools_drawing">Drawing Tools</a>
|
||||||
</h3>
|
</h3>
|
||||||
|
|
||||||
<blockquote>
|
<blockquote>
|
||||||
|
|
@ -968,7 +1002,8 @@
|
||||||
noshade>
|
noshade>
|
||||||
|
|
||||||
<h3>
|
<h3>
|
||||||
Other Controls
|
<a name="using_tools_other"
|
||||||
|
id="using_tools_other">Other Controls</a>
|
||||||
</h3>
|
</h3>
|
||||||
|
|
||||||
<blockquote>
|
<blockquote>
|
||||||
|
|
@ -1148,9 +1183,10 @@
|
||||||
alt=""
|
alt=""
|
||||||
align="right">
|
align="right">
|
||||||
<p>
|
<p>
|
||||||
Click the "Export" button near the lower right
|
Click the "Export" button near the lower
|
||||||
to export the image to your export folder.
|
right to export the image to your export
|
||||||
(e.g., "<code>~/Pictures/TuxPaint/</code>")
|
folder. (e.g.,
|
||||||
|
"<code>~/Pictures/TuxPaint/</code>")
|
||||||
</p>
|
</p>
|
||||||
<br clear="all">
|
<br clear="all">
|
||||||
</li>
|
</li>
|
||||||
|
|
@ -1487,97 +1523,117 @@
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<dl>
|
<dl>
|
||||||
<dt><b>Chosing pictures</b></dt>
|
<dt>
|
||||||
|
<b>Chosing pictures</b>
|
||||||
|
</dt>
|
||||||
|
|
||||||
<dd>
|
<dd>
|
||||||
<p>
|
<p>
|
||||||
When you enter the "Slides" section of Tux Paint,
|
When you enter the "Slides" section of
|
||||||
it displays a list of your saved files, just like the
|
Tux Paint, it displays a list of your
|
||||||
"Open" dialog.
|
saved files, just like the "Open" dialog.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
Click each of the images you wish to display in a
|
Click each of the images you wish to display in
|
||||||
slideshow-style presentation, one by one. A digit
|
a slideshow-style presentation, one by one. A
|
||||||
will appear over each image, letting you know in
|
digit will appear over each image, letting you
|
||||||
which order they will be displayed.
|
know in which order they will be displayed.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
You can click a selected image to unselect it (take
|
You can click a selected image to unselect it
|
||||||
it out of your slideshow). Click it again if you
|
(take it out of your slideshow). Click it again
|
||||||
wish to add it to the end of the list.
|
if you wish to add it to the end of the list.
|
||||||
</p>
|
</p>
|
||||||
</dd>
|
</dd>
|
||||||
|
|
||||||
<dt><b>Set playback speed</b></dt>
|
<dt>
|
||||||
|
<b>Set playback speed</b>
|
||||||
|
</dt>
|
||||||
|
|
||||||
<dd>
|
<dd>
|
||||||
<p>
|
<p>
|
||||||
A sliding scale at the lower left of the screen
|
A sliding scale at the lower left of the screen
|
||||||
(next to the "Play" button) can be used to adjust
|
(next to the "Play" button) can be used to
|
||||||
the speed of the slideshow or animated GIF,
|
adjust the speed of the slideshow or animated
|
||||||
from slowest to fastest. Choose the leftmost setting
|
GIF, from slowest to fastest. Choose the
|
||||||
to disable automatic advancement during playback within
|
leftmost setting to disable automatic
|
||||||
Tux Paint — you will need to press a key or click
|
advancement during playback within
|
||||||
to go to the next slide (see below).
|
Tux Paint — you will need to press a key
|
||||||
|
or click to go to the next slide (see below).
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
<b>Note:</b> The slowest setting does not
|
<b>Note:</b> The slowest setting does not
|
||||||
automatically advance through the slides. Use it
|
automatically advance through the slides. Use
|
||||||
for when you want to step through them manually.
|
it for when you want to step through them
|
||||||
(This does not apply to an exported animated GIF.)
|
manually. (This does not apply to an exported
|
||||||
|
animated GIF.)
|
||||||
</p>
|
</p>
|
||||||
</dd>
|
</dd>
|
||||||
|
|
||||||
<dt><b>Playback in Tux Paint</b></dt>
|
<dt>
|
||||||
|
<b>Playback in Tux Paint</b>
|
||||||
|
</dt>
|
||||||
|
|
||||||
<dd>
|
<dd>
|
||||||
<p>
|
<p>
|
||||||
To play a slideshow within Tux Paint, click the
|
To play a slideshow within Tux Paint,
|
||||||
"Play" button. (Note: If you hadn't selected ANY
|
click the "Play" button. (Note: If you hadn't
|
||||||
images, then ALL of your saved images will be played
|
selected ANY images, then ALL of your saved
|
||||||
in the slideshow!)
|
images will be played in the slideshow!)
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
During the slideshow, press <b>[Space]</b>,
|
During the slideshow, press <b>[Space]</b>,
|
||||||
<b>[Enter]</b> or <b>[Return]</b>, or the
|
<b>[Enter]</b> or <b>[Return]</b>, or the
|
||||||
<b>[Right Arrow]</b> — or click the "Next"
|
<b>[Right Arrow]</b> — or click the "Next"
|
||||||
button at the lower left — to manually advance to
|
button at the lower left — to manually advance
|
||||||
the next slide. Press <b>[Left]</b> to go back to
|
to the next slide. Press <b>[Left]</b> to go
|
||||||
the previous slide.
|
back to the previous slide.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
Press <b>[Escape]</b>, or click the "Back" button
|
Press <b>[Escape]</b>, or click the "Back"
|
||||||
at the lower right, to exit the slideshow and
|
button at the lower right, to exit the
|
||||||
return to the slideshow image selection screen.
|
slideshow and return to the slideshow image
|
||||||
|
selection screen.
|
||||||
</p>
|
</p>
|
||||||
</dd>
|
</dd>
|
||||||
|
|
||||||
<dt><b>Exporting an animated GIF</b></dt>
|
<dt>
|
||||||
|
<b>Exporting an animated GIF</b>
|
||||||
|
</dt>
|
||||||
|
|
||||||
<dd>
|
<dd>
|
||||||
<p>
|
<p>
|
||||||
<img src="../../html/images/open_slides_export_gif.png"
|
<img src=
|
||||||
width="48"
|
"../../html/images/open_slides_export_gif.png"
|
||||||
height="48"
|
width="48"
|
||||||
alt=""
|
height="48"
|
||||||
align="right">
|
alt=""
|
||||||
Click the "GIF Export" button near the lower right
|
align="right"> Click the "GIF Export" button
|
||||||
to have Tux Paint generate an animated GIF file
|
near the lower right to have Tux Paint
|
||||||
based on the selected images.
|
generate an animated GIF file based on the
|
||||||
|
selected images.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
<b>Note:</b> At least two images must be selected.
|
<b>Note:</b> At least two images must be
|
||||||
(To export a single image, use the "Export" option
|
selected. (To export a single image, use the
|
||||||
from the "Open" dialog.) If no images are selected,
|
"Export" option from the "Open" dialog.) If no
|
||||||
Tux Paint will NOT attempt to generate a GIF
|
images are selected, Tux Paint will NOT
|
||||||
based on all saved images.
|
attempt to generate a GIF based on all saved
|
||||||
|
images.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
Pressing [Escape] during export will abort the process,
|
Pressing [Escape] during export will abort the
|
||||||
and return you to the "Slideshow" dialog.
|
process, and return you to the "Slideshow"
|
||||||
|
dialog.
|
||||||
</p>
|
</p>
|
||||||
<br clear="all" />
|
<br clear="all">
|
||||||
</dd>
|
</dd>
|
||||||
</dl>
|
</dl>
|
||||||
|
|
||||||
|
|
@ -1822,7 +1878,8 @@
|
||||||
|
|
||||||
<blockquote>
|
<blockquote>
|
||||||
<p>
|
<p>
|
||||||
Windows, macOS, BeOS, and Haiku users must currently do the conversion manually.
|
Windows, macOS, BeOS, and Haiku users must currently do
|
||||||
|
the conversion manually.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue