diff doc/faq.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 ac4a4f2cf393
line wrap: on
line diff
--- a/doc/faq.html	Thu Oct 23 18:06:28 2008 +0000
+++ b/doc/faq.html	Thu Oct 23 19:06:23 2008 +0000
@@ -1,118 +1,176 @@
-<!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>Chapter - Geeqie User Manual</TITLE>
-	<META NAME="CREATED" CONTENT="20040805;23590500">
-	<META NAME="CHANGED" CONTENT="20040917;13584000">
-</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="index.html">Previous</A></P>
-				</TD>
-				<TD WIDTH=33%>
-					<P ALIGN=CENTER>Frequently Asked Questions</P>
-				</TD>
-				<TD WIDTH=33%>
-					<P ALIGN=RIGHT><A HREF="1_introduction.html">Next</A></P>
-				</TD>
-			</TR>
-		</THEAD>
-	</TABLE>
-</CENTER>
-<HR>
-<H1>Frequently Asked Questions</H1>
-<P STYLE="margin-top: 0.17in; page-break-after: avoid"><FONT FACE="Albany, sans-serif"><FONT SIZE=4>1.
-Image viewing</FONT></FONT></P>
-<P><B>1.1 How do I keep images smaller than the visible area from
-enlarging when the zoom is set to &ldquo;fit to window&rdquo; ?</B></P>
-<P STYLE="margin-left: 0.79in">In the preferences dialog, under the
-&ldquo;Image&rdquo; tab, disable &ldquo;Allow enlargement of image
-for zoom to fit&rdquo;.</P>
-<P><BR><BR>
-</P>
-<P><BR><BR>
-</P>
-<P STYLE="margin-top: 0.17in; page-break-after: avoid"><FONT FACE="Albany, sans-serif"><FONT SIZE=4>9.
-Command line</FONT></FONT></P>
-<P><B>9.1 How do I open an image in an existing Geeqie application ?</B></P>
-<P STYLE="margin-left: 0.79in">Use the &ldquo;-r&rdquo; command line
-option to send commands to an existing Geeqie, for a list of commands
-supported by the remote switch run:</P>
-<PRE STYLE="margin-left: 1.58in">geeqie --remote-help</PRE><P>
-<BR><BR>
-</P>
-<P><B>9.2 How do I set the slide show delay when starting Geeqie in
-slide show from the command line ?</B></P>
-<P STYLE="margin-left: 0.79in">The delay can not be set when used
-with the standard -s command line switch, as -s uses the delay stored
-in the configuration file. For this use the remote command -ss to
-start the slide show after setting the delay with -d, the order of
-the command line is important, for example a 12 second slide show
-delay:</P>
-<PRE STYLE="margin-left: 1.58in">geeqie -r -d12 -ss</PRE><P STYLE="margin-left: 0.79in">
-<BR><BR>
-</P>
-<P STYLE="margin-left: 0.79in">Note that if geeqie is running prior
-to this command, the slide show should also be stopped prior to
-changing the delay:</P>
-<PRE STYLE="margin-left: 1.58in">geeqie -r -sS -d12 -ss</PRE><P>
-<BR><BR>
-</P>
-<P><BR><BR>
-</P>
-<P STYLE="margin-top: 0.17in; page-break-after: avoid"><FONT FACE="Albany, sans-serif"><FONT SIZE=4>10.
-Miscellaneous</FONT></FONT></P>
-<P><B>10.1 I want to be able to edit images with Geeqie</B></P>
-<P STYLE="margin-left: 0.79in">Geeqie is an image <I>viewer</I>.
-There is, and never will be, a plan to add editing features. I
-recommend gimp for image editing.</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="index.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="introduction.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"?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+<html xmlns="http://www.w3.org/1999/xhtml">
+<head>
+  <meta http-equiv="CONTENT-TYPE" content="text/html; charset=iso-8859-1" />
+
+  <title>Chapter - Geeqie User Manual</title>
+  <meta name="CREATED" content="20040805;23590500" />
+  <meta name="CHANGED" content="20040917;13584000" />
+<style type="text/css">
+/*<![CDATA[*/
+ p.gq-faq-10 {margin-bottom: 0in}
+ pre.gq-faq-9 {margin-left: 1.58in}
+ p.gq-faq-8 {margin-left: 0.79in}
+ p.gq-faq-7 {font-weight: bold}
+ p.gq-faq-6 {font-family: Albany, sans-serif; margin-top: 0.17in; page-break-after: avoid}
+ span.gq-faq-5 {font-size: 120%}
+ div.gq-faq-4 {text-align: center}
+ table.gq-faq-3 {page-break-before: always}
+ p.gq-faq-2 {text-align: right}
+ p.gq-faq-1 {text-align: center}
+/*]]>*/
+</style>
+</head>
+
+<body lang="en-US" dir="ltr" xml:lang="en-US">
+  <div class="gq-faq-4">
+    <table width="100%" border="0" cellpadding="4" cellspacing="0" class="gq-faq-3">
+      <col width="85*" />
+      <col width="85*" />
+      <col width="85*" />
+
+      <thead>
+        <tr valign="top">
+          <td width="33%">
+            <p><a href="index.html">Previous</a>
+            </p>
+          </td>
+
+          <td width="33%">
+            <p class="gq-faq-1">Frequently Asked Questions</p>
+          </td>
+
+          <td width="33%">
+            <p class="gq-faq-2"><a href="1_introduction.html">Next</a>
+            </p>
+          </td>
+        </tr>
+      </thead>
+    </table>
+  </div>
+
+  <hr />
+
+  <h1>Frequently Asked Questions</h1>
+
+  <p class="gq-faq-6"><span class="gq-faq-5">1. Image viewing</span>
+  </p>
+
+  <p class="gq-faq-7">1.1 How do I keep images smaller than the visible area from enlarging when the zoom is set to &ldquo;fit to window&rdquo; ?</p>
+
+  <p class="gq-faq-8">In the preferences dialog, under the &ldquo;Image&rdquo; tab, disable &ldquo;Allow enlargement of image for zoom to fit&rdquo;.</p>
+
+  <p><br />
+  <br />
+  </p>
+
+  <p><br />
+  <br />
+  </p>
+
+  <p class="gq-faq-6"><span class="gq-faq-5">9. Command line</span>
+  </p>
+
+  <p class="gq-faq-7">9.1 How do I open an image in an existing Geeqie application ?</p>
+
+  <p class="gq-faq-8">Use the &ldquo;-r&rdquo; command line option to send commands to an existing Geeqie, for a list of commands supported by the remote switch run:</p>
+
+  <pre class="gq-faq-9">
+geeqie --remote-help
+</pre>
+
+  <p><br />
+  <br />
+  </p>
+
+  <p class="gq-faq-7">9.2 How do I set the slide show delay when starting Geeqie in slide show from the command line ?</p>
+
+  <p class="gq-faq-8">The delay can not be set when used with the standard -s command line switch, as -s uses the delay stored in the configuration file. For this use the remote command -ss to start the slide show after setting the delay with -d, the order of the command line is important, for example a 12 second slide show delay:</p>
+
+  <pre class="gq-faq-9">
+geeqie -r -d12 -ss
+</pre>
+
+  <p class="gq-faq-8"><br />
+  <br />
+  </p>
+
+  <p class="gq-faq-8">Note that if geeqie is running prior to this command, the slide show should also be stopped prior to changing the delay:</p>
+
+  <pre class="gq-faq-9">
+geeqie -r -sS -d12 -ss
+</pre>
+
+  <p><br />
+  <br />
+  </p>
+
+  <p><br />
+  <br />
+  </p>
+
+  <p class="gq-faq-6"><span class="gq-faq-5">10. Miscellaneous</span>
+  </p>
+
+  <p class="gq-faq-7">10.1 I want to be able to edit images with Geeqie</p>
+
+  <p class="gq-faq-8">Geeqie is an image <i>viewer</i>. There is, and never will be, a plan to add editing features. I recommend gimp for image editing.</p>
+
+  <p><br />
+  <br />
+  </p>
+
+  <hr />
+
+  <div class="gq-faq-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="index.html">Previous</a>
+            </p>
+          </td>
+
+          <td width="33%">
+            <p class="gq-faq-1"><a href="index.html">Contents</a>
+            </p>
+          </td>
+
+          <td width="33%">
+            <p class="gq-faq-2"><a href="introduction.html">Next</a>
+            </p>
+          </td>
+        </tr>
+      </thead>
+
+      <tbody>
+        <tr valign="top">
+          <td width="33%">
+            <p><br />
+            </p>
+          </td>
+
+          <td width="33%">
+            <p class="gq-faq-1"><br />
+            </p>
+          </td>
+
+          <td width="33%">
+            <p class="gq-faq-2">Geeqie User Manual</p>
+          </td>
+        </tr>
+      </tbody>
+    </table>
+  </div>
+
+  <p class="gq-faq-10"><br />
+  </p>
+</body>
+</html>