Update of /cvsroot/lxr/lxr/templates
In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv2526/templates
Modified Files:
lxr.conf
Log Message:
Remove redundant whitespace from our lxr.conf template.
Index: lxr.conf
===================================================================
RCS file: /cvsroot/lxr/lxr/templates/lxr.conf,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -d -r1.28 -r1.29
--- lxr.conf 20 Dec 2006 19:52:26 -0000 1.28
+++ lxr.conf 20 Dec 2006 19:55:32 -0000 1.29
@@ -3,7 +3,6 @@
#
(
{
-
# Global configuration
# Path to glimpse executables.
@@ -25,10 +24,9 @@
# Location of the ectags.conf file
'ectagsconf' => '/path/to/lib/LXR/Lang/ectags.conf',
-
- # Paths for CVS module
- 'cvspath' => '/bin:/usr/local/bin:/usr/bin:/usr/sbin',
+ # Paths for CVS module
+ 'cvspath' => '/bin:/usr/local/bin:/usr/bin:/usr/sbin',
},
{
@@ -81,17 +79,17 @@
},
# Templates used for headers and footers
- 'htmlhead' => 'html-head.html',
- 'htmltail' => 'html-tail.html',
- 'htmldir' => 'html-dir.html',
- 'htmlident' => 'html-ident.html',
+ 'htmlhead' => 'html-head.html',
+ 'htmltail' => 'html-tail.html',
+ 'htmldir' => 'html-dir.html',
+ 'htmlident' => 'html-ident.html',
'htmlident_refs' => 'html-ident-refs.html',
- 'htmlfind' => 'html-find.html',
- 'htmlsearch' => 'html-search-swish.html',
+ 'htmlfind' => 'html-find.html',
+ 'htmlsearch' => 'html-search-swish.html',
- 'sourcehead' => 'html-head.html',
- 'sourcedirhead' => 'html-head.html',
- 'stylesheet' => 'lxr.css',
+ 'sourcehead' => 'html-head.html',
+ 'sourcedirhead' => 'html-head.html',
+ 'stylesheet' => 'lxr.css',
# sourceroot - where to get the source files from
@@ -108,9 +106,9 @@
# server access does NOT work.
# 'sourceroot' => 'cvs:/hom/karsk/a/CVSROOT/linux',
- # For a BitKeeper repository, specify bk: followed by the path to the
+ # For a BitKeeper repository, specify bk: followed by the path to the
# repository. For BK it is also necessary to specify a 'cachepath' parameter in
- # the 'sourceparams' value below. This should point to a directory where the
+ # the 'sourceparams' value below. This should point to a directory where the
# code can write and read files.
# 'sourceroot' => 'bk:/some/repository/here',
@@ -130,16 +128,16 @@
#
# BK: 'cachepath' is used for temporary files
# GIT: if `do_annotations' is non-zero, the file revision that
- # introduced each line is displayed.
- # `do_blame' will add the author of each line to the
- # output. Keep in mind that the core LXR code
- # will only request author information if
- # annotations are switched on, too!
+ # introduced each line is displayed.
+ # `do_blame' will add the author of each line to the
+ # output. Keep in mind that the core LXR code
+ # will only request author information if
+ # annotations are switched on, too!
#
'sourceparams' => {
- 'cachepath' => '/a/path/here',
- 'do_annotate' => 1,
- 'do_blame' => 1,
+ 'cachepath' => '/a/path/here',
+ 'do_annotate' => 1,
+ 'do_blame' => 1,
},
# The DBI identifier for the database to use
@@ -204,7 +202,7 @@
'Java' => [ 'Java', '(?i)\.java$', 'LXR::Lang::Java', '4' ],
# 'Lisp' => [
- # 'Lisp', '(?i)\.cl$|\.clisp$|\.el$|\.l$|\.lisp$|\.lsp$|\.ml$', 'LXR::Lang::Generic'
+ # 'Lisp', '(?i)\.cl$|\.clisp$|\.el$|\.l$|\.lisp$|\.lsp$|\.ml$', 'LXR::Lang::Generic'
# ],
# No tabwidth specified here as an example
|