comparison doc/4_4_external_editing.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
comparison
equal deleted inserted replaced
1075:578a27d20b47 1076:1ecc4f010111
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> 1 <?xml version="1.0" encoding="iso-8859-1"?>
2 <HTML> 2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
3 <HEAD> 3 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
4 <META HTTP-EQUIV="CONTENT-TYPE" CONTENT="text/html; charset=iso-8859-1"> 4
5 <TITLE>External Editing - Geeqie User Manual</TITLE> 5 <html xmlns="http://www.w3.org/1999/xhtml">
6 <META NAME="CREATED" CONTENT="20040805;23590500"> 6 <head>
7 <META NAME="CHANGED" CONTENT="20041004;19232900"> 7 <meta http-equiv="CONTENT-TYPE" content="text/html; charset=iso-8859-1" />
8 </HEAD> 8
9 <BODY LANG="en-US" DIR="LTR"> 9 <title>External Editing - Geeqie User Manual</title>
10 <CENTER> 10 <meta name="CREATED" content="20040805;23590500" />
11 <TABLE WIDTH=100% BORDER=0 CELLPADDING=4 CELLSPACING=0 STYLE="page-break-before: always"> 11 <meta name="CHANGED" content="20041004;19232900" />
12 <COL WIDTH=85*> 12 <style type="text/css">
13 <COL WIDTH=85*> 13 /*<![CDATA[*/
14 <COL WIDTH=85*> 14 p.gq-external-editing-6 {margin-bottom: 0in}
15 <THEAD> 15 p.gq-external-editing-5 {margin-left: 0.79in}
16 <TR VALIGN=TOP> 16 div.gq-external-editing-4 {text-align: center}
17 <TD WIDTH=33%> 17 table.gq-external-editing-3 {page-break-before: always}
18 <P><A HREF="4_3_delete.html">Previous</A></P> 18 p.gq-external-editing-2 {text-align: right}
19 </TD> 19 p.gq-external-editing-1 {text-align: center}
20 <TD WIDTH=33%> 20 /*]]>*/
21 <P ALIGN=CENTER>External Editing - Image Management</P> 21 </style>
22 </TD> 22 </head>
23 <TD WIDTH=33%> 23
24 <P ALIGN=RIGHT><A HREF="5_image_search.html">Next</A></P> 24 <body lang="en-US" dir="ltr" xml:lang="en-US">
25 </TD> 25 <div class="gq-external-editing-4">
26 </TR> 26 <table width="100%" border="0" cellpadding="4" cellspacing="0" class="gq-external-editing-3">
27 </THEAD> 27 <col width="85*" />
28 </TABLE> 28 <col width="85*" />
29 </CENTER> 29 <col width="85*" />
30 <HR> 30
31 <H1>4.4 External Editing</H1> 31 <thead>
32 <P>Geeqie provides the ability to execute commands, such as running 32 <tr valign="top">
33 an image editor, on a selected image. In Geeqie these are called the 33 <td width="33%">
34 external editing commands.</P> 34 <p><a href="4_3_delete.html">Previous</a>
35 <P>These commands are executed by pressing Control and a number key, 35 </p>
36 from the Edit menu, or from the context menu available to all images 36 </td>
37 and files. The keyboards shortcuts are Control + 1 through Control + 37
38 9, and Control + 0, they correspond respectively to commands 1 38 <td width="33%">
39 through 10 on the <A HREF="10_5_editor_commands.html">Editors tab</A> 39 <p class="gq-external-editing-1">External Editing - Image Management</p>
40 in Options.</P> 40 </td>
41 <P>To edit the command list refer to section 10.5 <A HREF="10_5_editor_commands.html">Editor 41
42 Commands</A>.</P> 42 <td width="33%">
43 <P><BR><BR> 43 <p class="gq-external-editing-2"><a href="5_image_search.html">Next</a>
44 </P> 44 </p>
45 <P><U>Result dialog</U></P> 45 </td>
46 <P STYLE="margin-left: 0.79in">Commands that are set to display the 46 </tr>
47 command's output in a window will show a dialog when the command is 47 </thead>
48 executed.</P> 48 </table>
49 <P STYLE="margin-left: 0.79in">To specify a command to show a dialog 49 </div>
50 begin the command with the %V or %v macros, details for these an all 50
51 macros are listed on the <A HREF="10_5_editor_commands.html">Editors 51 <hr />
52 tab</A> in Options.</P> 52
53 <P STYLE="margin-left: 0.79in">The result dialog will display the 53 <h1>4.4 External Editing</h1>
54 command's text output. If the editor command will result in multiple 54
55 runs of the same command for each file, the Stop button will be 55 <p>Geeqie provides the ability to execute commands, such as running an image editor, on a selected image. In Geeqie these are called the external editing commands.</p>
56 enabled, activate it to stop Geeqie from executing the command for 56
57 remaining files.</P> 57 <p>These commands are executed by pressing Control and a number key, from the Edit menu, or from the context menu available to all images and files. The keyboards shortcuts are Control + 1 through Control + 9, and Control + 0, they correspond respectively to commands 1 through 10 on the <a href="10_5_editor_commands.html">Editors tab</a> in Options.</p>
58 <P STYLE="margin-left: 0.79in">Once all commands have completed or if 58
59 the Stop button was activated and the pending command has completed, 59 <p>To edit the command list refer to section 10.5 <a href="10_5_editor_commands.html">Editor Commands</a>.</p>
60 the Close button will be enabled, activate it or press Escape to 60
61 close the result dialog. The result dialog can not be closed while a 61 <p><br />
62 command is still running.</P> 62 <br />
63 <P><BR><BR> 63 </p>
64 </P> 64
65 <P><BR><BR> 65 <p><u>Result dialog</u>
66 </P> 66 </p>
67 <HR> 67
68 <CENTER> 68 <p class="gq-external-editing-5">Commands that are set to display the command's output in a window will show a dialog when the command is executed.</p>
69 <TABLE WIDTH=100% BORDER=0 CELLPADDING=4 CELLSPACING=0> 69
70 <COL WIDTH=85*> 70 <p class="gq-external-editing-5">To specify a command to show a dialog begin the command with the %V or %v macros, details for these an all macros are listed on the <a href="10_5_editor_commands.html">Editors tab</a> in Options.</p>
71 <COL WIDTH=85*> 71
72 <COL WIDTH=85*> 72 <p class="gq-external-editing-5">The result dialog will display the command's text output. If the editor command will result in multiple runs of the same command for each file, the Stop button will be enabled, activate it to stop Geeqie from executing the command for remaining files.</p>
73 <THEAD> 73
74 <TR VALIGN=TOP> 74 <p class="gq-external-editing-5">Once all commands have completed or if the Stop button was activated and the pending command has completed, the Close button will be enabled, activate it or press Escape to close the result dialog. The result dialog can not be closed while a command is still running.</p>
75 <TD WIDTH=33%> 75
76 <P><A HREF="4_3_delete.html">Previous</A></P> 76 <p><br />
77 </TD> 77 <br />
78 <TD WIDTH=33%> 78 </p>
79 <P ALIGN=CENTER><A HREF="index.html">Contents</A></P> 79
80 </TD> 80 <p><br />
81 <TD WIDTH=33%> 81 <br />
82 <P ALIGN=RIGHT><A HREF="5_image_search.html">Next</A></P> 82 </p>
83 </TD> 83
84 </TR> 84 <hr />
85 </THEAD> 85
86 <TBODY> 86 <div class="gq-external-editing-4">
87 <TR VALIGN=TOP> 87 <table width="100%" border="0" cellpadding="4" cellspacing="0">
88 <TD WIDTH=33%> 88 <col width="85*" />
89 <P><BR> 89 <col width="85*" />
90 </P> 90 <col width="85*" />
91 </TD> 91
92 <TD WIDTH=33%> 92 <thead>
93 <P ALIGN=CENTER><BR> 93 <tr valign="top">
94 </P> 94 <td width="33%">
95 </TD> 95 <p><a href="4_3_delete.html">Previous</a>
96 <TD WIDTH=33%> 96 </p>
97 <P ALIGN=RIGHT>Geeqie User Manual</P> 97 </td>
98 </TD> 98
99 </TR> 99 <td width="33%">
100 </TBODY> 100 <p class="gq-external-editing-1"><a href="index.html">Contents</a>
101 </TABLE> 101 </p>
102 </CENTER> 102 </td>
103 <P STYLE="margin-bottom: 0in"><BR> 103
104 </P> 104 <td width="33%">
105 </BODY> 105 <p class="gq-external-editing-2"><a href="5_image_search.html">Next</a>
106 </HTML> 106 </p>
107 </td>
108 </tr>
109 </thead>
110
111 <tbody>
112 <tr valign="top">
113 <td width="33%">
114 <p><br />
115 </p>
116 </td>
117
118 <td width="33%">
119 <p class="gq-external-editing-1"><br />
120 </p>
121 </td>
122
123 <td width="33%">
124 <p class="gq-external-editing-2">Geeqie User Manual</p>
125 </td>
126 </tr>
127 </tbody>
128 </table>
129 </div>
130
131 <p class="gq-external-editing-6"><br />
132 </p>
133 </body>
134 </html>