On 8/14/05, autolysis <aut...@gm...> wrote:
> I followed all the steps in installing the required modules and
> configurations. But when i run
>=20
> ./genxref -url=3D/var/www/html
>=20
> the process failed with an error message "No config found
> at /var/www/html/"
That's because /var/www/html isn't a URL. You need to pass the URL
where the site will appear to genxref, not the source directory. Use
whatever URL you put in the lxr.conf file.
=20
> 1. I want to make sscli browsable, it's written in c/c++/c#/assembly, is
> that possible with lxr?
Yes, if you're using 0.9.x. C, C++ & asm are all well supported. C#
isn't explictly supported right now, but the C parser will probably do
the right thing.
> 2. say i have source code in /home/src/, where would the output of
> indexing be? /var/www/html/lxr or it's stored in database?
It's stored in the database you configured in lxr.conf
=20
> 3. the web front end /var/www/htm/lxr or say http://localhost/lxr
> contains only the template pages and the perl files to query the
> database? is that right?
It should contain the entire lxr install directory, including:
- the templates
- the lxr.conf file
- the search, files, ident & find scripts
- the lib directory tree.
Cheers,
Malcolm
|