MediaWiki  1.23.0
Makefile.py File Reference

Go to the source code of this file.

Namespaces

 Makefile
 

Functions

def Makefile.applyExcludes (mlist, path)
 
def Makefile.charManualTable (path)
 
def Makefile.customRules (path)
 
def Makefile.defaultWordsTable (src_wordlist, src_tomany, char_conv_table, char_reconv_table)
 
def Makefile.dictToSortedList (src_table, pos)
 
def Makefile.download (url, dest)
 
def Makefile.main ()
 
def Makefile.manualWordsTable (path, conv_table, reconv_table)
 
def Makefile.parserCore (fp, pos, beginmark=None, endmark=None)
 
def Makefile.PHPArray (table)
 
def Makefile.phraseParser (path)
 
def Makefile.removeRules (path, table)
 
def Makefile.tablesParser (path, name)
 
def Makefile.toManyRules (src_table)
 
def Makefile.translate (text, conv_table)
 
def Makefile.tsiParser (path)
 
def Makefile.uncompress (fp, member, encoding='U8')
 
def Makefile.unichr (i)
 
def Makefile.unichr2 (*args)
 
def Makefile.unichr3 (*args)
 
def Makefile.unihanParser (path)
 

Variables

 Makefile._unichr = unichr
 
def Makefile.ezbigParser = lambda path: tablesParser( path, 'EZ-Big.txt.in' )
 
string Makefile.islinux = 'linux'
 
string Makefile.LIBTABE_VER = '0.2.3'
 
 Makefile.open = codecs.open
 
 Makefile.pyversion = platform.python_version()
 
string Makefile.SCIM_PINYIN_VER = '0.5.92'
 
string Makefile.SCIM_TABLES_VER = '0.5.13'
 
string Makefile.SF_MIRROR = 'dfn'
 
 Makefile.unichr = chr
 
string Makefile.UNIHAN_VER = '6.3.0'
 
string Makefile.untargz = 'U8': \
 
string Makefile.unzip = 'U8': \
 
def Makefile.wubiParser = lambda path: tablesParser( path, 'Wubi.txt.in' )
 
def Makefile.zrmParser = lambda path: tablesParser( path, 'Ziranma.txt.in' )