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/friendica-to-smarty-tpl_8py.html | 158 ------------------------------ 1 file changed, 158 deletions(-) delete mode 100644 doc/html/friendica-to-smarty-tpl_8py.html (limited to 'doc/html/friendica-to-smarty-tpl_8py.html') diff --git a/doc/html/friendica-to-smarty-tpl_8py.html b/doc/html/friendica-to-smarty-tpl_8py.html deleted file mode 100644 index dc7ba225d..000000000 --- a/doc/html/friendica-to-smarty-tpl_8py.html +++ /dev/null @@ -1,158 +0,0 @@ - - - - - - -The Red Matrix: util/friendica-to-smarty-tpl.py File Reference - - - - - - - - - - - - - -
-
- - - - - - - -
-
The Red Matrix -
-
-
- - - - - -
-
- -
-
-
- -
- - - - -
- -
- -
- -
-
friendica-to-smarty-tpl.py File Reference
-
-
- - - - -

-Namespaces

namespace  friendica-to-smarty-tpl
 
- - - - - - - - - -

-Functions

def friendica-to-smarty-tpl.fToSmarty
 
def friendica-to-smarty-tpl.fix_element
 
def friendica-to-smarty-tpl.convert
 
def friendica-to-smarty-tpl.help
 
- - - - - - - - - - - - - - - - - - - - - - - -

-Variables

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