diff options
-rw-r--r-- | Master/doc.html | 2 | ||||
-rw-r--r-- | Master/tlpkg/installer/ctan-mirrors.pl | 12 |
2 files changed, 6 insertions, 8 deletions
diff --git a/Master/doc.html b/Master/doc.html index bb958bcf29e..4df508249fd 100644 --- a/Master/doc.html +++ b/Master/doc.html @@ -3779,7 +3779,7 @@ Catcode table stable support </small></li> <li><b><a href="texmf-dist/doc/support/ctan_chk">ctan_chk</a></b>:<small> -Ctan guidelines verifier and corrector for uploading projects +CTAN guidelines verifier and corrector for uploading projects <a href="texmf-dist/doc/support/ctan_chk/ctan_chk.pdf">ctan_chk.pdf</a>. </small></li> diff --git a/Master/tlpkg/installer/ctan-mirrors.pl b/Master/tlpkg/installer/ctan-mirrors.pl index 003ea2fdd2f..70ca3074f06 100644 --- a/Master/tlpkg/installer/ctan-mirrors.pl +++ b/Master/tlpkg/installer/ctan-mirrors.pl @@ -5,7 +5,6 @@ $mirrors = { }, 'South Africa' => { 'http://ctan.mirror.ac.za/' => 1, - 'http://ftp.leg.uct.ac.za/pub/packages/ctan/' => 1, 'http://ftp.sun.ac.za/ftp/CTAN/' => 1 } }, @@ -15,15 +14,13 @@ $mirrors = { 'http://mirrors.tuna.tsinghua.edu.cn/CTAN/' => 1, 'http://mirrors.ustc.edu.cn/CTAN/' => 1 }, - 'India' => { - 'http://ctan.imsc.res.in/' => 1 - }, 'Iran' => { 'http://ctan.asis.io/' => 1, 'http://ctan.um.ac.ir/' => 1, 'http://ctan.yazd.ac.ir/' => 1 }, 'Japan' => { + 'ftp://ftp.kddilabs.jp/CTAN/' => 1, 'ftp://ftp.u-aizu.ac.jp/pub/tex/CTAN/' => 1, 'http://ftp.jaist.ac.jp/pub/CTAN/' => 1 }, @@ -38,9 +35,6 @@ $mirrors = { 'Taiwan' => { 'ftp://ftp.ccu.edu.tw/pub/tex/' => 1, 'http://ftp.yzu.edu.tw/CTAN/' => 1 - }, - 'Thailand' => { - 'http://ctan.megagod.net/tex-archive/' => 1 } }, 'Australasia' => { @@ -80,6 +74,7 @@ $mirrors = { 'ftp://ftp.tu-chemnitz.de/pub/tex/' => 1, 'http://ctan.space-pro.be/tex-archive/' => 1, 'http://ftp.fau.de/ctan/' => 1, + 'http://mirror.physik-pool.tu-berlin.de/tex-archive/' => 1, 'http://vesta.informatik.rwth-aachen.de/ftp/pub/mirror/ctan/' => 1 }, 'Greece' => { @@ -120,6 +115,9 @@ $mirrors = { 'Spain' => { 'http://osl.ugr.es/CTAN/' => 1 }, + 'Sweden' => { + 'http://ftp.acc.umu.se/mirror/CTAN/' => 1 + }, 'Switzerland' => { 'http://mirror.switch.ch/ftp/mirror/tex/' => 1, 'http://www.pirbot.com/mirrors/ctan/' => 1 |