annotate doc/reference_management.html @ 1759:f0391a1bf413

print text using pango renderer - the text is sent to postscript as a bitmap - this fixes printing of non-ascii characters http://sourceforge.net/tracker/index.php?func=detail&aid=2836135&group_id=222125&atid=1054680
author nadvornik
date Sat, 26 Sep 2009 08:47:28 +0000
parents c564ab6c11fc
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
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).
zas_
parents: 1075
diff changeset
1 <?xml version="1.0" encoding="iso-8859-1"?>
1121
24c89a03ec12 Move from xhtml transitional to xhtml strict.
zas_
parents: 1119
diff changeset
2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
24c89a03ec12 Move from xhtml transitional to xhtml strict.
zas_
parents: 1119
diff changeset
3 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
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).
zas_
parents: 1075
diff changeset
4
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).
zas_
parents: 1075
diff changeset
5 <html xmlns="http://www.w3.org/1999/xhtml">
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).
zas_
parents: 1075
diff changeset
6 <head>
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).
zas_
parents: 1075
diff changeset
7 <meta http-equiv="CONTENT-TYPE" content="text/html; charset=iso-8859-1" />
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).
zas_
parents: 1075
diff changeset
8
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).
zas_
parents: 1075
diff changeset
9 <title>Cache and Data Management - Geeqie User Manual</title>
1151
c564ab6c11fc Add specific css for print media(has to be improved).
zas_
parents: 1121
diff changeset
10 <link rel="stylesheet" type="text/css" href="style.css" media="all" />
c564ab6c11fc Add specific css for print media(has to be improved).
zas_
parents: 1121
diff changeset
11 <link rel="stylesheet" type="text/css" href="style_screen.css" media="screen" />
c564ab6c11fc Add specific css for print media(has to be improved).
zas_
parents: 1121
diff changeset
12 <link rel="stylesheet" type="text/css" href="style_print.css" media="print" />
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).
zas_
parents: 1075
diff changeset
13 </head>
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).
zas_
parents: 1075
diff changeset
14
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).
zas_
parents: 1075
diff changeset
15 <body lang="en-US" dir="ltr">
1097
37536ba2d5f4 Add two css classes navtop and navbottom and remove unused ones.
zas_
parents: 1095
diff changeset
16 <div class="navtop">
1099
b2d120fa5ee7 Use col tags with id in top and bottom navigation tables.
zas_
parents: 1098
diff changeset
17 <table width="100%" border="0" cellpadding="4" cellspacing="0">
b2d120fa5ee7 Use col tags with id in top and bottom navigation tables.
zas_
parents: 1098
diff changeset
18 <col id="navtop_col1" width="33%"></col>
b2d120fa5ee7 Use col tags with id in top and bottom navigation tables.
zas_
parents: 1098
diff changeset
19 <col id="navtop_col2" width="33%"></col>
b2d120fa5ee7 Use col tags with id in top and bottom navigation tables.
zas_
parents: 1098
diff changeset
20 <col id="navtop_col3" width="33%"></col>
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).
zas_
parents: 1075
diff changeset
21
1099
b2d120fa5ee7 Use col tags with id in top and bottom navigation tables.
zas_
parents: 1098
diff changeset
22 <tr>
1115
83d6b961117f Fix up unvalid xhtml.
zas_
parents: 1113
diff changeset
23 <th>
1082
47b9f5bc2606 Align Previous to the left, drop useless col tags.
zas_
parents: 1081
diff changeset
24 <p class="previous"><a href="reference_thumbnails.html">Previous</a>
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).
zas_
parents: 1075
diff changeset
25 </p>
1115
83d6b961117f Fix up unvalid xhtml.
zas_
parents: 1113
diff changeset
26 </th>
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).
zas_
parents: 1075
diff changeset
27
1115
83d6b961117f Fix up unvalid xhtml.
zas_
parents: 1113
diff changeset
28 <th>
1105
215e102c1819 Drop most old css classes.
zas_
parents: 1101
diff changeset
29 <p class="navtop_title">Cache and Data Management &ndash; Reference</p>
1115
83d6b961117f Fix up unvalid xhtml.
zas_
parents: 1113
diff changeset
30 </th>
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).
zas_
parents: 1075
diff changeset
31
1115
83d6b961117f Fix up unvalid xhtml.
zas_
parents: 1113
diff changeset
32 <th>
1105
215e102c1819 Drop most old css classes.
zas_
parents: 1101
diff changeset
33 <p class="next"><a href="credits.html">Next</a>
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).
zas_
parents: 1075
diff changeset
34 </p>
1115
83d6b961117f Fix up unvalid xhtml.
zas_
parents: 1113
diff changeset
35 </th>
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).
zas_
parents: 1075
diff changeset
36 </tr>
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).
zas_
parents: 1075
diff changeset
37 </table>
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).
zas_
parents: 1075
diff changeset
38 </div>
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).
zas_
parents: 1075
diff changeset
39
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).
zas_
parents: 1075
diff changeset
40 <hr />
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).
zas_
parents: 1075
diff changeset
41
1079
76266496b06d Drop chapters numbers from h1 title, and reformat top title a bit.
zas_
parents: 1078
diff changeset
42 <h1>Cache and Data Maintenance</h1>
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).
zas_
parents: 1075
diff changeset
43
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).
zas_
parents: 1075
diff changeset
44 <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>
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).
zas_
parents: 1075
diff changeset
45
1087
f00c0c5e6dff Use h2/h3 tags where appropriate.
zas_
parents: 1082
diff changeset
46 <h2>Geeqie thumbnail cache</h2>
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).
zas_
parents: 1075
diff changeset
47
1105
215e102c1819 Drop most old css classes.
zas_
parents: 1101
diff changeset
48 <p>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>
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).
zas_
parents: 1075
diff changeset
49
1112
b223ad7f4867 Reformat more pages.
zas_
parents: 1107
diff changeset
50 <dl class="dialog_desc">
b223ad7f4867 Reformat more pages.
zas_
parents: 1107
diff changeset
51 <dt>Clean up</dt>
b223ad7f4867 Reformat more pages.
zas_
parents: 1107
diff changeset
52 <dd><p>Removes thumbnails and data for which the source image is no longer present, or has been modified since the thumbnail was generated.</p></dd>
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).
zas_
parents: 1075
diff changeset
53
1112
b223ad7f4867 Reformat more pages.
zas_
parents: 1107
diff changeset
54 <dt>Clear cache</dt>
b223ad7f4867 Reformat more pages.
zas_
parents: 1107
diff changeset
55 <dd><p>Removes all thumbnails and data stored in the user's home folder: $HOME/.geeqie/thumbnails.</p></dd>
b223ad7f4867 Reformat more pages.
zas_
parents: 1107
diff changeset
56 </dl>
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).
zas_
parents: 1075
diff changeset
57
1087
f00c0c5e6dff Use h2/h3 tags where appropriate.
zas_
parents: 1082
diff changeset
58 <h2>Shared thumbnail cache</h2>
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).
zas_
parents: 1075
diff changeset
59
1105
215e102c1819 Drop most old css classes.
zas_
parents: 1101
diff changeset
60 <p>The utilities listed here operate on the shared thumbnail mechanism.</p>
1112
b223ad7f4867 Reformat more pages.
zas_
parents: 1107
diff changeset
61
b223ad7f4867 Reformat more pages.
zas_
parents: 1107
diff changeset
62 <dl class="dialog_desc">
b223ad7f4867 Reformat more pages.
zas_
parents: 1107
diff changeset
63 <dt>Clean up</dt>
b223ad7f4867 Reformat more pages.
zas_
parents: 1107
diff changeset
64 <dd><p>Removes thumbnails for which the source image is no longer present, or has been modified since the thumbnail was generated.</p></dd>
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).
zas_
parents: 1075
diff changeset
65
1112
b223ad7f4867 Reformat more pages.
zas_
parents: 1107
diff changeset
66 <dt>Clear cache</dt>
b223ad7f4867 Reformat more pages.
zas_
parents: 1107
diff changeset
67 <dd><p>Removes all thumbnails stored in the user's home folder: $HOME/.thumbnails.</p></dd>
b223ad7f4867 Reformat more pages.
zas_
parents: 1107
diff changeset
68 </dl>
1087
f00c0c5e6dff Use h2/h3 tags where appropriate.
zas_
parents: 1082
diff changeset
69 <h2>Create thumbnails</h2>
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).
zas_
parents: 1075
diff changeset
70
1105
215e102c1819 Drop most old css classes.
zas_
parents: 1101
diff changeset
71 <p>This utility will render thumbnails using the current thumbnail caching mechanism, as determined in <a href="options_general.html">preferences</a>.</p>
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).
zas_
parents: 1075
diff changeset
72
1112
b223ad7f4867 Reformat more pages.
zas_
parents: 1107
diff changeset
73 <dl class="dialog_desc">
b223ad7f4867 Reformat more pages.
zas_
parents: 1107
diff changeset
74
b223ad7f4867 Reformat more pages.
zas_
parents: 1107
diff changeset
75 <dt>Render</dt>
b223ad7f4867 Reformat more pages.
zas_
parents: 1107
diff changeset
76 <dd><p>Pre-render thumbnails for a specific folder, the utility has the following options:</p></dd>
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).
zas_
parents: 1075
diff changeset
77
1112
b223ad7f4867 Reformat more pages.
zas_
parents: 1107
diff changeset
78 <dt>Include subfolders</dt>
b223ad7f4867 Reformat more pages.
zas_
parents: 1107
diff changeset
79 <dd><p>Enable to include all images contained in the subfolders of folder.</p></dd>
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).
zas_
parents: 1075
diff changeset
80
1112
b223ad7f4867 Reformat more pages.
zas_
parents: 1107
diff changeset
81 <dt>Store thumbnails local to source images</dt>
b223ad7f4867 Reformat more pages.
zas_
parents: 1107
diff changeset
82 <dd><p>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></dd>
b223ad7f4867 Reformat more pages.
zas_
parents: 1107
diff changeset
83
b223ad7f4867 Reformat more pages.
zas_
parents: 1107
diff changeset
84 </dl>
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).
zas_
parents: 1075
diff changeset
85
1087
f00c0c5e6dff Use h2/h3 tags where appropriate.
zas_
parents: 1082
diff changeset
86 <h2>Metadata</h2>
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).
zas_
parents: 1075
diff changeset
87
1105
215e102c1819 Drop most old css classes.
zas_
parents: 1101
diff changeset
88 <p>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>
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).
zas_
parents: 1075
diff changeset
89
1112
b223ad7f4867 Reformat more pages.
zas_
parents: 1107
diff changeset
90 <dl class="dialog_desc">
b223ad7f4867 Reformat more pages.
zas_
parents: 1107
diff changeset
91 <dt>Clean up</dt>
b223ad7f4867 Reformat more pages.
zas_
parents: 1107
diff changeset
92 <dd><p>Removes keywords and comments for which the source image is no longer present.</p></dd>
b223ad7f4867 Reformat more pages.
zas_
parents: 1107
diff changeset
93 </dl>
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).
zas_
parents: 1075
diff changeset
94
1087
f00c0c5e6dff Use h2/h3 tags where appropriate.
zas_
parents: 1082
diff changeset
95 <h2>File locations</h2>
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).
zas_
parents: 1075
diff changeset
96
1105
215e102c1819 Drop most old css classes.
zas_
parents: 1101
diff changeset
97 <p>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>
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).
zas_
parents: 1075
diff changeset
98
1107
1bb220ff787e More cleanup of tables.
zas_
parents: 1105
diff changeset
99 <div class="file_locations">
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).
zas_
parents: 1075
diff changeset
100 <table width="80%" border="1" cellpadding="4" cellspacing="0">
1107
1bb220ff787e More cleanup of tables.
zas_
parents: 1105
diff changeset
101 <col id="file_locations_col1" width="50%"></col>
1bb220ff787e More cleanup of tables.
zas_
parents: 1105
diff changeset
102 <col id="file_locations_col2" width="50%"></col>
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).
zas_
parents: 1075
diff changeset
103
1107
1bb220ff787e More cleanup of tables.
zas_
parents: 1105
diff changeset
104 <thead>
1bb220ff787e More cleanup of tables.
zas_
parents: 1105
diff changeset
105 <tr>
1bb220ff787e More cleanup of tables.
zas_
parents: 1105
diff changeset
106 <td>
1bb220ff787e More cleanup of tables.
zas_
parents: 1105
diff changeset
107 <p>Folder or File name</p>
1bb220ff787e More cleanup of tables.
zas_
parents: 1105
diff changeset
108 </td>
1bb220ff787e More cleanup of tables.
zas_
parents: 1105
diff changeset
109
1bb220ff787e More cleanup of tables.
zas_
parents: 1105
diff changeset
110 <td>
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).
zas_
parents: 1075
diff changeset
111 <p>Description</p>
1107
1bb220ff787e More cleanup of tables.
zas_
parents: 1105
diff changeset
112 </td>
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).
zas_
parents: 1075
diff changeset
113 </tr>
1107
1bb220ff787e More cleanup of tables.
zas_
parents: 1105
diff changeset
114 </thead>
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).
zas_
parents: 1075
diff changeset
115
1107
1bb220ff787e More cleanup of tables.
zas_
parents: 1105
diff changeset
116 <tbody>
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).
zas_
parents: 1075
diff changeset
117 <tr>
1107
1bb220ff787e More cleanup of tables.
zas_
parents: 1105
diff changeset
118 <td colspan="2" class="file_locations_subtitle">
1105
215e102c1819 Drop most old css classes.
zas_
parents: 1101
diff changeset
119 <p>Thumbnails</p>
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).
zas_
parents: 1075
diff changeset
120 </td>
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).
zas_
parents: 1075
diff changeset
121 </tr>
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).
zas_
parents: 1075
diff changeset
122
1107
1bb220ff787e More cleanup of tables.
zas_
parents: 1105
diff changeset
123 <tr>
1bb220ff787e More cleanup of tables.
zas_
parents: 1105
diff changeset
124 <td>
1bb220ff787e More cleanup of tables.
zas_
parents: 1105
diff changeset
125 <p><em>&lt;HOME&gt;</em>/.thumbnails</p>
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).
zas_
parents: 1075
diff changeset
126 </td>
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).
zas_
parents: 1075
diff changeset
127
1107
1bb220ff787e More cleanup of tables.
zas_
parents: 1105
diff changeset
128 <td>
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).
zas_
parents: 1075
diff changeset
129 <p>Shared thumbnail cache folder.</p>
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).
zas_
parents: 1075
diff changeset
130 </td>
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).
zas_
parents: 1075
diff changeset
131 </tr>
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).
zas_
parents: 1075
diff changeset
132
1107
1bb220ff787e More cleanup of tables.
zas_
parents: 1105
diff changeset
133 <tr>
1bb220ff787e More cleanup of tables.
zas_
parents: 1105
diff changeset
134 <td>
1bb220ff787e More cleanup of tables.
zas_
parents: 1105
diff changeset
135 <p><em>&lt;HOME&gt;</em>/.geeqie/thumbnails</p>
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).
zas_
parents: 1075
diff changeset
136 </td>
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).
zas_
parents: 1075
diff changeset
137
1107
1bb220ff787e More cleanup of tables.
zas_
parents: 1105
diff changeset
138 <td>
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).
zas_
parents: 1075
diff changeset
139 <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>
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).
zas_
parents: 1075
diff changeset
140 </td>
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).
zas_
parents: 1075
diff changeset
141 </tr>
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).
zas_
parents: 1075
diff changeset
142
1107
1bb220ff787e More cleanup of tables.
zas_
parents: 1105
diff changeset
143 <tr>
1bb220ff787e More cleanup of tables.
zas_
parents: 1105
diff changeset
144 <td>
1117
73bbcaf9abba Various fixes and cleanup.
zas_
parents: 1115
diff changeset
145 <p><em>&lt;SOURCE&gt;/.</em>thumbnails
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).
zas_
parents: 1075
diff changeset
146 </p>
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).
zas_
parents: 1075
diff changeset
147 </td>
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).
zas_
parents: 1075
diff changeset
148
1107
1bb220ff787e More cleanup of tables.
zas_
parents: 1105
diff changeset
149 <td>
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).
zas_
parents: 1075
diff changeset
150 <p>Local thumbnail cache folder.</p>
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).
zas_
parents: 1075
diff changeset
151 </td>
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).
zas_
parents: 1075
diff changeset
152 </tr>
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).
zas_
parents: 1075
diff changeset
153
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).
zas_
parents: 1075
diff changeset
154 <tr>
1107
1bb220ff787e More cleanup of tables.
zas_
parents: 1105
diff changeset
155 <td colspan="2" class="file_locations_subtitle">
1bb220ff787e More cleanup of tables.
zas_
parents: 1105
diff changeset
156 <p>Metadata (keywords and comments)</p>
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).
zas_
parents: 1075
diff changeset
157 </td>
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).
zas_
parents: 1075
diff changeset
158 </tr>
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).
zas_
parents: 1075
diff changeset
159
1107
1bb220ff787e More cleanup of tables.
zas_
parents: 1105
diff changeset
160 <tr>
1bb220ff787e More cleanup of tables.
zas_
parents: 1105
diff changeset
161 <td>
1bb220ff787e More cleanup of tables.
zas_
parents: 1105
diff changeset
162 <p><em>&lt;HOME&gt;</em>/.geeqie/metadata</p>
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).
zas_
parents: 1075
diff changeset
163 </td>
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).
zas_
parents: 1075
diff changeset
164
1107
1bb220ff787e More cleanup of tables.
zas_
parents: 1105
diff changeset
165 <td>
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).
zas_
parents: 1075
diff changeset
166 <p>Metadata stored in user's home folder.</p>
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).
zas_
parents: 1075
diff changeset
167 </td>
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).
zas_
parents: 1075
diff changeset
168 </tr>
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).
zas_
parents: 1075
diff changeset
169
1107
1bb220ff787e More cleanup of tables.
zas_
parents: 1105
diff changeset
170 <tr>
1bb220ff787e More cleanup of tables.
zas_
parents: 1105
diff changeset
171 <td>
1bb220ff787e More cleanup of tables.
zas_
parents: 1105
diff changeset
172 <p><em>&lt;SOURCE&gt;</em>/.metadata</p>
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).
zas_
parents: 1075
diff changeset
173 </td>
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).
zas_
parents: 1075
diff changeset
174
1107
1bb220ff787e More cleanup of tables.
zas_
parents: 1105
diff changeset
175 <td>
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).
zas_
parents: 1075
diff changeset
176 <p>Metadata stored local to source image. Requires option to be enabled in advanced preferences.</p>
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).
zas_
parents: 1075
diff changeset
177 </td>
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).
zas_
parents: 1075
diff changeset
178 </tr>
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).
zas_
parents: 1075
diff changeset
179
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).
zas_
parents: 1075
diff changeset
180 <tr>
1107
1bb220ff787e More cleanup of tables.
zas_
parents: 1105
diff changeset
181 <td colspan="2" class="file_locations_subtitle">
1105
215e102c1819 Drop most old css classes.
zas_
parents: 1101
diff changeset
182 <p>Collections</p>
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).
zas_
parents: 1075
diff changeset
183 </td>
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).
zas_
parents: 1075
diff changeset
184 </tr>
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).
zas_
parents: 1075
diff changeset
185
1107
1bb220ff787e More cleanup of tables.
zas_
parents: 1105
diff changeset
186 <tr>
1bb220ff787e More cleanup of tables.
zas_
parents: 1105
diff changeset
187 <td>
1bb220ff787e More cleanup of tables.
zas_
parents: 1105
diff changeset
188 <p><em>&lt;HOME&gt;</em>/.geeqie/collections</p>
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).
zas_
parents: 1075
diff changeset
189 </td>
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).
zas_
parents: 1075
diff changeset
190
1107
1bb220ff787e More cleanup of tables.
zas_
parents: 1105
diff changeset
191 <td>
1078
ac4a4f2cf393 Get rid off of chapters numbers in html documentation filenames. It will ease re-ordering.
zas_
parents: 1076
diff changeset
192 <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>
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).
zas_
parents: 1075
diff changeset
193 </td>
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).
zas_
parents: 1075
diff changeset
194 </tr>
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).
zas_
parents: 1075
diff changeset
195
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).
zas_
parents: 1075
diff changeset
196 <tr>
1107
1bb220ff787e More cleanup of tables.
zas_
parents: 1105
diff changeset
197 <td colspan="2" class="file_locations_subtitle">
1105
215e102c1819 Drop most old css classes.
zas_
parents: 1101
diff changeset
198 <p>Preferences</p>
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).
zas_
parents: 1075
diff changeset
199 </td>
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).
zas_
parents: 1075
diff changeset
200 </tr>
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).
zas_
parents: 1075
diff changeset
201
1107
1bb220ff787e More cleanup of tables.
zas_
parents: 1105
diff changeset
202 <tr>
1bb220ff787e More cleanup of tables.
zas_
parents: 1105
diff changeset
203 <td>
1bb220ff787e More cleanup of tables.
zas_
parents: 1105
diff changeset
204 <p><em>&lt;HOME&gt;</em>/.geeqie</p>
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).
zas_
parents: 1075
diff changeset
205 </td>
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).
zas_
parents: 1075
diff changeset
206
1107
1bb220ff787e More cleanup of tables.
zas_
parents: 1105
diff changeset
207 <td>
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).
zas_
parents: 1075
diff changeset
208 <p>Geeqie preferences folder.</p>
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).
zas_
parents: 1075
diff changeset
209 </td>
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).
zas_
parents: 1075
diff changeset
210 </tr>
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).
zas_
parents: 1075
diff changeset
211
1107
1bb220ff787e More cleanup of tables.
zas_
parents: 1105
diff changeset
212 <tr>
1bb220ff787e More cleanup of tables.
zas_
parents: 1105
diff changeset
213 <td>
1bb220ff787e More cleanup of tables.
zas_
parents: 1105
diff changeset
214 <p><em>&lt;HOME&gt;</em>/.geeqie/geeqierc</p>
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).
zas_
parents: 1075
diff changeset
215 </td>
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).
zas_
parents: 1075
diff changeset
216
1107
1bb220ff787e More cleanup of tables.
zas_
parents: 1105
diff changeset
217 <td>
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).
zas_
parents: 1075
diff changeset
218 <p>Geeqie preferences rc file.</p>
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).
zas_
parents: 1075
diff changeset
219 </td>
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).
zas_
parents: 1075
diff changeset
220 </tr>
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).
zas_
parents: 1075
diff changeset
221
1107
1bb220ff787e More cleanup of tables.
zas_
parents: 1105
diff changeset
222 <tr>
1bb220ff787e More cleanup of tables.
zas_
parents: 1105
diff changeset
223 <td>
1bb220ff787e More cleanup of tables.
zas_
parents: 1105
diff changeset
224 <p><em>&lt;HOME&gt;</em>/.geeqie/history</p>
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).
zas_
parents: 1075
diff changeset
225 </td>
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).
zas_
parents: 1075
diff changeset
226
1107
1bb220ff787e More cleanup of tables.
zas_
parents: 1105
diff changeset
227 <td>
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).
zas_
parents: 1075
diff changeset
228 <p>Historic data such as last several folders visited, bookmarks, and recently used collections. Also contains default print settings.</p>
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).
zas_
parents: 1075
diff changeset
229 </td>
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).
zas_
parents: 1075
diff changeset
230 </tr>
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).
zas_
parents: 1075
diff changeset
231
1107
1bb220ff787e More cleanup of tables.
zas_
parents: 1105
diff changeset
232 <tr>
1bb220ff787e More cleanup of tables.
zas_
parents: 1105
diff changeset
233 <td>
1bb220ff787e More cleanup of tables.
zas_
parents: 1105
diff changeset
234 <p><em>&lt;HOME&gt;</em>/.geeqie/accels</p>
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).
zas_
parents: 1075
diff changeset
235 </td>
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).
zas_
parents: 1075
diff changeset
236
1107
1bb220ff787e More cleanup of tables.
zas_
parents: 1105
diff changeset
237 <td>
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).
zas_
parents: 1075
diff changeset
238 <p>Keyboard shortcut mapping.</p>
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).
zas_
parents: 1075
diff changeset
239 </td>
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).
zas_
parents: 1075
diff changeset
240 </tr>
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).
zas_
parents: 1075
diff changeset
241
1107
1bb220ff787e More cleanup of tables.
zas_
parents: 1105
diff changeset
242 <tr>
1bb220ff787e More cleanup of tables.
zas_
parents: 1105
diff changeset
243 <td colspan="2" class="file_locations_subtitle">
1105
215e102c1819 Drop most old css classes.
zas_
parents: 1101
diff changeset
244 <p>Safe Delete</p>
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).
zas_
parents: 1075
diff changeset
245 </td>
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).
zas_
parents: 1075
diff changeset
246 </tr>
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).
zas_
parents: 1075
diff changeset
247
1107
1bb220ff787e More cleanup of tables.
zas_
parents: 1105
diff changeset
248 <tr>
1bb220ff787e More cleanup of tables.
zas_
parents: 1105
diff changeset
249 <td>
1bb220ff787e More cleanup of tables.
zas_
parents: 1105
diff changeset
250 <p><em>&lt;HOME&gt;</em>/.geeqie/trash</p>
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).
zas_
parents: 1075
diff changeset
251 </td>
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).
zas_
parents: 1075
diff changeset
252
1107
1bb220ff787e More cleanup of tables.
zas_
parents: 1105
diff changeset
253 <td>
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).
zas_
parents: 1075
diff changeset
254 <p>Default location of the safe delete folder.</p>
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).
zas_
parents: 1075
diff changeset
255 </td>
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).
zas_
parents: 1075
diff changeset
256 </tr>
1107
1bb220ff787e More cleanup of tables.
zas_
parents: 1105
diff changeset
257 </tbody>
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).
zas_
parents: 1075
diff changeset
258 </table>
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).
zas_
parents: 1075
diff changeset
259 </div>
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).
zas_
parents: 1075
diff changeset
260
1113
79e69e5f4642 Beautify the manual.
zas_
parents: 1112
diff changeset
261 <hr id="bottomseparator" />
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).
zas_
parents: 1075
diff changeset
262
1097
37536ba2d5f4 Add two css classes navtop and navbottom and remove unused ones.
zas_
parents: 1095
diff changeset
263 <div class="navbottom">
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).
zas_
parents: 1075
diff changeset
264 <table width="100%" border="0" cellpadding="4" cellspacing="0">
1099
b2d120fa5ee7 Use col tags with id in top and bottom navigation tables.
zas_
parents: 1098
diff changeset
265 <col id="navbottom_col1" width="33%"></col>
b2d120fa5ee7 Use col tags with id in top and bottom navigation tables.
zas_
parents: 1098
diff changeset
266 <col id="navbottom_col2" width="33%"></col>
b2d120fa5ee7 Use col tags with id in top and bottom navigation tables.
zas_
parents: 1098
diff changeset
267 <col id="navbottom_col3" width="33%"></col>
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).
zas_
parents: 1075
diff changeset
268
1099
b2d120fa5ee7 Use col tags with id in top and bottom navigation tables.
zas_
parents: 1098
diff changeset
269 <tr>
1115
83d6b961117f Fix up unvalid xhtml.
zas_
parents: 1113
diff changeset
270 <th>
1082
47b9f5bc2606 Align Previous to the left, drop useless col tags.
zas_
parents: 1081
diff changeset
271 <p class="previous"><a href="reference_thumbnails.html">Previous</a>
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).
zas_
parents: 1075
diff changeset
272 </p>
1115
83d6b961117f Fix up unvalid xhtml.
zas_
parents: 1113
diff changeset
273 </th>
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).
zas_
parents: 1075
diff changeset
274
1115
83d6b961117f Fix up unvalid xhtml.
zas_
parents: 1113
diff changeset
275 <th>
1105
215e102c1819 Drop most old css classes.
zas_
parents: 1101
diff changeset
276 <p class="navbottom_title"><a href="index.html">Contents</a>
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).
zas_
parents: 1075
diff changeset
277 </p>
1115
83d6b961117f Fix up unvalid xhtml.
zas_
parents: 1113
diff changeset
278 </th>
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).
zas_
parents: 1075
diff changeset
279
1115
83d6b961117f Fix up unvalid xhtml.
zas_
parents: 1113
diff changeset
280 <th>
1105
215e102c1819 Drop most old css classes.
zas_
parents: 1101
diff changeset
281 <p class="next"><a href="credits.html">Next</a>
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).
zas_
parents: 1075
diff changeset
282 </p>
1115
83d6b961117f Fix up unvalid xhtml.
zas_
parents: 1113
diff changeset
283 </th>
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).
zas_
parents: 1075
diff changeset
284 </tr>
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).
zas_
parents: 1075
diff changeset
285
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).
zas_
parents: 1075
diff changeset
286 </table>
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).
zas_
parents: 1075
diff changeset
287 </div>
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).
zas_
parents: 1075
diff changeset
288
1101
83cf0c9e300f Re-introduce Geeqie User Manual footer.
zas_
parents: 1100
diff changeset
289 <div class="footer">Geeqie User Manual</div>
1098
2d9c9b10e84d Add a generic spacer at the bottom of the page, remove now unused css classes.
zas_
parents: 1097
diff changeset
290 <div class="bottomspacer">&nbsp;</div>
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).
zas_
parents: 1075
diff changeset
291 </body>
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).
zas_
parents: 1075
diff changeset
292 </html>