annotate doc/collections.html @ 1118:71c5b25b371a

Notes cleanup and minor stylistic fixes.
author zas_
date Mon, 10 Nov 2008 18:02:09 +0000
parents 73bbcaf9abba
children 829f45bf988b
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"?>
1ecc4f010111 With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents: 1075
diff changeset
2
1ecc4f010111 With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents: 1075
diff changeset
3 <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
4 <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
5 <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
6
1ecc4f010111 With the help of tidy and sed, 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 <title>Collections - Geeqie User Manual</title>
1095
31a1a3f85859 Move css styles to an external stylesheet.
zas_
parents: 1092
diff changeset
8 <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
9 </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
10
1ecc4f010111 With the help of tidy and sed, 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 <body lang="en-US" dir="ltr">
1097
37536ba2d5f4 Add two css classes navtop and navbottom and remove unused ones.
zas_
parents: 1095
diff changeset
12 <div class="navtop">
1099
b2d120fa5ee7 Use col tags with id in top and bottom navigation tables.
zas_
parents: 1098
diff changeset
13 <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
14 <col id="navtop_col1" width="33%"></col>
b2d120fa5ee7 Use col tags with id in top and bottom navigation tables.
zas_
parents: 1098
diff changeset
15 <col id="navtop_col2" width="33%"></col>
b2d120fa5ee7 Use col tags with id in top and bottom navigation tables.
zas_
parents: 1098
diff changeset
16 <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
17
1099
b2d120fa5ee7 Use col tags with id in top and bottom navigation tables.
zas_
parents: 1098
diff changeset
18 <tr>
1115
83d6b961117f Fix up unvalid xhtml.
zas_
parents: 1113
diff changeset
19 <th>
1082
47b9f5bc2606 Align Previous to the left, drop useless col tags.
zas_
parents: 1081
diff changeset
20 <p class="previous"><a href="image_search_finding_duplicates.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
21 </p>
1115
83d6b961117f Fix up unvalid xhtml.
zas_
parents: 1113
diff changeset
22 </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
23
1115
83d6b961117f Fix up unvalid xhtml.
zas_
parents: 1113
diff changeset
24 <th>
1105
215e102c1819 Drop most old css classes.
zas_
parents: 1101
diff changeset
25 <p class="navtop_title">Collections</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="next"><a href="sidebars.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
30 </p>
1115
83d6b961117f Fix up unvalid xhtml.
zas_
parents: 1113
diff changeset
31 </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
32 </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
33 </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
34 </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
35
1ecc4f010111 With the help of tidy and sed, 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 <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
37
1079
76266496b06d Drop chapters numbers from h1 title, and reformat top title a bit.
zas_
parents: 1078
diff changeset
38 <h1>Collections</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
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 <p>Geeqie provides the ability to build lists of images, regardless of the location of the files on disk.</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
41
1087
f00c0c5e6dff Use h2/h3 tags where appropriate.
zas_
parents: 1082
diff changeset
42 <h2>The collection window</h2>
f00c0c5e6dff Use h2/h3 tags where appropriate.
zas_
parents: 1082
diff changeset
43
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
44 <p>A collection window displays the contents of a collection. It allows the collection to be modified and access to the images contained in the collection.</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
1ecc4f010111 With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents: 1075
diff changeset
46 <p>To open a new empty collection window press C or select New collection 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
47
1ecc4f010111 With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents: 1075
diff changeset
48 <p>To open an existing collection, press O or select Open collection from the file menu. A dialog will appear requesting the location of the collection file. A window will the open containing the selected collection. Recently opened or saved collections can also be opened by selecting the collection's file name from the Open recent sub menu of 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
49
1ecc4f010111 With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents: 1075
diff changeset
50 <p>The collection window consists of a pane to display the contents of the collection, and a status bar along the bottom of the 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
51
1087
f00c0c5e6dff Use h2/h3 tags where appropriate.
zas_
parents: 1082
diff changeset
52 <h3>Icon pane</h3>
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
1105
215e102c1819 Drop most old css classes.
zas_
parents: 1101
diff changeset
54 <p>The icon pane displays images contained in the collection as thumbnails in a grid, by default the file names also appear below each thumbnail.</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
55
1105
215e102c1819 Drop most old css classes.
zas_
parents: 1101
diff changeset
56 <p>The Icon pane works exactly like the Icon view mode of the <a href="main_window_file_pane.html">file pane</a> in a main window. But with the addition that the contents of the collection can be organized with drag and drop.</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
57
1105
215e102c1819 Drop most old css classes.
zas_
parents: 1101
diff changeset
58 <p>A <b>context menu</b> is available for the icon pane by right clicking the mouse or pressing the Menu key.</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
59
1105
215e102c1819 Drop most old css classes.
zas_
parents: 1101
diff changeset
60 <p><b>Keyboard shortcuts</b> available in the collection 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
61
1117
73bbcaf9abba Various fixes and cleanup.
zas_
parents: 1115
diff changeset
62 <div class="collections-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
63 <table width="80%" border="1" cellpadding="2" cellspacing="0">
1092
7d868e0c39cd Simplify the table.
zas_
parents: 1087
diff changeset
64 <col width="25%"></col>
7d868e0c39cd Simplify the table.
zas_
parents: 1087
diff changeset
65 <col width="25%"></col>
7d868e0c39cd Simplify the table.
zas_
parents: 1087
diff changeset
66 <col 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
67
1092
7d868e0c39cd Simplify the table.
zas_
parents: 1087
diff changeset
68 <thead>
7d868e0c39cd Simplify the table.
zas_
parents: 1087
diff changeset
69 <tr>
7d868e0c39cd Simplify the table.
zas_
parents: 1087
diff changeset
70 <th>
7d868e0c39cd Simplify the table.
zas_
parents: 1087
diff changeset
71 <p>Shortcut</p>
7d868e0c39cd Simplify the table.
zas_
parents: 1087
diff changeset
72 </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
73
1092
7d868e0c39cd Simplify the table.
zas_
parents: 1087
diff changeset
74 <th>
7d868e0c39cd Simplify the table.
zas_
parents: 1087
diff changeset
75 <p>Context menu name</p>
7d868e0c39cd Simplify the table.
zas_
parents: 1087
diff changeset
76 </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
77
1092
7d868e0c39cd Simplify the table.
zas_
parents: 1087
diff changeset
78 <th>
7d868e0c39cd Simplify the table.
zas_
parents: 1087
diff changeset
79 <p>Description</p>
7d868e0c39cd Simplify the table.
zas_
parents: 1087
diff changeset
80 </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
81 </tr>
1092
7d868e0c39cd Simplify the table.
zas_
parents: 1087
diff changeset
82 </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
83
1092
7d868e0c39cd Simplify the table.
zas_
parents: 1087
diff changeset
84 <tr>
7d868e0c39cd Simplify the table.
zas_
parents: 1087
diff changeset
85 <td>
1105
215e102c1819 Drop most old css classes.
zas_
parents: 1101
diff changeset
86 <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
87 </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
88
1092
7d868e0c39cd Simplify the table.
zas_
parents: 1087
diff changeset
89 <td>
1105
215e102c1819 Drop most old css classes.
zas_
parents: 1101
diff changeset
90 <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
91 </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
92
1092
7d868e0c39cd Simplify the table.
zas_
parents: 1087
diff changeset
93 <td>
1105
215e102c1819 Drop most old css classes.
zas_
parents: 1101
diff changeset
94 <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
95 </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
96 </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
97
1092
7d868e0c39cd Simplify the table.
zas_
parents: 1087
diff changeset
98 <tr>
7d868e0c39cd Simplify the table.
zas_
parents: 1087
diff changeset
99 <td>
1105
215e102c1819 Drop most old css classes.
zas_
parents: 1101
diff changeset
100 <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
101 </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
102
1092
7d868e0c39cd Simplify the table.
zas_
parents: 1087
diff changeset
103 <td>
1105
215e102c1819 Drop most old css classes.
zas_
parents: 1101
diff changeset
104 <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
105 </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
106
1092
7d868e0c39cd Simplify the table.
zas_
parents: 1087
diff changeset
107 <td>
1105
215e102c1819 Drop most old css classes.
zas_
parents: 1101
diff changeset
108 <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
109 </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
110 </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
111
1092
7d868e0c39cd Simplify the table.
zas_
parents: 1087
diff changeset
112 <tr>
7d868e0c39cd Simplify the table.
zas_
parents: 1087
diff changeset
113 <td>
1105
215e102c1819 Drop most old css classes.
zas_
parents: 1101
diff changeset
114 <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
115 </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
116
1092
7d868e0c39cd Simplify the table.
zas_
parents: 1087
diff changeset
117 <td>
1105
215e102c1819 Drop most old css classes.
zas_
parents: 1101
diff changeset
118 <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
119 </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
120
1092
7d868e0c39cd Simplify the table.
zas_
parents: 1087
diff changeset
121 <td>
1105
215e102c1819 Drop most old css classes.
zas_
parents: 1101
diff changeset
122 <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
123 </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
124 </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
125
1092
7d868e0c39cd Simplify the table.
zas_
parents: 1087
diff changeset
126 <tr>
7d868e0c39cd Simplify the table.
zas_
parents: 1087
diff changeset
127 <td>
1105
215e102c1819 Drop most old css classes.
zas_
parents: 1101
diff changeset
128 <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
129 </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
130
1092
7d868e0c39cd Simplify the table.
zas_
parents: 1087
diff changeset
131 <td>
1105
215e102c1819 Drop most old css classes.
zas_
parents: 1101
diff changeset
132 <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
133 </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
134
1092
7d868e0c39cd Simplify the table.
zas_
parents: 1087
diff changeset
135 <td>
1105
215e102c1819 Drop most old css classes.
zas_
parents: 1101
diff changeset
136 <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
137 </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
138 </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
139
1092
7d868e0c39cd Simplify the table.
zas_
parents: 1087
diff changeset
140 <tr>
7d868e0c39cd Simplify the table.
zas_
parents: 1087
diff changeset
141 <td>
1105
215e102c1819 Drop most old css classes.
zas_
parents: 1101
diff changeset
142 <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
143 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
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
1092
7d868e0c39cd Simplify the table.
zas_
parents: 1087
diff changeset
146 <td>
1105
215e102c1819 Drop most old css classes.
zas_
parents: 1101
diff changeset
147 <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
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
1092
7d868e0c39cd Simplify the table.
zas_
parents: 1087
diff changeset
150 <td>
1105
215e102c1819 Drop most old css classes.
zas_
parents: 1101
diff changeset
151 <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
152 </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
153 </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
154
1092
7d868e0c39cd Simplify the table.
zas_
parents: 1087
diff changeset
155 <tr>
7d868e0c39cd Simplify the table.
zas_
parents: 1087
diff changeset
156 <td>
1105
215e102c1819 Drop most old css classes.
zas_
parents: 1101
diff changeset
157 <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
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
1092
7d868e0c39cd Simplify the table.
zas_
parents: 1087
diff changeset
160 <td>
1105
215e102c1819 Drop most old css classes.
zas_
parents: 1101
diff changeset
161 <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
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
1092
7d868e0c39cd Simplify the table.
zas_
parents: 1087
diff changeset
164 <td>
1105
215e102c1819 Drop most old css classes.
zas_
parents: 1101
diff changeset
165 <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
166 </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
167 </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
168
1092
7d868e0c39cd Simplify the table.
zas_
parents: 1087
diff changeset
169 <tr>
7d868e0c39cd Simplify the table.
zas_
parents: 1087
diff changeset
170 <td>
1105
215e102c1819 Drop most old css classes.
zas_
parents: 1101
diff changeset
171 <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
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
1092
7d868e0c39cd Simplify the table.
zas_
parents: 1087
diff changeset
174 <td>
1105
215e102c1819 Drop most old css classes.
zas_
parents: 1101
diff changeset
175 <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
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
1092
7d868e0c39cd Simplify the table.
zas_
parents: 1087
diff changeset
178 <td>
1105
215e102c1819 Drop most old css classes.
zas_
parents: 1101
diff changeset
179 <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
180 </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
181 </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
182
1092
7d868e0c39cd Simplify the table.
zas_
parents: 1087
diff changeset
183 <tr>
7d868e0c39cd Simplify the table.
zas_
parents: 1087
diff changeset
184 <td>
1105
215e102c1819 Drop most old css classes.
zas_
parents: 1101
diff changeset
185 <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
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
1092
7d868e0c39cd Simplify the table.
zas_
parents: 1087
diff changeset
188 <td>
1105
215e102c1819 Drop most old css classes.
zas_
parents: 1101
diff changeset
189 <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
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
1092
7d868e0c39cd Simplify the table.
zas_
parents: 1087
diff changeset
192 <td>
1105
215e102c1819 Drop most old css classes.
zas_
parents: 1101
diff changeset
193 <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
194 </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
195 </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
196
1092
7d868e0c39cd Simplify the table.
zas_
parents: 1087
diff changeset
197 <tr>
7d868e0c39cd Simplify the table.
zas_
parents: 1087
diff changeset
198 <td>
1105
215e102c1819 Drop most old css classes.
zas_
parents: 1101
diff changeset
199 <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
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
1092
7d868e0c39cd Simplify the table.
zas_
parents: 1087
diff changeset
202 <td>
1105
215e102c1819 Drop most old css classes.
zas_
parents: 1101
diff changeset
203 <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
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
1092
7d868e0c39cd Simplify the table.
zas_
parents: 1087
diff changeset
206 <td>
1105
215e102c1819 Drop most old css classes.
zas_
parents: 1101
diff changeset
207 <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
208 </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
209 </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
210
1092
7d868e0c39cd Simplify the table.
zas_
parents: 1087
diff changeset
211 <tr>
7d868e0c39cd Simplify the table.
zas_
parents: 1087
diff changeset
212 <td>
1105
215e102c1819 Drop most old css classes.
zas_
parents: 1101
diff changeset
213 <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
214 </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
215
1092
7d868e0c39cd Simplify the table.
zas_
parents: 1087
diff changeset
216 <td>
1105
215e102c1819 Drop most old css classes.
zas_
parents: 1101
diff changeset
217 <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
218 </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
219
1092
7d868e0c39cd Simplify the table.
zas_
parents: 1087
diff changeset
220 <td>
1105
215e102c1819 Drop most old css classes.
zas_
parents: 1101
diff changeset
221 <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
222 </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
223 </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
224
1092
7d868e0c39cd Simplify the table.
zas_
parents: 1087
diff changeset
225 <tr>
7d868e0c39cd Simplify the table.
zas_
parents: 1087
diff changeset
226 <td>
1105
215e102c1819 Drop most old css classes.
zas_
parents: 1101
diff changeset
227 <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
228 </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
229
1092
7d868e0c39cd Simplify the table.
zas_
parents: 1087
diff changeset
230 <td>
1105
215e102c1819 Drop most old css classes.
zas_
parents: 1101
diff changeset
231 <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
232 </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
233
1092
7d868e0c39cd Simplify the table.
zas_
parents: 1087
diff changeset
234 <td>
1105
215e102c1819 Drop most old css classes.
zas_
parents: 1101
diff changeset
235 <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
236 </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
237 </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
238
1092
7d868e0c39cd Simplify the table.
zas_
parents: 1087
diff changeset
239 <tr>
7d868e0c39cd Simplify the table.
zas_
parents: 1087
diff changeset
240 <td>
1105
215e102c1819 Drop most old css classes.
zas_
parents: 1101
diff changeset
241 <p>Control + L</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
242 </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
243
1092
7d868e0c39cd Simplify the table.
zas_
parents: 1087
diff changeset
244 <td>
1105
215e102c1819 Drop most old css classes.
zas_
parents: 1101
diff changeset
245 <p>Append from file 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
246 </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
247
1092
7d868e0c39cd Simplify the table.
zas_
parents: 1087
diff changeset
248 <td>
1105
215e102c1819 Drop most old css classes.
zas_
parents: 1101
diff changeset
249 <p>Add contents of main window to 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
250 </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
251 </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
252
1092
7d868e0c39cd Simplify the table.
zas_
parents: 1087
diff changeset
253 <tr>
7d868e0c39cd Simplify the table.
zas_
parents: 1087
diff changeset
254 <td>
1105
215e102c1819 Drop most old css classes.
zas_
parents: 1101
diff changeset
255 <p>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
256 </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
257
1092
7d868e0c39cd Simplify the table.
zas_
parents: 1087
diff changeset
258 <td>
1105
215e102c1819 Drop most old css classes.
zas_
parents: 1101
diff changeset
259 <p>Append from 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
260 </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
261
1092
7d868e0c39cd Simplify the table.
zas_
parents: 1087
diff changeset
262 <td>
1105
215e102c1819 Drop most old css classes.
zas_
parents: 1101
diff changeset
263 <p>Append contents of another collection from a file.</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
264 </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
265 </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
266
1092
7d868e0c39cd Simplify the table.
zas_
parents: 1087
diff changeset
267 <tr>
7d868e0c39cd Simplify the table.
zas_
parents: 1087
diff changeset
268 <td>
1105
215e102c1819 Drop most old css classes.
zas_
parents: 1101
diff changeset
269 <p>S</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
270 </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
271
1092
7d868e0c39cd Simplify the table.
zas_
parents: 1087
diff changeset
272 <td>
1105
215e102c1819 Drop most old css classes.
zas_
parents: 1101
diff changeset
273 <p>Save 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
274 </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
275
1092
7d868e0c39cd Simplify the table.
zas_
parents: 1087
diff changeset
276 <td>
1105
215e102c1819 Drop most old css classes.
zas_
parents: 1101
diff changeset
277 <p>Save collection to disk, if the collection is new a dialog will appear to select the file name and location.</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
278 </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
279 </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
280
1092
7d868e0c39cd Simplify the table.
zas_
parents: 1087
diff changeset
281 <tr>
7d868e0c39cd Simplify the table.
zas_
parents: 1087
diff changeset
282 <td>
1105
215e102c1819 Drop most old css classes.
zas_
parents: 1101
diff changeset
283 <p>Control + S</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
284 </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
285
1092
7d868e0c39cd Simplify the table.
zas_
parents: 1087
diff changeset
286 <td>
1105
215e102c1819 Drop most old css classes.
zas_
parents: 1101
diff changeset
287 <p>Save collection as</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
288 </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
289
1092
7d868e0c39cd Simplify the table.
zas_
parents: 1087
diff changeset
290 <td>
1105
215e102c1819 Drop most old css classes.
zas_
parents: 1101
diff changeset
291 <p>Opens a dialog to select a new file name to use for the 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
292 </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
293 </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
294
1092
7d868e0c39cd Simplify the table.
zas_
parents: 1087
diff changeset
295 <tr>
7d868e0c39cd Simplify the table.
zas_
parents: 1087
diff changeset
296 <td>
1105
215e102c1819 Drop most old css classes.
zas_
parents: 1101
diff changeset
297 <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
298 </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
299
1092
7d868e0c39cd Simplify the table.
zas_
parents: 1087
diff changeset
300 <td>
1105
215e102c1819 Drop most old css classes.
zas_
parents: 1101
diff changeset
301 <p>Show filename text</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
302 </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
303
1092
7d868e0c39cd Simplify the table.
zas_
parents: 1087
diff changeset
304 <td>
1105
215e102c1819 Drop most old css classes.
zas_
parents: 1101
diff changeset
305 <p>Toggle display of text below icons.</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
306 </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
307 </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
308
1092
7d868e0c39cd Simplify the table.
zas_
parents: 1087
diff changeset
309 <tr>
7d868e0c39cd Simplify the table.
zas_
parents: 1087
diff changeset
310 <td>
1105
215e102c1819 Drop most old css classes.
zas_
parents: 1101
diff changeset
311 <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
312 </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
313
1113
79e69e5f4642 Beautify the manual.
zas_
parents: 1110
diff changeset
314 <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
315
1092
7d868e0c39cd Simplify the table.
zas_
parents: 1087
diff changeset
316 <td>
1105
215e102c1819 Drop most old css classes.
zas_
parents: 1101
diff changeset
317 <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
318 </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
319 </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
320
1092
7d868e0c39cd Simplify the table.
zas_
parents: 1087
diff changeset
321 <tr>
7d868e0c39cd Simplify the table.
zas_
parents: 1087
diff changeset
322 <td>
1105
215e102c1819 Drop most old css classes.
zas_
parents: 1101
diff changeset
323 <p>N</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
324 </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
325
1092
7d868e0c39cd Simplify the table.
zas_
parents: 1087
diff changeset
326 <td>
1105
215e102c1819 Drop most old css classes.
zas_
parents: 1101
diff changeset
327 <p>Sort by 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
328 </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
329
1092
7d868e0c39cd Simplify the table.
zas_
parents: 1087
diff changeset
330 <td>
1105
215e102c1819 Drop most old css classes.
zas_
parents: 1101
diff changeset
331 <p>Sort collection by file 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
332 </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
333 </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
334
1092
7d868e0c39cd Simplify the table.
zas_
parents: 1087
diff changeset
335 <tr>
7d868e0c39cd Simplify the table.
zas_
parents: 1087
diff changeset
336 <td>
1105
215e102c1819 Drop most old css classes.
zas_
parents: 1101
diff changeset
337 <p>I</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
338 </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
339
1092
7d868e0c39cd Simplify the table.
zas_
parents: 1087
diff changeset
340 <td>
1105
215e102c1819 Drop most old css classes.
zas_
parents: 1101
diff changeset
341 <p>Sort by number</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
342 </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
343
1092
7d868e0c39cd Simplify the table.
zas_
parents: 1087
diff changeset
344 <td>
1105
215e102c1819 Drop most old css classes.
zas_
parents: 1101
diff changeset
345 <p>Sort collection by file name, using natural numerical 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
346 </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
347 </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
348
1092
7d868e0c39cd Simplify the table.
zas_
parents: 1087
diff changeset
349 <tr>
7d868e0c39cd Simplify the table.
zas_
parents: 1087
diff changeset
350 <td>
1105
215e102c1819 Drop most old css classes.
zas_
parents: 1101
diff changeset
351 <p>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
352 </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
353
1092
7d868e0c39cd Simplify the table.
zas_
parents: 1087
diff changeset
354 <td>
1105
215e102c1819 Drop most old css classes.
zas_
parents: 1101
diff changeset
355 <p>Sort by date</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
356 </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
357
1092
7d868e0c39cd Simplify the table.
zas_
parents: 1087
diff changeset
358 <td>
1105
215e102c1819 Drop most old css classes.
zas_
parents: 1101
diff changeset
359 <p>Sort collection by file date.</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
360 </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
361 </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
362
1092
7d868e0c39cd Simplify the table.
zas_
parents: 1087
diff changeset
363 <tr>
7d868e0c39cd Simplify the table.
zas_
parents: 1087
diff changeset
364 <td>
1105
215e102c1819 Drop most old css classes.
zas_
parents: 1101
diff changeset
365 <p>B</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
366 </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
367
1092
7d868e0c39cd Simplify the table.
zas_
parents: 1087
diff changeset
368 <td>
1105
215e102c1819 Drop most old css classes.
zas_
parents: 1101
diff changeset
369 <p>Sort by size</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
370 </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
371
1092
7d868e0c39cd Simplify the table.
zas_
parents: 1087
diff changeset
372 <td>
1105
215e102c1819 Drop most old css classes.
zas_
parents: 1101
diff changeset
373 <p>Sort collection by file size.</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
374 </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
375 </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
376
1092
7d868e0c39cd Simplify the table.
zas_
parents: 1087
diff changeset
377 <tr>
7d868e0c39cd Simplify the table.
zas_
parents: 1087
diff changeset
378 <td>
1105
215e102c1819 Drop most old css classes.
zas_
parents: 1101
diff changeset
379 <p>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
380 </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
381
1092
7d868e0c39cd Simplify the table.
zas_
parents: 1087
diff changeset
382 <td>
1105
215e102c1819 Drop most old css classes.
zas_
parents: 1101
diff changeset
383 <p>Sort by path</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
384 </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
385
1092
7d868e0c39cd Simplify the table.
zas_
parents: 1087
diff changeset
386 <td>
1105
215e102c1819 Drop most old css classes.
zas_
parents: 1101
diff changeset
387 <p>Sort collection by file location (path to file).</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 </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
389 </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
390
1092
7d868e0c39cd Simplify the table.
zas_
parents: 1087
diff changeset
391 <tr>
1113
79e69e5f4642 Beautify the manual.
zas_
parents: 1110
diff changeset
392 <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
393
1092
7d868e0c39cd Simplify the table.
zas_
parents: 1087
diff changeset
394 <td>
1105
215e102c1819 Drop most old css classes.
zas_
parents: 1101
diff changeset
395 <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
396 </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
397
1092
7d868e0c39cd Simplify the table.
zas_
parents: 1087
diff changeset
398 <td>
1105
215e102c1819 Drop most old css classes.
zas_
parents: 1101
diff changeset
399 <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
400 </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
401 </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
402
1092
7d868e0c39cd Simplify the table.
zas_
parents: 1087
diff changeset
403 <tr>
7d868e0c39cd Simplify the table.
zas_
parents: 1087
diff changeset
404 <td>
1105
215e102c1819 Drop most old css classes.
zas_
parents: 1101
diff changeset
405 <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
406 </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
407
1113
79e69e5f4642 Beautify the manual.
zas_
parents: 1110
diff changeset
408 <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
409
1092
7d868e0c39cd Simplify the table.
zas_
parents: 1087
diff changeset
410 <td>
1105
215e102c1819 Drop most old css classes.
zas_
parents: 1101
diff changeset
411 <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
412 </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
413 </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
414 </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
415 </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
416
1105
215e102c1819 Drop most old css classes.
zas_
parents: 1101
diff changeset
417 <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
418
1087
f00c0c5e6dff Use h2/h3 tags where appropriate.
zas_
parents: 1082
diff changeset
419 <h3>Status bar</h3>
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
1105
215e102c1819 Drop most old css classes.
zas_
parents: 1101
diff changeset
421 <p>The status bar displays the total number of images in the collection, and the number of selected images in parenthesis. A progress bar also displays whenever thumbnails are loading from disk.</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
422
1087
f00c0c5e6dff Use h2/h3 tags where appropriate.
zas_
parents: 1082
diff changeset
423 <h3>Drag and Drop</h3>
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
1105
215e102c1819 Drop most old css classes.
zas_
parents: 1101
diff changeset
425 <p>Drag and drop can be initialized with the primary or middle mouse buttons. Dragging an image that is selected will include all selected images in the drag. Dragging an image that is not selected will drag only that 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
426
1105
215e102c1819 Drop most old css classes.
zas_
parents: 1101
diff changeset
427 <p>Dropping files and folders onto the collection window will add them to the collection, they will be inserted at the location of the drop. A red arrow will indicate the location of the drop as files are dragged over the collection window. When one or more folders are included in the drop list, a menu will appear to select how to handle the contents of the folders.</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
428
1105
215e102c1819 Drop most old css classes.
zas_
parents: 1101
diff changeset
429 <p>To move images within the collection to change their order, initiate a drag for the selected image(s) and then move the mouse to the desired location within the window. A red arrow will appear to assist in determining the destination of the dragged images. Release the drag to move the images to the new location in the 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
430
1118
71c5b25b371a Notes cleanup and minor stylistic fixes.
zas_
parents: 1117
diff changeset
431 <p class="note"><span class="note_label">Note:</span> When renaming or moving files within Geeqie, the contents of collections located in the folder ($HOME)/.geeqie/collections will automatically update to the new name or location.</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
432
1113
79e69e5f4642 Beautify the manual.
zas_
parents: 1110
diff changeset
433 <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
434
1097
37536ba2d5f4 Add two css classes navtop and navbottom and remove unused ones.
zas_
parents: 1095
diff changeset
435 <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
436 <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
437 <col id="navbottom_col1" width="33%"></col>
b2d120fa5ee7 Use col tags with id in top and bottom navigation tables.
zas_
parents: 1098
diff changeset
438 <col id="navbottom_col2" width="33%"></col>
b2d120fa5ee7 Use col tags with id in top and bottom navigation tables.
zas_
parents: 1098
diff changeset
439 <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
440
1099
b2d120fa5ee7 Use col tags with id in top and bottom navigation tables.
zas_
parents: 1098
diff changeset
441 <tr>
1115
83d6b961117f Fix up unvalid xhtml.
zas_
parents: 1113
diff changeset
442 <th>
1082
47b9f5bc2606 Align Previous to the left, drop useless col tags.
zas_
parents: 1081
diff changeset
443 <p class="previous"><a href="image_search_finding_duplicates.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
444 </p>
1115
83d6b961117f Fix up unvalid xhtml.
zas_
parents: 1113
diff changeset
445 </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
446
1115
83d6b961117f Fix up unvalid xhtml.
zas_
parents: 1113
diff changeset
447 <th>
1105
215e102c1819 Drop most old css classes.
zas_
parents: 1101
diff changeset
448 <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
449 </p>
1115
83d6b961117f Fix up unvalid xhtml.
zas_
parents: 1113
diff changeset
450 </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
451
1115
83d6b961117f Fix up unvalid xhtml.
zas_
parents: 1113
diff changeset
452 <th>
1105
215e102c1819 Drop most old css classes.
zas_
parents: 1101
diff changeset
453 <p class="next"><a href="sidebars.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
454 </p>
1115
83d6b961117f Fix up unvalid xhtml.
zas_
parents: 1113
diff changeset
455 </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
456 </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
457
1ecc4f010111 With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents: 1075
diff changeset
458 </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
459 </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
460
1101
83cf0c9e300f Re-introduce Geeqie User Manual footer.
zas_
parents: 1100
diff changeset
461 <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
462 <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
463 </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
464 </html>