Anthony Cargile - 2008-08-12

Every directory on the index page is /source/source/<name>, which is an invalid directory. WHY??!!!!!!!!!!!!!!!!!!!

I have indexed in the db using the genxref (or whatever its called), and my lxr.conf file is fine, except I don't use $v anywhere.

the site in question is www.anthonycargile.com/lxr/http/source (only a test directory and a test main.c are in there, the site heavily formats the default LXR interface to tie in with my design but that should not matter).

Here is lxr.conf:

# Configuration file.

# Define typed variable "v", read valueset from file.
variable: v, Version, [/home/anthony/ac.com/lxr], [/home/anthony/ac.com/lxr]

# Define typed variable "a".  First value is default.
variable: a, Architecture, (i386, Alpha, Motorola&nbsp;68000, Mips, PPC, Sparc, IA-64, ARM, x64)

# Define the base url for the LXR files.
baseurl: http://www.anthonycargile.com/lxr/source

# These are the templates for the HTML heading, directory listing and
# footer, respectively.
htmlhead: /home/anthony/ac.com/lxr/http/template-head
htmltail: /home/anthony/ac.com/lxr/http/template-tail
htmldir:  /home/anthony/ac.com/lxr/http/template-dir

# The source is here.
sourceroot: /home/anthony/ac.com/lxr/source/$v
srcrootname: /com/anthonycargile

# "#include <foo.h>" is mapped to this directory (in the LXR source
# tree)
incprefix: /com/anthonycargile/includes

# The database files go here.
dbdir: /home/anthony/ac.com/lxr/db/

# Glimpse can be found here.
glimpsebin: /local/bin/glimpse

<and the regex stuff>

Please help, I really need this to complete bugzilla, then I'll tie it in with CVS and link to everything in it from my namespace wiki (on the same site, in case anyone wants to help given all of my projects collectively look like the island of broken toys right now despite this somewhat valliant effort).