From da6eecd03111660ae12221265986ba4b10b155dd Mon Sep 17 00:00:00 2001 From: Klaus Weidenbach Date: Wed, 4 Mar 2015 10:15:16 +0100 Subject: remove Doxygen API Documentation from repository. This removes around 14MB and can get easily generate locally by doxygen util/Doxyfile when needed. Restructured .gitignore a bit and some additions like zotshrc, etc. Fixed a typo in doc/main.bb --- doc/html/namespacefriendica-to-smarty-tpl.html | 376 ------------------------- 1 file changed, 376 deletions(-) delete mode 100644 doc/html/namespacefriendica-to-smarty-tpl.html (limited to 'doc/html/namespacefriendica-to-smarty-tpl.html') diff --git a/doc/html/namespacefriendica-to-smarty-tpl.html b/doc/html/namespacefriendica-to-smarty-tpl.html deleted file mode 100644 index dc2d9796a..000000000 --- a/doc/html/namespacefriendica-to-smarty-tpl.html +++ /dev/null @@ -1,376 +0,0 @@ - - - - - - -The Red Matrix: friendica-to-smarty-tpl Namespace Reference - - - - - - - - - - - - - -
-
- - - - - - - -
-
The Red Matrix -
-
-
- - - - - -
-
- -
-
-
- -
- - - - -
- -
- -
- -
-
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)
-
- -

Referenced by FriendicaSmarty.parsed().

- -
-
- -
-
- - - - -
tuple friendica-to-smarty-tpl.files = os.listdir(path)
-
- -
-
- -
-
- - - - -
string friendica-to-smarty-tpl.ldelim = '{{'
-
- -

Referenced by App.get_template_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/'
-
- -
-
- -
-
- - - - -
string friendica-to-smarty-tpl.path = ''
-
-
- -
-
- - - - -
friendica-to-smarty-tpl.php_tpl = True
-
- -
-
- -
-
- - - - -
string friendica-to-smarty-tpl.rdelim = '}}'
-
- -

Referenced by App.get_template_rdelim().

- -
-
-
-
- -- cgit v1.2.3