| 
						
						
							
								
							
						
						
					 | 
					 | 
					@ -55,13 +55,13 @@ def _icode(_path,_root):
 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					    :path   location of the project
 | 
					 | 
					 | 
					 | 
					    :path   location of the project
 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					    """
 | 
					 | 
					 | 
					 | 
					    """
 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					    _code = """
 | 
					 | 
					 | 
					 | 
					    _code = """
 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					    import cms
 | 
					 | 
					 | 
					 | 
					import cms
 | 
				
			
			
				
				
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					    #
 | 
					 | 
					 | 
					 | 
					#
 | 
				
			
			
				
				
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					    # register this in config.plugins: {"demo":["info"]}
 | 
					 | 
					 | 
					 | 
					# register this in config.plugins: {"demo":["info"]}
 | 
				
			
			
				
				
			
		
	
		
		
	
		
		
	
		
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					
 | 
					 | 
					 | 
					 | 
					
 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					
 | 
					 | 
					 | 
					 | 
					
 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					    @cms.plugins(mimetype='application/json') :
 | 
					 | 
					 | 
					 | 
					@cms.plugins(mimetype='application/json') :
 | 
				
			
			
				
				
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					    def info (**_args):
 | 
					 | 
					 | 
					 | 
					def info (**_args):
 | 
				
			
			
				
				
			
		
	
		
		
	
		
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					    _request= _args['request']
 | 
					 | 
					 | 
					 | 
					    _request= _args['request']
 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					    _config = _args['config']
 | 
					 | 
					 | 
					 | 
					    _config = _args['config']
 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					    return {"version":_config['system']['version'],'title':_config['layout']['header']['title']}
 | 
					 | 
					 | 
					 | 
					    return {"version":_config['system']['version'],'title':_config['layout']['header']['title']}
 | 
				
			
			
		
	
	
		
		
			
				
					| 
						
							
								
							
						
						
						
					 | 
					 | 
					
 
 |