> Here's what a typical command line looks like:
>
> java -classpath plucker-build.jar pluckit \
> -V 2 -H http://www.parc.com/ --bpp=0 -N "PARC Home Page" -p ~/temp -f PARCHomePage
Can I make a _STRONG_ recommendation here? Before we go releasing
more ports of the parser, can we please standardize on arguments and options
and case passed to them?
Why -H now? Why not --url? -f becomes --file, -v2 instead of -V 2?
And we should have some sort of master (organized) index of what the
options are, and how to add/create new ones (an "option" guideline guide?)
so that other people don't create their own standard for their own parser.
Using 'wget --help' as a guide, you can see that the options are broken down
logically into relevant sections. Ours, most-certainly are not.. (yes, I
know, go fix it yourself, Dave.. but my plate is very full at the moment).
Something to delegate to one of the not-yet-a-coders?
/d