- site-generator is generic, so no changes. - removed mysql information from site.cfg. - Updated template files to call sqlite queries directly. - Renamed the query files - remove sqlite from file names. - Deleted MySQL specific template files.
		
			
				
	
	
		
			8 lines
		
	
	
		
			152 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			152 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
<!--% USE DBI(constants.driver) %-->
 | 
						|
<!--% FOREACH host IN DBI.query(
 | 
						|
	'select h.hostid from hosts as h'
 | 
						|
) %-->
 | 
						|
,<!--% host.hostid %-->
 | 
						|
<!--% END %-->
 | 
						|
 |