The Hubzilla
 All Classes Namespaces Files Functions Variables Pages
friendica-to-smarty-tpl Namespace Reference

Functions

def fToSmarty
 
def fix_element
 
def convert
 
def help
 

Variables

string ldelim = '{{'
 
string rdelim = '}}'
 
string path = ''
 
string outpath = path+'smarty3/'
 
tuple files = os.listdir(path)
 
 php_tpl = True
 
tuple filename = os.path.join(path,a_file)
 
tuple ext = a_file.split('.')
 
tuple f = open(filename, 'r')
 
tuple newfilename = os.path.join(outpath,a_file)
 
tuple outf = open(newfilename, 'w')
 

Function Documentation

def friendica-to-smarty-tpl.convert (   filename,
  tofilename,
  php_tpl 
)
def friendica-to-smarty-tpl.fix_element (   element)

Referenced by convert().

def friendica-to-smarty-tpl.fToSmarty (   matches)
def friendica-to-smarty-tpl.help (   pname)

Variable Documentation

tuple friendica-to-smarty-tpl.ext = a_file.split('.')
tuple friendica-to-smarty-tpl.f = open(filename, 'r')
tuple friendica-to-smarty-tpl.filename = os.path.join(path,a_file)
tuple friendica-to-smarty-tpl.files = os.listdir(path)
string friendica-to-smarty-tpl.ldelim = '{{'
tuple friendica-to-smarty-tpl.newfilename = os.path.join(outpath,a_file)
tuple friendica-to-smarty-tpl.outf = open(newfilename, 'w')
string friendica-to-smarty-tpl.outpath = path+'smarty3/'
friendica-to-smarty-tpl.php_tpl = True
string friendica-to-smarty-tpl.rdelim = '}}'