1pilot-hinotes(1) PILOT-LINK pilot-hinotes(1)
2
3
4
6 pilot-hinotes - Syncronize your Hi-Notes database with your desktop
7 machine.
8
10 pilot-link: Userland conduits
11
12
14 pilot-hinotes [-p|--port <port>] [--version] [-q|--quiet] [-?|--help]
15 [--usage] [-d|--dirname dir]
16
17
19 Hi-Notes must be installed on your Palm handheld (and at least one
20 entry must exist within Hi-Notes).
21
22
23 By default, the contents of your Palm's Hi-Notes database (Hi-Not‐
24 eDB.pdb) will be written to STDOUT as a standard Unix mailbox (in
25 mbox-format) file, with each memo as a separate message. The subject of
26 each message will be set as the category.
27
28
29 The memos will be written to STDOUT unless the -d option is specified.
30 Using -d will be save the memos in subdirectories of dir. Each subdi‐
31 rectory will contain the name of a category on the Palm where the
32 record was stored, and will contain the memos found in that category.
33
34
35 Each memo's filename will be the first line (up to the first 40 charac‐
36 ters) of the memo. Control characters, slashes, and equal signs that
37 would otherwise appear in filenames are converted using the correct
38 MIME's quoted-printable encoding.
39
40
41 Please see http://www.cyclos.com/ for more information on Hi-Note.
42
43
45 Note that if you have two memos in the same category whose first lines
46 are identical, one of them will be OVERWRITTEN! This is unavoidable at
47 the present time, but may be fixed in a future release. Also, please
48 note that syncronizing Hi-Note images is not supported at this time,
49 only text.
50
51
53 pilot-hinotes option
54 -d
55 dir
56
57
58 Stores the Hi-Note entries in subdirectories of dir. Each subdirectory
59 will contain the name of a category on the Palm where the record was
60 stored, and will contain the memos found in that category.
61
62
63 Each memo's filename will be the first line (up to the first 40 charac‐
64 ters) of the memo. Control characters, slashes, and equal signs ('=')
65 that would otherwise appear in filenames are converted using the cor‐
66 rect MIME's quoted\-printable encoding methods.
67
68
69 Conduit Options
70 -p, --port
71 <port>
72
73
74 Use device file <port> to communicate with the Palm handheld. If this
75 is not specified, pilot-hinotes will look for the $PILOTPORT environ‐
76 ment variable. If neither are found, pilot-hinotes will print the usage
77 information.
78
79 -q,
80 --quiet
81
82
83 Suppress 'Hit HotSync button' message
84
85 --version
86
87
88 Display the copyright information, version number, license details and
89 build details and exit without connecting.
90
91
92 Help options
93 -?, --help
94
95
96 Show the help message and exit without connecting.
97
98 --usage
99
100
101 Display a brief usage message and exit without connecting.
102
103
105 The program will dump your MemoPad database (MemoDB.pdb) from the Palm
106 and output format suitable for the Hi-Notes application to use.
107
108
109 Please see http://www.cyclos.com/ for more information on Hi-Note.
110
111
113 pilot-hinotes was originally written by Kenneth Albanowski, based on
114 code by Bill Goodman <bgoodman@cyclos.com> and modified by Michael
115 Bravo <mbravo@kronverk.spb.su>
116
117
118 This manual page was converted to XML by Neil Williams <linux@code‐
119 help.co.uk>
120
121
123 We have an online bug tracker. Using this is the only way to ensure
124 that your bugs are recorded and that we can track them until they are
125 resolved or closed. Reporting bugs via email, while easy, is not very
126 useful in terms of accountability. Please point your browser to
127 http://bugs.pilot-link.org: http://bugs.pilot-link.org and report your
128 bugs and issues there.
129
130
132 This program is free software; you can redistribute it and/or modify it
133 under the terms of the GNU General Public License as published by the
134 Free Software Foundation; either version 2 of the License, or (at your
135 option) any later version.
136
137
138 This program is distributed in the hope that it will be useful, but
139 WITHOUT ANY WARRANTY; without even the implied warranty of MER‐
140 CHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General
141 Public License for more details.
142
143
144 You should have received a copy of the GNU General Public License along
145 with this program; if not, write to the Free Software Foundation, Inc.,
146 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
147
148
150 pilot-link(7)
151
152
153
154
1550.12.5 Copyright 1996-2007 FSF pilot-hinotes(1)