[Lxr-commits] CVS: lxr/templates datastorage.conf.part, 1.3, 1.4 lxr.conf, 1.59, 1.60 lxrkernel.con
Brought to you by:
ajlittoz
From: Andre-Littoz <ajl...@us...> - 2013-11-17 09:13:24
|
Update of /cvsroot/lxr/lxr/templates In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv14984/templates Modified Files: datastorage.conf.part lxr.conf lxrkernel.conf tree-server1.conf.part Log Message: templates/lxr.conf, lxrkernel.conf & others: fix syntax errors in LCL Index: datastorage.conf.part =================================================================== RCS file: /cvsroot/lxr/lxr/templates/datastorage.conf.part,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- datastorage.conf.part 7 Nov 2013 17:45:41 -0000 1.3 +++ datastorage.conf.part 17 Nov 2013 09:13:21 -0000 1.4 @@ -43,7 +43,7 @@ #@s: #@ IF !%_globaldb% #@ ASK,DB_name --- Database file? (e.g. /home/myself/storage.db); -2\ - #@ ; ^/,absolute file path required + #@ ; ^/,absolute file path required\ #@ , [^/]$,must be a file #@ CANONR,DB_name ',\' #@ ENDIF Index: lxr.conf =================================================================== RCS file: /cvsroot/lxr/lxr/templates/lxr.conf,v retrieving revision 1.59 retrieving revision 1.60 diff -u -d -r1.59 -r1.60 --- lxr.conf 7 Nov 2013 17:45:41 -0000 1.59 +++ lxr.conf 17 Nov 2013 09:13:21 -0000 1.60 @@ -21,7 +21,7 @@ #- updated for change in LCL statements-- ajl 2013/04/28 #- updated for more common factoring -- ajl 2013/05/13 #- updated for new parameters -- ajl 2013/09/28 -#- added answer validition criteria -- ajl 2013/11/06 +#- added answer validation criteria -- ajl 2013/11/06 ( ################################ @@ -226,8 +226,7 @@ #@MSG Versions can be explicitly enumerated, be read from a file or computed #@MSG by a function. The latter case is recommended for VCS-stored trees. #@ASK,V Version enumeration method?; 1; list, file, function; L,R,F - #- This can come from a file, a function or be explicitly - #- ennumerated. +#- #@CASE %V% #- #- - Case No. 1: versions stored in a file Index: lxrkernel.conf =================================================================== RCS file: /cvsroot/lxr/lxr/templates/lxrkernel.conf,v retrieving revision 1.11 retrieving revision 1.12 diff -u -d -r1.11 -r1.12 --- lxrkernel.conf 7 Nov 2013 17:45:41 -0000 1.11 +++ lxrkernel.conf 17 Nov 2013 09:13:21 -0000 1.12 @@ -60,7 +60,7 @@ #- updated to use LCL statements -- ajl 2012/11/30 #- updated for web server config. -- ajl 2013/01/20 #- updated for more common factoring -- ajl 2013/05/13 -#- added answer validition criteria -- ajl 2013/11/06 +#- added answer validation criteria -- ajl 2013/11/06 ( ################################ Index: tree-server1.conf.part =================================================================== RCS file: /cvsroot/lxr/lxr/templates/tree-server1.conf.part,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- tree-server1.conf.part 7 Nov 2013 17:45:41 -0000 1.2 +++ tree-server1.conf.part 17 Nov 2013 09:13:21 -0000 1.3 @@ -38,11 +38,10 @@ #- [ 'http://localhost/lxr' #- , 'http://mydomain/lxr' #- ] +#- , #- ---- ---- # #- ---- End of deprecated parameters ---- # - #- ---- If you use them, uncomment the comma below ---- # #- -------------------------------------------------------- # -#- , #@DEFINE treeid='' #- @@ -54,7 +53,7 @@ #@ , //[\w-]+(?:\.[\w-]+)*(?::\d+)?/?$,invalid characters in URL #- The trailing comma below is not an error, it defines an empty string # CANON,hostname /$, - , 'host_names' => [ '%hostname%' + 'host_names' => [ '%hostname%' #@ KEEPON --- Alias name ? (hit return to stop):; -3\ #@ ; ^(?i:https??:)?//,not an HTTP URL\ #@ , //[\w-]+(?:\.[\w-]+)*(?::\d+)?/?$,invalid characters in URL @@ -121,8 +120,8 @@ #@ REMIND tree designation (in an order compatible with the URL magic #@ REMIND in the server configuration files). #@ ASK,virtroot --- Full virtual root? (e.g. %virtrootbase%/something); -2\ -#@ CANON,virtroot /+$,,^/*,/ #@ ; ^[^']+$,quotes not allowed +#@ CANON,virtroot /+$,,^/*,/ #@ ELSE #@ ERROR Unknown multiple trees management choice! #@ ERROR If you did not tamper with context file, |