Mercurial > geeqie
diff doc/reference_thumbnails.html @ 1112:b223ad7f4867
Reformat more pages.
author | zas_ |
---|---|
date | Mon, 10 Nov 2008 13:00:29 +0000 |
parents | 215e102c1819 |
children | 79e69e5f4642 |
line wrap: on
line diff
--- a/doc/reference_thumbnails.html Mon Nov 10 12:06:05 2008 +0000 +++ b/doc/reference_thumbnails.html Mon Nov 10 13:00:29 2008 +0000 @@ -57,19 +57,19 @@ <p>Thumbnails are stored in:</p> - <p>($HOME)/.geeqie/thumbnails</p> + <p><code>($HOME)/.geeqie/thumbnails</code></p> <p>The directory structure of the thumbnail cache duplicates the location of the source files, for example a source file with the name:</p> - <p>/path/to/image.jpg</p> + <p><code>/path/to/image.jpg</code></p> <p>will store the thumbnail in:</p> - <p>($HOME)/.geeqie/thumbnails/path/to/image.jpg.png</p> + <p><code>($HOME)/.geeqie/thumbnails/path/to/image.jpg.png</code></p> <p>When thumbnails are to be stored local to the source file, the thumbnail will be placed in:</p> - <p>/path/to/.thumbnails/image.jpg.png</p> + <p><code>/path/to/.thumbnails/image.jpg.png</code></p> <p>Local thumbnail caching is enabled with the option “Cache thumbnails into .thumbnails” on the <a href="options_general.html">General</a> tab of the options dialog. If it is not possible to store the thumbnail local to the source file (usually due to no write permissions), Geeqie will fall back to saving the thumbnail in the user's ($HOME)/.geeqie/thumbnails folder.</p>