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
|
||||
http://www.tuxpaint.org/
|
||||
|
||||
September 14, 2002 - July 7, 2008
|
||||
September 14, 2002 - September 18, 2008
|
||||
|
||||
Drawing-related
|
||||
|
||||
|
|
@ -249,16 +249,24 @@ Saving
|
|||
'savedir' option), Tux Paint saves into a standard location on your
|
||||
local drive:
|
||||
|
||||
* Windows
|
||||
In the user's "Application Data" folder:
|
||||
e.g., C:\Documents and Settings\Username\Application
|
||||
Data\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/
|
||||
Windows Vista
|
||||
In the user's "AppData" folder:
|
||||
e.g., C:\Users\Username\AppData\Roaming\TuxPaint\saved
|
||||
|
||||
Windows 95, 98, ME, 2000, XP
|
||||
In the user's "Application Data" folder:
|
||||
e.g., C:\Documents and Settings\Username\Application
|
||||
Data\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
|
||||
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>
|
||||
<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>
|
||||
|
||||
<h2>Drawing-related</h2>
|
||||
|
|
@ -296,20 +296,25 @@ New Breed Software</p>
|
|||
(using the 'savedir' option), Tux Paint saves into a standard
|
||||
location on your local drive:</p>
|
||||
|
||||
<ul>
|
||||
<li>Windows<br>
|
||||
In the user's "Application Data" folder:<br>
|
||||
e.g., <code>C:\Documents and Settings\<i>Username</i>\Application Data\TuxPaint\saved</code><br>
|
||||
<dl>
|
||||
<dt>Windows Vista</dt>
|
||||
<dd>In the user's "AppData" folder:<br>
|
||||
e.g., <code>C:\Users\<i>Username</i>\AppData\Roaming\TuxPaint\saved</code><br></dd>
|
||||
|
||||
<li>Mac OS X<br>
|
||||
In the user's "Application Support" folder:<br>
|
||||
e.g., <code>/Users/<i>Username</i>/Library/Applicaton Support/TuxPaint/saved/</code><br>
|
||||
<dt>Windows 95, 98, ME, 2000, XP</dt>
|
||||
<dd>In the user's "Application Data" folder:<br>
|
||||
e.g., <code>C:\Documents and Settings\<i>Username</i>\Application Data\TuxPaint\saved</code><br></dd>
|
||||
|
||||
<li>Linux / Unix<br>
|
||||
In the user's <code>$HOME</code> directory, under a ".tuxpaint"
|
||||
<dt>Mac OS X</dt>
|
||||
<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>
|
||||
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
|
||||
should be able to load (image editors, word processors, web browsers,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue