lilalo

diff l3config.pm @ 26:916661a89335

Написал что нового в 0.2.3
author devi
date Thu Nov 03 17:53:03 2005 +0200 (2005-11-03)
parents 6d93c5f1d0e5
children 098664cf339c
line diff
     1.1 --- a/l3config.pm	Wed Nov 02 19:16:11 2005 +0200
     1.2 +++ b/l3config.pm	Thu Nov 03 17:53:03 2005 +0200
     1.3 @@ -40,6 +40,7 @@
     1.4  		"encoding"			=> 	"utf-8",
     1.5  
     1.6  		"cache"				=>	"/tmp/report.xml",
     1.7 +		"cache_stat"			=>	"/tmp/.report.dat",
     1.8  
     1.9  		"output"			=>	"/tmp/report.html",
    1.10  		#"output"			=>	"report.xml",
    1.11 @@ -55,7 +56,14 @@
    1.12  		
    1.13  		comment_width			=>	"300",
    1.14  		time_width			=>	"60",
    1.15 +		
    1.16 +		"mode"				=>	"daemon",		# daemon | normal
    1.17 +		"daemon_sleep_interval"		=>	"1",
    1.18 +		"detach"			=>	"yes",
    1.19 +		"agent_pidfile"			=> 	"$ENV{HOME}/.labmaker/l3-agent.pid",
    1.20  
    1.21 +		"l3-agent"			=>	"l3-agent", 
    1.22 +		
    1.23  		"course-name" => "", 
    1.24  		"course-code" => "", 
    1.25  		"course-date" => "",