From f95a47bbde2fa78677d5cc47be4f4bb49120e1a8 Mon Sep 17 00:00:00 2001 From: Tamotsu Takahashi Date: Thu, 15 Aug 2024 23:34:06 +0900 Subject: [PATCH] =?UTF-8?q?edict2u=20=E3=82=92=E5=8F=96=E5=BE=97=E3=81=A7?= =?UTF-8?q?=E3=81=8D=E3=82=8B=E3=82=88=E3=81=86=E3=81=AB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit https://github.com/skk-dev/dict/pull/51 で話題になったあと放置されていたのかな? http://ftp.edrdg.org/pub/Nihongo/00INDEX.html によると、 > WARNING!! After nearly 30 years of operation the Monash ftp server has been closed down. This edrdg.org server will continue to operate, however addional files will be rarely be added. Dictionary files such as JMdict, Kanjidic, etc. will still be updated daily. Make sure you note the address: > > (HTTP) http://ftp.edrdg.org/pub/Nihongo/00INDEX.html > (FTP) ftp://ftp.edrdg.org/pub/Nihongo/00INDEX.html > rsync ftp.edrdg.org::nihongo/filname filename とのこと。Google で上位に出る usf.edu はただのコピーなのか、そういう情報は書いてない http://ftp.usf.edu/pub/ftp.monash.edu.au/pub/nihongo/ ていうか、u の付かない euc 版の edict2 もあるのに どうして edict2u を使っているのかしら --- Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 8e98e62..4433955 100644 --- a/Makefile +++ b/Makefile @@ -206,6 +206,8 @@ cldr-common.zip: # http://www.edrdg.org/jmdict/edict.html # ELECTRONIC DICTIONARY RESEARCH AND DEVELOPMENT GROUP GENERAL DICTIONARY LICENCE STATEMENT # http://www.edrdg.org/edrdg/licence.html +# http://ftp.edrdg.org/pub/Nihongo/00INDEX.html +# After nearly 30 years of operation the Monash ftp server has been closed down. SKK-JISYO.edict2: edict2u $(MV) SKK-JISYO.edict2 SKK-JISYO.edict2.ORIG @@ -216,7 +218,7 @@ SKK-JISYO.edict2: edict2u $(MD5) SKK-JISYO.edict2.gz > SKK-JISYO.edict2.gz.md5 edict2u: - $(CURL) -o edict2u.gz http://ftp.monash.edu/pub/nihongo/edict2u.gz + $(CURL) -o edict2u.gz http://ftp.edrdg.org/pub/Nihongo/edict2u.gz $(GZIP) --force --decompress edict2u.gz