Two questions and a comment:
1. I'm still trying to get named anchors to work. Since the
viewer can only handle named anchors when each anchor has a
corresponding paragraph, I rewrote my index file to start a
new paragraph for each named anchor. But the plucker viewer
still won't jump to any named anchors (it always goes to the
first one no matter which one I click on). The documentation
says Plucker handles named anchors; what's the trick?
The file I'm trying to pluck is
http://www.shallowsky.com/moon/moonpluck.html
2. Where can I get a palmgray2.map/palmgray4.map that work?
I have netpbm 9.14; the RPM didn't come with any of the
palmgray maps, but I snarfed them from netpbm 9.19. But ppmquant
doesn't find palmgray2.map or 4.map, though it finds 1.map.
(I put them all in /lib, where it seems to want them.)
Is 9.14 busted? (The plucker faq says 9.10 or later is fine.)
What's the recommended netpbm version?
The comment: I found out only from reading the source and adding
debug prints that the parser defaults to the ImageMagick image
parser, and to use a different one I had to add
image_parser = netpbm2
to .pluckerrc. This might be a good thing to add to the manual
and/or FAQ page -- or am I just blind and didn't see it?
It might also help to make it clear that python2 is required
(not just python in general) since that would keep people from
running into the "we bet you're on Redhat" FAQ problem.
(Okay, that's really two comments. :-)
...Akkana