Changes: - the menus-and-buttons interface is considered mature enough to be offered for general release. - lxr.conf: new and simpler way of entering the URL of your server with 'host_names' 'baseurl' and 'baseurl_aliases' kept for compatibility - lxr.css: more class'es to fine grained control over display - templates: redesigned and new functions added - html-ident-refs.html: removed, being integrated into html-ident.html - ident and search scripts: results are now presented in tabular form for better readability - new languages: added JavaScript and Ruby QA page: http://codelabs.ru/fbsd/ports/qa/devel/lxr/0.10.2
36 lines
864 B
Text
36 lines
864 B
Text
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!
|
|
|