annotate doc/main_window_menus.html @ 1115:83d6b961117f

Fix up unvalid xhtml.
author zas_
date Mon, 10 Nov 2008 15:20:13 +0000
parents 79e69e5f4642
children 7f22b99b0eb9
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 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
1ecc4f010111 With the help of tidy and sed, 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 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
1ecc4f010111 With the help of tidy and sed, 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>Menus - Geeqie User Manual</title>
1095
31a1a3f85859 Move css styles to an external stylesheet.
zas_
parents: 1093
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" xml:lang="en-US">
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="main_window_navigation.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: 1102
diff changeset
27 <p class="navtop_title">Menus &ndash; Main Window</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: 1102
diff changeset
31 <p class="next"><a href="main_window_layout.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>Menus</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>This section describes the functions of each item on the menu bar in the Geeqie main window.</p>
1ecc4f010111 With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents: 1075
diff changeset
43
1087
f00c0c5e6dff Use h2/h3 tags where appropriate.
zas_
parents: 1082
diff changeset
44 <h2>File Menu</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
45
1102
af04e83ec5eb Move menu descriptions to definitions lists.
zas_
parents: 1101
diff changeset
46 <dl class="menu_desc">
af04e83ec5eb Move menu descriptions to definitions lists.
zas_
parents: 1101
diff changeset
47 <dt>New window</dt><dd>Opens a new main window, with the initial path set to the current folder.</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
48
1102
af04e83ec5eb Move menu descriptions to definitions lists.
zas_
parents: 1101
diff changeset
49 <dt>New collection</dt><dd>Opens a new collection window, the new collection will be empty.</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
50
1102
af04e83ec5eb Move menu descriptions to definitions lists.
zas_
parents: 1101
diff changeset
51 <dt>Open collection</dt><dd>Displays a dialog to open a collection stored on disk, the selected collection will then appear in a new window.</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
52
1102
af04e83ec5eb Move menu descriptions to definitions lists.
zas_
parents: 1101
diff changeset
53 <dt>Open recent</dt><dd>This menu item lists the recently active collections, selecting an item from the list will open that collection in a new window. The most recent item will appear at the top of the list.</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
54
1102
af04e83ec5eb Move menu descriptions to definitions lists.
zas_
parents: 1101
diff changeset
55 <dt>Search...</dt><dd>Opens a new Search window.</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
56
1102
af04e83ec5eb Move menu descriptions to definitions lists.
zas_
parents: 1101
diff changeset
57 <dt>Find duplicates...</dt><dd>Opens a new Find Duplicates window.</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
58
1102
af04e83ec5eb Move menu descriptions to definitions lists.
zas_
parents: 1101
diff changeset
59 <dt>Print..</dt><dd>Opens a print dialog.</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
60
1102
af04e83ec5eb Move menu descriptions to definitions lists.
zas_
parents: 1101
diff changeset
61 <dt>New folder...</dt><dd>Creates a new folder in the current path.</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
62
1102
af04e83ec5eb Move menu descriptions to definitions lists.
zas_
parents: 1101
diff changeset
63 <dt>Copy...</dt><dd>Opens a dialog to select a destination to copy the currently selected files.</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
64
1102
af04e83ec5eb Move menu descriptions to definitions lists.
zas_
parents: 1101
diff changeset
65 <dt>Move...</dt><dd>Opens a dialog to select a destination to move currently selected files.</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
66
1102
af04e83ec5eb Move menu descriptions to definitions lists.
zas_
parents: 1101
diff changeset
67 <dt>Rename...</dt><dd>Renames the current file selection.</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
68
1102
af04e83ec5eb Move menu descriptions to definitions lists.
zas_
parents: 1101
diff changeset
69 <dt>Delete...</dt><dd>Deletes the current file selection.</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
1102
af04e83ec5eb Move menu descriptions to definitions lists.
zas_
parents: 1101
diff changeset
71 <dt>Close window</dt><dd>Closes the window containing the menu, if the window is the last main window Geeqie will quit.</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
1102
af04e83ec5eb Move menu descriptions to definitions lists.
zas_
parents: 1101
diff changeset
73 <dt>Quit</dt><dd>Quits the Geeqie application, if collections have been changed but not saved, the user will be prompted for confirmation.</dd>
af04e83ec5eb Move menu descriptions to definitions lists.
zas_
parents: 1101
diff changeset
74 </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
75
1087
f00c0c5e6dff Use h2/h3 tags where appropriate.
zas_
parents: 1082
diff changeset
76 <h2>Edit menu</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
77
1102
af04e83ec5eb Move menu descriptions to definitions lists.
zas_
parents: 1101
diff changeset
78 <dl class="menu_desc">
1076
1ecc4f010111 With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents: 1075
diff changeset
79
1102
af04e83ec5eb Move menu descriptions to definitions lists.
zas_
parents: 1101
diff changeset
80 <dt>in &lt;command name&gt;...</dt><dd>This will execute the external command associated with &lt;command name&gt;, these can be changed edited on the <a href="options_editor_commands.html">Editors tab</a> of the Option dialog.</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
81
1102
af04e83ec5eb Move menu descriptions to definitions lists.
zas_
parents: 1101
diff changeset
82 <dt>Adjust</dt><dd>
af04e83ec5eb Move menu descriptions to definitions lists.
zas_
parents: 1101
diff changeset
83 <dl class="menu_desc_sublevel1">
af04e83ec5eb Move menu descriptions to definitions lists.
zas_
parents: 1101
diff changeset
84 <dt>Rotate clockwise</dt><dd>Rotates the current image clockwise 90 degrees, does not effect the file on disk.</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
85
1102
af04e83ec5eb Move menu descriptions to definitions lists.
zas_
parents: 1101
diff changeset
86 <dt>Rotate counterclockwise</dt><dd>Rotates the current image counterclockwise 90 degrees, does not effect the file on disk.</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
87
1102
af04e83ec5eb Move menu descriptions to definitions lists.
zas_
parents: 1101
diff changeset
88 <dt>Rotate 180</dt><dd>Rotates the current image 180 degrees, does not effect the file on disk.</dd>
af04e83ec5eb Move menu descriptions to definitions lists.
zas_
parents: 1101
diff changeset
89
af04e83ec5eb Move menu descriptions to definitions lists.
zas_
parents: 1101
diff changeset
90 <dt>Mirror</dt><dd>Swaps the left and right sides of the image so that the result is similar to that of looking at the image in a mirror, does not effect the file on disk.</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
91
1102
af04e83ec5eb Move menu descriptions to definitions lists.
zas_
parents: 1101
diff changeset
92 <dt>Flip</dt><dd>Swaps the top and bottom sides of the image, does not effect the file on disk.</dd>
af04e83ec5eb Move menu descriptions to definitions lists.
zas_
parents: 1101
diff changeset
93 </dl>
af04e83ec5eb Move menu descriptions to definitions lists.
zas_
parents: 1101
diff changeset
94 </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
95
1102
af04e83ec5eb Move menu descriptions to definitions lists.
zas_
parents: 1101
diff changeset
96 <dt>Properties</dt><dd>Opens a Properties Window for the currently selected files.</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
97
1102
af04e83ec5eb Move menu descriptions to definitions lists.
zas_
parents: 1101
diff changeset
98 <dt>Select all</dt><dd>Selects all files displayed in the file list.</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
99
1102
af04e83ec5eb Move menu descriptions to definitions lists.
zas_
parents: 1101
diff changeset
100 <dt>Select none</dt><dd>Clears the current file selection.</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
101
1102
af04e83ec5eb Move menu descriptions to definitions lists.
zas_
parents: 1101
diff changeset
102 <dt>Preferences...</dt><dd>Opens the <a href="options.html">Preferences Dialog</a> for changing of user preferences.</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
103
1102
af04e83ec5eb Move menu descriptions to definitions lists.
zas_
parents: 1101
diff changeset
104 <dt>Thumbnail maintenance</dt><dd>Opens a dialog with utilities to manage cached thumbnails and keywords data.</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
105
1102
af04e83ec5eb Move menu descriptions to definitions lists.
zas_
parents: 1101
diff changeset
106 <dt>Set as wallpaper</dt><dd>Renders the current image to the root window (desktop). The resulting image will be tiled to fit the root window if zoom is not set to <u>fit to window</u>; when zoom is set to <u>fit to window</u>, the image will be scaled to fill the root window.</dd>
af04e83ec5eb Move menu descriptions to definitions lists.
zas_
parents: 1101
diff changeset
107 </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
108
1087
f00c0c5e6dff Use h2/h3 tags where appropriate.
zas_
parents: 1082
diff changeset
109 <h2>View menu</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
110
1102
af04e83ec5eb Move menu descriptions to definitions lists.
zas_
parents: 1101
diff changeset
111 <dl class="menu_desc">
1076
1ecc4f010111 With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents: 1075
diff changeset
112
1102
af04e83ec5eb Move menu descriptions to definitions lists.
zas_
parents: 1101
diff changeset
113 <dt>Zoom in</dt><dd>Increases the zoom by one increment, resulting in a larger image.</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
114
1102
af04e83ec5eb Move menu descriptions to definitions lists.
zas_
parents: 1101
diff changeset
115 <dt>Zoom out</dt><dd>Decreases the zoom by one increment, resulting in a smaller image.</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
116
1102
af04e83ec5eb Move menu descriptions to definitions lists.
zas_
parents: 1101
diff changeset
117 <dt>Zoom 1:1</dt><dd>Resets the zoom to the original size of the image.</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
118
1108
36e6014c612a Reformat and cleanup.
zas_
parents: 1107
diff changeset
119 <dt>Zoom to fit</dt><dd>Automatically adjusts the zoom so that the image will fit within the display pane. The effect on images with an original size smaller than the display pane can be changed with the <span class="option_name">Allow enlargement of image for zoom to fit</span> option located on the <a href="options_image.html">Image tab</a> of the preferences dialog.</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
120
1102
af04e83ec5eb Move menu descriptions to definitions lists.
zas_
parents: 1101
diff changeset
121 <dt>Thumbnails</dt><dd>Toggles the display of image thumbnails in the file list, this item is not available when the file list is in icon view mode. A check appears next to this item when thumbnails are enabled.</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
122
1102
af04e83ec5eb Move menu descriptions to definitions lists.
zas_
parents: 1101
diff changeset
123 <dt>List</dt><dd>Changes the file list to display files in list format.</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
124
1102
af04e83ec5eb Move menu descriptions to definitions lists.
zas_
parents: 1101
diff changeset
125 <dt>Icons</dt><dd>Changes the file list to display files as icons.</dd>
af04e83ec5eb Move menu descriptions to definitions lists.
zas_
parents: 1101
diff changeset
126
af04e83ec5eb Move menu descriptions to definitions lists.
zas_
parents: 1101
diff changeset
127 <dt>Tree</dt><dd>Toggles the folder list between simple and tree modes. A check appears next to this item when the folder is in tree mode.</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
128
1102
af04e83ec5eb Move menu descriptions to definitions lists.
zas_
parents: 1101
diff changeset
129 <dt>Full screen</dt><dd>Toggles the full screen window display.</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
130
1102
af04e83ec5eb Move menu descriptions to definitions lists.
zas_
parents: 1101
diff changeset
131 <dt>Float file list</dt><dd>Toggles the location of the menu bar, tool bar, status bar, and file lists between the main window and a second window. A check appears next to this item when the location is the second window.</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
132
1102
af04e83ec5eb Move menu descriptions to definitions lists.
zas_
parents: 1101
diff changeset
133 <dt>Hide file list</dt><dd>Toggles visibility of the menu bar, tool bar, status bar, and file lists.</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
134
1102
af04e83ec5eb Move menu descriptions to definitions lists.
zas_
parents: 1101
diff changeset
135 <dt>Hide toolbar</dt><dd>Toggles visibility of the tool bar. A check appears next to this item when the tool bar is not visible.</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
136
1102
af04e83ec5eb Move menu descriptions to definitions lists.
zas_
parents: 1101
diff changeset
137 <dt>Keywords</dt><dd>Toggles display of the Keywords sidebar.</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
138
1102
af04e83ec5eb Move menu descriptions to definitions lists.
zas_
parents: 1101
diff changeset
139 <dt>Exif data</dt><dd>Toggles display of the EXIF sidebar.</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
140
1102
af04e83ec5eb Move menu descriptions to definitions lists.
zas_
parents: 1101
diff changeset
141 <dt>Sort manager</dt><dd>Toggles display of the Sort Manager sidebar.</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
142
1102
af04e83ec5eb Move menu descriptions to definitions lists.
zas_
parents: 1101
diff changeset
143 <dt>Toggle slideshow</dt><dd>Begins or ends a slide show, the slide show status is displayed in the status bar.</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
144
1102
af04e83ec5eb Move menu descriptions to definitions lists.
zas_
parents: 1101
diff changeset
145 <dt>Refresh</dt><dd>Updates the contents of the folder and file lists to match what is currently on disk, the current image will also be reread from disk.</dd>
af04e83ec5eb Move menu descriptions to definitions lists.
zas_
parents: 1101
diff changeset
146 </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
147
1087
f00c0c5e6dff Use h2/h3 tags where appropriate.
zas_
parents: 1082
diff changeset
148 <h2>Help menu</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
149
1102
af04e83ec5eb Move menu descriptions to definitions lists.
zas_
parents: 1101
diff changeset
150 <dl class="menu_desc">
1076
1ecc4f010111 With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents: 1075
diff changeset
151
1102
af04e83ec5eb Move menu descriptions to definitions lists.
zas_
parents: 1101
diff changeset
152 <dt>Contents</dt><dd>Open the Geeqie user manual in a new browser window.</dd>
af04e83ec5eb Move menu descriptions to definitions lists.
zas_
parents: 1101
diff changeset
153
af04e83ec5eb Move menu descriptions to definitions lists.
zas_
parents: 1101
diff changeset
154 <dt>Keyboard shortcuts</dt><dd>Displays a window listing the default keyboard shortcuts.</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
155
1102
af04e83ec5eb Move menu descriptions to definitions lists.
zas_
parents: 1101
diff changeset
156 <dt>Release notes</dt><dd>Displays a window containing the release notes for the version of Geeqie in use.</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
157
1102
af04e83ec5eb Move menu descriptions to definitions lists.
zas_
parents: 1101
diff changeset
158 <dt>About</dt><dd>Opens a window containing the Geeqie version, credits, website, and email contact information.</dd>
af04e83ec5eb Move menu descriptions to definitions lists.
zas_
parents: 1101
diff changeset
159
af04e83ec5eb Move menu descriptions to definitions lists.
zas_
parents: 1101
diff changeset
160 </dl>
1087
f00c0c5e6dff Use h2/h3 tags where appropriate.
zas_
parents: 1082
diff changeset
161 <h2>Tear off menus</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
162
1ecc4f010111 With the help of tidy and sed, 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 <p>Menus can be permanently displayed by selecting the dotted line item at the top of each menu category. A tear off menu will behave the same as an ordinary window. To close a tear off menu, select the dotted line item at the top of the 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
164
1087
f00c0c5e6dff Use h2/h3 tags where appropriate.
zas_
parents: 1082
diff changeset
165 <h2>Keyboard shortcuts</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
166
1093
a9a4d3b2e4da Remove references to numbered sections.
zas_
parents: 1087
diff changeset
167 <p>The keyboard sequence associated to each menu entry is listed within the main window menu bar. For reference, the complete list of default keyboard shortcuts can be found in section <a href="reference_keyboard_shortcuts.html">Keyboard Shortcuts</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
1087
f00c0c5e6dff Use h2/h3 tags where appropriate.
zas_
parents: 1082
diff changeset
169 <h2>Changing the main window menu bar keyboard shortcuts</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
170
1105
215e102c1819 Drop most old css classes.
zas_
parents: 1102
diff changeset
171 <p>The keyboard shortcuts associated with the menu bar items can be changed by editing the accels file located in the Geeqie configuration folder <b>while the Geeqie application is not running</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
172
1108
36e6014c612a Reformat and cleanup.
zas_
parents: 1107
diff changeset
173 <p><code>($HOME)/.geeqie/accels</code>
1076
1ecc4f010111 With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents: 1075
diff changeset
174 </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
175
1108
36e6014c612a Reformat and cleanup.
zas_
parents: 1107
diff changeset
176 <p>To change a menu item, first find the line corresponding to the menu item to change. For example the File menu Quit line originally looks like this:</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
177
1108
36e6014c612a Reformat and cleanup.
zas_
parents: 1107
diff changeset
178 <p><code>; (gtk_accel_path "&lt;main&gt;/File/Quit" "&lt;Control&gt;q")</code>
1076
1ecc4f010111 With the help of tidy and sed, 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 </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
180
1105
215e102c1819 Drop most old css classes.
zas_
parents: 1102
diff changeset
181 <p>To change this menu's keyboard shortcut, first remove the leading semicolon (;), removing the semicolon will tell Geeqie that this menu item has been customized. Then change the keyboard shortcut defined by the text in quotes at the end of the line, be sure to only change the text within the quotes; in this case the text &ldquo;&lt;control&gt;q&rdquo;. For example changing the shortcut associated with Quit to the Q key will result in this line:</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
1108
36e6014c612a Reformat and cleanup.
zas_
parents: 1107
diff changeset
183 <p><code>(gtk_accel_path "&lt;main&gt;/File/Quit" "q")</code>
1076
1ecc4f010111 With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents: 1075
diff changeset
184 </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
185
1105
215e102c1819 Drop most old css classes.
zas_
parents: 1102
diff changeset
186 <p>Please note the removed semicolon and the change of &ldquo;&lt;control&gt;q&rdquo; to &ldquo;q&rdquo;, be careful not to change any of the other text on the line or Geeqie may ignore the customization. The keyboard modifiers and their respective text are listed 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
187
1107
1bb220ff787e More cleanup of tables.
zas_
parents: 1105
diff changeset
188 <div class="accels_file_syntax">
1bb220ff787e More cleanup of tables.
zas_
parents: 1105
diff changeset
189 <table width="60%" border="0" cellpadding="4" cellspacing="0" rules="ROWS">
1bb220ff787e More cleanup of tables.
zas_
parents: 1105
diff changeset
190 <col id="accels_file_syntax_col1" width="50%">
1bb220ff787e More cleanup of tables.
zas_
parents: 1105
diff changeset
191 <col id="accels_file_syntax_col2" width="50%">
1bb220ff787e More cleanup of tables.
zas_
parents: 1105
diff changeset
192
1bb220ff787e More cleanup of tables.
zas_
parents: 1105
diff changeset
193 <thead>
1bb220ff787e More cleanup of tables.
zas_
parents: 1105
diff changeset
194 <tr>
1bb220ff787e More cleanup of tables.
zas_
parents: 1105
diff changeset
195 <td>
1105
215e102c1819 Drop most old css classes.
zas_
parents: 1102
diff changeset
196 <p>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
197 </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
198
1107
1bb220ff787e More cleanup of tables.
zas_
parents: 1105
diff changeset
199 <td>
1105
215e102c1819 Drop most old css classes.
zas_
parents: 1102
diff changeset
200 <p>Text to use in accels 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
201 </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
202 </tr>
1107
1bb220ff787e More cleanup of tables.
zas_
parents: 1105
diff changeset
203 </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
204
1107
1bb220ff787e More cleanup of tables.
zas_
parents: 1105
diff changeset
205 <tbody>
1bb220ff787e More cleanup of tables.
zas_
parents: 1105
diff changeset
206 <tr>
1bb220ff787e More cleanup of tables.
zas_
parents: 1105
diff changeset
207 <td>
1105
215e102c1819 Drop most old css classes.
zas_
parents: 1102
diff changeset
208 <p>[Shift]</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
209 </td>
1ecc4f010111 With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents: 1075
diff changeset
210
1107
1bb220ff787e More cleanup of tables.
zas_
parents: 1105
diff changeset
211 <td>
1105
215e102c1819 Drop most old css classes.
zas_
parents: 1102
diff changeset
212 <p>&lt;shift&gt;</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
213 </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
214 </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
215
1107
1bb220ff787e More cleanup of tables.
zas_
parents: 1105
diff changeset
216 <tr>
1bb220ff787e More cleanup of tables.
zas_
parents: 1105
diff changeset
217 <td>
1105
215e102c1819 Drop most old css classes.
zas_
parents: 1102
diff changeset
218 <p>[Control]</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
1107
1bb220ff787e More cleanup of tables.
zas_
parents: 1105
diff changeset
221 <td>
1105
215e102c1819 Drop most old css classes.
zas_
parents: 1102
diff changeset
222 <p>&lt;control&gt;</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
223 </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
224 </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
225
1107
1bb220ff787e More cleanup of tables.
zas_
parents: 1105
diff changeset
226 <tr>
1bb220ff787e More cleanup of tables.
zas_
parents: 1105
diff changeset
227 <td>
1105
215e102c1819 Drop most old css classes.
zas_
parents: 1102
diff changeset
228 <p>[Alt]</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
1107
1bb220ff787e More cleanup of tables.
zas_
parents: 1105
diff changeset
231 <td>
1105
215e102c1819 Drop most old css classes.
zas_
parents: 1102
diff changeset
232 <p>&lt;alt&gt;</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>
1107
1bb220ff787e More cleanup of tables.
zas_
parents: 1105
diff changeset
235 </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
236 </table>
1107
1bb220ff787e More cleanup of tables.
zas_
parents: 1105
diff changeset
237 </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
238
1ecc4f010111 With the help of tidy and sed, 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 <p>Modifiers can be combined, for example in the exit line above, the text would be &ldquo;&lt;control&gt;&lt;shift&gt;q&rdquo; to set the exit shortcut to [Control] + [Shift] + Q.</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
240
1113
79e69e5f4642 Beautify the manual.
zas_
parents: 1108
diff changeset
241 <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
242
1097
37536ba2d5f4 Add two css classes navtop and navbottom and remove unused ones.
zas_
parents: 1095
diff changeset
243 <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
244 <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
245 <col id="navbottom_col1" width="33%"></col>
b2d120fa5ee7 Use col tags with id in top and bottom navigation tables.
zas_
parents: 1098
diff changeset
246 <col id="navbottom_col2" width="33%"></col>
b2d120fa5ee7 Use col tags with id in top and bottom navigation tables.
zas_
parents: 1098
diff changeset
247 <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
248
1099
b2d120fa5ee7 Use col tags with id in top and bottom navigation tables.
zas_
parents: 1098
diff changeset
249 <tr>
1115
83d6b961117f Fix up unvalid xhtml.
zas_
parents: 1113
diff changeset
250 <th>
1082
47b9f5bc2606 Align Previous to the left, drop useless col tags.
zas_
parents: 1081
diff changeset
251 <p class="previous"><a href="main_window_navigation.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
252 </p>
1115
83d6b961117f Fix up unvalid xhtml.
zas_
parents: 1113
diff changeset
253 </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
254
1115
83d6b961117f Fix up unvalid xhtml.
zas_
parents: 1113
diff changeset
255 <th>
1105
215e102c1819 Drop most old css classes.
zas_
parents: 1102
diff changeset
256 <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
257 </p>
1115
83d6b961117f Fix up unvalid xhtml.
zas_
parents: 1113
diff changeset
258 </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
259
1115
83d6b961117f Fix up unvalid xhtml.
zas_
parents: 1113
diff changeset
260 <th>
1105
215e102c1819 Drop most old css classes.
zas_
parents: 1102
diff changeset
261 <p class="next"><a href="main_window_layout.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
262 </p>
1115
83d6b961117f Fix up unvalid xhtml.
zas_
parents: 1113
diff changeset
263 </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
264 </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
265
1ecc4f010111 With the help of tidy and sed, 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 </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
267 </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
268
1101
83cf0c9e300f Re-introduce Geeqie User Manual footer.
zas_
parents: 1100
diff changeset
269 <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
270 <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
271 </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
272 </html>