comparison doc/reference_management.html @ 1078:ac4a4f2cf393

Get rid off of chapters numbers in html documentation filenames. It will ease re-ordering.
author zas_
date Sat, 25 Oct 2008 07:47:47 +0000
parents doc/11_4_management.html@1ecc4f010111
children 76266496b06d
comparison
equal deleted inserted replaced
1077:3920b1f38f5f 1078:ac4a4f2cf393
1 <?xml version="1.0" encoding="iso-8859-1"?>
2
3 <html xmlns="http://www.w3.org/1999/xhtml">
4 <head>
5 <meta http-equiv="CONTENT-TYPE" content="text/html; charset=iso-8859-1" />
6
7 <title>Cache and Data Management - Geeqie User Manual</title>
8 <meta name="CREATED" content="20040805;23590500" />
9 <meta name="CHANGED" content="20050208;15085100" />
10 <style type="text/css">
11 /*<![CDATA[*/
12 p.gq-management-10 {margin-bottom: 0in}
13 span.gq-management-9 {font-weight: medium}
14 span.gq-management-8 {font-style: normal}
15 p.gq-management-7 {font-weight: bold}
16 p.gq-management-6 {margin-left: 1.58in}
17 p.gq-management-5 {margin-left: 0.79in}
18 div.gq-management-4 {text-align: center}
19 table.gq-management-3 {page-break-before: always}
20 p.gq-management-2 {text-align: right}
21 p.gq-management-1 {text-align: center}
22 /*]]>*/
23 </style>
24 </head>
25
26 <body lang="en-US" dir="ltr">
27 <div class="gq-management-4">
28 <table width="100%" border="0" cellpadding="4" cellspacing="0" class="gq-management-3">
29 <col width="85*" />
30 <col width="85*" />
31 <col width="85*" />
32
33 <thead>
34 <tr valign="top">
35 <td width="33%">
36 <p><a href="reference_thumbnails.html">Previous</a>
37 </p>
38 </td>
39
40 <td width="33%">
41 <p class="gq-management-1">Cache and Data Management - Reference</p>
42 </td>
43
44 <td width="33%">
45 <p class="gq-management-2"><a href="credits.html">Next</a>
46 </p>
47 </td>
48 </tr>
49 </thead>
50 </table>
51 </div>
52
53 <hr />
54
55 <h1>11.4 Cache and Data Maintenance</h1>
56
57 <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>
58
59 <p><br />
60 <br />
61 </p>
62
63 <p><u>Geeqie thumbnail cache</u>
64 </p>
65
66 <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="image_search_search.html">search</a> and <a href="image_search_finding_duplicates.html">find duplicates</a> utilities.</p>
67
68 <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>
69
70 <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>
71
72 <p><br />
73 <br />
74 </p>
75
76 <p><u>Shared thumbnail cache</u>
77 </p>
78
79 <p class="gq-management-5">The utilities listed here operate on the shared thumbnail mechanism.</p>
80
81 <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>
82
83 <p class="gq-management-5"><b>Clear cache:</b> Removes all thumbnails stored in the user's home folder: $HOME/.thumbnails.</p>
84
85 <p><br />
86 <br />
87 </p>
88
89 <p><u>Create thumbnails</u>
90 </p>
91
92 <p class="gq-management-5">This utility will render thumbnails using the current thumbnail caching mechanism, as determined in <a href="options_general.html">preferences</a>.</p>
93
94 <p class="gq-management-5"><b>Render:</b> Pre-render thumbnails for a specific folder, the utility has the following options:</p>
95
96 <p class="gq-management-6"><b>Include subfolders:</b> Enable to include all images contained in the subfolders of folder.</p>
97
98 <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>
99
100 <p><br />
101 <br />
102 </p>
103
104 <p><u>Metadata</u>
105 </p>
106
107 <p class="gq-management-5">This utility operates on the data store for <a href="sidebars_keywords.html">keywords and comments</a> located in the user's home folder: $HOME/.geeqie/metadata.</p>
108
109 <p class="gq-management-5"><b>Clean up:</b> Removes keywords and comments for which the source image is no longer present.</p>
110
111 <p><br />
112 <br />
113 </p>
114
115 <p><u>File locations</u>
116 </p>
117
118 <p class="gq-management-5">The various file locations and their use are listed below. <i>&lt;HOME&gt;</i> refers to your home folder and <i>&lt;SOURCE&gt;</i> refers to the folder containing the image.</p>
119
120 <div class="gq-management-4">
121 <table width="80%" border="1" cellpadding="4" cellspacing="0">
122 <col width="128*" />
123 <col width="128*" />
124
125 <tr valign="top">
126 <th width="50%">
127 <p>Folder or File name</p>
128 </th>
129
130 <th width="50%">
131 <p>Description</p>
132 </th>
133 </tr>
134
135 <tr>
136 <td colspan="2" width="100%" valign="top">
137 <p class="gq-management-7">Thumbnails</p>
138 </td>
139 </tr>
140
141 <tr valign="top">
142 <td width="50%">
143 <p><i>&lt;HOME&gt;</i>/.thumbnails</p>
144 </td>
145
146 <td width="50%">
147 <p>Shared thumbnail cache folder.</p>
148 </td>
149 </tr>
150
151 <tr valign="top">
152 <td width="50%">
153 <p><i>&lt;HOME&gt;</i>/.geeqie/thumbnails</p>
154 </td>
155
156 <td width="50%">
157 <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>
158 </td>
159 </tr>
160
161 <tr valign="top">
162 <td width="50%">
163 <p><i>&lt;SOURCE&gt;/.</i><span class="gq-management-8">thumbnails</span>
164 </p>
165 </td>
166
167 <td width="50%">
168 <p>Local thumbnail cache folder.</p>
169 </td>
170 </tr>
171
172 <tr>
173 <td colspan="2" width="100%" valign="top">
174 <p><b>Metadata</b> <span class="gq-management-9">(keywords and comments)</span></p>
175 </td>
176 </tr>
177
178 <tr valign="top">
179 <td width="50%">
180 <p><i>&lt;HOME&gt;</i>/.geeqie/metadata</p>
181 </td>
182
183 <td width="50%">
184 <p>Metadata stored in user's home folder.</p>
185 </td>
186 </tr>
187
188 <tr valign="top">
189 <td width="50%">
190 <p><i>&lt;SOURCE&gt;</i>/.metadata</p>
191 </td>
192
193 <td width="50%">
194 <p>Metadata stored local to source image. Requires option to be enabled in advanced preferences.</p>
195 </td>
196 </tr>
197
198 <tr>
199 <td colspan="2" width="100%" valign="top">
200 <p class="gq-management-7">Collections</p>
201 </td>
202 </tr>
203
204 <tr valign="top">
205 <td width="50%">
206 <p><i>&lt;HOME&gt;</i>/.geeqie/collections</p>
207 </td>
208
209 <td width="50%">
210 <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>
211 </td>
212 </tr>
213
214 <tr>
215 <td colspan="2" width="100%" valign="top">
216 <p class="gq-management-7">Preferences</p>
217 </td>
218 </tr>
219
220 <tr valign="top">
221 <td width="50%">
222 <p><i>&lt;HOME&gt;</i>/.geeqie</p>
223 </td>
224
225 <td width="50%">
226 <p>Geeqie preferences folder.</p>
227 </td>
228 </tr>
229
230 <tr valign="top">
231 <td width="50%">
232 <p><i>&lt;HOME&gt;</i>/.geeqie/geeqierc</p>
233 </td>
234
235 <td width="50%">
236 <p>Geeqie preferences rc file.</p>
237 </td>
238 </tr>
239
240 <tr valign="top">
241 <td width="50%">
242 <p><i>&lt;HOME&gt;</i>/.geeqie/history</p>
243 </td>
244
245 <td width="50%">
246 <p>Historic data such as last several folders visited, bookmarks, and recently used collections. Also contains default print settings.</p>
247 </td>
248 </tr>
249
250 <tr valign="top">
251 <td width="50%">
252 <p><i>&lt;HOME&gt;</i>/.geeqie/accels</p>
253 </td>
254
255 <td width="50%">
256 <p>Keyboard shortcut mapping.</p>
257 </td>
258 </tr>
259
260 <tr valign="top">
261 <td width="50%">
262 <p class="gq-management-7">Safe Delete</p>
263 </td>
264
265 <td width="50%">
266 <p><br />
267 </p>
268 </td>
269 </tr>
270
271 <tr valign="top">
272 <td width="50%">
273 <p><span class="gq-management-9"><i>&lt;HOME&gt;</i></span>/.geeqie/trash</p>
274 </td>
275
276 <td width="50%">
277 <p>Default location of the safe delete folder.</p>
278 </td>
279 </tr>
280 </table>
281 </div>
282
283 <p><br />
284 <br />
285 </p>
286
287 <p><br />
288 <br />
289 </p>
290
291 <p><br />
292 <br />
293 </p>
294
295 <hr />
296
297 <div class="gq-management-4">
298 <table width="100%" border="0" cellpadding="4" cellspacing="0">
299 <col width="85*" />
300 <col width="85*" />
301 <col width="85*" />
302
303 <thead>
304 <tr valign="top">
305 <td width="33%">
306 <p><a href="reference_thumbnails.html">Previous</a>
307 </p>
308 </td>
309
310 <td width="33%">
311 <p class="gq-management-1"><a href="index.html">Contents</a>
312 </p>
313 </td>
314
315 <td width="33%">
316 <p class="gq-management-2"><a href="credits.html">Next</a>
317 </p>
318 </td>
319 </tr>
320 </thead>
321
322 <tbody>
323 <tr valign="top">
324 <td width="33%">
325 <p><br />
326 </p>
327 </td>
328
329 <td width="33%">
330 <p class="gq-management-1"><br />
331 </p>
332 </td>
333
334 <td width="33%">
335 <p class="gq-management-2">Geeqie User Manual</p>
336 </td>
337 </tr>
338 </tbody>
339 </table>
340 </div>
341
342 <p class="gq-management-10"><br />
343 </p>
344 </body>
345 </html>