Skip to content

Commit 950f479

Browse files
committed
Deactivate broken "legacy" links
This takes care of some broken links from old posts (2005 or before): - deactivate some links to 1.8.0 / 1.8.1 downloads - deactivate some links to conference material of Matz - deactivate a link to a Ruby 1.8.2 patch and include the patch in the news post (and translations)
1 parent e1905a8 commit 950f479

14 files changed

+115
-9
lines changed

de/news/_posts/2003-08-04-ruby-180-released.md

+5
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,13 @@ Long time no minor version-up…
99

1010
Here is an initial official release of a stable version **ruby 1.8**.
1111

12+
The _download site_ will lead you to the source code
13+
ruby-1.8.0.tar.gz. Its MD5SUM is:
14+
15+
<!--
1216
The [download site][1] will lead you to the source code
1317
ruby-1.8.0.tar.gz. Its MD5SUM is:
18+
-->
1419

1520
582a65e52598a4a1e9fce523e16e67d6
1621

de/news/_posts/2003-12-25-ruby-181-is-out.md

+5
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,13 @@ author: "sughimsi"
55
lang: de
66
---
77

8+
Latest stable release _ruby 1.8.1_ is finally announced: This is
9+
mainly a bug fix release.
10+
11+
<!--
812
Latest stable release [ruby 1.8.1][1] is finally announced: This is
913
mainly a bug fix release.
14+
-->
1015

1116
Mirroring volunteers are welcome. The Md5 check sum is
1217

de/news/_posts/2005-07-01-xmlrpcipimethods-vulnerability.md

+15-2
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,18 @@ ruby\_1\_8 branch.
2020

2121
Please apply this patch for ruby-1.8.2.
2222

23-
* [ruby-1.8.2-xmlrpc-ipimethods-fix.diff](/patches/ruby-1.8.2-xmlrpc-ipimethods-fix.diff)
24-
23+
* www.ruby-lang.org/patches/ruby-1.8.2-xmlrpc-ipimethods-fix.diff
24+
^
25+
26+
--- ruby-1.8.2/lib/xmlrpc/utils.rb.orig 2003-08-15 02:20:14.000000000 +0900
27+
+++ ruby-1.8.2/lib/xmlrpc/utils.rb 2005-07-01 16:33:19.243521736 +0900
28+
@@ -138,7 +138,7 @@
29+
30+
def get_methods(obj, delim=".")
31+
prefix = @prefix + delim
32+
- obj.class.public_instance_methods.collect { |name|
33+
+ obj.class.public_instance_methods(false).collect { |name|
34+
[prefix + name, obj.method(name).to_proc, nil, nil]
35+
}
36+
end
37+
{: .code}

en/news/_posts/2003-08-04-ruby-180-released.md

+5
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,13 @@ Long time no minor version-up…
99

1010
Here is an initial official release of a stable version **ruby 1.8**.
1111

12+
The _download site_ will lead you to the source code
13+
ruby-1.8.0.tar.gz. Its MD5SUM is:
14+
15+
<!--
1216
The [download site][1] will lead you to the source code
1317
ruby-1.8.0.tar.gz. Its MD5SUM is:
18+
-->
1419

1520
582a65e52598a4a1e9fce523e16e67d6
1621

en/news/_posts/2003-12-25-ruby-181-is-out.md

+5
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,13 @@ author: "sughimsi"
55
lang: en
66
---
77

8+
Latest stable release _ruby 1.8.1_ is finally announced: This is
9+
mainly a bug fix release.
10+
11+
<!--
812
Latest stable release [ruby 1.8.1][1] is finally announced: This is
913
mainly a bug fix release.
14+
-->
1015

1116
Mirroring volunteers are welcome. The Md5 check sum is
1217

en/news/_posts/2005-07-01-xmlrpcipimethods-vulnerability.md

+15-2
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,18 @@ ruby\_1\_8 branch.
2020

2121
Please apply this patch for ruby-1.8.2.
2222

23-
* [ruby-1.8.2-xmlrpc-ipimethods-fix.diff](/patches/ruby-1.8.2-xmlrpc-ipimethods-fix.diff)
24-
23+
* www.ruby-lang.org/patches/ruby-1.8.2-xmlrpc-ipimethods-fix.diff
24+
^
25+
26+
--- ruby-1.8.2/lib/xmlrpc/utils.rb.orig 2003-08-15 02:20:14.000000000 +0900
27+
+++ ruby-1.8.2/lib/xmlrpc/utils.rb 2005-07-01 16:33:19.243521736 +0900
28+
@@ -138,7 +138,7 @@
29+
30+
def get_methods(obj, delim=".")
31+
prefix = @prefix + delim
32+
- obj.class.public_instance_methods.collect { |name|
33+
+ obj.class.public_instance_methods(false).collect { |name|
34+
[prefix + name, obj.method(name).to_proc, nil, nil]
35+
}
36+
end
37+
{: .code}

ja/news/_posts/2002-12-10-20021210.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,14 @@ lang: ja
77

88
最近のまつもとさんによる各イベントでの発表資料が公開されました。
99

10+
* Ruby Conference 2002 キーノート
11+
* OOPSLA 「Lessons Learned from Ruby Implementation」
12+
* LL2 「Ruby the Lightweight Language」
13+
* O+F関西 「Ruby Lightweightアプローチ」
14+
15+
<!--
1016
* [Ruby Conference 2002 キーノート](/en/rc2002-minor/)
1117
* [OOPSLA 「Lessons Learned from Ruby Implementation」](/en/oopsla2002/)
1218
* [LL2 「Ruby the Lightweight Language」](/en/ll2/)
1319
* [O+F関西 「Ruby Lightweightアプローチ」](/ja/of-kansai/)
14-
20+
-->

ja/news/_posts/2003-03-03-20030303.md

+6
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,15 @@ author: "maki"
55
lang: ja
66
---
77

8+
きょうはたのしいひなまつり、ということでRuby 1.8.0の2番目のプレビュー版、[Ruby
9+
1.8.0-preview2][1]が公開されました(追記:Windows版バイナリも公開されています)。**追記**\:2003-03-07
10+
指摘がありWindows版のLink間違いを修正しました。
11+
12+
<!--
813
きょうはたのしいひなまつり、ということでRuby 1.8.0の2番目のプレビュー版、[Ruby
914
1.8.0-preview2][1]が公開されました(追記:Windows版バイナリも[公開されています][2])。**追記**\:2003-03-07
1015
指摘がありWindows版のLink間違いを修正しました。
16+
-->
1117

1218
* [ftp://ftp.ruby-lang.org/pub/ruby/1.8/ruby-1.8.0-preview2.tar.gz][1]
1319

ja/news/_posts/2003-08-04-20030804.md

+8
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,19 @@ author: "maki"
55
lang: ja
66
---
77

8+
お待たせしました。Ruby 1.8.0がリリースされました。 ソースコードは
9+
&lt;URL:http://www.ruby-lang.org/download-1.8.0.rbx&gt;から
10+
ダウンロードできます。 (このURLは転送用URLで、ruby-lang.orgではないサイトに
11+
転送され、そこからファイルをダウンロードします。 安全のため、ダウンロードしたファイルのMD5値をmd5sum等で確認することを
12+
おすすめします。 ruby-1.8.0.tar.gzのMD5値は 582a65e52598a4a1e9fce523e16e67d6 です。)
13+
14+
<!--
815
お待たせしました。Ruby 1.8.0がリリースされました。 ソースコードは
916
[&lt;URL:http://www.ruby-lang.org/download-1.8.0.rbx&gt;][1]から
1017
ダウンロードできます。 (このURLは転送用URLで、ruby-lang.orgではないサイトに
1118
転送され、そこからファイルをダウンロードします。 安全のため、ダウンロードしたファイルのMD5値をmd5sum等で確認することを
1219
おすすめします。 ruby-1.8.0.tar.gzのMD5値は 582a65e52598a4a1e9fce523e16e67d6 です。)
20+
-->
1321

1422
Windows版バイナリは[&lt;URL:http://ftp.ruby-lang.org/pub/ruby/binaries/&gt;][2]
1523
[&lt;URL:http://www.dm4lab.to/~usa/ruby/#download&gt;][3]から ダウンロードできます。

ja/news/_posts/2003-12-25-20031225.md

+4
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,12 @@ lang: ja
77

88
Ruby 1.8.1が公開されました。
99

10+
&lt;URL:http://www.ruby-lang.org/cgi-bin/download-1.8.1.mrb&gt;)(ミラーサイトへリダイレクトされます)
11+
12+
<!--
1013
([&lt;URL:\"http://www.ruby-lang.org/cgi-bin/download-1.8.1.mrb\"\|URL:http://www.ruby-lang.org/cgi-bin/download-1.8.1.mrb&gt;](){:
1114
http:=""})(ミラーサイトへリダイレクトされます)
15+
-->
1216

1317
MD5チェックサムは 5d52c7d0e6a6eb6e3bc68d77e794898e です。
1418

ja/news/_posts/2005-07-01-20050701.md

+15-2
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,18 @@ CVSのHEADおよびruby\_1\_8ブランチでは、すでに問題は修正され
1818

1919
また、ruby-1.8.2の場合、以下のパッチを適用することにより、 問題を回避することができます。
2020

21-
* [ruby-1.8.2-xmlrpc-ipimethods-fix.diff](/patches/ruby-1.8.2-xmlrpc-ipimethods-fix.diff)
22-
21+
* www.ruby-lang.org/patches/ruby-1.8.2-xmlrpc-ipimethods-fix.diff
22+
^
23+
24+
--- ruby-1.8.2/lib/xmlrpc/utils.rb.orig 2003-08-15 02:20:14.000000000 +0900
25+
+++ ruby-1.8.2/lib/xmlrpc/utils.rb 2005-07-01 16:33:19.243521736 +0900
26+
@@ -138,7 +138,7 @@
27+
28+
def get_methods(obj, delim=".")
29+
prefix = @prefix + delim
30+
- obj.class.public_instance_methods.collect { |name|
31+
+ obj.class.public_instance_methods(false).collect { |name|
32+
[prefix + name, obj.method(name).to_proc, nil, nil]
33+
}
34+
end
35+
{: .code}

ko/news/_posts/2003-08-04-ruby-180-released.md

+5
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,13 @@ Long time no minor version-up…
99

1010
Here is an initial official release of a stable version **ruby 1.8**.
1111

12+
The _download site_ will lead you to the source code
13+
ruby-1.8.0.tar.gz. Its MD5SUM is:
14+
15+
<!--
1216
The [download site][1] will lead you to the source code
1317
ruby-1.8.0.tar.gz. Its MD5SUM is:
18+
-->
1419

1520
582a65e52598a4a1e9fce523e16e67d6
1621

ko/news/_posts/2003-12-25-ruby-181-is-out.md

+5
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,13 @@ author: "sughimsi"
55
lang: ko
66
---
77

8+
Latest stable release _ruby 1.8.1_ is finally announced: This is
9+
mainly a bug fix release.
10+
11+
<!--
812
Latest stable release [ruby 1.8.1][1] is finally announced: This is
913
mainly a bug fix release.
14+
-->
1015

1116
Mirroring volunteers are welcome. The Md5 check sum is
1217

ko/news/_posts/2005-07-01-xmlrpcipimethods-vulnerability.md

+15-2
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,18 @@ ruby\_1\_8 branch.
2020

2121
Please apply this patch for ruby-1.8.2.
2222

23-
* [ruby-1.8.2-xmlrpc-ipimethods-fix.diff](/patches/ruby-1.8.2-xmlrpc-ipimethods-fix.diff)
24-
23+
* www.ruby-lang.org/patches/ruby-1.8.2-xmlrpc-ipimethods-fix.diff
24+
^
25+
26+
--- ruby-1.8.2/lib/xmlrpc/utils.rb.orig 2003-08-15 02:20:14.000000000 +0900
27+
+++ ruby-1.8.2/lib/xmlrpc/utils.rb 2005-07-01 16:33:19.243521736 +0900
28+
@@ -138,7 +138,7 @@
29+
30+
def get_methods(obj, delim=".")
31+
prefix = @prefix + delim
32+
- obj.class.public_instance_methods.collect { |name|
33+
+ obj.class.public_instance_methods(false).collect { |name|
34+
[prefix + name, obj.method(name).to_proc, nil, nil]
35+
}
36+
end
37+
{: .code}

0 commit comments

Comments
 (0)