Mercurial > geeqie
annotate doc/index.html @ 1367:fe4da037be21
When g_new0() is used, drop redundant initializations to NULL, FALSE or 0, second pass.
author | zas_ |
---|---|
date | Sun, 01 Mar 2009 23:14:19 +0000 |
parents | c564ab6c11fc |
children |
rev | line source |
---|---|
1076
1ecc4f010111
With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents:
1075
diff
changeset
|
1 <?xml version="1.0" encoding="iso-8859-1"?> |
1121 | 2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" |
3 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> | |
1076
1ecc4f010111
With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents:
1075
diff
changeset
|
4 |
1ecc4f010111
With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents:
1075
diff
changeset
|
5 <html xmlns="http://www.w3.org/1999/xhtml"> |
1ecc4f010111
With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents:
1075
diff
changeset
|
6 <head> |
1ecc4f010111
With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents:
1075
diff
changeset
|
7 <meta http-equiv="CONTENT-TYPE" content="text/html; charset=iso-8859-1" /> |
1ecc4f010111
With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents:
1075
diff
changeset
|
8 |
1ecc4f010111
With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents:
1075
diff
changeset
|
9 <title>Contents - Geeqie User Manual</title> |
1151
c564ab6c11fc
Add specific css for print media(has to be improved).
zas_
parents:
1140
diff
changeset
|
10 <link rel="stylesheet" type="text/css" href="style.css" media="all" /> |
c564ab6c11fc
Add specific css for print media(has to be improved).
zas_
parents:
1140
diff
changeset
|
11 <link rel="stylesheet" type="text/css" href="style_screen.css" media="screen" /> |
c564ab6c11fc
Add specific css for print media(has to be improved).
zas_
parents:
1140
diff
changeset
|
12 <link rel="stylesheet" type="text/css" href="style_print.css" media="print" /> |
1076
1ecc4f010111
With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents:
1075
diff
changeset
|
13 </head> |
1ecc4f010111
With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents:
1075
diff
changeset
|
14 |
1ecc4f010111
With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents:
1075
diff
changeset
|
15 <body lang="en-US" dir="ltr" xml:lang="en-US"> |
1097
37536ba2d5f4
Add two css classes navtop and navbottom and remove unused ones.
zas_
parents:
1095
diff
changeset
|
16 <div class="navtop"> |
1099
b2d120fa5ee7
Use col tags with id in top and bottom navigation tables.
zas_
parents:
1098
diff
changeset
|
17 <table width="100%" border="0" cellpadding="4" cellspacing="0"> |
b2d120fa5ee7
Use col tags with id in top and bottom navigation tables.
zas_
parents:
1098
diff
changeset
|
18 <col id="navtop_col1" width="33%"></col> |
b2d120fa5ee7
Use col tags with id in top and bottom navigation tables.
zas_
parents:
1098
diff
changeset
|
19 <col id="navtop_col2" width="33%"></col> |
b2d120fa5ee7
Use col tags with id in top and bottom navigation tables.
zas_
parents:
1098
diff
changeset
|
20 <col id="navtop_col3" width="33%"></col> |
1076
1ecc4f010111
With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents:
1075
diff
changeset
|
21 |
1099
b2d120fa5ee7
Use col tags with id in top and bottom navigation tables.
zas_
parents:
1098
diff
changeset
|
22 <tr> |
1115 | 23 <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
|
24 |
1115 | 25 <th> |
1105 | 26 <p class="navtop_title">Contents</p> |
1115 | 27 </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
|
28 |
1115 | 29 <th> |
1105 | 30 <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
|
31 </p> |
1115 | 32 </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
|
33 </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
|
34 </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
|
35 </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
|
36 |
1ecc4f010111
With the help of tidy and sed, 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 <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
|
38 |
1107 | 39 <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
|
40 |
1105 | 41 <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
|
42 |
1083 | 43 <div class="menu"> |
44 <ul> | |
45 <li><a href="introduction.html">Introduction</a></li> | |
1115 | 46 <li><a href="main_window.html">Main Window</a> |
1083 | 47 <ul> |
48 <li><a href="main_window_navigation.html">Navigation</a></li> | |
49 <li><a href="main_window_menus.html">Menus</a></li> | |
50 <li><a href="main_window_layout.html">Layout</a></li> | |
51 <li><a href="main_window_file_pane.html">File Pane</a></li> | |
52 <li><a href="main_window_folder_pane.html">Folder Pane</a></li> | |
53 <li><a href="main_window_image_pane.html">Image Pane</a></li> | |
54 <li><a href="main_window_status_bar.html">Status Bar</a></li> | |
55 </ul> | |
1115 | 56 </li> |
57 <li><a href="other_windows.html">Other Windows</a> | |
1083 | 58 <ul> |
59 <li><a href="other_windows_image_window.html">Image Window</a></li> | |
1103 | 60 <li><a href="other_windows_image_properties.html">Image Properties Window</a></li> |
1140 | 61 <li><a href="other_windows_pan_view.html">Pan View Window</a></li> |
1083 | 62 </ul> |
1115 | 63 </li> |
64 <li><a href="image_management.html">Image Management</a> | |
1083 | 65 <ul> |
66 <li><a href="image_management_copy_move.html">Copy and Move</a></li> | |
67 <li><a href="image_management_rename.html">Rename</a></li> | |
68 <li><a href="image_management_delete.html">Delete</a></li> | |
1103 | 69 <li><a href="image_management_external_editing.html">External Editing Commands</a></li> |
1083 | 70 </ul> |
1115 | 71 </li> |
72 <li><a href="image_search.html">Image Search</a> | |
1083 | 73 <ul> |
74 <li><a href="image_search_search.html">Search Window</a></li> | |
1103 | 75 <li><a href="image_search_finding_duplicates.html">Finding Duplicate Images</a></li> |
1083 | 76 </ul> |
1115 | 77 </li> |
1083 | 78 <li><a href="collections.html">Collections</a></li> |
1115 | 79 <li><a href="sidebars.html">Sidebars</a> |
1083 | 80 <ul> |
81 <li><a href="sidebars_exif.html">EXIF</a></li> | |
82 <li><a href="sidebars_sort_manager.html">Sort Manager</a></li> | |
83 <li><a href="sidebars_keywords.html">Keywords</a></li> | |
84 </ul> | |
1115 | 85 </li> |
86 <li><a href="image_presentation.html">Image Presentation</a> | |
1083 | 87 <ul> |
88 <li><a href="image_presentation_slideshow.html">Slide show</a></li> | |
89 <li><a href="image_presentation_fullscreen.html">Full screen</a></li> | |
90 </ul> | |
1115 | 91 </li> |
1083 | 92 <li><a href="printing.html">Printing</a></li> |
1115 | 93 <li><a href="options.html">Options</a> |
1083 | 94 <ul> |
95 <li><a href="options_general.html">General Options</a></li> | |
96 <li><a href="options_image.html">Image Options</a></li> | |
97 <li><a href="options_window.html">Window Options</a></li> | |
98 <li><a href="options_filtering.html">Filtering Options</a></li> | |
99 <li><a href="options_editor_commands.html">Editor Commands</a></li> | |
1130 | 100 <li><a href="options_properties.html">Properties Options</a></li> |
1083 | 101 <li><a href="options_advanced.html">Advanced Options</a></li> |
102 <li><a href="options_hidden.html">Hidden Options</a></li> | |
103 </ul> | |
1115 | 104 </li> |
105 <li><a href="reference.html">Reference</a> | |
1083 | 106 <ul> |
1103 | 107 <li><a href="reference_command_line.html">Command Line Options</a></li> |
1083 | 108 <li><a href="reference_keyboard_shortcuts.html">Keyboard Shortcuts</a></li> |
109 <li><a href="reference_thumbnails.html">Thumbnails</a></li> | |
110 <li><a href="reference_management.html">Cache and Data Management</a></li> | |
111 </ul> | |
1115 | 112 </li> |
1083 | 113 <li><a href="credits.html">Credits</a></li> |
114 <li><a href="gnu_fdl.txt">GNU Free Documentation License</a></li> | |
115 </ul> | |
116 </div> | |
1113 | 117 <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
|
118 |
1097
37536ba2d5f4
Add two css classes navtop and navbottom and remove unused ones.
zas_
parents:
1095
diff
changeset
|
119 <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
|
120 <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
|
121 <col id="navbottom_col1" width="33%"></col> |
b2d120fa5ee7
Use col tags with id in top and bottom navigation tables.
zas_
parents:
1098
diff
changeset
|
122 <col id="navbottom_col2" width="33%"></col> |
b2d120fa5ee7
Use col tags with id in top and bottom navigation tables.
zas_
parents:
1098
diff
changeset
|
123 <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
|
124 |
1115 | 125 <tr> |
126 <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
|
127 |
1115 | 128 <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
|
129 |
1115 | 130 <th> |
1105 | 131 <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
|
132 </p> |
1115 | 133 </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
|
134 </tr> |
1115 | 135 |
1076
1ecc4f010111
With the help of tidy and sed, 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 </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
|
137 </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
|
138 |
1101 | 139 <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
|
140 <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
|
141 </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
|
142 </html> |