diff options
author | Aaron Weber <aaron@ximian.com> | 2002-11-05 06:41:05 +0800 |
---|---|---|
committer | Aaron Weber <aaron@src.gnome.org> | 2002-11-05 06:41:05 +0800 |
commit | fab377c503df250439b84aba95db023786d33ee1 (patch) | |
tree | 4fe93ea07618e0a1cc908e49a55df29dca565439 /help/C/usage-sync.xml | |
parent | 877e911cdf220fa6dde24df147b9e8843c42fae9 (diff) | |
download | gsoc2013-evolution-fab377c503df250439b84aba95db023786d33ee1.tar.gz gsoc2013-evolution-fab377c503df250439b84aba95db023786d33ee1.tar.zst gsoc2013-evolution-fab377c503df250439b84aba95db023786d33ee1.zip |
All sgml files replaced with xml files. XML files validated. Two new XML
2002-11-04 Aaron Weber <aaron@ximian.com>
* C/*.sgml: All sgml files replaced with xml files. XML files
validated. Two new XML files added: apx-fdl.xml and legal.xml
* C/evolution-C.omf: Altered to fit the GDP template. This may now
work with the GNOME 2.0 DTD, although I could be wrong.
* sgmldocs.make: removed and replaced with xmldocs.make. This will
break all translations until they are also ported to XML. I will
probably begin doing that tomorrow, since it's just markup and not
language stuff.
* C/Makefile.am: added two files to the list. Does this
Makefile get included in another, somewhere, or is it just
detected?
svn path=/trunk/; revision=18538
Diffstat (limited to 'help/C/usage-sync.xml')
-rw-r--r-- | help/C/usage-sync.xml | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/help/C/usage-sync.xml b/help/C/usage-sync.xml new file mode 100644 index 0000000000..45e18e5e82 --- /dev/null +++ b/help/C/usage-sync.xml @@ -0,0 +1,39 @@ + <chapter id="usage-sync"> + <title>Synchronizing Evolution with Hand-Held Devices</title> + <para> + This chapter is very short. It describes how to synchronize + the data on your Palm-OS device with the data you store in + <application>Ximian Evolution</application>. If you need + information on how to set up handheld synchronization, consult + <xref linkend="config-sync"/>. + </para> + + <sect1 id="hotsync"> + <title>Using HotSync</title> + <para> + Put your hand-held device in its cradle and press the + HotSync button. + </para> + +<tip id="sync-tip"> +<title>Palm OS v. 4.0 with Passwords</title> +<para> +If you use Palm OS v. 4.0 and have password protection turned on for +your handheld device, you may encounter trouble synchronizing. If +this happens, try turning off password protection on your handheld, +synchronize it with your desktop computer, and then re-enable password +protection on your handheld. +</para> +</tip> + <para> + If you have followed the set up instructions properly, your + Palm-OS device will synchronize data with <application>Ximian + Evolution</application>. + </para> + + <para> + That's it. + </para> + + </sect1> + </chapter> |