changeset 1112:b223ad7f4867

Reformat more pages.
author zas_
date Mon, 10 Nov 2008 13:00:29 +0000
parents 2b1121de1a66
children 79e69e5f4642
files doc/main_window_file_pane.html doc/options_editor_commands.html doc/reference_management.html doc/reference_thumbnails.html
diffstat 4 files changed, 58 insertions(+), 34 deletions(-) [+]
line wrap: on
line diff
--- a/doc/main_window_file_pane.html	Mon Nov 10 12:06:05 2008 +0000
+++ b/doc/main_window_file_pane.html	Mon Nov 10 13:00:29 2008 +0000
@@ -77,8 +77,8 @@
 
   <p>It is possible to select more than one image from the file pane. Multiple files can be selected with several methods:</p>
 
-  <p>Mouse:</p>
-
+  <h3>Mouse</h3>
+  
   <ul>
     <li>
       <p>Control + Primary mouse button will add or remove the file from the selection.</p>
@@ -97,7 +97,7 @@
     </li>
   </ul>
 
-  <p>Keyboard:</p>
+  <h3>Keyboard</h3>
 
   <ul>
     <li>
@@ -141,15 +141,20 @@
 
   <dl class="menu_desc">
 
-  <dt>View in new window</dt><dd>Opens a new window containing a list of the currently selected images.</dd>
+  <dt>View in new window</dt>
+  <dd>Opens a new window containing a list of the currently selected images.</dd>
 
-  <dt>Sort</dt><dd>Changes the sort order of file pane.</dd>
+  <dt>Sort</dt>
+  <dd>Changes the sort order of file pane.</dd>
 
-  <dt>View as icons</dt><dd>Toggles between the list and icon view modes.</dd>
+  <dt>View as icons</dt>
+  <dd>Toggles between the list and icon view modes.</dd>
 
-  <dt>Show thumbnails</dt><dd>Toggles display of thumbnails in the list view display mode.</dd>
+  <dt>Show thumbnails</dt>
+  <dd>Toggles display of thumbnails in the list view display mode.</dd>
 
-  <dt>Show filename text</dt><dd>Toggles display of file names in the icon view display mode.</dd>
+  <dt>Show filename text</dt>
+  <dd>Toggles display of file names in the icon view display mode.</dd>
  
   </dl>
 
--- a/doc/options_editor_commands.html	Mon Nov 10 12:06:05 2008 +0000
+++ b/doc/options_editor_commands.html	Mon Nov 10 13:00:29 2008 +0000
@@ -49,13 +49,13 @@
   <br />
   </p>
 
-  <p><b>Menu name</b>: This field is used to represent the command in the menus of Geeqie, it is intended to describe the application or function that results from executing the command in the <u>Command Line</u> field.</p>
+  <dl class="dialog_desc">
+  <dt>Menu name</dt>
+  <dd><p>This field is used to represent the command in the menus of Geeqie, it is intended to describe the application or function that results from executing the command in the <u>Command Line</u> field.</p></dd>
 
-  <p><br />
-  <br />
-  </p>
-
-  <p><b>Command Line</b>: This field is the command to execute. Several macros are available to position image file names within the command. If no macro is specified, the behavior will be to append the filenames onto the end of the command (the result will be the same as &ldquo;<i>command %f</i>&rdquo;).</p>
+ 
+  <dt>Command Line</dt>
+  <dd><p>This field is the command to execute. Several macros are available to position image file names within the command. If no macro is specified, the behavior will be to append the filenames onto the end of the command (the result will be the same as &ldquo;<i>command %f</i>&rdquo;).</p>
 
   <div class="macro_description">
        <table width="80%" border="0" cellpadding="4" cellspacing="0" rules="ROWS">
@@ -126,14 +126,16 @@
 	  </tbody>
           </table>
   </div>
+  </dd>
 
-  <p><br />
-  <br />
-  </p>
+
+  <dt>Help button</dt>
+  <dd><p>Displays reference list of the supported command macros.</p></dd>
 
-  <p><b>Help</b> button: Displays reference list of the supported command macros.</p>
-
-  <p><b>Defaults</b> button: Resets all commands to the default settings, discarding any customizations made by the user.</p>
+  <dt>Defaults button</dt>
+  <dd><p>Resets all commands to the default settings, discarding any customizations made by the user.</p></dd>
+  
+  </dl>
 
   <p><br />
   <br />
--- a/doc/reference_management.html	Mon Nov 10 12:06:05 2008 +0000
+++ b/doc/reference_management.html	Mon Nov 10 13:00:29 2008 +0000
@@ -49,9 +49,13 @@
 
   <p>The utilities listed here operate on the Geeqie caching mechanism. This also includes the data cached for the <a href="image_search_search.html">search</a> and <a href="image_search_finding_duplicates.html">find duplicates</a> utilities.</p>
 
-  <p><b>Clean up</b>: Removes thumbnails and data for which the source image is no longer present, or has been modified since the thumbnail was generated.</p>
+  <dl class="dialog_desc">
+  <dt>Clean up</dt>
+  <dd><p>Removes thumbnails and data for which the source image is no longer present, or has been modified since the thumbnail was generated.</p></dd>
 
-  <p><b>Clear cache:</b> Removes all thumbnails and data stored in the user's home folder: $HOME/.geeqie/thumbnails.</p>
+  <dt>Clear cache</dt>
+  <dd><p>Removes all thumbnails and data stored in the user's home folder: $HOME/.geeqie/thumbnails.</p></dd>
+  </dl>
 
   <p><br />
   <br />
@@ -60,11 +64,14 @@
   <h2>Shared thumbnail cache</h2>
 
   <p>The utilities listed here operate on the shared thumbnail mechanism.</p>
-
-  <p><b>Clean up:</b> Removes thumbnails for which the source image is no longer present, or has been modified since the thumbnail was generated.</p>
+ 
+  <dl class="dialog_desc">
+  <dt>Clean up</dt>
+  <dd><p>Removes thumbnails for which the source image is no longer present, or has been modified since the thumbnail was generated.</p></dd>
 
-  <p><b>Clear cache:</b> Removes all thumbnails stored in the user's home folder: $HOME/.thumbnails.</p>
-
+  <dt>Clear cache</dt>
+  <dd><p>Removes all thumbnails stored in the user's home folder: $HOME/.thumbnails.</p></dd>
+  </dl>
   <p><br />
   <br />
   </p>
@@ -73,11 +80,18 @@
 
   <p>This utility will render thumbnails using the current thumbnail caching mechanism, as determined in <a href="options_general.html">preferences</a>.</p>
 
-  <p><b>Render:</b> Pre-render thumbnails for a specific folder, the utility has the following options:</p>
+  <dl class="dialog_desc">
+
+  <dt>Render</dt>
+  <dd><p>Pre-render thumbnails for a specific folder, the utility has the following options:</p></dd>
 
-  <p><b>Include subfolders:</b> Enable to include all images contained in the subfolders of folder.</p>
+  <dt>Include subfolders</dt>
+  <dd><p>Enable to include all images contained in the subfolders of folder.</p></dd>
 
-  <p><b>Store thumbnails local to source images:</b> The generated thumbnails will be stored local to the source images, if you have the permissions to write to the folder containing the images.</p>
+  <dt>Store thumbnails local to source images</dt>
+  <dd><p>The generated thumbnails will be stored local to the source images, if you have the permissions to write to the folder containing the images.</p></dd>
+
+  </dl>
 
   <p><br />
   <br />
@@ -87,7 +101,10 @@
 
   <p>This utility operates on the data store for <a href="sidebars_keywords.html">keywords and comments</a> located in the user's home folder: $HOME/.geeqie/metadata.</p>
 
-  <p><b>Clean up:</b> Removes keywords and comments for which the source image is no longer present.</p>
+  <dl class="dialog_desc">
+  <dt>Clean up</dt>
+  <dd><p>Removes keywords and comments for which the source image is no longer present.</p></dd>
+  </dl>
 
   <p><br />
   <br />
--- a/doc/reference_thumbnails.html	Mon Nov 10 12:06:05 2008 +0000
+++ b/doc/reference_thumbnails.html	Mon Nov 10 13:00:29 2008 +0000
@@ -57,19 +57,19 @@
 
   <p>Thumbnails are stored in:</p>
 
-  <p>($HOME)/.geeqie/thumbnails</p>
+  <p><code>($HOME)/.geeqie/thumbnails</code></p>
 
   <p>The directory structure of the thumbnail cache duplicates the location of the source files, for example a source file with the name:</p>
 
-  <p>/path/to/image.jpg</p>
+  <p><code>/path/to/image.jpg</code></p>
 
   <p>will store the thumbnail in:</p>
 
-  <p>($HOME)/.geeqie/thumbnails/path/to/image.jpg.png</p>
+  <p><code>($HOME)/.geeqie/thumbnails/path/to/image.jpg.png</code></p>
 
   <p>When thumbnails are to be stored local to the source file, the thumbnail will be placed in:</p>
 
-  <p>/path/to/.thumbnails/image.jpg.png</p>
+  <p><code>/path/to/.thumbnails/image.jpg.png</code></p>
 
   <p>Local thumbnail caching is enabled with the option &ldquo;Cache thumbnails into .thumbnails&rdquo; on the <a href="options_general.html">General</a> tab of the options dialog. If it is not possible to store the thumbnail local to the source file (usually due to no write permissions), Geeqie will fall back to saving the thumbnail in the user's ($HOME)/.geeqie/thumbnails folder.</p>