To find out how to do this, read on...
- Download and install Python, either as a precompiled binary from here or get the source from Python.org website and compile it yourself. I compiled it from source with no problems.
- Download the 'binary version, with parsers' from the download section of the Plucker website and install the viewer_en.prc and SysZLib.prc files to your Palm.
- Using the terminal, cd to the unix directory in the plucker folder, su to root, and run install-plucker:
$ su
You'll be prompted to answer a bunch of questions about where the Plucker files will be installed--the defaults worked fine for me.
$ cd .../plucker-1.1.14/unix/
$ ./install-plucker - Plucker uses a config file called .pluckerrc. A sample can be found in plucker-1.1.14/parser/defaults. Copy this file to your home directory and rename it .pluckerrc. Then make a new directory in your home directory called .plucker and copy the file called home.html to it:
(if you're still root, exit)
$ cp .../plucker/parser/defaults/pluckerrc.sample ~/.pluckerrc
$ mkdir .plucker
$ cp .../plucker/parser/defaults/home.html ~/.plucker - Alright, this is it! Run Plucker by typing
$ plucker-build -f home .plucker/home.html
An output file called home.pdb (change the word after -f to whatever you want the doc to be called) will be placed in your .plucker directory. Edit the home.html file to include the sites that you want processed.
#!/bin/sh
plucker-build -f home .plucker/home.html ;
cp ~/.plucker/home.pdb ~/Documents/Palm/Users/MyUserName/Files to Install ;

