author | spiralman <spiralman> | 2002-08-12 19:23:37 (UTC) |
---|---|---|
committer | spiralman <spiralman> | 2002-08-12 19:23:37 (UTC) |
commit | e4112ba5ae302195e36ae9fde298dd441747fac7 (patch) (side-by-side diff) | |
tree | 1e85140d6e615b2aae4d1605c2fe7fcd58e1bda0 /docs | |
parent | a187321047c4b0328dedcfa46eb6ea88d2b50578 (diff) | |
download | opie-e4112ba5ae302195e36ae9fde298dd441747fac7.zip opie-e4112ba5ae302195e36ae9fde298dd441747fac7.tar.gz opie-e4112ba5ae302195e36ae9fde298dd441747fac7.tar.bz2 |
added preliminary docs for the irda applet
-rw-r--r-- | docs/usermanual/irda.sgm | 34 | ||||
-rw-r--r-- | docs/usermanual/usermanual.sgm | 4 |
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 @@ +<chapter><title>IrDA Applet</title> +<para> +The IrDA Applet provides a GUI for easilly controlling communication between your device and others using the IrDA +protocol. You can use it to communicate with PalmOS based devices, cell phones, and almost anything else that +can use infra red to communicate. +</para> +<section><title>Starting IrDA</title> +<para> +To start IrDA, click the IrDA Applet icon in the taskbar, and select "Enable IrDA". The icon should then turn red, and +clicking the icon should then bring up a larger menu. If this does not happen, you do not have the IrDA modules installed +properly on you device. Make sure you install the IrDA driver package for the device and distribution that you are using. +</para> +</section> +<section><title>Recieving Files</title> +<para> +If you want to recieve files like images or contact information from another device, you need to tell your device to +start looking for other devices. Do this by clicking on the IrDA Applet icon and selectiong "Enable Discovery". A +green dot should appear in the upper right hand corner of the IrDA Applet icon. Then select "Enable Recieve" from +the applet's menu, and a white box should appear in the bottom left corner of the IrDA Applet's icon. You can then +have the other device send the file, and Opie should recieve it and open the file in whatever application is +appropriate. +</para> +<para> +When you are done recieving files, you will want to select "Disable Recieve" and "Disable Discovery" from the +IrDA Applet's menu so that you are not wasting system resources. +</para> +</section> +<section><title>Stoping IrDA</title> +<para> +Sometimes it is necessary to stop IrDA, usually so that you can use the IR port for another application. To do this, +select "Disable IrDA" from the IrDA applet's menu. +</para> +</section> +</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 @@ -1,36 +1,40 @@ <!DOCTYPE book PUBLIC "-OASIS//DTD DocBook V4.2//EN" [ <!ENTITY arrow "-->"> <!ENTITY whatis SYSTEM "whatisopie.sgm"> <!ENTITY installation SYSTEM "installation.sgm"> <!ENTITY gettingaround SYSTEM "gettingaround.sgm"> <!ENTITY upgrading SYSTEM "upgrading.sgm"> <!ENTITY contacts SYSTEM "contacts.sgm"> <!ENTITY calendar SYSTEM "calendar.sgm"> <!ENTITY todo SYSTEM "todo.sgm"> <!ENTITY filemanager SYSTEM "filemanager.sgm"> <!ENTITY embeddedkonsole SYSTEM "embeddedkonsole.sgm"> <!ENTITY software SYSTEM "software.sgm"> <!ENTITY today SYSTEM "today.sgm"> +<!ENTITY irda SYSTEM "irda.sgm"> ]> <book><title>Opie User Manual</title> <bookinfo><authorgroup><collab> <collabname>The Opie Team</collabname> </collab></authorgroup></bookinfo> <part><title>Getting Started</title> &whatis; &installation; &gettingaround; &upgrading; </part> <part><title>Applications</title> &contacts; &calendar; &todo; &today; &filemanager; &embeddedkonsole; </part> <part><title>Settings</title> &software; </part> +<part><title>Applets</title> +&irda; +</part> </book> |