How many of you use the relatively new Netscape "Shopping" button in the
toolbar?
Yeah, I didn't think so.
Well, you will now! Set it up to go wherever you'd like!
Just add these lines to your ~/.Xdefaults file.
(On my Debian system here at work, I discovered that Netscape
was looking for "~/.Xdefaults-atari" ("atari" is my box's hostname),
so I just made a symbolic link.)
Netscape*myshopping.tipString: POPUP_TEXT
Netscape*myshopping.documentationString: DOCUMENTATION_TEXT
Netscape*toolBar*myshopping.labelString: LABEL_TEXT
Netscape*strings.22495: HTTP://SOME.URL/TO/GO/TO/
You can similarly make other buttons do things this way, as well.
(I'm also discovering how to hack Netscape (thanks to "prefrences.js"
and searching through the binary) so that the program runs as though it's
on an "appliance" machine... ie, restricted use... no toolbar, no URL bar,
max number of windows, etc.)
-bill!