annotate doc/image_search_finding_duplicates.html @ 1121:24c89a03ec12

Move from xhtml transitional to xhtml strict.
author zas_
date Mon, 10 Nov 2008 20:40:50 +0000
parents 829f45bf988b
children c564ab6c11fc
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>Finding Duplicates - Geeqie User Manual</title>
1095
31a1a3f85859 Move css styles to an external stylesheet.
zas_
parents: 1087
diff changeset
10 <link rel="stylesheet" type="text/css" href="style.css" />
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
11 </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
12
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 <body lang="en-US" dir="ltr">
1097
37536ba2d5f4 Add two css classes navtop and navbottom and remove unused ones.
zas_
parents: 1095
diff changeset
14 <div class="navtop">
1099
b2d120fa5ee7 Use col tags with id in top and bottom navigation tables.
zas_
parents: 1098
diff changeset
15 <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
16 <col id="navtop_col1" width="33%"></col>
b2d120fa5ee7 Use col tags with id in top and bottom navigation tables.
zas_
parents: 1098
diff changeset
17 <col id="navtop_col2" width="33%"></col>
b2d120fa5ee7 Use col tags with id in top and bottom navigation tables.
zas_
parents: 1098
diff changeset
18 <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
19
1099
b2d120fa5ee7 Use col tags with id in top and bottom navigation tables.
zas_
parents: 1098
diff changeset
20 <tr>
1115
83d6b961117f Fix up unvalid xhtml.
zas_
parents: 1113
diff changeset
21 <th>
1082
47b9f5bc2606 Align Previous to the left, drop useless col tags.
zas_
parents: 1081
diff changeset
22 <p class="previous"><a href="image_search_search.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
23 </p>
1115
83d6b961117f Fix up unvalid xhtml.
zas_
parents: 1113
diff changeset
24 </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
25
1115
83d6b961117f Fix up unvalid xhtml.
zas_
parents: 1113
diff changeset
26 <th>
1105
215e102c1819 Drop most old css classes.
zas_
parents: 1101
diff changeset
27 <p class="navtop_title">Finding Duplicates &ndash; Image Search</p>
1115
83d6b961117f Fix up unvalid xhtml.
zas_
parents: 1113
diff changeset
28 </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
29
1115
83d6b961117f Fix up unvalid xhtml.
zas_
parents: 1113
diff changeset
30 <th>
1105
215e102c1819 Drop most old css classes.
zas_
parents: 1101
diff changeset
31 <p class="next"><a href="collections.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
32 </p>
1115
83d6b961117f Fix up unvalid xhtml.
zas_
parents: 1113
diff changeset
33 </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
34 </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
35 </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
36 </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
37
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 <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
39
1079
76266496b06d Drop chapters numbers from h1 title, and reformat top title a bit.
zas_
parents: 1078
diff changeset
40 <h1>Finding Duplicates</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
41
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
42 <p>Geeqie provides a utility to find images that have similar attributes or content.</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
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>To display a new Find Duplicates Window press D or select Find duplicates from the File menu.</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>Adding files to be compared</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>Add files to be compared using drag and drop. Drop files or folders onto the Find Duplicates window to add them to the list of files to compare. When one or more folders are dropped onto the window a menu will appear allowing you to choose the desired action:</p>
1117
73bbcaf9abba Various fixes and cleanup.
zas_
parents: 1115
diff changeset
49
1108
36e6014c612a Reformat and cleanup.
zas_
parents: 1106
diff changeset
50 <dl class="menu_desc">
36e6014c612a Reformat and cleanup.
zas_
parents: 1106
diff changeset
51 <dt>Add contents</dt>
36e6014c612a Reformat and cleanup.
zas_
parents: 1106
diff changeset
52 <dd><p>The contents of dropped folders will added to the window.</p></dd>
36e6014c612a Reformat and cleanup.
zas_
parents: 1106
diff changeset
53
36e6014c612a Reformat and cleanup.
zas_
parents: 1106
diff changeset
54 <dt>Add contents recursive</dt>
36e6014c612a Reformat and cleanup.
zas_
parents: 1106
diff changeset
55 <dd><p>The contents of dropped folders and all sub folders will be added to the window.</p></dd>
36e6014c612a Reformat and cleanup.
zas_
parents: 1106
diff changeset
56
36e6014c612a Reformat and cleanup.
zas_
parents: 1106
diff changeset
57 <dt>Skip folders</dt>
36e6014c612a Reformat and cleanup.
zas_
parents: 1106
diff changeset
58 <dd><p>Ignore folders contained in the drop list.</p></dd>
36e6014c612a Reformat and cleanup.
zas_
parents: 1106
diff changeset
59
36e6014c612a Reformat and cleanup.
zas_
parents: 1106
diff changeset
60 </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
61
1105
215e102c1819 Drop most old css classes.
zas_
parents: 1101
diff changeset
62 <p>When files are added to the window, the comparison is restarted to include the new files.</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
63
1087
f00c0c5e6dff Use h2/h3 tags where appropriate.
zas_
parents: 1082
diff changeset
64 <h2>Comparison methods</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
65
1105
215e102c1819 Drop most old css classes.
zas_
parents: 1101
diff changeset
66 <p>The attribute to use for two images to match can be selected with the &#8220;Compare by:&#8221; drop down menu. Each method is explained below:</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
67
1108
36e6014c612a Reformat and cleanup.
zas_
parents: 1106
diff changeset
68 <dl class="dialog_desc">
36e6014c612a Reformat and cleanup.
zas_
parents: 1106
diff changeset
69 <dt>Name</dt><dd><p>The file name.</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
70
1108
36e6014c612a Reformat and cleanup.
zas_
parents: 1106
diff changeset
71 <dt>Size</dt><dd><p>The file size.</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
72
1108
36e6014c612a Reformat and cleanup.
zas_
parents: 1106
diff changeset
73 <dt>Date</dt><dd><p>The file date.</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
74
1108
36e6014c612a Reformat and cleanup.
zas_
parents: 1106
diff changeset
75 <dt>Dimensions</dt><dd><p>The image dimensions.</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
76
1108
36e6014c612a Reformat and cleanup.
zas_
parents: 1106
diff changeset
77 <dt>Checksum</dt><dd><p>The MD5 file checksum.</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
78
1108
36e6014c612a Reformat and cleanup.
zas_
parents: 1106
diff changeset
79 <dt>Path</dt><dd><p>The complete path to file.</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
1108
36e6014c612a Reformat and cleanup.
zas_
parents: 1106
diff changeset
81 <dt>Similarity (high)</dt><dd><p>Very similar image content.</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
82
1108
36e6014c612a Reformat and cleanup.
zas_
parents: 1106
diff changeset
83 <dt>Similarity</dt><dd><p>Similar image content.</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
84
1108
36e6014c612a Reformat and cleanup.
zas_
parents: 1106
diff changeset
85 <dt>Similarity (low)</dt><dd><p>Slightly similar image content.</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
86
1108
36e6014c612a Reformat and cleanup.
zas_
parents: 1106
diff changeset
87 <dt>Similarity (custom)</dt><dd><p>Similar image content, the value to use to consider two images a match is configured in the <a href="options_advanced.html">Advanced tab</a> of the preferences dialog by setting the &#8220;Custom similarity threshold&#8221;.</p></dd>
36e6014c612a Reformat and cleanup.
zas_
parents: 1106
diff changeset
88 </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
89
1087
f00c0c5e6dff Use h2/h3 tags where appropriate.
zas_
parents: 1082
diff changeset
90 <h2>Results list</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
91
1105
215e102c1819 Drop most old css classes.
zas_
parents: 1101
diff changeset
92 <p>Files that match with the selected comparison method will appear in the list. Matching files are grouped in alternating color.</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
93
1105
215e102c1819 Drop most old css classes.
zas_
parents: 1101
diff changeset
94 <p>The order of the result list can not be changed, files will appear in the order of the search. When comparing by image content similarity, the matching groups will be sorted by order of rank starting with the files that are most similar.</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
95
1105
215e102c1819 Drop most old css classes.
zas_
parents: 1101
diff changeset
96 <p>A <b>context menu</b> is available for the result list by right clicking the mouse or pressing the Menu key when a row has the focus.</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
97
1105
215e102c1819 Drop most old css classes.
zas_
parents: 1101
diff changeset
98 <p><b>Keyboard shortcuts</b> available in the results list:</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
99
1117
73bbcaf9abba Various fixes and cleanup.
zas_
parents: 1115
diff changeset
100 <div class="find-duplicates-shortcuts">
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
101 <table width="80%" border="1" cellpadding="2" cellspacing="0">
1117
73bbcaf9abba Various fixes and cleanup.
zas_
parents: 1115
diff changeset
102 <col id="find_duplicates_shortcuts_col1" width="25%"></col>
73bbcaf9abba Various fixes and cleanup.
zas_
parents: 1115
diff changeset
103 <col id="find_duplicates_shortcuts_col2" width="25%"></col>
73bbcaf9abba Various fixes and cleanup.
zas_
parents: 1115
diff changeset
104 <col id="find_duplicates_shortcuts_col3" width="50%"></col>
1106
ae2b86450b1c Cleanup some tables.
zas_
parents: 1105
diff changeset
105
ae2b86450b1c Cleanup some tables.
zas_
parents: 1105
diff changeset
106 <thead>
ae2b86450b1c Cleanup some tables.
zas_
parents: 1105
diff changeset
107 <tr>
ae2b86450b1c Cleanup some tables.
zas_
parents: 1105
diff changeset
108 <td>
1105
215e102c1819 Drop most old css classes.
zas_
parents: 1101
diff changeset
109 <p>Shortcut</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
110 </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
111
1106
ae2b86450b1c Cleanup some tables.
zas_
parents: 1105
diff changeset
112 <td>
1105
215e102c1819 Drop most old css classes.
zas_
parents: 1101
diff changeset
113 <p>Context menu name</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
114 </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
115
1106
ae2b86450b1c Cleanup some tables.
zas_
parents: 1105
diff changeset
116 <td>
1105
215e102c1819 Drop most old css classes.
zas_
parents: 1101
diff changeset
117 <p>Description</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
118 </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
119 </tr>
1106
ae2b86450b1c Cleanup some tables.
zas_
parents: 1105
diff changeset
120 </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
121
1106
ae2b86450b1c Cleanup some tables.
zas_
parents: 1105
diff changeset
122 <tbody>
ae2b86450b1c Cleanup some tables.
zas_
parents: 1105
diff changeset
123 <tr>
ae2b86450b1c Cleanup some tables.
zas_
parents: 1105
diff changeset
124 <td>
1105
215e102c1819 Drop most old css classes.
zas_
parents: 1101
diff changeset
125 <p>Enter</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
1106
ae2b86450b1c Cleanup some tables.
zas_
parents: 1105
diff changeset
128 <td>
1105
215e102c1819 Drop most old css classes.
zas_
parents: 1101
diff changeset
129 <p>View</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
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
1106
ae2b86450b1c Cleanup some tables.
zas_
parents: 1105
diff changeset
132 <td>
1105
215e102c1819 Drop most old css classes.
zas_
parents: 1101
diff changeset
133 <p>Opens selected image in main window.</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
134 </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
135 </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
136
1106
ae2b86450b1c Cleanup some tables.
zas_
parents: 1105
diff changeset
137 <tr>
ae2b86450b1c Cleanup some tables.
zas_
parents: 1105
diff changeset
138 <td>
1105
215e102c1819 Drop most old css classes.
zas_
parents: 1101
diff changeset
139 <p>V</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
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
1106
ae2b86450b1c Cleanup some tables.
zas_
parents: 1105
diff changeset
142 <td>
1105
215e102c1819 Drop most old css classes.
zas_
parents: 1101
diff changeset
143 <p>View in new window</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
144 </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
145
1106
ae2b86450b1c Cleanup some tables.
zas_
parents: 1105
diff changeset
146 <td>
1105
215e102c1819 Drop most old css classes.
zas_
parents: 1101
diff changeset
147 <p>Opens selected image in a new window.</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
148 </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
149 </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
150
1106
ae2b86450b1c Cleanup some tables.
zas_
parents: 1105
diff changeset
151 <tr>
ae2b86450b1c Cleanup some tables.
zas_
parents: 1105
diff changeset
152 <td>
1105
215e102c1819 Drop most old css classes.
zas_
parents: 1101
diff changeset
153 <p>Control + 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
154 </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
155
1106
ae2b86450b1c Cleanup some tables.
zas_
parents: 1105
diff changeset
156 <td>
1105
215e102c1819 Drop most old css classes.
zas_
parents: 1101
diff changeset
157 <p>Select all</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
158 </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
159
1106
ae2b86450b1c Cleanup some tables.
zas_
parents: 1105
diff changeset
160 <td>
1105
215e102c1819 Drop most old css classes.
zas_
parents: 1101
diff changeset
161 <p>Selects all images.</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
162 </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
163 </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
164
1106
ae2b86450b1c Cleanup some tables.
zas_
parents: 1105
diff changeset
165 <tr>
ae2b86450b1c Cleanup some tables.
zas_
parents: 1105
diff changeset
166 <td>
1105
215e102c1819 Drop most old css classes.
zas_
parents: 1101
diff changeset
167 <p>Control + Shift + 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
168 </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
169
1106
ae2b86450b1c Cleanup some tables.
zas_
parents: 1105
diff changeset
170 <td>
1105
215e102c1819 Drop most old css classes.
zas_
parents: 1101
diff changeset
171 <p>Select none</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
172 </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
173
1106
ae2b86450b1c Cleanup some tables.
zas_
parents: 1105
diff changeset
174 <td>
1105
215e102c1819 Drop most old css classes.
zas_
parents: 1101
diff changeset
175 <p>Clear the image selection.</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
176 </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
177 </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
178
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 <tr>
1106
ae2b86450b1c Cleanup some tables.
zas_
parents: 1105
diff changeset
180 <td valign="bottom">
1105
215e102c1819 Drop most old css classes.
zas_
parents: 1101
diff changeset
181 <p>1</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
182 </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
183
1106
ae2b86450b1c Cleanup some tables.
zas_
parents: 1105
diff changeset
184 <td>
1105
215e102c1819 Drop most old css classes.
zas_
parents: 1101
diff changeset
185 <p>Select group 1 duplicates</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
186 </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
187
1106
ae2b86450b1c Cleanup some tables.
zas_
parents: 1105
diff changeset
188 <td>
1105
215e102c1819 Drop most old css classes.
zas_
parents: 1101
diff changeset
189 <p>Selects the first image from each match group.</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
190 </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
191 </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
192
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 <tr>
1106
ae2b86450b1c Cleanup some tables.
zas_
parents: 1105
diff changeset
194 <td valign="bottom">
1105
215e102c1819 Drop most old css classes.
zas_
parents: 1101
diff changeset
195 <p>2</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
196 </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
197
1106
ae2b86450b1c Cleanup some tables.
zas_
parents: 1105
diff changeset
198 <td>
1105
215e102c1819 Drop most old css classes.
zas_
parents: 1101
diff changeset
199 <p>Select group 2 duplicates</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
200 </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
201
1106
ae2b86450b1c Cleanup some tables.
zas_
parents: 1105
diff changeset
202 <td>
1105
215e102c1819 Drop most old css classes.
zas_
parents: 1101
diff changeset
203 <p>Selects all but the first image from each match group.</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
204 </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
205 </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
206
1106
ae2b86450b1c Cleanup some tables.
zas_
parents: 1105
diff changeset
207 <tr>
ae2b86450b1c Cleanup some tables.
zas_
parents: 1105
diff changeset
208 <td>
1105
215e102c1819 Drop most old css classes.
zas_
parents: 1101
diff changeset
209 <p>Control + 1 through<br />
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
210 Control + 0</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
211 </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
212
1106
ae2b86450b1c Cleanup some tables.
zas_
parents: 1105
diff changeset
213 <td>
1105
215e102c1819 Drop most old css classes.
zas_
parents: 1101
diff changeset
214 <p>Edit sub menu</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
1106
ae2b86450b1c Cleanup some tables.
zas_
parents: 1105
diff changeset
217 <td>
1105
215e102c1819 Drop most old css classes.
zas_
parents: 1101
diff changeset
218 <p>Executes the respective editor command.</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
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
1106
ae2b86450b1c Cleanup some tables.
zas_
parents: 1105
diff changeset
222 <tr>
ae2b86450b1c Cleanup some tables.
zas_
parents: 1105
diff changeset
223 <td>
1105
215e102c1819 Drop most old css classes.
zas_
parents: 1101
diff changeset
224 <p>Control + P</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
1106
ae2b86450b1c Cleanup some tables.
zas_
parents: 1105
diff changeset
227 <td>
1105
215e102c1819 Drop most old css classes.
zas_
parents: 1101
diff changeset
228 <p>Properties</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
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
1106
ae2b86450b1c Cleanup some tables.
zas_
parents: 1105
diff changeset
231 <td>
1105
215e102c1819 Drop most old css classes.
zas_
parents: 1101
diff changeset
232 <p>Opens a properties window for selected images.</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
233 </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
234 </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
235
1106
ae2b86450b1c Cleanup some tables.
zas_
parents: 1105
diff changeset
236 <tr>
ae2b86450b1c Cleanup some tables.
zas_
parents: 1105
diff changeset
237 <td>
1105
215e102c1819 Drop most old css classes.
zas_
parents: 1101
diff changeset
238 <p>C</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
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
1106
ae2b86450b1c Cleanup some tables.
zas_
parents: 1105
diff changeset
241 <td>
1105
215e102c1819 Drop most old css classes.
zas_
parents: 1101
diff changeset
242 <p>Add to new collection</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
243 </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
244
1106
ae2b86450b1c Cleanup some tables.
zas_
parents: 1105
diff changeset
245 <td>
1105
215e102c1819 Drop most old css classes.
zas_
parents: 1101
diff changeset
246 <p>Creates a new collection containing the selected images.</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
247 </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
248 </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
249
1106
ae2b86450b1c Cleanup some tables.
zas_
parents: 1105
diff changeset
250 <tr>
1113
79e69e5f4642 Beautify the manual.
zas_
parents: 1108
diff changeset
251 <td>&nbsp;</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
252
1106
ae2b86450b1c Cleanup some tables.
zas_
parents: 1105
diff changeset
253 <td>
1105
215e102c1819 Drop most old css classes.
zas_
parents: 1101
diff changeset
254 <p>Print</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
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
1106
ae2b86450b1c Cleanup some tables.
zas_
parents: 1105
diff changeset
257 <td>
1105
215e102c1819 Drop most old css classes.
zas_
parents: 1101
diff changeset
258 <p>Opens a print dialog for selected images.</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
259 </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
260 </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
261
1106
ae2b86450b1c Cleanup some tables.
zas_
parents: 1105
diff changeset
262 <tr>
ae2b86450b1c Cleanup some tables.
zas_
parents: 1105
diff changeset
263 <td>
1105
215e102c1819 Drop most old css classes.
zas_
parents: 1101
diff changeset
264 <p>Control + C</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
265 </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
266
1106
ae2b86450b1c Cleanup some tables.
zas_
parents: 1105
diff changeset
267 <td>
1105
215e102c1819 Drop most old css classes.
zas_
parents: 1101
diff changeset
268 <p>Copy</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
269 </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
270
1106
ae2b86450b1c Cleanup some tables.
zas_
parents: 1105
diff changeset
271 <td>
1105
215e102c1819 Drop most old css classes.
zas_
parents: 1101
diff changeset
272 <p>Copy selected images.</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
273 </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
274 </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
275
1106
ae2b86450b1c Cleanup some tables.
zas_
parents: 1105
diff changeset
276 <tr>
ae2b86450b1c Cleanup some tables.
zas_
parents: 1105
diff changeset
277 <td>
1105
215e102c1819 Drop most old css classes.
zas_
parents: 1101
diff changeset
278 <p>Control + M</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
279 </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
280
1106
ae2b86450b1c Cleanup some tables.
zas_
parents: 1105
diff changeset
281 <td>
1105
215e102c1819 Drop most old css classes.
zas_
parents: 1101
diff changeset
282 <p>Move</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
283 </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
284
1106
ae2b86450b1c Cleanup some tables.
zas_
parents: 1105
diff changeset
285 <td>
1105
215e102c1819 Drop most old css classes.
zas_
parents: 1101
diff changeset
286 <p>Move selected images.</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
287 </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
288 </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
289
1106
ae2b86450b1c Cleanup some tables.
zas_
parents: 1105
diff changeset
290 <tr>
ae2b86450b1c Cleanup some tables.
zas_
parents: 1105
diff changeset
291 <td>
1105
215e102c1819 Drop most old css classes.
zas_
parents: 1101
diff changeset
292 <p>Control + R</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
293 </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
294
1106
ae2b86450b1c Cleanup some tables.
zas_
parents: 1105
diff changeset
295 <td>
1105
215e102c1819 Drop most old css classes.
zas_
parents: 1101
diff changeset
296 <p>Rename</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
297 </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
298
1106
ae2b86450b1c Cleanup some tables.
zas_
parents: 1105
diff changeset
299 <td>
1105
215e102c1819 Drop most old css classes.
zas_
parents: 1101
diff changeset
300 <p>Rename selected images.</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
301 </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
302 </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
303
1106
ae2b86450b1c Cleanup some tables.
zas_
parents: 1105
diff changeset
304 <tr>
ae2b86450b1c Cleanup some tables.
zas_
parents: 1105
diff changeset
305 <td>
1105
215e102c1819 Drop most old css classes.
zas_
parents: 1101
diff changeset
306 <p>Control + D</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
307 </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
308
1106
ae2b86450b1c Cleanup some tables.
zas_
parents: 1105
diff changeset
309 <td>
1105
215e102c1819 Drop most old css classes.
zas_
parents: 1101
diff changeset
310 <p>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
311 </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
312
1106
ae2b86450b1c Cleanup some tables.
zas_
parents: 1105
diff changeset
313 <td>
1105
215e102c1819 Drop most old css classes.
zas_
parents: 1101
diff changeset
314 <p>Delete selected images.</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
315 </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
316 </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
317
1106
ae2b86450b1c Cleanup some tables.
zas_
parents: 1105
diff changeset
318 <tr>
ae2b86450b1c Cleanup some tables.
zas_
parents: 1105
diff changeset
319 <td>
1105
215e102c1819 Drop most old css classes.
zas_
parents: 1101
diff changeset
320 <p>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
321 </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
322
1106
ae2b86450b1c Cleanup some tables.
zas_
parents: 1105
diff changeset
323 <td>
1105
215e102c1819 Drop most old css classes.
zas_
parents: 1101
diff changeset
324 <p>Remove</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
325 </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
326
1106
ae2b86450b1c Cleanup some tables.
zas_
parents: 1105
diff changeset
327 <td>
1105
215e102c1819 Drop most old css classes.
zas_
parents: 1101
diff changeset
328 <p>Remove selected images from result list.</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
329 </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
330 </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
331
1106
ae2b86450b1c Cleanup some tables.
zas_
parents: 1105
diff changeset
332 <tr>
ae2b86450b1c Cleanup some tables.
zas_
parents: 1105
diff changeset
333 <td>
1105
215e102c1819 Drop most old css classes.
zas_
parents: 1101
diff changeset
334 <p>Control + 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
335 </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
336
1106
ae2b86450b1c Cleanup some tables.
zas_
parents: 1105
diff changeset
337 <td>
1105
215e102c1819 Drop most old css classes.
zas_
parents: 1101
diff changeset
338 <p>Clear</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
339 </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
340
1106
ae2b86450b1c Cleanup some tables.
zas_
parents: 1105
diff changeset
341 <td>
1105
215e102c1819 Drop most old css classes.
zas_
parents: 1101
diff changeset
342 <p>Cleared the result list.</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
343 </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
344 </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
345
1106
ae2b86450b1c Cleanup some tables.
zas_
parents: 1105
diff changeset
346 <tr>
ae2b86450b1c Cleanup some tables.
zas_
parents: 1105
diff changeset
347 <td>
1105
215e102c1819 Drop most old css classes.
zas_
parents: 1101
diff changeset
348 <p>Menu</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
349 </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
350
1113
79e69e5f4642 Beautify the manual.
zas_
parents: 1108
diff changeset
351 <td>&nbsp;</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
352
1106
ae2b86450b1c Cleanup some tables.
zas_
parents: 1105
diff changeset
353 <td>
1105
215e102c1819 Drop most old css classes.
zas_
parents: 1101
diff changeset
354 <p>Displays the context menu.</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
355 </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
356 </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
357
1106
ae2b86450b1c Cleanup some tables.
zas_
parents: 1105
diff changeset
358 <tr>
ae2b86450b1c Cleanup some tables.
zas_
parents: 1105
diff changeset
359 <td>
1105
215e102c1819 Drop most old css classes.
zas_
parents: 1101
diff changeset
360 <p>Control + T</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
361 </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
362
1113
79e69e5f4642 Beautify the manual.
zas_
parents: 1108
diff changeset
363 <td>&nbsp;</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
364
1106
ae2b86450b1c Cleanup some tables.
zas_
parents: 1105
diff changeset
365 <td>
1105
215e102c1819 Drop most old css classes.
zas_
parents: 1101
diff changeset
366 <p>Toggle display of 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
367 </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
368 </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
369
1106
ae2b86450b1c Cleanup some tables.
zas_
parents: 1105
diff changeset
370 <tr>
ae2b86450b1c Cleanup some tables.
zas_
parents: 1105
diff changeset
371 <td>
1105
215e102c1819 Drop most old css classes.
zas_
parents: 1101
diff changeset
372 <p>Control + W</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
373 </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
374
1113
79e69e5f4642 Beautify the manual.
zas_
parents: 1108
diff changeset
375 <td>&nbsp;</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
376
1106
ae2b86450b1c Cleanup some tables.
zas_
parents: 1105
diff changeset
377 <td>
1105
215e102c1819 Drop most old css classes.
zas_
parents: 1101
diff changeset
378 <p>Close window.</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
379 </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
380 </tr>
1106
ae2b86450b1c Cleanup some tables.
zas_
parents: 1105
diff changeset
381 </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
382 </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
383 </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
384
1105
215e102c1819 Drop most old css classes.
zas_
parents: 1101
diff changeset
385 <p>The <b>selection</b> can be changed using the keyboard and mouse the same as in a <a href="main_window_file_pane.html">file pane</a> of the main window.</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
386
1105
215e102c1819 Drop most old css classes.
zas_
parents: 1101
diff changeset
387 <p>The image Dimensions column of the result list will only contain dimension information when comparing by dimensions, or when the data is easily available from memory or has been read from the cache.</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
388
1087
f00c0c5e6dff Use h2/h3 tags where appropriate.
zas_
parents: 1082
diff changeset
389 <h2>Status bar</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
390
1105
215e102c1819 Drop most old css classes.
zas_
parents: 1101
diff changeset
391 <p>Along the bottom of the Find Duplicates window is an area that displays the count of files contained in the window, and the number of files in the result list.</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
392
1105
215e102c1819 Drop most old css classes.
zas_
parents: 1101
diff changeset
393 <p>The status bar will also display the status of an active compare operation using the progress bar. A compare operation involves 2 or 3 stages, depending on the type of comparison. These are the stages in order:</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
394
1105
215e102c1819 Drop most old css classes.
zas_
parents: 1101
diff changeset
395 <p>1) If necessary, extra data is read into memory for the comparison stage, the progress bar will indicate this stage with text that resembles &#8220;reading dimensions...&#8221;, &#8220;reading checksums...&#8221;, or &#8220;reading similarity data...&#8221;.<br />
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
396 2) The images are compared using the selected method, the progress bar will indicate this stage with the text &#8220;comparing...&#8221;.<br />
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
397 3) The results are sorted for display, the progress bar will indicate this stage with the text &#8220;sorting...&#8221;.</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
398
1105
215e102c1819 Drop most old css classes.
zas_
parents: 1101
diff changeset
399 <p>Stage 1 is only used for the Dimensions, Checksum, and Similarity compare methods.</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
400
1105
215e102c1819 Drop most old css classes.
zas_
parents: 1101
diff changeset
401 <p>If the time to complete a stage will be significant, an estimated time to completion will also be displayed in the progress bar. The estimated time only refers to the current stage, other stages are not included in the estimate. The time estimate is displayed using the format MINUTES:SECONDS.</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
402
1087
f00c0c5e6dff Use h2/h3 tags where appropriate.
zas_
parents: 1082
diff changeset
403 <h2>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
404
1105
215e102c1819 Drop most old css classes.
zas_
parents: 1101
diff changeset
405 <p>Thumbnails can be displayed beside each image in the result list by enabling the Thumbnails check box.</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
406
1087
f00c0c5e6dff Use h2/h3 tags where appropriate.
zas_
parents: 1082
diff changeset
407 <h2>Compare two file sets</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
408
1105
215e102c1819 Drop most old css classes.
zas_
parents: 1101
diff changeset
409 <p>Sometimes it is useful to compare one group of files to another, different group of files. Enable this check box to compare two groups of files. When enabled a second list will appear, files can be added to this list using the same methods for the main list.</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
410
1105
215e102c1819 Drop most old css classes.
zas_
parents: 1101
diff changeset
411 <p>When comparing two file sets the results list will display matches between the two lists. For each match group, the first file is always from the main group, and the remaining files are always from the second group.</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
412
1087
f00c0c5e6dff Use h2/h3 tags where appropriate.
zas_
parents: 1082
diff changeset
413 <h2>Drag and Drop</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
414
1105
215e102c1819 Drop most old css classes.
zas_
parents: 1101
diff changeset
415 <p>Drag and drop can be initiated with the primary or middle mouse buttons. Dragging a file that is selected will include all selected files in the drag. Dragging a file that is not selected will first change the selection to the dragged file, and clear the previous selection.</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
416
1113
79e69e5f4642 Beautify the manual.
zas_
parents: 1108
diff changeset
417 <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
418
1097
37536ba2d5f4 Add two css classes navtop and navbottom and remove unused ones.
zas_
parents: 1095
diff changeset
419 <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
420 <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
421 <col id="navbottom_col1" width="33%"></col>
b2d120fa5ee7 Use col tags with id in top and bottom navigation tables.
zas_
parents: 1098
diff changeset
422 <col id="navbottom_col2" width="33%"></col>
b2d120fa5ee7 Use col tags with id in top and bottom navigation tables.
zas_
parents: 1098
diff changeset
423 <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
424
1099
b2d120fa5ee7 Use col tags with id in top and bottom navigation tables.
zas_
parents: 1098
diff changeset
425 <tr>
1115
83d6b961117f Fix up unvalid xhtml.
zas_
parents: 1113
diff changeset
426 <th>
1082
47b9f5bc2606 Align Previous to the left, drop useless col tags.
zas_
parents: 1081
diff changeset
427 <p class="previous"><a href="image_search_search.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
428 </p>
1115
83d6b961117f Fix up unvalid xhtml.
zas_
parents: 1113
diff changeset
429 </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
430
1115
83d6b961117f Fix up unvalid xhtml.
zas_
parents: 1113
diff changeset
431 <th>
1105
215e102c1819 Drop most old css classes.
zas_
parents: 1101
diff changeset
432 <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
433 </p>
1115
83d6b961117f Fix up unvalid xhtml.
zas_
parents: 1113
diff changeset
434 </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
435
1115
83d6b961117f Fix up unvalid xhtml.
zas_
parents: 1113
diff changeset
436 <th>
1105
215e102c1819 Drop most old css classes.
zas_
parents: 1101
diff changeset
437 <p class="next"><a href="collections.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
438 </p>
1115
83d6b961117f Fix up unvalid xhtml.
zas_
parents: 1113
diff changeset
439 </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
440 </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
441
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
442 </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
443 </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
444
1101
83cf0c9e300f Re-introduce Geeqie User Manual footer.
zas_
parents: 1100
diff changeset
445 <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
446 <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
447 </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
448 </html>