This area is a collection of various useful documents in "Plucker" format that I've created. Plucker is an open source software / free software offline reader of HTML files for PalmOS; if you have a Palm, you need this program. Be sure to also install the "Zlib" library, as described at the Plucker website.
I've created a few documents in Plucker format for myself, and I thought that others might want them too. Plucker all by itself does a reasonable job of converting documents to a small screen, but sometimes you can get a better result through a few simple knowledgeable tweaks; you may find the ones I had to tweak especially helpful.
So, here are some useful Plucker documents:
plucker-build -v --stayonhost -M9999 --noimages --zlib-compression \
-H /mnt/cdrom/RH-DOCS/index-en.html -f redhatdocs \
-N "Red Hat Linux Documentation"
perl -pi -e 's/alt=Next/alt="Next "/g;' \
-e 's/alt=Previous/alt="Previous "/g;' -e 's/alt=Up/alt="Up "/g;' \
-- *.html
plucker-build --quiet --stayonhost -M9999 --noimages --zlib-compression \
-H /home/dwheeler/temp/jargon-4.3.1/html/index.html -f jargonfile \
-N "The Jargon File (New Hacker's Dictionary)"
Enjoy! If you like, feel free to see my home page.