blob: edf20e8bdf2d9df4c5c81ca815842ad2b95c7d02 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
|
Configuring LXR
===============
First-time installation
-----------------------
For the first-time installations you should copy the template files
for LXR to your installation
cp %%LXRDIR%%/templates/* %%LXRDIR%%/
Then you should glance over configuration file at
%%LXRDIR%%/lxr.conf
It has some reasonable values for the helper programs, but you should
customize variables like 'baseurl', 'virtroot' and others.
Upgrades
--------
You should look at the contents of the directory
%%LXRDIR%%/templates/
and possibly merge new stuff from it to the corresponding files in
%%LXRDIR%%/
0.9.x -> 0.10.x
===============
Search templates were changed, be sure to look at the files
%%LXRDIR%%/templates/html-ident.html
%%LXRDIR%%/templates/html-search-swish.html
%%LXRDIR%%/templates/html-search-glimpse.html
Happy cross-referencing and code mining!
|