summaryrefslogtreecommitdiff
path: root/docs
authorspiralman <spiralman>2002-08-12 19:23:37 (UTC)
committer spiralman <spiralman>2002-08-12 19:23:37 (UTC)
commite4112ba5ae302195e36ae9fde298dd441747fac7 (patch) (unidiff)
tree1e85140d6e615b2aae4d1605c2fe7fcd58e1bda0 /docs
parenta187321047c4b0328dedcfa46eb6ea88d2b50578 (diff)
downloadopie-e4112ba5ae302195e36ae9fde298dd441747fac7.zip
opie-e4112ba5ae302195e36ae9fde298dd441747fac7.tar.gz
opie-e4112ba5ae302195e36ae9fde298dd441747fac7.tar.bz2
added preliminary docs for the irda applet
Diffstat (limited to 'docs') (more/less context) (ignore whitespace changes)
-rw-r--r--docs/usermanual/irda.sgm34
-rw-r--r--docs/usermanual/usermanual.sgm4
2 files changed, 38 insertions, 0 deletions
diff --git a/docs/usermanual/irda.sgm b/docs/usermanual/irda.sgm
new file mode 100644
index 0000000..2ca48c6
--- a/dev/null
+++ b/docs/usermanual/irda.sgm
@@ -0,0 +1,34 @@
1<chapter><title>IrDA Applet</title>
2<para>
3The IrDA Applet provides a GUI for easilly controlling communication between your device and others using the IrDA
4protocol. You can use it to communicate with PalmOS based devices, cell phones, and almost anything else that
5can use infra red to communicate.
6</para>
7<section><title>Starting IrDA</title>
8<para>
9To start IrDA, click the IrDA Applet icon in the taskbar, and select "Enable IrDA". The icon should then turn red, and
10clicking the icon should then bring up a larger menu. If this does not happen, you do not have the IrDA modules installed
11properly on you device. Make sure you install the IrDA driver package for the device and distribution that you are using.
12</para>
13</section>
14<section><title>Recieving Files</title>
15<para>
16If you want to recieve files like images or contact information from another device, you need to tell your device to
17start looking for other devices. Do this by clicking on the IrDA Applet icon and selectiong "Enable Discovery". A
18green dot should appear in the upper right hand corner of the IrDA Applet icon. Then select "Enable Recieve" from
19the applet's menu, and a white box should appear in the bottom left corner of the IrDA Applet's icon. You can then
20have the other device send the file, and Opie should recieve it and open the file in whatever application is
21appropriate.
22</para>
23<para>
24When you are done recieving files, you will want to select "Disable Recieve" and "Disable Discovery" from the
25IrDA Applet's menu so that you are not wasting system resources.
26</para>
27</section>
28<section><title>Stoping IrDA</title>
29<para>
30Sometimes it is necessary to stop IrDA, usually so that you can use the IR port for another application. To do this,
31select "Disable IrDA" from the IrDA applet's menu.
32</para>
33</section>
34</chapter> \ No newline at end of file
diff --git a/docs/usermanual/usermanual.sgm b/docs/usermanual/usermanual.sgm
index 65d424f..960e426 100644
--- a/docs/usermanual/usermanual.sgm
+++ b/docs/usermanual/usermanual.sgm
@@ -11,6 +11,7 @@
11<!ENTITY embeddedkonsole SYSTEM "embeddedkonsole.sgm"> 11<!ENTITY embeddedkonsole SYSTEM "embeddedkonsole.sgm">
12<!ENTITY software SYSTEM "software.sgm"> 12<!ENTITY software SYSTEM "software.sgm">
13<!ENTITY today SYSTEM "today.sgm"> 13<!ENTITY today SYSTEM "today.sgm">
14<!ENTITY irda SYSTEM "irda.sgm">
14]> 15]>
15<book><title>Opie User Manual</title> 16<book><title>Opie User Manual</title>
16<bookinfo><authorgroup><collab> 17<bookinfo><authorgroup><collab>
@@ -33,4 +34,7 @@
33<part><title>Settings</title> 34<part><title>Settings</title>
34&software; 35&software;
35</part> 36</part>
37<part><title>Applets</title>
38&irda;
39</part>
36</book> 40</book>