[Lxr-commits] CVS: html/prototype/LxrConf lxrconfglobparms.shtml, 1.5, 1.6 lxrconftreeparms.shtml,
Brought to you by:
ajlittoz
From: Andre-Littoz <ajl...@us...> - 2013-11-07 16:17:57
|
Update of /cvsroot/lxr/html/prototype/LxrConf In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv8718/prototype/LxrConf Modified Files: lxrconfglobparms.shtml lxrconftreeparms.shtml Log Message: Fixes, new 2.0 features, new tip for '500 Internal Server Error' Index: lxrconfglobparms.shtml =================================================================== RCS file: /cvsroot/lxr/html/prototype/LxrConf/lxrconfglobparms.shtml,v retrieving revision 1.5 retrieving revision 1.6 diff -u -d -r1.5 -r1.6 --- lxrconfglobparms.shtml 18 Mar 2013 08:46:34 -0000 1.5 +++ lxrconfglobparms.shtml 7 Nov 2013 16:17:53 -0000 1.6 @@ -29,7 +29,8 @@ the following list meets general agreement: </p> <pre class="example"> -{ 'tmpdir' => <em>directory_for_temporary_files</em> +{ 'routing' => <em>where_to_find_treename_in_URL</em> # 2.0+ +, 'tmpdir' => <em>directory_for_temporary_files</em> , 'glimpsebin' => <em>path_to_glimpse</em> , 'glimpseindex' => <em>path_to_glimpseindex</em> , 'glimpsedirbase' => <em>root_for_glimpse_indexes</em> # 1.0+ @@ -39,6 +40,7 @@ , 'ectagsbin' => <em>path_to_ctags</em> , 'ectagsconf' => <em>path_to_ectags.conf</em> , 'cvspath' => <em>possible_directories_for_cvs_tools</em> +, 'magicmime' => <em>path_to_magic_numbers_file</em> # 2.0+ , 'host_names' => <em>list_of_host_names</em> Index: lxrconftreeparms.shtml =================================================================== RCS file: /cvsroot/lxr/html/prototype/LxrConf/lxrconftreeparms.shtml,v retrieving revision 1.7 retrieving revision 1.8 diff -u -d -r1.7 -r1.8 --- lxrconftreeparms.shtml 3 Jan 2013 11:07:04 -0000 1.7 +++ lxrconftreeparms.shtml 7 Nov 2013 16:17:53 -0000 1.8 @@ -33,6 +33,7 @@ <pre class="example"> { 'baseurl' => <em>access_URL</em> # deprecated 0.11+ , 'baseurl_aliases'=> <em>URL_aliases</em> # deprecated 0.11+ +, 'treename' => <em>treename_for_argument_routing</em> # 2.0+ , 'virtroot' => <em>URL_without_hostname_part</em> , 'caption' => <em>header_title</em> # 0.10+ , 'shortcaption' => <em>tree_button_title</em> # 0.11+ |