Skip to content

Commit 0eaffdb

Browse files
committed
Merge pull request ruby#297 from ruby/introduce-cdn
Introduce cache.ruby-lang.org
2 parents 27be71d + b1eb0b1 commit 0eaffdb

File tree

5 files changed

+47
-11
lines changed

5 files changed

+47
-11
lines changed

_config.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,19 +27,19 @@ downloads:
2727
stable:
2828
version: 2.0.0-p247
2929
url:
30-
bz2: https://ftp.ruby-lang.org/pub/ruby/2.0/ruby-2.0.0-p247.tar.bz2
31-
gz: https://ftp.ruby-lang.org/pub/ruby/2.0/ruby-2.0.0-p247.tar.gz
32-
zip: https://ftp.ruby-lang.org/pub/ruby/2.0/ruby-2.0.0-p247.zip
30+
bz2: http://cache.ruby-lang.org/pub/ruby/2.0/ruby-2.0.0-p247.tar.bz2
31+
gz: http://cache.ruby-lang.org/pub/ruby/2.0/ruby-2.0.0-p247.tar.gz
32+
zip: http://cache.ruby-lang.org/pub/ruby/2.0/ruby-2.0.0-p247.zip
3333
md5:
3434
bz2: 60913f3eec0c4071f44df42600be2604
3535
gz: c351450a0bed670e0f5ca07da3458a5b
3636
zip: 7548f781d868456e84afcd0327c7f894
3737
previous:
3838
version: 1.9.3-p448
3939
url:
40-
bz2: https://ftp.ruby-lang.org/pub/ruby/1.9/ruby-1.9.3-p448.tar.bz2
41-
gz: https://ftp.ruby-lang.org/pub/ruby/1.9/ruby-1.9.3-p448.tar.gz
42-
zip: https://ftp.ruby-lang.org/pub/ruby/1.9/ruby-1.9.3-p448.zip
40+
bz2: http://cache.ruby-lang.org/pub/ruby/1.9/ruby-1.9.3-p448.tar.bz2
41+
gz: http://cache.ruby-lang.org/pub/ruby/1.9/ruby-1.9.3-p448.tar.gz
42+
zip: http://cache.ruby-lang.org/pub/ruby/1.9/ruby-1.9.3-p448.zip
4343
md5:
4444
bz2: aa710d386e5903f78f0231868255e6af
4545
gz: a893cff26bcf351b8975ebf2a63b1023

en/downloads/index.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,9 @@ Please try to use a mirror that is near you.
5757

5858
#### Mirror sites via HTTP
5959

60-
* [Japan 1][50] and [mirror][32] (RingServer)
61-
* [Japan 2][63] (Master) - HTTPS
60+
* [CDN][64] (fastly.com)
61+
* [Japan 1][63] (Master) - HTTPS
62+
* [Japan 2][50] and [mirror][32] (RingServer)
6263
* [Britain][49] (The Mirror Service)
6364
* [Germany][51] (AmbiWeb GmbH)
6465
* [Belgium][52] (Easynet)
@@ -75,9 +76,9 @@ Please try to use a mirror that is near you.
7576

7677
#### Mirror sites via FTP
7778

78-
* [Japan 1][31] and [mirror][32] (RingServer)
79-
* [Japan 2][33] (IIJ)
80-
* [Japan 3][35] (Master: ruby-lang.org)
79+
* [Japan 1][35] (Master: ruby-lang.org)
80+
* [Japan 2][31] and [mirror][32] (RingServer)
81+
* [Japan 3][33] (IIJ)
8182
* [South Korea][36] (Korea FreeBSD Users Group)
8283
* [Germany][37] (FU Berlin)
8384
* [Britain][38] (The Mirror Service)
@@ -315,3 +316,4 @@ programming language”.
315316
[61]: http://pluto.cdpa.nsysu.edu.tw/ruby/
316317
[62]: http://ftp.cs.pu.edu.tw/Unix/lang/Ruby/
317318
[63]: https://ftp.ruby-lang.org/pub/ruby/
319+
[64]: http://cache.ruby-lang.org/pub/ruby/
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
layout: news_post
3+
title: "We started distributing source packages via Fastly"
4+
author: "hsbt"
5+
translator: "Marcus Stollsteimer (stomar)"
6+
date: 2013-09-07 11:30:00 UTC
7+
lang: en
8+
---
9+
10+
ruby-lang.org started to provide http://cache.ruby-lang.org for
11+
distributing official Ruby source packages.
12+
We can now fastly distribute packages all over the world
13+
using a content delivery network (CDN).
14+
15+
This CDN is provided by the open source plan of Fastly[1].
16+
Many thanks to Fastly for their support.
17+
18+
[1]: http://www.fastly.com

ja/downloads/index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ Rubyのソースコードや、それを含めた当サイトの内容が、有
3636

3737
### HTTPミラーサイト
3838

39+
* [CDN][54] (fastly.com)
3940
* [日本 1][40]及び[ミラー][22] (RingServer)
4041
* [日本 2][53] (マスターサイト) - HTTPS
4142
* [イギリス][39] (The Mirror Service)
@@ -129,3 +130,4 @@ Posted by Shugo Maeda on 26 May 2006
129130
[51]: http://pluto.cdpa.nsysu.edu.tw/ruby/
130131
[52]: http://ftp.cs.pu.edu.tw/Unix/lang/Ruby/
131132
[53]: https://ftp.ruby-lang.org/pub/ruby/
133+
[54]: http://cache.ruby-lang.org/pub/ruby/
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
layout: news_post
3+
title: "Fastly によるパッケージ配布を開始しました"
4+
author: "hsbt"
5+
translator:
6+
date: 2013-09-07 11:30:00 UTC
7+
lang: ja
8+
---
9+
10+
ruby-lang.org では、公式パッケージの配布元として http://cache.ruby-lang.org を新たに提供開始します。cache.ruby-lang.org は CDN を利用して、世界中の何処でも高速に Ruby のソースコードを配信することが出来ます。
11+
12+
この CDN は Fastly[1] のオープンソース支援プログラムを利用しています。Fastly の皆さんに本当に感謝します。
13+
14+
[1]: http://www.fastly.com

0 commit comments

Comments
 (0)