> - My handspring Visor Deluxe is capable of 4bpp display (programs like
> GrayPaint, etc. prove this) but Plucker only allows me to display embedded
> 1- or 2-bpp images, and complains if I try to put in 4bpp images... is
> there a way around this? Things look pretty good in 2bpp, though.
What version are you using? Are you using Windows? Or Linux? I suspect
you're using the older ppmtoTbmp parser (which was deprecated long ago). You
may want to check out a helpful question on the FAQ:
http://plucker.gnu-designs.com/index.pl/faq#3.2
Did you also change the bit-depth in the actual application itself?
You can find that under the Preferences dialog. See if it's set to 4bpp, or
2bpp. When you build, I assume you're using --bpp=4, yes?
> - If I use a font hack program to change the normal/bold/etc fonts to
> something other than the default height/width (e.g. 6 pt micro font),
> Plucker seems to display OK except when redrawing the screen on page
> up/down (seems to erase/redraw a set number of lines, not checking font
> heights). Any plans to make Plucker fontHack-compatible?
No. It's a hack, expect oddities.
If it causes problems, turn it off for Plucker. Alternately, you could
build Plucker itself with that font embedded into it if you wanted, for your
version.
> - Is there a way to have a home page that references both static and
> dynamic HTML files underneath?
HTTP doesn't do this, how can Plucker?
> I thought the "cache" feature might be there for this, but apparently not
> (what is the advantage of "cache" vs. a single database file?) My current
> solution is to just have separate database files for static and dynamic
> stuff, e.g. linux.pdb and news.pdb. No big deal....
Sounds like you want to use Sitescooper's caching, and write out
Plucker format documents.
Hope that helps.
/d