Mercurial > geeqie
diff doc/11_4_management.html @ 1076:1ecc4f010111
With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
author | zas_ |
---|---|
date | Thu, 23 Oct 2008 19:06:23 +0000 |
parents | 578a27d20b47 |
children |
line wrap: on
line diff
--- a/doc/11_4_management.html Thu Oct 23 18:06:28 2008 +0000 +++ b/doc/11_4_management.html Thu Oct 23 19:06:23 2008 +0000 @@ -1,270 +1,345 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> -<HTML> -<HEAD> - <META HTTP-EQUIV="CONTENT-TYPE" CONTENT="text/html; charset=iso-8859-1"> - <TITLE>Cache and Data Management - Geeqie User Manual</TITLE> - <META NAME="CREATED" CONTENT="20040805;23590500"> - <META NAME="CHANGED" CONTENT="20050208;15085100"> -</HEAD> -<BODY LANG="en-US" DIR="LTR"> -<CENTER> - <TABLE WIDTH=100% BORDER=0 CELLPADDING=4 CELLSPACING=0 STYLE="page-break-before: always"> - <COL WIDTH=85*> - <COL WIDTH=85*> - <COL WIDTH=85*> - <THEAD> - <TR VALIGN=TOP> - <TD WIDTH=33%> - <P><A HREF="11_3_thumbnails.html">Previous</A></P> - </TD> - <TD WIDTH=33%> - <P ALIGN=CENTER>Cache and Data Management - Reference</P> - </TD> - <TD WIDTH=33%> - <P ALIGN=RIGHT><A HREF="12_credits.html">Next</A></P> - </TD> - </TR> - </THEAD> - </TABLE> -</CENTER> -<HR> -<H1>11.4 Cache and Data Maintenance</H1> -<P>Thumbnails and other cached data can be maintained from the dialog -accessible by selecting Thumbnail maintenance from the Edit menu of -the main window.</P> -<P><BR><BR> -</P> -<P><U>Geeqie thumbnail cache</U></P> -<P STYLE="margin-left: 0.79in">The utilities listed here operate on -the Geeqie caching mechanism. This also includes the data cached for -the <A HREF="5_1_search.html">search</A> and <A HREF="5_2_finding_duplicates.html">find -duplicates</A> utilities.</P> -<P STYLE="margin-left: 0.79in"><B>Clean up</B>: Removes thumbnails -and data for which the source image is no longer present, or has been -modified since the thumbnail was generated.</P> -<P STYLE="margin-left: 0.79in"><B>Clear cache:</B> Removes all -thumbnails and data stored in the user's home folder: -$HOME/.geeqie/thumbnails.</P> -<P><BR><BR> -</P> -<P><U>Shared thumbnail cache</U></P> -<P STYLE="margin-left: 0.79in">The utilities listed here operate on -the shared thumbnail mechanism.</P> -<P STYLE="margin-left: 0.79in"><B>Clean up:</B> Removes thumbnails -for which the source image is no longer present, or has been modified -since the thumbnail was generated.</P> -<P STYLE="margin-left: 0.79in"><B>Clear cache:</B> Removes all -thumbnails stored in the user's home folder: $HOME/.thumbnails.</P> -<P><BR><BR> -</P> -<P><U>Create thumbnails</U></P> -<P STYLE="margin-left: 0.79in">This utility will render thumbnails -using the current thumbnail caching mechanism, as determined in -<A HREF="10_1_general.html">preferences</A>.</P> -<P STYLE="margin-left: 0.79in"><B>Render:</B> Pre-render thumbnails -for a specific folder, the utility has the following options:</P> -<P STYLE="margin-left: 1.58in"><B>Include subfolders:</B> Enable to -include all images contained in the subfolders of folder.</P> -<P STYLE="margin-left: 1.58in"><B>Store thumbnails local to source -images:</B> The generated thumbnails will be stored local to the -source images, if you have the permissions to write to the folder -containing the images.</P> -<P><BR><BR> -</P> -<P><U>Metadata</U></P> -<P STYLE="margin-left: 0.79in">This utility operates on the data -store for <A HREF="7_3_keywords.html">keywords and comments</A> -located in the user's home folder: $HOME/.geeqie/metadata.</P> -<P STYLE="margin-left: 0.79in"><B>Clean up:</B> Removes keywords and -comments for which the source image is no longer present.</P> -<P><BR><BR> -</P> -<P><U>File locations</U></P> -<P STYLE="margin-left: 0.79in">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> -<CENTER> - <TABLE WIDTH=80% BORDER=1 BORDERCOLOR="#cccccc" CELLPADDING=4 CELLSPACING=0> - <COL WIDTH=128*> - <COL WIDTH=128*> - <TR VALIGN=TOP> - <TH WIDTH=50%> - <P>Folder or File name</P> - </TH> - <TH WIDTH=50%> - <P>Description</P> - </TH> - </TR> - <TR> - <TD COLSPAN=2 WIDTH=100% VALIGN=TOP> - <P><B>Thumbnails</B></P> - </TD> - </TR> - <TR VALIGN=TOP> - <TD WIDTH=50%> - <P><I><HOME></I>/.thumbnails</P> - </TD> - <TD WIDTH=50%> - <P>Shared thumbnail cache folder.</P> - </TD> - </TR> - <TR VALIGN=TOP> - <TD WIDTH=50%> - <P><I><HOME></I>/.geeqie/thumbnails</P> - </TD> - <TD WIDTH=50%> - <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 STYLE="font-style: normal">thumbnails</SPAN></P> - </TD> - <TD WIDTH=50%> - <P>Local thumbnail cache folder.</P> - </TD> - </TR> - <TR> - <TD COLSPAN=2 WIDTH=100% VALIGN=TOP> - <P><B>Metadata</B><SPAN STYLE="font-weight: medium"> (keywords - and comments)</SPAN></P> - </TD> - </TR> - <TR VALIGN=TOP> - <TD WIDTH=50%> - <P><I><HOME></I>/.geeqie/metadata</P> - </TD> - <TD WIDTH=50%> - <P>Metadata stored in user's home folder.</P> - </TD> - </TR> - <TR VALIGN=TOP> - <TD WIDTH=50%> - <P><I><SOURCE></I>/.metadata</P> - </TD> - <TD WIDTH=50%> - <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> - <P><B>Collections</B></P> - </TD> - </TR> - <TR VALIGN=TOP> - <TD WIDTH=50%> - <P><I><HOME></I>/.geeqie/collections</P> - </TD> - <TD WIDTH=50%> - <P>Default location for Geeqie collections, collections in this - folder will appear in the <A HREF="7_2_sort_manager.html">sort - manager</A> sidebar.</P> - </TD> - </TR> - <TR> - <TD COLSPAN=2 WIDTH=100% VALIGN=TOP> - <P><B>Preferences</B></P> - </TD> - </TR> - <TR VALIGN=TOP> - <TD WIDTH=50%> - <P><I><HOME></I>/.geeqie</P> - </TD> - <TD WIDTH=50%> - <P>Geeqie preferences folder.</P> - </TD> - </TR> - <TR VALIGN=TOP> - <TD WIDTH=50%> - <P><I><HOME></I>/.geeqie/geeqierc</P> - </TD> - <TD WIDTH=50%> - <P>Geeqie preferences rc file.</P> - </TD> - </TR> - <TR VALIGN=TOP> - <TD WIDTH=50%> - <P><I><HOME></I>/.geeqie/history</P> - </TD> - <TD WIDTH=50%> - <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> - </TD> - <TD WIDTH=50%> - <P>Keyboard shortcut mapping.</P> - </TD> - </TR> - <TR VALIGN=TOP> - <TD WIDTH=50%> - <P><B>Safe Delete</B></P> - </TD> - <TD WIDTH=50%> - <P><BR> - </P> - </TD> - </TR> - <TR VALIGN=TOP> - <TD WIDTH=50%> - <P><SPAN STYLE="font-weight: medium"><I><HOME></I></SPAN>/.geeqie/trash</P> - </TD> - <TD WIDTH=50%> - <P>Default location of the safe delete folder.</P> - </TD> - </TR> - </TABLE> -</CENTER> -<P><BR><BR> -</P> -<P><BR><BR> -</P> -<P><BR><BR> -</P> -<HR> -<CENTER> - <TABLE WIDTH=100% BORDER=0 CELLPADDING=4 CELLSPACING=0> - <COL WIDTH=85*> - <COL WIDTH=85*> - <COL WIDTH=85*> - <THEAD> - <TR VALIGN=TOP> - <TD WIDTH=33%> - <P><A HREF="11_3_thumbnails.html">Previous</A></P> - </TD> - <TD WIDTH=33%> - <P ALIGN=CENTER><A HREF="index.html">Contents</A></P> - </TD> - <TD WIDTH=33%> - <P ALIGN=RIGHT><A HREF="12_credits.html">Next</A></P> - </TD> - </TR> - </THEAD> - <TBODY> - <TR VALIGN=TOP> - <TD WIDTH=33%> - <P><BR> - </P> - </TD> - <TD WIDTH=33%> - <P ALIGN=CENTER><BR> - </P> - </TD> - <TD WIDTH=33%> - <P ALIGN=RIGHT>Geeqie User Manual</P> - </TD> - </TR> - </TBODY> - </TABLE> -</CENTER> -<P STYLE="margin-bottom: 0in"><BR> -</P> -</BODY> -</HTML> +<?xml version="1.0" encoding="iso-8859-1"?> + +<html xmlns="http://www.w3.org/1999/xhtml"> +<head> + <meta http-equiv="CONTENT-TYPE" content="text/html; charset=iso-8859-1" /> + + <title>Cache and Data Management - Geeqie User Manual</title> + <meta name="CREATED" content="20040805;23590500" /> + <meta name="CHANGED" content="20050208;15085100" /> +<style type="text/css"> +/*<![CDATA[*/ + p.gq-management-10 {margin-bottom: 0in} + span.gq-management-9 {font-weight: medium} + span.gq-management-8 {font-style: normal} + p.gq-management-7 {font-weight: bold} + p.gq-management-6 {margin-left: 1.58in} + p.gq-management-5 {margin-left: 0.79in} + div.gq-management-4 {text-align: center} + table.gq-management-3 {page-break-before: always} + p.gq-management-2 {text-align: right} + p.gq-management-1 {text-align: center} +/*]]>*/ +</style> +</head> + +<body lang="en-US" dir="ltr"> + <div class="gq-management-4"> + <table width="100%" border="0" cellpadding="4" cellspacing="0" class="gq-management-3"> + <col width="85*" /> + <col width="85*" /> + <col width="85*" /> + + <thead> + <tr valign="top"> + <td width="33%"> + <p><a href="11_3_thumbnails.html">Previous</a> + </p> + </td> + + <td width="33%"> + <p class="gq-management-1">Cache and Data Management - Reference</p> + </td> + + <td width="33%"> + <p class="gq-management-2"><a href="12_credits.html">Next</a> + </p> + </td> + </tr> + </thead> + </table> + </div> + + <hr /> + + <h1>11.4 Cache and Data Maintenance</h1> + + <p>Thumbnails and other cached data can be maintained from the dialog accessible by selecting Thumbnail maintenance from the Edit menu of the main window.</p> + + <p><br /> + <br /> + </p> + + <p><u>Geeqie thumbnail cache</u> + </p> + + <p class="gq-management-5">The utilities listed here operate on the Geeqie caching mechanism. This also includes the data cached for the <a href="5_1_search.html">search</a> and <a href="5_2_finding_duplicates.html">find duplicates</a> utilities.</p> + + <p class="gq-management-5"><b>Clean up</b>: Removes thumbnails and data for which the source image is no longer present, or has been modified since the thumbnail was generated.</p> + + <p class="gq-management-5"><b>Clear cache:</b> Removes all thumbnails and data stored in the user's home folder: $HOME/.geeqie/thumbnails.</p> + + <p><br /> + <br /> + </p> + + <p><u>Shared thumbnail cache</u> + </p> + + <p class="gq-management-5">The utilities listed here operate on the shared thumbnail mechanism.</p> + + <p class="gq-management-5"><b>Clean up:</b> Removes thumbnails for which the source image is no longer present, or has been modified since the thumbnail was generated.</p> + + <p class="gq-management-5"><b>Clear cache:</b> Removes all thumbnails stored in the user's home folder: $HOME/.thumbnails.</p> + + <p><br /> + <br /> + </p> + + <p><u>Create thumbnails</u> + </p> + + <p class="gq-management-5">This utility will render thumbnails using the current thumbnail caching mechanism, as determined in <a href="10_1_general.html">preferences</a>.</p> + + <p class="gq-management-5"><b>Render:</b> Pre-render thumbnails for a specific folder, the utility has the following options:</p> + + <p class="gq-management-6"><b>Include subfolders:</b> Enable to include all images contained in the subfolders of folder.</p> + + <p class="gq-management-6"><b>Store thumbnails local to source images:</b> The generated thumbnails will be stored local to the source images, if you have the permissions to write to the folder containing the images.</p> + + <p><br /> + <br /> + </p> + + <p><u>Metadata</u> + </p> + + <p class="gq-management-5">This utility operates on the data store for <a href="7_3_keywords.html">keywords and comments</a> located in the user's home folder: $HOME/.geeqie/metadata.</p> + + <p class="gq-management-5"><b>Clean up:</b> Removes keywords and comments for which the source image is no longer present.</p> + + <p><br /> + <br /> + </p> + + <p><u>File locations</u> + </p> + + <p class="gq-management-5">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"> + <table width="80%" border="1" cellpadding="4" cellspacing="0"> + <col width="128*" /> + <col width="128*" /> + + <tr valign="top"> + <th width="50%"> + <p>Folder or File name</p> + </th> + + <th width="50%"> + <p>Description</p> + </th> + </tr> + + <tr> + <td colspan="2" width="100%" valign="top"> + <p class="gq-management-7">Thumbnails</p> + </td> + </tr> + + <tr valign="top"> + <td width="50%"> + <p><i><HOME></i>/.thumbnails</p> + </td> + + <td width="50%"> + <p>Shared thumbnail cache folder.</p> + </td> + </tr> + + <tr valign="top"> + <td width="50%"> + <p><i><HOME></i>/.geeqie/thumbnails</p> + </td> + + <td width="50%"> + <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> + </p> + </td> + + <td width="50%"> + <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> + </tr> + + <tr valign="top"> + <td width="50%"> + <p><i><HOME></i>/.geeqie/metadata</p> + </td> + + <td width="50%"> + <p>Metadata stored in user's home folder.</p> + </td> + </tr> + + <tr valign="top"> + <td width="50%"> + <p><i><SOURCE></i>/.metadata</p> + </td> + + <td width="50%"> + <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"> + <p class="gq-management-7">Collections</p> + </td> + </tr> + + <tr valign="top"> + <td width="50%"> + <p><i><HOME></i>/.geeqie/collections</p> + </td> + + <td width="50%"> + <p>Default location for Geeqie collections, collections in this folder will appear in the <a href="7_2_sort_manager.html">sort manager</a> sidebar.</p> + </td> + </tr> + + <tr> + <td colspan="2" width="100%" valign="top"> + <p class="gq-management-7">Preferences</p> + </td> + </tr> + + <tr valign="top"> + <td width="50%"> + <p><i><HOME></i>/.geeqie</p> + </td> + + <td width="50%"> + <p>Geeqie preferences folder.</p> + </td> + </tr> + + <tr valign="top"> + <td width="50%"> + <p><i><HOME></i>/.geeqie/geeqierc</p> + </td> + + <td width="50%"> + <p>Geeqie preferences rc file.</p> + </td> + </tr> + + <tr valign="top"> + <td width="50%"> + <p><i><HOME></i>/.geeqie/history</p> + </td> + + <td width="50%"> + <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> + </td> + + <td width="50%"> + <p>Keyboard shortcut mapping.</p> + </td> + </tr> + + <tr valign="top"> + <td width="50%"> + <p class="gq-management-7">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> + </td> + + <td width="50%"> + <p>Default location of the safe delete folder.</p> + </td> + </tr> + </table> + </div> + + <p><br /> + <br /> + </p> + + <p><br /> + <br /> + </p> + + <p><br /> + <br /> + </p> + + <hr /> + + <div class="gq-management-4"> + <table width="100%" border="0" cellpadding="4" cellspacing="0"> + <col width="85*" /> + <col width="85*" /> + <col width="85*" /> + + <thead> + <tr valign="top"> + <td width="33%"> + <p><a href="11_3_thumbnails.html">Previous</a> + </p> + </td> + + <td width="33%"> + <p class="gq-management-1"><a href="index.html">Contents</a> + </p> + </td> + + <td width="33%"> + <p class="gq-management-2"><a href="12_credits.html">Next</a> + </p> + </td> + </tr> + </thead> + + <tbody> + <tr valign="top"> + <td width="33%"> + <p><br /> + </p> + </td> + + <td width="33%"> + <p class="gq-management-1"><br /> + </p> + </td> + + <td width="33%"> + <p class="gq-management-2">Geeqie User Manual</p> + </td> + </tr> + </tbody> + </table> + </div> + + <p class="gq-management-10"><br /> + </p> +</body> +</html>