Mercurial > geeqie
diff doc/reference_management.html @ 1107:1bb220ff787e
More cleanup of tables.
author | zas_ |
---|---|
date | Sun, 09 Nov 2008 13:37:39 +0000 |
parents | 215e102c1819 |
children | b223ad7f4867 |
line wrap: on
line diff
--- a/doc/reference_management.html Sun Nov 09 13:06:16 2008 +0000 +++ b/doc/reference_management.html Sun Nov 09 13:37:39 2008 +0000 @@ -97,164 +97,165 @@ <p>The various file locations and their use are listed below. <i><HOME></i> refers to your home folder and <i><SOURCE></i> refers to the folder containing the image.</p> - <div class="gq-management-4"> + <div class="file_locations"> <table width="80%" border="1" cellpadding="4" cellspacing="0"> - - <tr valign="top"> - <th width="50%"> - <p>Folder or File name</p> - </th> + <col id="file_locations_col1" width="50%"></col> + <col id="file_locations_col2" width="50%"></col> - <th width="50%"> + <thead> + <tr> + <td> + <p>Folder or File name</p> + </td> + + <td> <p>Description</p> - </th> + </td> </tr> + </thead> + <tbody> <tr> - <td colspan="2" width="100%" valign="top"> + <td colspan="2" class="file_locations_subtitle"> <p>Thumbnails</p> </td> </tr> - <tr valign="top"> - <td width="50%"> - <p><i><HOME></i>/.thumbnails</p> + <tr> + <td> + <p><em><HOME></em>/.thumbnails</p> </td> - <td width="50%"> + <td> <p>Shared thumbnail cache folder.</p> </td> </tr> - <tr valign="top"> - <td width="50%"> - <p><i><HOME></i>/.geeqie/thumbnails</p> + <tr> + <td> + <p><em><HOME></em>/.geeqie/thumbnails</p> </td> - <td width="50%"> + <td> <p>Classic Geeqie thumbnail cache folder. Also used to cache data used for the search and find duplicates utilities to increase the speed for subsequent searches.</p> </td> </tr> - <tr valign="top"> - <td width="50%"> - <p><i><SOURCE>/.</i><span class="gq-management-8">thumbnails</span> + <tr> + <td> + <p><em><SOURCE>/.</em><span class="gq-management-8">thumbnails</span> </p> </td> - <td width="50%"> + <td> <p>Local thumbnail cache folder.</p> </td> </tr> <tr> - <td colspan="2" width="100%" valign="top"> - <p><b>Metadata</b> <span class="gq-management-9">(keywords and comments)</span></p> + <td colspan="2" class="file_locations_subtitle"> + <p>Metadata (keywords and comments)</p> </td> </tr> - <tr valign="top"> - <td width="50%"> - <p><i><HOME></i>/.geeqie/metadata</p> + <tr> + <td> + <p><em><HOME></em>/.geeqie/metadata</p> </td> - <td width="50%"> + <td> <p>Metadata stored in user's home folder.</p> </td> </tr> - <tr valign="top"> - <td width="50%"> - <p><i><SOURCE></i>/.metadata</p> + <tr> + <td> + <p><em><SOURCE></em>/.metadata</p> </td> - <td width="50%"> + <td> <p>Metadata stored local to source image. Requires option to be enabled in advanced preferences.</p> </td> </tr> <tr> - <td colspan="2" width="100%" valign="top"> + <td colspan="2" class="file_locations_subtitle"> <p>Collections</p> </td> </tr> - <tr valign="top"> - <td width="50%"> - <p><i><HOME></i>/.geeqie/collections</p> + <tr> + <td> + <p><em><HOME></em>/.geeqie/collections</p> </td> - <td width="50%"> + <td> <p>Default location for Geeqie collections, collections in this folder will appear in the <a href="sidebars_sort_manager.html">sort manager</a> sidebar.</p> </td> </tr> <tr> - <td colspan="2" width="100%" valign="top"> + <td colspan="2" class="file_locations_subtitle"> <p>Preferences</p> </td> </tr> - <tr valign="top"> - <td width="50%"> - <p><i><HOME></i>/.geeqie</p> + <tr> + <td> + <p><em><HOME></em>/.geeqie</p> </td> - <td width="50%"> + <td> <p>Geeqie preferences folder.</p> </td> </tr> - <tr valign="top"> - <td width="50%"> - <p><i><HOME></i>/.geeqie/geeqierc</p> + <tr> + <td> + <p><em><HOME></em>/.geeqie/geeqierc</p> </td> - <td width="50%"> + <td> <p>Geeqie preferences rc file.</p> </td> </tr> - <tr valign="top"> - <td width="50%"> - <p><i><HOME></i>/.geeqie/history</p> + <tr> + <td> + <p><em><HOME></em>/.geeqie/history</p> </td> - <td width="50%"> + <td> <p>Historic data such as last several folders visited, bookmarks, and recently used collections. Also contains default print settings.</p> </td> </tr> - <tr valign="top"> - <td width="50%"> - <p><i><HOME></i>/.geeqie/accels</p> + <tr> + <td> + <p><em><HOME></em>/.geeqie/accels</p> </td> - <td width="50%"> + <td> <p>Keyboard shortcut mapping.</p> </td> </tr> - <tr valign="top"> - <td width="50%"> + <tr> + <td colspan="2" class="file_locations_subtitle"> <p>Safe Delete</p> </td> - - <td width="50%"> - <p><br /> - </p> - </td> </tr> - <tr valign="top"> - <td width="50%"> - <p><span class="gq-management-9"><i><HOME></i></span>/.geeqie/trash</p> + <tr> + <td> + <p><em><HOME></em>/.geeqie/trash</p> </td> - <td width="50%"> + <td> <p>Default location of the safe delete folder.</p> </td> </tr> + </tbody> </table> </div>