On 15 Feb 01, at 12:36, Geoff Hutchison wrote:
> On Thu, 15 Feb 2001, Cormac Robinson wrote:
>
> > Can anybody tell me where the setting is to change the location of the
> > "star.gif". It's currently defaulting to outside the desired
>
> The images are set to a given directory using the image_url_prefix
> attribute and speficially the star is:
>
> <http://www.htdig.org/attrs.html#star_image>
But check CONFIG.in and configure.in to make sure the defaults are
okay (before you run configure). There's one hard-coded image link
in there that configure can't change, and it might not be what you
want. From CONFIG.in:
# IMAGE_DIR
# Define this to be a place that can be accessed by your web server. This is
# where a couple of images will be placed.
#
IMAGE_DIR= @IMAGE_DIR@
#
# IMAGE_URL_PREFIX
# This is the URL to prefix the images placed in IMAGE_DIR.
#
IMAGE_URL_PREFIX= /icons
I finally figured this out (but it drove me nuts for a bit.) I was
setting up a virtual host for the first time (in kind of an odd
configuration) and I didn't have an /icons dir...
Another $.02 from Steve
_______________________________________________
htdig-general mailing list <[EMAIL PROTECTED]>
Information: http://lists.sourceforge.net/lists/listinfo/htdig-general
FAQ: http://htdig.sourceforge.net/FAQ.html