r50768 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r50767‎ | r50768 | r50769 >
Date:14:54, 19 May 2009
Author:shinjiman
Status:ok
Tags:
Comment:
changing the Unihan.zip source from ftp to http in order to getting more stable download.
Modified paths:
  • /trunk/phase3/includes/zhtable/Makefile (modified) (history)
  • /trunk/phase3/includes/zhtable/Makefile.py (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/zhtable/Makefile.py
@@ -239,7 +239,7 @@
240240
241241 def main():
242242 #Get Unihan.zip:
243 - url = 'ftp://ftp.unicode.org/Public/UNIDATA/Unihan.zip'
 243+ url = 'http://www.unicode.org/Public/UNIDATA/Unihan.zip'
244244 han_dest = 'Unihan.zip'
245245 GetFileFromURL( url, han_dest )
246246
@@ -435,4 +435,4 @@
436436 f.close()
437437
438438 if __name__ == '__main__':
439 - main()
\ No newline at end of file
 439+ main()
Index: trunk/phase3/includes/zhtable/Makefile
@@ -23,7 +23,7 @@
2424
2525 # Download Unihan database and Traditional Chinese / Simplified Chinese phrases files
2626 Unihan.zip:
27 - wget -nc ftp://ftp.unicode.org/Public/UNIDATA/Unihan.zip
 27+ wget -nc http://www.unicode.org/Public/UNIDATA/Unihan.zip
2828
2929 scim-tables-$(SCIM_TABLES_VER).tar.gz:
3030 wget -nc http://$(SF_MIRROR).dl.sourceforge.net/sourceforge/scim/scim-tables-$(SCIM_TABLES_VER).tar.gz

Status & tagging log