Mercurial > geeqie.yaz
diff doc/11_1_command_line.html @ 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).
author | zas_ |
---|---|
date | Thu, 23 Oct 2008 19:06:23 +0000 |
parents | 578a27d20b47 |
children |
line wrap: on
line diff
--- a/doc/11_1_command_line.html Thu Oct 23 18:06:28 2008 +0000 +++ b/doc/11_1_command_line.html Thu Oct 23 19:06:23 2008 +0000 @@ -1,431 +1,560 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> -<HTML> -<HEAD> - <META HTTP-EQUIV="CONTENT-TYPE" CONTENT="text/html; charset=iso-8859-1"> - <TITLE>Command Line Options - Geeqie User Manual</TITLE> - <META NAME="CREATED" CONTENT="20040805;23590500"> - <META NAME="CHANGED" CONTENT="20041224;15024300"> -</HEAD> -<BODY LANG="en-US" DIR="LTR"> -<CENTER> - <TABLE WIDTH=100% BORDER=0 CELLPADDING=4 CELLSPACING=0 STYLE="page-break-before: always"> - <COL WIDTH=85*> - <COL WIDTH=85*> - <COL WIDTH=85*> - <THEAD> - <TR VALIGN=TOP> - <TD WIDTH=33%> - <P><A HREF="11_reference.html">Previous</A></P> - </TD> - <TD WIDTH=33%> - <P ALIGN=CENTER>Command Line Options - Reference</P> - </TD> - <TD WIDTH=33%> - <P ALIGN=RIGHT><A HREF="11_2_keyboard_shortcuts.html">Next</A></P> - </TD> - </TR> - </THEAD> - </TABLE> -</CENTER> -<HR> -<H1>11.1 Command Line Options</H1> -<P>These are the command line options available to Geeqie:</P> -<CENTER> - <TABLE WIDTH=80% BORDER=1 BORDERCOLOR="#cccccc" CELLPADDING=4 CELLSPACING=0> - <COL WIDTH=51*> - <COL WIDTH=77*> - <COL WIDTH=128*> - <TR VALIGN=TOP> - <TD WIDTH=20%> - <P><B>Short Option</B></P> - </TD> - <TD WIDTH=30%> - <P><B>Long Option</B></P> - </TD> - <TD WIDTH=50%> - <P><B>Description</B></P> - </TD> - </TR> - <TR VALIGN=TOP> - <TD WIDTH=20%> - <P>+t</P> - </TD> - <TD WIDTH=30%> - <P>--with-tools</P> - </TD> - <TD WIDTH=50%> - <P>Show file list, menu, and statusbar.</P> - </TD> - </TR> - <TR VALIGN=TOP> - <TD WIDTH=20%> - <P>-t</P> - </TD> - <TD WIDTH=30%> - <P>--without-tools</P> - </TD> - <TD WIDTH=50%> - <P>Hide file list, menu, and statusbar. Window contains image - only.</P> - </TD> - </TR> - <TR VALIGN=TOP> - <TD WIDTH=20%> - <P>-f</P> - </TD> - <TD WIDTH=30%> - <P>--fullscreen</P> - </TD> - <TD WIDTH=50%> - <P>Start up in fullscreen.</P> - </TD> - </TR> - <TR VALIGN=TOP> - <TD WIDTH=20%> - <P>-s</P> - </TD> - <TD WIDTH=30%> - <P>--slideshow</P> - </TD> - <TD WIDTH=50%> - <P>Start up in slideshow mode.</P> - </TD> - </TR> - <TR VALIGN=TOP> - <TD WIDTH=20%> - <P>-l</P> - </TD> - <TD WIDTH=30%> - <P>--list</P> - </TD> - <TD WIDTH=50%> - <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%> - <P>-r</P> - </TD> - <TD WIDTH=30%> - <P>--remote</P> - </TD> - <TD WIDTH=50%> - <P>Send command line options to existing Geeqie process.</P> - </TD> - </TR> - <TR VALIGN=TOP> - <TD WIDTH=20%> - <P>-rh</P> - </TD> - <TD WIDTH=30%> - <P>--remote-help</P> - </TD> - <TD WIDTH=50%> - <P>List command line options available to --remote.</P> - </TD> - </TR> - <TR VALIGN=TOP> - <TD WIDTH=20%> - <P>-h</P> - </TD> - <TD WIDTH=30%> - <P>--help</P> - </TD> - <TD WIDTH=50%> - <P>Display brief command line option list.</P> - </TD> - </TR> - <TR VALIGN=TOP> - <TD WIDTH=20%> - <P>-v</P> - </TD> - <TD WIDTH=30%> - <P>--version</P> - </TD> - <TD WIDTH=50%> - <P>Display version of Geeqie.</P> - </TD> - </TR> - <TR VALIGN=TOP> - <TD WIDTH=20%> - <P><BR> - </P> - </TD> - <TD WIDTH=30%> - <P>--debug</P> - </TD> - <TD WIDTH=50%> - <P>Enable Debug output to console.</P> - </TD> - </TR> - </TABLE> -</CENTER> -<P><BR><BR> -</P> -<P><BR><BR> -</P> -<P><U>Remote commands</U></P> -<P STYLE="margin-left: 0.79in">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> -<CENTER> - <TABLE WIDTH=80% BORDER=1 BORDERCOLOR="#cccccc" CELLPADDING=4 CELLSPACING=0> - <COL WIDTH=51*> - <COL WIDTH=77*> - <COL WIDTH=128*> - <TR VALIGN=TOP> - <TD WIDTH=20%> - <P><B>Short Option</B></P> - </TD> - <TD WIDTH=30%> - <P><B>Long Option</B></P> - </TD> - <TD WIDTH=50%> - <P><B>Description</B></P> - </TD> - </TR> - <TR VALIGN=TOP> - <TD WIDTH=20%> - <P>-n</P> - </TD> - <TD WIDTH=30%> - <P>--next</P> - </TD> - <TD WIDTH=50%> - <P>Change main window to display next image.</P> - </TD> - </TR> - <TR VALIGN=TOP> - <TD WIDTH=20%> - <P>-b</P> - </TD> - <TD WIDTH=30%> - <P>--back</P> - </TD> - <TD WIDTH=50%> - <P>Change main window to display previous image.</P> - </TD> - </TR> - <TR VALIGN=TOP> - <TD WIDTH=20%> - <P><BR> - </P> - </TD> - <TD WIDTH=30%> - <P>--first</P> - </TD> - <TD WIDTH=50%> - <P>Change main window to display first image.</P> - </TD> - </TR> - <TR VALIGN=TOP> - <TD WIDTH=20%> - <P><BR> - </P> - </TD> - <TD WIDTH=30%> - <P>--last</P> - </TD> - <TD WIDTH=50%> - <P>Change main window to display last image.</P> - </TD> - </TR> - <TR VALIGN=TOP> - <TD WIDTH=20%> - <P>-f</P> - </TD> - <TD WIDTH=30%> - <P>--fullscreen</P> - </TD> - <TD WIDTH=50%> - <P>Toggle full screen mode of the main window.</P> - </TD> - </TR> - <TR VALIGN=TOP> - <TD WIDTH=20%> - <P>-fs</P> - </TD> - <TD WIDTH=30%> - <P>--fullscreen-start</P> - </TD> - <TD WIDTH=50%> - <P>Start full screen mode for main window.</P> - </TD> - </TR> - <TR VALIGN=TOP> - <TD WIDTH=20%> - <P>-fS</P> - </TD> - <TD WIDTH=30%> - <P>--fullscreen-stop</P> - </TD> - <TD WIDTH=50%> - <P>Stop full screen mode for main window.</P> - </TD> - </TR> - <TR VALIGN=TOP> - <TD WIDTH=20%> - <P>-s</P> - </TD> - <TD WIDTH=30%> - <P>--slideshow</P> - </TD> - <TD WIDTH=50%> - <P>Toggle slide show for main window.</P> - </TD> - </TR> - <TR VALIGN=TOP> - <TD WIDTH=20%> - <P>-ss</P> - </TD> - <TD WIDTH=30%> - <P>--slideshow-start</P> - </TD> - <TD WIDTH=50%> - <P>Start slide show for main window.</P> - </TD> - </TR> - <TR VALIGN=TOP> - <TD WIDTH=20%> - <P>-sS</P> - </TD> - <TD WIDTH=30%> - <P>--slideshow-stop</P> - </TD> - <TD WIDTH=50%> - <P>Stop slide show for main window.</P> - </TD> - </TR> - <TR VALIGN=TOP> - <TD WIDTH=20%> - <P>-sr<folder></P> - </TD> - <TD WIDTH=30%> - <P>--slideshow-recurse<folder></P> - </TD> - <TD WIDTH=50%> - <P>Start recursive slide show for <folder> in main window.</P> - </TD> - </TR> - <TR VALIGN=TOP> - <TD WIDTH=20%> - <P>-d<n></P> - </TD> - <TD WIDTH=30%> - <P>--delay=<n></P> - </TD> - <TD WIDTH=50%> - <P>Set slide show delay to <n> seconds, range is 0.1 to - 3600</P> - </TD> - </TR> - <TR VALIGN=TOP> - <TD WIDTH=20%> - <P>+t</P> - </TD> - <TD WIDTH=30%> - <P>--tools-show</P> - </TD> - <TD WIDTH=50%> - <P>Show tools for main window.</P> - </TD> - </TR> - <TR VALIGN=TOP> - <TD WIDTH=20%> - <P>-t</P> - </TD> - <TD WIDTH=30%> - <P>--tools-hide</P> - </TD> - <TD WIDTH=50%> - <P>Hide tools for main window.</P> - </TD> - </TR> - <TR VALIGN=TOP> - <TD WIDTH=20%> - <P>-q</P> - </TD> - <TD WIDTH=30%> - <P>--quit</P> - </TD> - <TD WIDTH=50%> - <P>Quit Geeqie.</P> - </TD> - </TR> - <TR VALIGN=TOP> - <TD WIDTH=20%> - <P><BR> - </P> - </TD> - <TD WIDTH=30%> - <P>file:<filename></P> - </TD> - <TD WIDTH=50%> - <P>Change main window to display <filename></P> - </TD> - </TR> - <TR VALIGN=TOP> - <TD WIDTH=20%> - <P><BR> - </P> - </TD> - <TD WIDTH=30%> - <P>view:<filename></P> - </TD> - <TD WIDTH=50%> - <P>Open new window containing <filename></P> - </TD> - </TR> - </TABLE> -</CENTER> -<P STYLE="margin-bottom: 0in"><BR> -</P> -<P STYLE="margin-bottom: 0in"><BR> -</P> -<P><BR><BR> -</P> -<P><BR><BR> -</P> -<HR> -<CENTER> - <TABLE WIDTH=100% BORDER=0 CELLPADDING=4 CELLSPACING=0> - <COL WIDTH=85*> - <COL WIDTH=85*> - <COL WIDTH=85*> - <THEAD> - <TR VALIGN=TOP> - <TD WIDTH=33%> - <P><A HREF="11_reference.html">Previous</A></P> - </TD> - <TD WIDTH=33%> - <P ALIGN=CENTER><A HREF="index.html">Contents</A></P> - </TD> - <TD WIDTH=33%> - <P ALIGN=RIGHT><A HREF="11_2_keyboard_shortcuts.html">Next</A></P> - </TD> - </TR> - </THEAD> - <TBODY> - <TR VALIGN=TOP> - <TD WIDTH=33%> - <P><BR> - </P> - </TD> - <TD WIDTH=33%> - <P ALIGN=CENTER><BR> - </P> - </TD> - <TD WIDTH=33%> - <P ALIGN=RIGHT>Geeqie User Manual</P> - </TD> - </TR> - </TBODY> - </TABLE> -</CENTER> -<P STYLE="margin-bottom: 0in"><BR> -</P> -</BODY> -</HTML> +<?xml version="1.0" encoding="iso-8859-1"?> + +<html xmlns="http://www.w3.org/1999/xhtml"> +<head> + <meta http-equiv="CONTENT-TYPE" content="text/html; charset=iso-8859-1" /> + + <title>Command Line Options - Geeqie User Manual</title> + <meta name="CREATED" content="20040805;23590500" /> + <meta name="CHANGED" content="20041224;15024300" /> +<style type="text/css"> +/*<![CDATA[*/ + p.gq-command-line-7 {margin-bottom: 0in} + p.gq-command-line-6 {margin-left: 0.79in} + p.gq-command-line-5 {font-weight: bold} + div.gq-command-line-4 {text-align: center} + table.gq-command-line-3 {page-break-before: always} + p.gq-command-line-2 {text-align: right} + p.gq-command-line-1 {text-align: center} +/*]]>*/ +</style> +</head> + +<body lang="en-US" dir="ltr"> + <div class="gq-command-line-4"> + <table width="100%" border="0" cellpadding="4" cellspacing="0" class="gq-command-line-3"> + <col width="85*" /> + <col width="85*" /> + <col width="85*" /> + + <thead> + <tr valign="top"> + <td width="33%"> + <p><a href="11_reference.html">Previous</a> + </p> + </td> + + <td width="33%"> + <p class="gq-command-line-1">Command Line Options - Reference</p> + </td> + + <td width="33%"> + <p class="gq-command-line-2"><a href="11_2_keyboard_shortcuts.html">Next</a> + </p> + </td> + </tr> + </thead> + </table> + </div> + + <hr /> + + <h1>11.1 Command Line Options</h1> + + <p>These are the command line options available to Geeqie:</p> + + <div class="gq-command-line-4"> + <table width="80%" border="1" cellpadding="4" cellspacing="0"> + <col width="51*" /> + <col width="77*" /> + <col width="128*" /> + + <tr valign="top"> + <td width="20%"> + <p class="gq-command-line-5">Short Option</p> + </td> + + <td width="30%"> + <p class="gq-command-line-5">Long Option</p> + </td> + + <td width="50%"> + <p class="gq-command-line-5">Description</p> + </td> + </tr> + + <tr valign="top"> + <td width="20%"> + <p>+t</p> + </td> + + <td width="30%"> + <p>--with-tools</p> + </td> + + <td width="50%"> + <p>Show file list, menu, and statusbar.</p> + </td> + </tr> + + <tr valign="top"> + <td width="20%"> + <p>-t</p> + </td> + + <td width="30%"> + <p>--without-tools</p> + </td> + + <td width="50%"> + <p>Hide file list, menu, and statusbar. Window contains image only.</p> + </td> + </tr> + + <tr valign="top"> + <td width="20%"> + <p>-f</p> + </td> + + <td width="30%"> + <p>--fullscreen</p> + </td> + + <td width="50%"> + <p>Start up in fullscreen.</p> + </td> + </tr> + + <tr valign="top"> + <td width="20%"> + <p>-s</p> + </td> + + <td width="30%"> + <p>--slideshow</p> + </td> + + <td width="50%"> + <p>Start up in slideshow mode.</p> + </td> + </tr> + + <tr valign="top"> + <td width="20%"> + <p>-l</p> + </td> + + <td width="30%"> + <p>--list</p> + </td> + + <td width="50%"> + <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%"> + <p>-r</p> + </td> + + <td width="30%"> + <p>--remote</p> + </td> + + <td width="50%"> + <p>Send command line options to existing Geeqie process.</p> + </td> + </tr> + + <tr valign="top"> + <td width="20%"> + <p>-rh</p> + </td> + + <td width="30%"> + <p>--remote-help</p> + </td> + + <td width="50%"> + <p>List command line options available to --remote.</p> + </td> + </tr> + + <tr valign="top"> + <td width="20%"> + <p>-h</p> + </td> + + <td width="30%"> + <p>--help</p> + </td> + + <td width="50%"> + <p>Display brief command line option list.</p> + </td> + </tr> + + <tr valign="top"> + <td width="20%"> + <p>-v</p> + </td> + + <td width="30%"> + <p>--version</p> + </td> + + <td width="50%"> + <p>Display version of Geeqie.</p> + </td> + </tr> + + <tr valign="top"> + <td width="20%"> + <p><br /> + </p> + </td> + + <td width="30%"> + <p>--debug</p> + </td> + + <td width="50%"> + <p>Enable Debug output to console.</p> + </td> + </tr> + </table> + </div> + + <p><br /> + <br /> + </p> + + <p><br /> + <br /> + </p> + + <p><u>Remote commands</u> + </p> + + <p class="gq-command-line-6">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"> + <table width="80%" border="1" cellpadding="4" cellspacing="0"> + <col width="51*" /> + <col width="77*" /> + <col width="128*" /> + + <tr valign="top"> + <td width="20%"> + <p class="gq-command-line-5">Short Option</p> + </td> + + <td width="30%"> + <p class="gq-command-line-5">Long Option</p> + </td> + + <td width="50%"> + <p class="gq-command-line-5">Description</p> + </td> + </tr> + + <tr valign="top"> + <td width="20%"> + <p>-n</p> + </td> + + <td width="30%"> + <p>--next</p> + </td> + + <td width="50%"> + <p>Change main window to display next image.</p> + </td> + </tr> + + <tr valign="top"> + <td width="20%"> + <p>-b</p> + </td> + + <td width="30%"> + <p>--back</p> + </td> + + <td width="50%"> + <p>Change main window to display previous image.</p> + </td> + </tr> + + <tr valign="top"> + <td width="20%"> + <p><br /> + </p> + </td> + + <td width="30%"> + <p>--first</p> + </td> + + <td width="50%"> + <p>Change main window to display first image.</p> + </td> + </tr> + + <tr valign="top"> + <td width="20%"> + <p><br /> + </p> + </td> + + <td width="30%"> + <p>--last</p> + </td> + + <td width="50%"> + <p>Change main window to display last image.</p> + </td> + </tr> + + <tr valign="top"> + <td width="20%"> + <p>-f</p> + </td> + + <td width="30%"> + <p>--fullscreen</p> + </td> + + <td width="50%"> + <p>Toggle full screen mode of the main window.</p> + </td> + </tr> + + <tr valign="top"> + <td width="20%"> + <p>-fs</p> + </td> + + <td width="30%"> + <p>--fullscreen-start</p> + </td> + + <td width="50%"> + <p>Start full screen mode for main window.</p> + </td> + </tr> + + <tr valign="top"> + <td width="20%"> + <p>-fS</p> + </td> + + <td width="30%"> + <p>--fullscreen-stop</p> + </td> + + <td width="50%"> + <p>Stop full screen mode for main window.</p> + </td> + </tr> + + <tr valign="top"> + <td width="20%"> + <p>-s</p> + </td> + + <td width="30%"> + <p>--slideshow</p> + </td> + + <td width="50%"> + <p>Toggle slide show for main window.</p> + </td> + </tr> + + <tr valign="top"> + <td width="20%"> + <p>-ss</p> + </td> + + <td width="30%"> + <p>--slideshow-start</p> + </td> + + <td width="50%"> + <p>Start slide show for main window.</p> + </td> + </tr> + + <tr valign="top"> + <td width="20%"> + <p>-sS</p> + </td> + + <td width="30%"> + <p>--slideshow-stop</p> + </td> + + <td width="50%"> + <p>Stop slide show for main window.</p> + </td> + </tr> + + <tr valign="top"> + <td width="20%"> + <p>-sr<folder></p> + </td> + + <td width="30%"> + <p>--slideshow-recurse<folder></p> + </td> + + <td width="50%"> + <p>Start recursive slide show for <folder> in main window.</p> + </td> + </tr> + + <tr valign="top"> + <td width="20%"> + <p>-d<n></p> + </td> + + <td width="30%"> + <p>--delay=<n></p> + </td> + + <td width="50%"> + <p>Set slide show delay to <n> seconds, range is 0.1 to 3600</p> + </td> + </tr> + + <tr valign="top"> + <td width="20%"> + <p>+t</p> + </td> + + <td width="30%"> + <p>--tools-show</p> + </td> + + <td width="50%"> + <p>Show tools for main window.</p> + </td> + </tr> + + <tr valign="top"> + <td width="20%"> + <p>-t</p> + </td> + + <td width="30%"> + <p>--tools-hide</p> + </td> + + <td width="50%"> + <p>Hide tools for main window.</p> + </td> + </tr> + + <tr valign="top"> + <td width="20%"> + <p>-q</p> + </td> + + <td width="30%"> + <p>--quit</p> + </td> + + <td width="50%"> + <p>Quit Geeqie.</p> + </td> + </tr> + + <tr valign="top"> + <td width="20%"> + <p><br /> + </p> + </td> + + <td width="30%"> + <p>file:<filename></p> + </td> + + <td width="50%"> + <p>Change main window to display <filename></p> + </td> + </tr> + + <tr valign="top"> + <td width="20%"> + <p><br /> + </p> + </td> + + <td width="30%"> + <p>view:<filename></p> + </td> + + <td width="50%"> + <p>Open new window containing <filename></p> + </td> + </tr> + </table> + </div> + + <p class="gq-command-line-7"><br /> + </p> + + <p class="gq-command-line-7"><br /> + </p> + + <p><br /> + <br /> + </p> + + <p><br /> + <br /> + </p> + + <hr /> + + <div class="gq-command-line-4"> + <table width="100%" border="0" cellpadding="4" cellspacing="0"> + <col width="85*" /> + <col width="85*" /> + <col width="85*" /> + + <thead> + <tr valign="top"> + <td width="33%"> + <p><a href="11_reference.html">Previous</a> + </p> + </td> + + <td width="33%"> + <p class="gq-command-line-1"><a href="index.html">Contents</a> + </p> + </td> + + <td width="33%"> + <p class="gq-command-line-2"><a href="11_2_keyboard_shortcuts.html">Next</a> + </p> + </td> + </tr> + </thead> + + <tbody> + <tr valign="top"> + <td width="33%"> + <p><br /> + </p> + </td> + + <td width="33%"> + <p class="gq-command-line-1"><br /> + </p> + </td> + + <td width="33%"> + <p class="gq-command-line-2">Geeqie User Manual</p> + </td> + </tr> + </tbody> + </table> + </div> + + <p class="gq-command-line-7"><br /> + </p> +</body> +</html>