Added where Tux Paint saves files in Windows Vista.
Made "where does Tux Paint save?" a <dl> vs. a <ul> list.
This commit is contained in:
parent
d4892d5875
commit
e323d1b3e8
2 changed files with 35 additions and 22 deletions
30
docs/FAQ.txt
30
docs/FAQ.txt
|
|
@ -8,7 +8,7 @@
|
||||||
bill@newbreedsoftware.com
|
bill@newbreedsoftware.com
|
||||||
http://www.tuxpaint.org/
|
http://www.tuxpaint.org/
|
||||||
|
|
||||||
September 14, 2002 - July 7, 2008
|
September 14, 2002 - September 18, 2008
|
||||||
|
|
||||||
Drawing-related
|
Drawing-related
|
||||||
|
|
||||||
|
|
@ -249,16 +249,24 @@ Saving
|
||||||
'savedir' option), Tux Paint saves into a standard location on your
|
'savedir' option), Tux Paint saves into a standard location on your
|
||||||
local drive:
|
local drive:
|
||||||
|
|
||||||
* Windows
|
Windows Vista
|
||||||
In the user's "Application Data" folder:
|
In the user's "AppData" folder:
|
||||||
e.g., C:\Documents and Settings\Username\Application
|
e.g., C:\Users\Username\AppData\Roaming\TuxPaint\saved
|
||||||
Data\TuxPaint\saved
|
|
||||||
* Mac OS X
|
Windows 95, 98, ME, 2000, XP
|
||||||
In the user's "Application Support" folder:
|
In the user's "Application Data" folder:
|
||||||
e.g., /Users/Username/Library/Applicaton Support/TuxPaint/saved/
|
e.g., C:\Documents and Settings\Username\Application
|
||||||
* Linux / Unix
|
Data\TuxPaint\saved
|
||||||
In the user's $HOME directory, under a ".tuxpaint" subfolder:
|
|
||||||
e.g., /home/username/.tuxpaint/saved/
|
Mac OS X
|
||||||
|
In the user's "Application Support" folder:
|
||||||
|
e.g., /Users/Username/Library/Applicaton
|
||||||
|
Support/TuxPaint/saved/
|
||||||
|
|
||||||
|
Linux / Unix
|
||||||
|
In the user's $HOME directory, under a ".tuxpaint"
|
||||||
|
subfolder:
|
||||||
|
e.g., /home/username/.tuxpaint/saved/
|
||||||
|
|
||||||
The images are stored as PNG bitmaps, which most modern programs
|
The images are stored as PNG bitmaps, which most modern programs
|
||||||
should be able to load (image editors, word processors, web browsers,
|
should be able to load (image editors, word processors, web browsers,
|
||||||
|
|
|
||||||
|
|
@ -22,7 +22,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.tuxpaint.org/">http://www.tuxpaint.org/</a></p>
|
<a href="http://www.tuxpaint.org/">http://www.tuxpaint.org/</a></p>
|
||||||
|
|
||||||
<p>September 14, 2002 - July 7, 2008</p>
|
<p>September 14, 2002 - September 18, 2008</p>
|
||||||
</center>
|
</center>
|
||||||
|
|
||||||
<h2>Drawing-related</h2>
|
<h2>Drawing-related</h2>
|
||||||
|
|
@ -296,20 +296,25 @@ New Breed Software</p>
|
||||||
(using the 'savedir' option), Tux Paint saves into a standard
|
(using the 'savedir' option), Tux Paint saves into a standard
|
||||||
location on your local drive:</p>
|
location on your local drive:</p>
|
||||||
|
|
||||||
<ul>
|
<dl>
|
||||||
<li>Windows<br>
|
<dt>Windows Vista</dt>
|
||||||
In the user's "Application Data" folder:<br>
|
<dd>In the user's "AppData" folder:<br>
|
||||||
e.g., <code>C:\Documents and Settings\<i>Username</i>\Application Data\TuxPaint\saved</code><br>
|
e.g., <code>C:\Users\<i>Username</i>\AppData\Roaming\TuxPaint\saved</code><br></dd>
|
||||||
|
|
||||||
<li>Mac OS X<br>
|
<dt>Windows 95, 98, ME, 2000, XP</dt>
|
||||||
In the user's "Application Support" folder:<br>
|
<dd>In the user's "Application Data" folder:<br>
|
||||||
e.g., <code>/Users/<i>Username</i>/Library/Applicaton Support/TuxPaint/saved/</code><br>
|
e.g., <code>C:\Documents and Settings\<i>Username</i>\Application Data\TuxPaint\saved</code><br></dd>
|
||||||
|
|
||||||
<li>Linux / Unix<br>
|
<dt>Mac OS X</dt>
|
||||||
In the user's <code>$HOME</code> directory, under a ".tuxpaint"
|
<dd>In the user's "Application Support" folder:<br>
|
||||||
|
e.g., <code>/Users/<i>Username</i>/Library/Applicaton Support/TuxPaint/saved/</code><br></dd>
|
||||||
|
|
||||||
|
<dt>Linux / Unix</dt>
|
||||||
|
<dd>In the user's <code>$HOME</code> directory, under a ".tuxpaint"
|
||||||
subfolder:<br>
|
subfolder:<br>
|
||||||
e.g., <code>/home/<i>username</i>/.tuxpaint/saved/</code><br>
|
e.g., <code>/home/<i>username</i>/.tuxpaint/saved/</code><br>
|
||||||
</ul>
|
</dd>
|
||||||
|
</dl>
|
||||||
|
|
||||||
<p>The images are stored as PNG bitmaps, which most modern programs
|
<p>The images are stored as PNG bitmaps, which most modern programs
|
||||||
should be able to load (image editors, word processors, web browsers,
|
should be able to load (image editors, word processors, web browsers,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue