1<html><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>Template 2: Applet Manual For GNOME 1.x</title><meta name="generator" content="DocBook XSL Stylesheets V1.40"><link rel="home" href="index.html" title="The GNOME Handbook of Writing Software Documentation"><link rel="up" href="apa.html" title="A. Document Templates"><link rel="previous" href="apa.html" title="A. Document Templates"><link rel="next" href="apas03.html" title="Template 2: Applet Manual For GNOME 2.x"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">Template 2: Applet Manual For GNOME 1.x</th></tr><tr><td width="20%" align="left"><a href="apa.html">Prev</a>�</td><th width="60%" align="center">A. Document Templates</th><td width="20%" align="right">�<a href="apas03.html">Next</a></td></tr></table><hr></div><div class="sect1"><a name="template2-1x"></a><div class="titlepage"><div><h2 class="title" style="clear: both"><a name="template2-1x"></a>Template 2: Applet Manual For GNOME 1.x</h2></div></div><p>
2        The following templates should be used for all applet
3        manuals in GNOME 1.x releases.  You can always get the latest
4        copy of these templates from  <a href="http://developer.gnome.org/projects/gdp/templates.html" target="_top">GDP
5        Documentation Templates</a>.  Note that the template
6        consists of two files; the first file calls the second as an
7        entity. You should name the first file
8        <tt><i><tt>appletname</tt></i>-applet.sgml</tt>
9        and the second file should be named
10        <tt><i><tt>appletname</tt></i>.sgml</tt>,
11        where
12        <tt><i><tt>appletname</tt></i></tt> is
13        the name of the applet.
14        <pre class="programlisting">
15
16
17&lt;!DOCTYPE Article PUBLIC "-//GNOME//DTD DocBook PNG Variant V1.1//EN"[
18 &lt;!entity APPLETNAME.sgml SYSTEM "applet_template_1.sgml"&gt;
19        &lt;!--  Template Version: 1.0.1  (do not remove this line) --&gt;
20]&gt;
21
22&lt;!-- This is a GNOME documentation template, designed by the GNOME
23  Documentation Project Team. Please use it for writing GNOME
24  documentation, making obvious changes. In particular, all the words
25  written in UPPERCASE (with the exception of GNOME) should be
26  replaced. As for "legalnotice", please leave the reference
27  unchanged,make sure to add/remove trademarks to the list as
28  appropriate for your document.
29
30  Please don't forget to remove these comments in your final documentation,
31  thanks ;-).
32--&gt;
33
34&lt;article id="index"&gt; &lt;!-- please do not change the id --&gt;
35
36 &lt;!-- ============= Document Header ============================= --&gt;
37 &lt;artheader&gt; 
38  &lt;title&gt;APPLETNAME Applet&lt;/title&gt;
39  &lt;copyright&gt;
40   &lt;year&gt;2000&lt;/year&gt;
41   &lt;holder&gt;YOURFULLNAME&lt;/holder&gt;
42  &lt;/copyright&gt;
43
44  &lt;!-- translators: uncomment this:
45
46  &lt;copyright&gt;
47   &lt;year&gt;2000&lt;/year&gt;
48   &lt;holder&gt;ME-THE-TRANSLATOR (Latin translation)&lt;/holder&gt;
49  &lt;/copyright&gt;
50
51   --&gt;
52
53  &lt;!-- do not put authorname in the header except in copyright - use
54  section "authors" below --&gt;
55
56  &lt;legalnotice&gt;
57   &lt;para&gt;
58    Permission is granted to copy, distribute and/or modify this
59    document under the terms of the &lt;citetitle&gt;GNU Free Documentation
60    License&lt;/citetitle&gt;, Version 1.1 or any later version published
61    by the Free Software Foundation with no Invariant Sections, no
62    Front-Cover Texts, and no Back-Cover Texts. You may obtain a copy
63    of the &lt;citetitle&gt;GNU Free Documentation License&lt;/citetitle&gt; from
64    the Free Software Foundation by visiting &lt;ulink type="http"
65    url="http://www.fsf.org"&gt;their Web site&lt;/ulink&gt; or by writing to:
66    Free Software Foundation, Inc., 59 Temple Place - Suite 330,
67    Boston, MA 02111-1307, USA.
68   &lt;/para&gt;
69   &lt;para&gt;
70    Many of the names used by companies to distinguish their products and
71    services are claimed as trademarks. Where those names appear in any
72    GNOME documentation, and those trademarks are made aware to the members
73    of the GNOME Documentation Project, the names have been printed in caps
74    or initial caps.
75   &lt;/para&gt;
76  &lt;/legalnotice&gt;
77
78  &lt;releaseinfo&gt;
79   This is version XXX of the APPLETNAME applet manual.
80  &lt;/releaseinfo&gt;
81 &lt;/artheader&gt;
82
83 &lt;!-- ============= Document Body ============================= --&gt;
84
85 &amp;APPLETNAME.sgml;
86
87&lt;/article&gt;
88
89
90
91
92
93</pre>
94        <pre class="programlisting">
95
96        &lt;!--  Template Version: 1.0.1  (do not remove this line) --&gt;
97
98 &lt;sect1 id="APPLET"&gt;
99  &lt;title&gt;APPLET Applet&lt;/title&gt;
100
101  &lt;para&gt;
102   &lt;application&gt;APPLET&lt;/application&gt; applet, shown in &lt;xref
103   linkend="APPLETapplet-fig"&gt;, allows you to &amp;hellip;.  To add this
104   applet to a &lt;interface&gt;Panel&lt;/interface&gt;, 
105   right-click on the &lt;interface&gt;Panel&lt;/interface&gt; and choose
106   &lt;menuchoice&gt;
107    &lt;guimenu&gt;Panel&lt;/guimenu&gt;
108    &lt;guisubmenu&gt;Add to panel&lt;/guisubmenu&gt;
109    &lt;guisubmenu&gt;Applet&lt;/guisubmenu&gt;
110    &lt;guisubmenu&gt;SECTION&lt;/guisubmenu&gt;
111    &lt;guimenuitem&gt;APPLET&lt;/guimenuitem&gt;
112   &lt;/menuchoice&gt;.
113  &lt;/para&gt;
114
115  &lt;figure id="APPLETapplet-fig"&gt;
116   &lt;title&gt;APPLET Applet&lt;/title&gt;
117   &lt;screenshot&gt;
118    &lt;screeninfo&gt;APPLET Applet&lt;/screeninfo&gt;
119    &lt;graphic format="png" fileref="APPLET_applet" 
120    srccredit="YOURNAME"&gt;
121    &lt;/graphic&gt;
122   &lt;/screenshot&gt;
123  &lt;/figure&gt;
124
125  &lt;!-- ============= Usage  ================================ --&gt;
126  &lt;sect2 id="APPLET-usage"&gt;
127   &lt;title&gt;Usage&lt;/title&gt;
128   &lt;para&gt;
129    (Place a short description of how to use the applet here.)
130   &lt;/para&gt;
131
132   &lt;para&gt;
133    Right-clicking on the applet brings up a menu containing the
134    following items:
135    &lt;itemizedlist&gt;
136
137     &lt;listitem&gt;
138      &lt;para&gt;
139       &lt;guimenuitem&gt;Properties&amp;hellip;&lt;/guimenuitem&gt; &amp;mdash;
140       opens the &lt;link linkend="APPLET-prefs"&gt;
141       &lt;guilabel&gt;Properties&lt;/guilabel&gt;&lt;/link&gt; dialog.
142      &lt;/para&gt;
143     &lt;/listitem&gt;
144
145     &lt;listitem&gt;
146      &lt;para&gt;
147       &lt;guimenuitem&gt;Help&lt;/guimenuitem&gt; &amp;mdash;
148       displays this document.
149      &lt;/para&gt;
150     &lt;/listitem&gt;
151
152     &lt;listitem&gt;
153      &lt;para&gt;
154       &lt;guimenuitem&gt;About&amp;hellip;&lt;/guimenuitem&gt; &amp;mdash;
155       shows basic information about &lt;application&gt;APPLET
156       Applet&lt;/application&gt;, including the applet's version and the
157       author's name.
158      &lt;/para&gt;
159     &lt;/listitem&gt;
160
161    &lt;/itemizedlist&gt;
162   &lt;/para&gt;
163  &lt;/sect2&gt;
164
165
166  &lt;!-- ============= Customization ============================= --&gt;
167  &lt;sect2 id="APPLET-prefs"&gt;
168    &lt;title&gt;Customization&lt;/title&gt;
169    &lt;para&gt;
170      You can customize &lt;application&gt;APPLET&lt;/application&gt;
171      applet by right-clicking on it and choosing
172      &lt;guimenuitem&gt;Properties&amp;hellip;&lt;/guimenuitem&gt;. This will open the
173      &lt;interface&gt;Properties&lt;/interface&gt; dialog(shown in &lt;xref
174      linkend="APPLET-settings-fig"&gt;), which allows you to
175      change various settings.
176    &lt;/para&gt;
177
178    &lt;figure id="APPLET-settings-fig"&gt;
179     &lt;title&gt;Properties dialog&lt;/title&gt;
180     &lt;screenshot&gt;
181      &lt;screeninfo&gt;Properties dialog&lt;/screeninfo&gt;
182      &lt;graphic format="png" fileref="APPLET_settings"
183      srccredit="YOURNAME"&gt;
184      &lt;/graphic&gt;
185     &lt;/screenshot&gt;
186    &lt;/figure&gt;
187
188    &lt;para&gt;
189     The properties are:
190     &lt;itemizedlist&gt;
191
192      &lt;listitem&gt;
193       &lt;para&gt;
194        (Configuration Item Label) &amp;mdash; If this button is
195        checked&amp;hellip;(description)
196       &lt;/para&gt;
197      &lt;/listitem&gt;
198
199      &lt;listitem&gt;
200       &lt;para&gt;
201        (Configuration Item Label) &amp;mdash; Selecting this
202        button&amp;hellip;(description)
203       &lt;/para&gt;
204      &lt;/listitem&gt;
205
206      &lt;listitem&gt;
207       &lt;para&gt;
208        (Configuration Item Label) &amp;mdash; Enter the name of
209        &amp;hellip;(description)
210       &lt;/para&gt;
211      &lt;/listitem&gt;
212     &lt;/itemizedlist&gt;
213    &lt;/para&gt;
214
215    &lt;para&gt; 
216      After you have made all the changes you want, click on
217      &lt;guibutton&gt;OK&lt;/guibutton&gt; to apply the changes and close the
218      &lt;interface&gt;Properties&lt;/interface&gt; dialog. To cancel the changes
219      and return to previous values, click the
220      &lt;guibutton&gt;Close&lt;/guibutton&gt; button.
221    &lt;/para&gt;
222  &lt;/sect2&gt;
223
224
225  &lt;!-- ============= Bugs ================================== --&gt;
226  &lt;!-- This section should describe known bugs and limitations of
227       the program if there are any - please be frank and list all
228       problems you know of --&gt;
229  &lt;sect2 id="bugs"&gt;
230   &lt;title&gt;Known Bugs and Limitations&lt;/title&gt;
231   &lt;para&gt;
232    This applet has no known bugs.
233   &lt;/para&gt;
234  &lt;/sect2&gt;
235
236
237  &lt;!-- ============= Authors ================================ --&gt;
238
239  &lt;sect2 id="authors"&gt;
240   &lt;title&gt;Authors&lt;/title&gt;
241   &lt;para&gt;
242    &lt;application&gt;APPLET&lt;/application&gt; was written by GNOME-HACKER
243    (&lt;email&gt;hacker@gnome.org&lt;/email&gt;).  Please send all comments,
244    suggestions, and bug 
245    reports to the &lt;ulink url="http://bugs.gnome.org" type="http"&gt;GNOME
246    bug tracking database&lt;/ulink&gt;. (Instructions for submitting bug
247    reports can be found &lt;ulink
248    url="http://bugs.gnome.org/Reporting.html" type="http"&gt;
249    on-line&lt;/ulink&gt;.  You can also use &lt;application&gt;Bug Report
250    Tool&lt;/application&gt; (&lt;command&gt;bug-buddy&lt;/command&gt;), available in the
251    &lt;guisubmenu&gt;Utilities&lt;/guisubmenu&gt; submenu of &lt;guimenu&gt;Main
252    Menu&lt;/guimenu&gt;, for submitting bug reports.
253   &lt;/para&gt;
254
255   &lt;para&gt;
256    This manual was written by ME
257    (&lt;email&gt;MYNAME@MYADDRESS&lt;/email&gt;). Please send all comments and
258    suggestions regarding this manual to the &lt;ulink type="http"
259    url="http://developer.gnome.org/projects/gdp"&gt;GNOME Documentation
260    Project&lt;/ulink&gt;  by sending an email to
261    &lt;email&gt;docs@gnome.org&lt;/email&gt;. You can also submit comments online
262    by using the &lt;ulink type="http"
263    url="http://www.gnome.org/gdp/doctable/"&gt;GNOME Documentation
264    Status Table&lt;/ulink&gt;.
265   &lt;/para&gt;
266
267   &lt;!-- For translations: uncomment this:
268
269   &lt;para&gt;
270    Latin translation was done by ME
271    (&lt;email&gt;MYNAME@MYADDRESS&lt;/email&gt;). Please send all  comments  and
272    suggestions regarding this translation to SOMEWHERE.
273   &lt;/para&gt;
274
275   --&gt;
276
277  &lt;/sect2&gt;
278
279
280  &lt;!-- ============= Application License ============================= --&gt;
281
282  &lt;sect2 id="license"&gt;
283   &lt;title&gt;License&lt;/title&gt;
284   &lt;para&gt;
285    This program is free software; you can redistribute it and/or
286    modify it under the terms of the &lt;citetitle&gt;GNU General Public
287    License&lt;/citetitle&gt; as published by the Free Software Foundation;
288    either version 2 of the License, or (at your option) any later
289    version.
290   &lt;/para&gt;
291   &lt;para&gt;
292    This program is distributed in the hope that it will be useful, but
293    WITHOUT ANY WARRANTY; without even the implied warranty of
294    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
295    &lt;citetitle&gt;GNU General Public License&lt;/citetitle&gt; for more details.
296   &lt;/para&gt;
297   &lt;para&gt;
298    A copy of the &lt;citetitle&gt;GNU General Public License&lt;/citetitle&gt; is
299    included as an appendix to the &lt;citetitle&gt;GNOME Users
300    Guide&lt;/citetitle&gt;.  You may also obtain a copy of the
301    &lt;citetitle&gt;GNU General Public License&lt;/citetitle&gt; from the Free
302    Software Foundation by visiting &lt;ulink type="http"
303    url="http://www.fsf.org"&gt;their Web site&lt;/ulink&gt; or by writing to
304    &lt;address&gt;
305     Free Software Foundation, Inc.
306     &lt;street&gt;59 Temple Place&lt;/street&gt; - Suite 330
307     &lt;city&gt;Boston&lt;/city&gt;, &lt;state&gt;MA&lt;/state&gt; &lt;postcode&gt;02111-1307&lt;/postcode&gt;
308     &lt;country&gt;USA&lt;/country&gt;
309    &lt;/address&gt;
310   &lt;/para&gt;
311  &lt;/sect2&gt;
312
313 &lt;/sect1&gt;
314
315
316
317
318
319
320
321
322</pre>
323      </p></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a href="apa.html">Prev</a>�</td><td width="20%" align="center"><a href="index.html">Home</a></td><td width="40%" align="right">�<a href="apas03.html">Next</a></td></tr><tr><td width="40%" align="left">A. Document Templates�</td><td width="20%" align="center"><a href="apa.html">Up</a></td><td width="40%" align="right">�Template 2: Applet Manual For GNOME 2.x</td></tr></table></div></body></html>
324