Revision: 1202
http://geeqie.svn.sourceforge.net/geeqie/?rev=1202&view=rev
Author: zas_
Date: 2008-11-09 13:37:39 +0000 (Sun, 09 Nov 2008)
Log Message:
-----------
More cleanup of tables.
Modified Paths:
--------------
trunk/doc/index.html
trunk/doc/main_window_menus.html
trunk/doc/reference_command_line.html
trunk/doc/reference_management.html
trunk/doc/style.css
Modified: trunk/doc/index.html
===================================================================
--- trunk/doc/index.html 2008-11-09 13:06:16 UTC (rev 1201)
+++ trunk/doc/index.html 2008-11-09 13:37:39 UTC (rev 1202)
@@ -39,7 +39,7 @@
<hr />
- <p>The Geeqie User Manual.</p>
+ <h1>The Geeqie User Manual</h1>
<p>If you are having trouble finding a solution in the manual, try looking
in the <a href="faq.html">FAQ</a>.</p>
Modified: trunk/doc/main_window_menus.html
===================================================================
--- trunk/doc/main_window_menus.html 2008-11-09 13:06:16 UTC (rev 1201)
+++ trunk/doc/main_window_menus.html 2008-11-09 13:37:39 UTC (rev 1202)
@@ -203,56 +203,56 @@
<p>Please note the removed semicolon and the change of
“<control>q” to “q”, 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>
- <dl>
- <dd>
- <dl>
- <dd>
- <table width="60%" border="0" cellpadding="4" cellspacing="0">
-
- <tr valign="top">
- <td width="50%">
+ <div class="accels_file_syntax">
+ <table width="60%" border="0" cellpadding="4" cellspacing="0"
rules="ROWS">
+ <col id="accels_file_syntax_col1" width="50%">
+ <col id="accels_file_syntax_col2" width="50%">
+
+ <thead>
+ <tr>
+ <td>
<p>Key</p>
</td>
- <td width="50%">
+ <td>
<p>Text to use in accels file</p>
</td>
</tr>
+ </thead>
- <tr valign="top">
- <td width="50%">
+ <tbody>
+ <tr>
+ <td>
<p>[Shift]</p>
</td>
- <td width="50%">
+ <td>
<p><shift></p>
</td>
</tr>
- <tr valign="top">
- <td width="50%">
+ <tr>
+ <td>
<p>[Control]</p>
</td>
- <td width="50%">
+ <td>
<p><control></p>
</td>
</tr>
- <tr valign="top">
- <td width="50%">
+ <tr>
+ <td>
<p>[Alt]</p>
</td>
- <td width="50%">
+ <td>
<p><alt></p>
</td>
</tr>
+ </tbody>
</table>
- </dd>
- </dl>
- </dd>
- </dl>
+ </div>
<p><br />
<br />
Modified: trunk/doc/reference_command_line.html
===================================================================
--- trunk/doc/reference_command_line.html 2008-11-09 13:06:16 UTC (rev
1201)
+++ trunk/doc/reference_command_line.html 2008-11-09 13:37:39 UTC (rev
1202)
@@ -41,163 +41,169 @@
<p>These are the command line options available to Geeqie:</p>
- <div class="gq-command-line-4">
+ <div class="command_line_options">
<table width="80%" border="1" cellpadding="4" cellspacing="0">
+ <col id="command_line_options_col1" width="20%"></col>
+ <col id="command_line_options_col2" width="30%"></col>
+ <col id="command_line_options_col3" width="50%"></col>
- <tr valign="top">
- <td width="20%">
+ <thead>
+ <tr>
+ <td>
<p>Short Option</p>
</td>
- <td width="30%">
+ <td>
<p>Long Option</p>
</td>
- <td width="50%">
+ <td>
<p>Description</p>
</td>
</tr>
-
- <tr valign="top">
- <td width="20%">
+ </thead>
+ <tbody>
+ <tr>
+ <td>
<p>+t</p>
</td>
- <td width="30%">
+ <td>
<p>--with-tools</p>
</td>
- <td width="50%">
+ <td>
<p>Show file list, menu, and statusbar.</p>
</td>
</tr>
- <tr valign="top">
- <td width="20%">
+ <tr>
+ <td>
<p>-t</p>
</td>
- <td width="30%">
+ <td>
<p>--without-tools</p>
</td>
- <td width="50%">
+ <td>
<p>Hide file list, menu, and statusbar. Window contains image
only.</p>
</td>
</tr>
- <tr valign="top">
- <td width="20%">
+ <tr>
+ <td>
<p>-f</p>
</td>
- <td width="30%">
+ <td>
<p>--fullscreen</p>
</td>
- <td width="50%">
+ <td>
<p>Start up in fullscreen.</p>
</td>
</tr>
- <tr valign="top">
- <td width="20%">
+ <tr>
+ <td>
<p>-s</p>
</td>
- <td width="30%">
+ <td>
<p>--slideshow</p>
</td>
- <td width="50%">
+ <td>
<p>Start up in slideshow mode.</p>
</td>
</tr>
- <tr valign="top">
- <td width="20%">
+ <tr>
+ <td>
<p>-l</p>
</td>
- <td width="30%">
+ <td>
<p>--list</p>
</td>
- <td width="50%">
+ <td>
<p>Open collection window containing images specified on the command
line. Any collections on the command line will also be appended to this
collection.</p>
</td>
</tr>
- <tr valign="top">
- <td width="20%">
+ <tr>
+ <td>
<p>-r</p>
</td>
- <td width="30%">
+ <td>
<p>--remote</p>
</td>
- <td width="50%">
+ <td>
<p>Send command line options to existing Geeqie process.</p>
</td>
</tr>
- <tr valign="top">
- <td width="20%">
+ <tr>
+ <td>
<p>-rh</p>
</td>
- <td width="30%">
+ <td>
<p>--remote-help</p>
</td>
- <td width="50%">
+ <td>
<p>List command line options available to --remote.</p>
</td>
</tr>
- <tr valign="top">
- <td width="20%">
+ <tr>
+ <td>
<p>-h</p>
</td>
- <td width="30%">
+ <td>
<p>--help</p>
</td>
- <td width="50%">
+ <td>
<p>Display brief command line option list.</p>
</td>
</tr>
- <tr valign="top">
- <td width="20%">
+ <tr>
+ <td>
<p>-v</p>
</td>
- <td width="30%">
+ <td>
<p>--version</p>
</td>
- <td width="50%">
+ <td>
<p>Display version of Geeqie.</p>
</td>
</tr>
- <tr valign="top">
- <td width="20%">
+ <tr>
+ <td>
<p><br />
</p>
</td>
- <td width="30%">
+ <td>
<p>--debug</p>
</td>
- <td width="50%">
+ <td>
<p>Enable Debug output to console.</p>
</td>
</tr>
+ </tbody>
</table>
</div>
@@ -213,264 +219,271 @@
<p>The --remote command line option will send all entered commands to an
existing Geeqie process, a new process will be started if one does not exist.
These are the additional commands that can be used with the remote command:</p>
- <div class="gq-command-line-4">
+ <div class="remote_commands">
<table width="80%" border="1" cellpadding="4" cellspacing="0">
+ <col id="remote_commands_col1" width="20%"></col>
+ <col id="remote_commands_col2" width="30%"></col>
+ <col id="remote_commands_col3" width="50%"></col>
- <tr valign="top">
- <td width="20%">
+ <thead>
+ <tr>
+ <td>
<p>Short Option</p>
</td>
- <td width="30%">
+ <td>
<p>Long Option</p>
</td>
- <td width="50%">
+ <td>
<p>Description</p>
</td>
</tr>
+ </thead>
- <tr valign="top">
- <td width="20%">
+ <tbody>
+ <tr>
+ <td>
<p>-n</p>
</td>
- <td width="30%">
+ <td>
<p>--next</p>
</td>
- <td width="50%">
+ <td>
<p>Change main window to display next image.</p>
</td>
</tr>
- <tr valign="top">
- <td width="20%">
+ <tr>
+ <td>
<p>-b</p>
</td>
- <td width="30%">
+ <td>
<p>--back</p>
</td>
- <td width="50%">
+ <td>
<p>Change main window to display previous image.</p>
</td>
</tr>
- <tr valign="top">
- <td width="20%">
+ <tr>
+ <td>
<p><br />
</p>
</td>
- <td width="30%">
+ <td>
<p>--first</p>
</td>
- <td width="50%">
+ <td>
<p>Change main window to display first image.</p>
</td>
</tr>
- <tr valign="top">
- <td width="20%">
+ <tr>
+ <td>
<p><br />
</p>
</td>
- <td width="30%">
+ <td>
<p>--last</p>
</td>
- <td width="50%">
+ <td>
<p>Change main window to display last image.</p>
</td>
</tr>
- <tr valign="top">
- <td width="20%">
+ <tr>
+ <td>
<p>-f</p>
</td>
- <td width="30%">
+ <td>
<p>--fullscreen</p>
</td>
- <td width="50%">
+ <td>
<p>Toggle full screen mode of the main window.</p>
</td>
</tr>
- <tr valign="top">
- <td width="20%">
+ <tr>
+ <td>
<p>-fs</p>
</td>
- <td width="30%">
+ <td>
<p>--fullscreen-start</p>
</td>
- <td width="50%">
+ <td>
<p>Start full screen mode for main window.</p>
</td>
</tr>
- <tr valign="top">
- <td width="20%">
+ <tr>
+ <td>
<p>-fS</p>
</td>
- <td width="30%">
+ <td>
<p>--fullscreen-stop</p>
</td>
- <td width="50%">
+ <td>
<p>Stop full screen mode for main window.</p>
</td>
</tr>
- <tr valign="top">
- <td width="20%">
+ <tr>
+ <td>
<p>-s</p>
</td>
- <td width="30%">
+ <td>
<p>--slideshow</p>
</td>
- <td width="50%">
+ <td>
<p>Toggle slide show for main window.</p>
</td>
</tr>
- <tr valign="top">
- <td width="20%">
+ <tr>
+ <td>
<p>-ss</p>
</td>
- <td width="30%">
+ <td>
<p>--slideshow-start</p>
</td>
- <td width="50%">
+ <td>
<p>Start slide show for main window.</p>
</td>
</tr>
- <tr valign="top">
- <td width="20%">
+ <tr>
+ <td>
<p>-sS</p>
</td>
- <td width="30%">
+ <td>
<p>--slideshow-stop</p>
</td>
- <td width="50%">
+ <td>
<p>Stop slide show for main window.</p>
</td>
</tr>
- <tr valign="top">
- <td width="20%">
+ <tr>
+ <td>
<p>-sr<folder></p>
</td>
- <td width="30%">
+ <td>
<p>--slideshow-recurse<folder></p>
</td>
- <td width="50%">
+ <td>
<p>Start recursive slide show for <folder> in main window.</p>
</td>
</tr>
- <tr valign="top">
- <td width="20%">
+ <tr>
+ <td>
<p>-d<n></p>
</td>
- <td width="30%">
+ <td>
<p>--delay=<n></p>
</td>
- <td width="50%">
+ <td>
<p>Set slide show delay to <n> seconds, range is 0.1 to
3600</p>
</td>
</tr>
- <tr valign="top">
- <td width="20%">
+ <tr>
+ <td>
<p>+t</p>
</td>
- <td width="30%">
+ <td>
<p>--tools-show</p>
</td>
- <td width="50%">
+ <td>
<p>Show tools for main window.</p>
</td>
</tr>
- <tr valign="top">
- <td width="20%">
+ <tr>
+ <td>
<p>-t</p>
</td>
- <td width="30%">
+ <td>
<p>--tools-hide</p>
</td>
- <td width="50%">
+ <td>
<p>Hide tools for main window.</p>
</td>
</tr>
- <tr valign="top">
- <td width="20%">
+ <tr>
+ <td>
<p>-q</p>
</td>
- <td width="30%">
+ <td>
<p>--quit</p>
</td>
- <td width="50%">
+ <td>
<p>Quit Geeqie.</p>
</td>
</tr>
- <tr valign="top">
- <td width="20%">
+ <tr>
+ <td>
<p><br />
</p>
</td>
- <td width="30%">
+ <td>
<p>file:<filename></p>
</td>
- <td width="50%">
+ <td>
<p>Change main window to display <filename></p>
</td>
</tr>
- <tr valign="top">
- <td width="20%">
+ <tr>
+ <td>
<p><br />
</p>
</td>
- <td width="30%">
+ <td>
<p>view:<filename></p>
</td>
- <td width="50%">
+ <td>
<p>Open new window containing <filename></p>
</td>
</tr>
+ </tbody>
</table>
</div>
Modified: trunk/doc/reference_management.html
===================================================================
--- trunk/doc/reference_management.html 2008-11-09 13:06:16 UTC (rev 1201)
+++ trunk/doc/reference_management.html 2008-11-09 13:37:39 UTC (rev 1202)
@@ -97,164 +97,165 @@
<p>The various file locations and their use are listed below.
<i><HOME></i> refers to your home folder and <i><SOURCE></i> refers
to the folder containing the image.</p>
- <div class="gq-management-4">
+ <div class="file_locations">
<table width="80%" border="1" cellpadding="4" cellspacing="0">
+ <col id="file_locations_col1" width="50%"></col>
+ <col id="file_locations_col2" width="50%"></col>
- <tr valign="top">
- <th width="50%">
+ <thead>
+ <tr>
+ <td>
<p>Folder or File name</p>
- </th>
+ </td>
- <th width="50%">
+ <td>
<p>Description</p>
- </th>
+ </td>
</tr>
+ </thead>
+ <tbody>
<tr>
- <td colspan="2" width="100%" valign="top">
+ <td colspan="2" class="file_locations_subtitle">
<p>Thumbnails</p>
</td>
</tr>
- <tr valign="top">
- <td width="50%">
- <p><i><HOME></i>/.thumbnails</p>
+ <tr>
+ <td>
+ <p><em><HOME></em>/.thumbnails</p>
</td>
- <td width="50%">
+ <td>
<p>Shared thumbnail cache folder.</p>
</td>
</tr>
- <tr valign="top">
- <td width="50%">
- <p><i><HOME></i>/.geeqie/thumbnails</p>
+ <tr>
+ <td>
+ <p><em><HOME></em>/.geeqie/thumbnails</p>
</td>
- <td width="50%">
+ <td>
<p>Classic Geeqie thumbnail cache folder. Also used to cache data
used for the search and find duplicates utilities to increase the speed for
subsequent searches.</p>
</td>
</tr>
- <tr valign="top">
- <td width="50%">
- <p><i><SOURCE>/.</i><span
class="gq-management-8">thumbnails</span>
+ <tr>
+ <td>
+ <p><em><SOURCE>/.</em><span
class="gq-management-8">thumbnails</span>
</p>
</td>
- <td width="50%">
+ <td>
<p>Local thumbnail cache folder.</p>
</td>
</tr>
<tr>
- <td colspan="2" width="100%" valign="top">
- <p><b>Metadata</b> <span class="gq-management-9">(keywords and
comments)</span></p>
+ <td colspan="2" class="file_locations_subtitle">
+ <p>Metadata (keywords and comments)</p>
</td>
</tr>
- <tr valign="top">
- <td width="50%">
- <p><i><HOME></i>/.geeqie/metadata</p>
+ <tr>
+ <td>
+ <p><em><HOME></em>/.geeqie/metadata</p>
</td>
- <td width="50%">
+ <td>
<p>Metadata stored in user's home folder.</p>
</td>
</tr>
- <tr valign="top">
- <td width="50%">
- <p><i><SOURCE></i>/.metadata</p>
+ <tr>
+ <td>
+ <p><em><SOURCE></em>/.metadata</p>
</td>
- <td width="50%">
+ <td>
<p>Metadata stored local to source image. Requires option to be
enabled in advanced preferences.</p>
</td>
</tr>
<tr>
- <td colspan="2" width="100%" valign="top">
+ <td colspan="2" class="file_locations_subtitle">
<p>Collections</p>
</td>
</tr>
- <tr valign="top">
- <td width="50%">
- <p><i><HOME></i>/.geeqie/collections</p>
+ <tr>
+ <td>
+ <p><em><HOME></em>/.geeqie/collections</p>
</td>
- <td width="50%">
+ <td>
<p>Default location for Geeqie collections, collections in this
folder will appear in the <a href="sidebars_sort_manager.html">sort manager</a>
sidebar.</p>
</td>
</tr>
<tr>
- <td colspan="2" width="100%" valign="top">
+ <td colspan="2" class="file_locations_subtitle">
<p>Preferences</p>
</td>
</tr>
- <tr valign="top">
- <td width="50%">
- <p><i><HOME></i>/.geeqie</p>
+ <tr>
+ <td>
+ <p><em><HOME></em>/.geeqie</p>
</td>
- <td width="50%">
+ <td>
<p>Geeqie preferences folder.</p>
</td>
</tr>
- <tr valign="top">
- <td width="50%">
- <p><i><HOME></i>/.geeqie/geeqierc</p>
+ <tr>
+ <td>
+ <p><em><HOME></em>/.geeqie/geeqierc</p>
</td>
- <td width="50%">
+ <td>
<p>Geeqie preferences rc file.</p>
</td>
</tr>
- <tr valign="top">
- <td width="50%">
- <p><i><HOME></i>/.geeqie/history</p>
+ <tr>
+ <td>
+ <p><em><HOME></em>/.geeqie/history</p>
</td>
- <td width="50%">
+ <td>
<p>Historic data such as last several folders visited, bookmarks,
and recently used collections. Also contains default print settings.</p>
</td>
</tr>
- <tr valign="top">
- <td width="50%">
- <p><i><HOME></i>/.geeqie/accels</p>
+ <tr>
+ <td>
+ <p><em><HOME></em>/.geeqie/accels</p>
</td>
- <td width="50%">
+ <td>
<p>Keyboard shortcut mapping.</p>
</td>
</tr>
- <tr valign="top">
- <td width="50%">
+ <tr>
+ <td colspan="2" class="file_locations_subtitle">
<p>Safe Delete</p>
</td>
-
- <td width="50%">
- <p><br />
- </p>
- </td>
</tr>
- <tr valign="top">
- <td width="50%">
- <p><span
class="gq-management-9"><i><HOME></i></span>/.geeqie/trash</p>
+ <tr>
+ <td>
+ <p><em><HOME></em>/.geeqie/trash</p>
</td>
- <td width="50%">
+ <td>
<p>Default location of the safe delete folder.</p>
</td>
</tr>
+ </tbody>
</table>
</div>
Modified: trunk/doc/style.css
===================================================================
--- trunk/doc/style.css 2008-11-09 13:06:16 UTC (rev 1201)
+++ trunk/doc/style.css 2008-11-09 13:37:39 UTC (rev 1202)
@@ -20,6 +20,8 @@
thead { font-weight: bold; }
+ .file_locations_subtitle { font-weight: bold}
+
/* collections.html */
div.gq-collections-4 {text-align: center}
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Geeqie-svn mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geeqie-svn