swift       07/10/07 12:33:44

  Modified:             pda-guide.xml
  Log:
  Small reorg as synce is not the only way to do things (for instance, non 
Microsoft OS PDAs)

Revision  Changes    Path
1.3                  xml/htdocs/doc/en/draft/pda-guide.xml

file : 
http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/draft/pda-guide.xml?rev=1.3&view=markup
plain: 
http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/draft/pda-guide.xml?rev=1.3&content-type=text/plain
diff : 
http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/draft/pda-guide.xml?r1=1.2&r2=1.3

Index: pda-guide.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/draft/pda-guide.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- pda-guide.xml       6 Oct 2007 17:01:54 -0000       1.2
+++ pda-guide.xml       7 Oct 2007 12:33:44 -0000       1.3
@@ -1,6 +1,6 @@
 <?xml version='1.0' encoding="UTF-8"?>
 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/draft/pda-guide.xml,v 1.2 
2007/10/06 17:01:54 swift Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/draft/pda-guide.xml,v 1.3 
2007/10/07 12:33:44 swift Exp $ -->
 
 <guide link="/doc/en/draft/pda-guide.xml" lang="en">
 <title>Gentoo PDA Guide</title>
@@ -142,7 +142,7 @@
 </chapter>
 
 <chapter>
-<title>Setting Up SynCE</title>
+<title>Using SynCE</title>
 <section>
 <title>Introduction</title>
 <body>
@@ -182,7 +182,8 @@
 </pre>
 
 <p>
-Then, install the <c>app-pda/synce</c> package to obtain the necessary tools.
+Then, install the <c>app-pda/synce</c> and <c>net-dialup/ppp</c> packages to
+obtain the necessary tools.
 </p>
 
 </body>
@@ -203,6 +204,18 @@
 </pre>
 
 <p>
+This step only has to be performed once: it stored the necessary PPP-related
+information inside <path>/etc/ppp/peers/synce-device</path> which is read by 
PPP
+when it is called by <c>synce-serial-start</c>.
+</p>
+
+</body>
+</section>
+<section>
+<title>Accessing The Device</title>
+<body>
+
+<p>
 Now, log on as the user who will be using the PDA and run the <c>vdccm</c>
 command. This tool is the connection manager for SynCE through which programs
 connect to the device.
@@ -223,7 +236,7 @@
 </pre>
 
 <p>
-TOD In some cases, the first attempts fail but this isn't shown immediately. 
You
+In some cases, the first attempts fail but this isn't shown immediately. You
 can rerun the command a few times until the command replies that a serial
 connection is already started. To verify that the connection is done, check if 
a
 ppp interface (like ppp0) is created and has an IP address attached to it.
@@ -235,10 +248,6 @@
 
 </body>
 </section>
-</chapter>
-
-<chapter>
-<title>Working With Your PDA</title>
 <section>
 <title>File Navigation and Manipulation</title>
 <body>
@@ -253,25 +262,29 @@
 </p>
 
 <p>
-TODO examples of file navigation and copying
-</p>
-
-</body>
-</section>
-<section>
-<title>TODO Tools with SynCE support</title>
-<body>
-
-<p>
-TODO
-</p>
+Beware though, the behavior of the tools is not all that intuïtive. For
+instance, the <c>pls</c> tool shows the contents of the <path>My
+Documents</path> directory whereas the <c>pcp</c> tool starts from the <path>My
+Device</path> location. As an example, we'll upload a file to the <path>My
+Documents</path> folder:
+</p>
+
+<pre caption="Uploading a file">
+~$ <i>pls</i>
+Directory               Tue 01 Jan 2002 01:00:00 PM CET  Business/
+Directory               Tue 01 Jan 2002 01:00:00 PM CET  Personal/
+Directory               Tue 01 Jan 2002 01:00:00 PM CET  Templates/
+~$ <i>pcp music.mp3 :"My Documents/music.mp3"</i>
+File copy of 3852416 bytes took 0 minutes and 38 seconds, that's 101379 
bytes/s.
+~$ <i>pls</i>
+Archive        3852416  Wed 02 Jan 2002 07:05:06 PM CET  music.mp3
+Directory               Tue 01 Jan 2002 01:00:00 PM CET  Business/
+Directory               Tue 01 Jan 2002 01:00:00 PM CET  Personal/
+Directory               Tue 01 Jan 2002 01:00:00 PM CET  Templates/
+</pre>
 
 </body>
 </section>
-</chapter>
-
-<chapter>
-<title>SynCE Integration in KDE</title>
 <section>
 <title>SynCE for KDE Project</title>
 <body>
@@ -283,11 +296,6 @@
 can control your PDA from within KDE.
 </p>
 
-</body>
-</section>
-<section>
-<title>Using Raki</title>
-<body>
 
 <p>
 The <c>raki</c> tool is SynCE's PocketPC management tool for KDE. The first 
time
@@ -299,12 +307,20 @@
 
 </body>
 </section>
+</chapter>
+
+<chapter>
+<title>MultiSync</title>
 <section>
-<title>TODO Different sync plugin</title>
+<title>Introduction</title>
 <body>
 
 <p>
-TODO
+The <uri link="http://multisync.sourceforge.net/news.php";>MultiSync</uri>
+project provides plugins for various Gnome and Gnome related tools, including
+Evolution, to synchronise data with external devices, including PDAs. MultiSync
+uses SynCE to communicate with Windows CE/Mobile devices although it also
+supports PDAs that run non-Windows operating systems.
 </p>
 
 </body>



-- 
[EMAIL PROTECTED] mailing list

Reply via email to