Added "version" before version number at top of README.html, to make it

more clear. :^)
This commit is contained in:
William Kendrick 2003-09-04 00:30:58 +00:00
parent 96f6b41c99
commit 483fb57c63
3 changed files with 14 additions and 6 deletions

View file

@ -7,9 +7,11 @@ bill@newbreedsoftware.com
http://www.newbreedsoftware.com/tuxpaint/
2003.Aug.28 (0.9.13) [cvs]
2003.Sep.03 (0.9.13) [cvs]
* Fixed incorrect tag in HTML documentation. (Bad results in IE)
* Fixed typo regarding "savedir" in README.
2003.Aug.18 (0.9.12)
* Replaced "efont-serif" fonts with those from the 'ttf-freefont' package,

View file

@ -1,5 +1,5 @@
Tux Paint
0.9.13
version 0.9.13
A simple drawing program for children
@ -9,7 +9,7 @@
bill@newbreedsoftware.com
http://www.newbreedsoftware.com/tuxpaint/
June 14, 2002 - August 28, 2003
June 14, 2002 - September 3, 2003
----------------------------------------------------------------------
@ -283,7 +283,7 @@ Options
reduce memory usage while it's running. Of course, no
stamps will be available at all.
savedir DIRECTORY
savedir=DIRECTORY
Use this option to change where Tux Paint saves pictures.
By default, this is "~/.tuxpaint/saved/" under Linux and
@ -297,6 +297,8 @@ Options
Note: When specifying a Windows drive (e.g., "H:\"), you
must also specify a subdirectory.
Example: savedir=Z:\tuxpaint\
saveover=yes
This disables the "Save over the old version...?" prompt
when saving an existing file. With this option, the older

View file

@ -10,6 +10,8 @@ alink="#FF00FF">
<h1><img src="images/tuxpaint-title.png" width=220 height=219
alt="Tux&nbsp;Paint"><br>
version
0.9.13
</h1>
@ -21,7 +23,7 @@ New Breed Software</p>
<p><a href="mailto:bill@newbreedsoftware.com">bill@newbreedsoftware.com</a><br>
<a href="http://www.newbreedsoftware.com/tuxpaint/">http://www.newbreedsoftware.com/tuxpaint/</a></p>
<p>June 14, 2002 - August 28, 2003</p>
<p>June 14, 2002 - September 3, 2003</p>
</center>
<hr size=2 noshade>
@ -378,7 +380,7 @@ New Breed Software</p>
will be available at all.</p>
</dd>
<dt><code><b>savedir&nbsp;<i>DIRECTORY</i></b></code></dt>
<dt><code><b>savedir=<i>DIRECTORY</i></b></code></dt>
<dd>
<p>Use this option to change where Tux&nbsp;Paint saves pictures.
By default, this is "<code>~/.tuxpaint/saved/</code>" under Linux
@ -391,6 +393,8 @@ New Breed Software</p>
<p><b>Note:</b> When specifying a Windows drive (e.g.,
"<code>H:\</code>"), you must also specify a subdirectory.</p>
<p><b>Example:</b> <code>savedir=Z:\tuxpaint\</code></p>
</dd>
<dt><code><b>saveover=yes</b></code></dt>