Improved layout of listing of where saved files go.
Corrected Windows and Mac OS X listing of where saved files go.
This commit is contained in:
parent
1bc07e9811
commit
c093c06eca
2 changed files with 32 additions and 8 deletions
|
|
@ -9,7 +9,7 @@
|
||||||
bill@newbreedsoftware.com
|
bill@newbreedsoftware.com
|
||||||
http://www.newbreedsoftware.com/tuxpaint/
|
http://www.newbreedsoftware.com/tuxpaint/
|
||||||
|
|
||||||
June 14, 2002 - December 6, 2005
|
June 14, 2002 - December 31, 2005
|
||||||
|
|
||||||
--------------------------------------------------------------------------
|
--------------------------------------------------------------------------
|
||||||
|
|
||||||
|
|
@ -640,8 +640,20 @@ Available Tools
|
||||||
|
|
||||||
To do so, you simply need to convert the picture into a PNG (Portable
|
To do so, you simply need to convert the picture into a PNG (Portable
|
||||||
Network Graphic) image file, and place it in Tux Paint's "saved"
|
Network Graphic) image file, and place it in Tux Paint's "saved"
|
||||||
directory. ("~/.tuxpaint/saved/" under Linux and Unix, "userdata\saved\"
|
directory:
|
||||||
under Windows, "Library/Preferences/tuxpaint/saved/" under Mac OS X.)
|
|
||||||
|
Windows
|
||||||
|
Inside the user's "Application Data" folder, e.g.: "C:\Documents
|
||||||
|
and Settings\(user name)\Application Data\TuxPaint\saved\"
|
||||||
|
|
||||||
|
Mac OS X
|
||||||
|
Inside the user's "Library" folder:
|
||||||
|
"Users/(user name)/Library/Application Support/
|
||||||
|
Tux Paint/saved/"
|
||||||
|
|
||||||
|
Linux/Unix
|
||||||
|
Inside a hidden ".tuxpaint" directory, in the user's home
|
||||||
|
directory: "$(HOME)/.tuxpaint/saved/"
|
||||||
|
|
||||||
Using 'tuxpaint-import'
|
Using 'tuxpaint-import'
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -23,7 +23,7 @@ New Breed Software</p>
|
||||||
<p><a href="mailto:bill@newbreedsoftware.com">bill@newbreedsoftware.com</a><br>
|
<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>
|
<a href="http://www.newbreedsoftware.com/tuxpaint/">http://www.newbreedsoftware.com/tuxpaint/</a></p>
|
||||||
|
|
||||||
<p>June 14, 2002 - December 6, 2005</p>
|
<p>June 14, 2002 - December 31, 2005</p>
|
||||||
</center>
|
</center>
|
||||||
|
|
||||||
<hr size=2 noshade>
|
<hr size=2 noshade>
|
||||||
|
|
@ -887,11 +887,23 @@ New Breed Software</p>
|
||||||
|
|
||||||
<p>To do so, you simply need to convert the picture into
|
<p>To do so, you simply need to convert the picture into
|
||||||
a PNG (Portable Network Graphic) image file, and place it in Tux Paint's
|
a PNG (Portable Network Graphic) image file, and place it in Tux Paint's
|
||||||
"saved" directory. ("<code>~/.tuxpaint/saved/</code>" under Linux and Unix,
|
"saved" directory:</p>
|
||||||
"<code>userdata\saved\</code>" under Windows,
|
|
||||||
"<code>Library/Preferences/tuxpaint/saved/</code>" under Mac OS X.)
|
|
||||||
</p>
|
|
||||||
|
|
||||||
|
<dl>
|
||||||
|
<dt>Windows</dt>
|
||||||
|
<dd>Inside the user's "<code>Application Data</code>" folder,
|
||||||
|
e.g.: <code>"C:\Documents and Settings\<i>(user name)</i>\Application
|
||||||
|
Data\TuxPaint\saved\</code>"</dd>
|
||||||
|
|
||||||
|
<dt>Mac OS X</dt>
|
||||||
|
<dd>Inside the user's "<code>Library</code>" folder:
|
||||||
|
<code>"Users/<i>(user name)</i>/Library/Application Support/
|
||||||
|
Tux Paint/saved/</code>"</dd>
|
||||||
|
|
||||||
|
<dt>Linux/Unix</dt>
|
||||||
|
<dd>Inside a hidden "<code>.tuxpaint</code>" directory, in the user's
|
||||||
|
home directory: "<code>$(HOME)/.tuxpaint/saved/</code>"</dd>
|
||||||
|
</dl>
|
||||||
|
|
||||||
<h2>Using '<code>tuxpaint-import</code>'</h2>
|
<h2>Using '<code>tuxpaint-import</code>'</h2>
|
||||||
<blockquote>
|
<blockquote>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue