linux-c-programming.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* lxr problem - newbie needs help
@ 2007-05-06 19:06 Shahbaz Khan
  0 siblings, 0 replies; only message in thread
From: Shahbaz Khan @ 2007-05-06 19:06 UTC (permalink / raw)
  To: linux-c-programming

[-- Attachment #1: Type: text/plain, Size: 428 bytes --]

I am using Fedora core 6. I have configured lxr 0.3 with the latest
glimpse but I get the following in the browser:

-> Parent Directory
 -  fileidx
 -  xref

when i click the files it gives me some wierd source code with lots of
funny faces like ones in the ascii command line screens (if that makes
sense at all!).

lxr installprefix is /var/www/lxr/
My document root for apache is /var/www/
attached is my lxr configuration.

[-- Attachment #2: lxr.conf --]
[-- Type: application/octet-stream, Size: 1121 bytes --]

# Configuration file.

# Define typed variable "v", read valueset from file.
variable: v, Version, [/var/www/lxr/source/versions], [/var/www/lxr/source/defversion]

# Define typed variable "a".  First value is default.
variable: a, Architecture, (i386, alpha, m68k, mips, ppc, sparc, sparc64)

# Define the base url for the LXR files.
baseurl: http://127.0.0.1/lxr/http/

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

# The source is here.
sourceroot: /var/www/lxr/source/$v/linux/
srcrootname: Linux

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

# The database files go here.
dbdir: /var/www/lxr/source/$v/

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

# The power of regexps.  This is pretty Linux-specific, but quite
# useful.  Tinker with it and see what it does.  (How's that for
# documentation?)
map: /include/asm[^\/]*/ /include/asm-$a/
map: /arch/[^\/]+/ /arch/$a/


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2007-05-06 19:06 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-05-06 19:06 lxr problem - newbie needs help Shahbaz Khan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).