Mercurial > geeqie
annotate doc/index.html @ 1115:83d6b961117f
Fix up unvalid xhtml.
author | zas_ |
---|---|
date | Mon, 10 Nov 2008 15:20:13 +0000 |
parents | 79e69e5f4642 |
children | 24c89a03ec12 |
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>Contents - Geeqie User Manual</title> |
1095 | 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 | 21 <th> </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
|
22 |
1115 | 23 <th> |
1105 | 24 <p class="navtop_title">Contents</p> |
1115 | 25 </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
|
26 |
1115 | 27 <th> |
1105 | 28 <p class="next"><a href="introduction.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
|
29 </p> |
1115 | 30 </th> |
1076
1ecc4f010111
With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents:
1075
diff
changeset
|
31 </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
|
32 </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
|
33 </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
|
34 |
1ecc4f010111
With the help of tidy and sed, 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 <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
|
36 |
1107 | 37 <h1>The Geeqie User Manual</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
|
38 |
1105 | 39 <p>If you are having trouble finding a solution in the manual, try looking in the <a href="faq.html">FAQ</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
|
40 |
1083 | 41 <div class="menu"> |
42 <ul> | |
43 <li><a href="introduction.html">Introduction</a></li> | |
1115 | 44 <li><a href="main_window.html">Main Window</a> |
1083 | 45 <ul> |
46 <li><a href="main_window_navigation.html">Navigation</a></li> | |
47 <li><a href="main_window_menus.html">Menus</a></li> | |
48 <li><a href="main_window_layout.html">Layout</a></li> | |
49 <li><a href="main_window_file_pane.html">File Pane</a></li> | |
50 <li><a href="main_window_folder_pane.html">Folder Pane</a></li> | |
51 <li><a href="main_window_image_pane.html">Image Pane</a></li> | |
52 <li><a href="main_window_status_bar.html">Status Bar</a></li> | |
53 </ul> | |
1115 | 54 </li> |
55 <li><a href="other_windows.html">Other Windows</a> | |
1083 | 56 <ul> |
57 <li><a href="other_windows_image_window.html">Image Window</a></li> | |
1103 | 58 <li><a href="other_windows_image_properties.html">Image Properties Window</a></li> |
1083 | 59 </ul> |
1115 | 60 </li> |
61 <li><a href="image_management.html">Image Management</a> | |
1083 | 62 <ul> |
63 <li><a href="image_management_copy_move.html">Copy and Move</a></li> | |
64 <li><a href="image_management_rename.html">Rename</a></li> | |
65 <li><a href="image_management_delete.html">Delete</a></li> | |
1103 | 66 <li><a href="image_management_external_editing.html">External Editing Commands</a></li> |
1083 | 67 </ul> |
1115 | 68 </li> |
69 <li><a href="image_search.html">Image Search</a> | |
1083 | 70 <ul> |
71 <li><a href="image_search_search.html">Search Window</a></li> | |
1103 | 72 <li><a href="image_search_finding_duplicates.html">Finding Duplicate Images</a></li> |
1083 | 73 </ul> |
1115 | 74 </li> |
1083 | 75 <li><a href="collections.html">Collections</a></li> |
1115 | 76 <li><a href="sidebars.html">Sidebars</a> |
1083 | 77 <ul> |
78 <li><a href="sidebars_exif.html">EXIF</a></li> | |
79 <li><a href="sidebars_sort_manager.html">Sort Manager</a></li> | |
80 <li><a href="sidebars_keywords.html">Keywords</a></li> | |
81 </ul> | |
1115 | 82 </li> |
83 <li><a href="image_presentation.html">Image Presentation</a> | |
1083 | 84 <ul> |
85 <li><a href="image_presentation_slideshow.html">Slide show</a></li> | |
86 <li><a href="image_presentation_fullscreen.html">Full screen</a></li> | |
87 </ul> | |
1115 | 88 </li> |
1083 | 89 <li><a href="printing.html">Printing</a></li> |
1115 | 90 <li><a href="options.html">Options</a> |
1083 | 91 <ul> |
92 <li><a href="options_general.html">General Options</a></li> | |
93 <li><a href="options_image.html">Image Options</a></li> | |
94 <li><a href="options_window.html">Window Options</a></li> | |
95 <li><a href="options_filtering.html">Filtering Options</a></li> | |
96 <li><a href="options_editor_commands.html">Editor Commands</a></li> | |
97 <li><a href="options_advanced.html">Advanced Options</a></li> | |
98 <li><a href="options_hidden.html">Hidden Options</a></li> | |
99 </ul> | |
1115 | 100 </li> |
101 <li><a href="reference.html">Reference</a> | |
1083 | 102 <ul> |
1103 | 103 <li><a href="reference_command_line.html">Command Line Options</a></li> |
1083 | 104 <li><a href="reference_keyboard_shortcuts.html">Keyboard Shortcuts</a></li> |
105 <li><a href="reference_thumbnails.html">Thumbnails</a></li> | |
106 <li><a href="reference_management.html">Cache and Data Management</a></li> | |
107 </ul> | |
1115 | 108 </li> |
1083 | 109 <li><a href="credits.html">Credits</a></li> |
110 <li><a href="gnu_fdl.txt">GNU Free Documentation License</a></li> | |
111 </ul> | |
112 </div> | |
1113 | 113 <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
|
114 |
1097
37536ba2d5f4
Add two css classes navtop and navbottom and remove unused ones.
zas_
parents:
1095
diff
changeset
|
115 <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
|
116 <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
|
117 <col id="navbottom_col1" width="33%"></col> |
b2d120fa5ee7
Use col tags with id in top and bottom navigation tables.
zas_
parents:
1098
diff
changeset
|
118 <col id="navbottom_col2" width="33%"></col> |
b2d120fa5ee7
Use col tags with id in top and bottom navigation tables.
zas_
parents:
1098
diff
changeset
|
119 <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
|
120 |
1115 | 121 <tr> |
122 <th> </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
|
123 |
1115 | 124 <th> </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
|
125 |
1115 | 126 <th> |
1105 | 127 <p class="next"><a href="introduction.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
|
128 </p> |
1115 | 129 </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
|
130 </tr> |
1115 | 131 |
1076
1ecc4f010111
With the help of tidy and sed, 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 </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
|
133 </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
|
134 |
1101 | 135 <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
|
136 <div class="bottomspacer"> </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
|
137 </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
|
138 </html> |