Package: plucker
Version: 1.8-3
Severity: minor
File: /usr/share/doc/plucker/README.Debian
FAQ says
Plucker consists of three parts: the parser, the conduit, and the viewer.
In README.Debian mention what they are called on Debian.
The conduit takes the converted HTML files from a directory or from your
computer's system memory (RAM; using the python parser) and places them in
a database on your Palm device, or directs them to a file (which is the
same as the database) on your desktop, which you can sync to your emulator
or your "real" Palm device at a later time.
Add a shell example of all that! Maybe
$ plucker-build > dumb.pdb #reads home.html
$ pilot-xfer -i dumb.pdb
is what is meant.
Perhaps show a makefile fragment:?
%.pdb:%.html
plucker-build $? > $@
%.sent:%.pdb
pilot-xfer -i $?
touch $@
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]