Skip to content

Commit d57ef3f

Browse files
committed
Remove mentions of defunct build platforms and runtimes
1 parent 4fd5521 commit d57ef3f

File tree

20 files changed

+19
-187
lines changed

20 files changed

+19
-187
lines changed

bg/about/index.md

+1-13
Original file line numberDiff line numberDiff line change
@@ -156,11 +156,8 @@ Ruby притежава множество други черти, като ня
156156
* Позволява динамично зареждане на разширителни външни библиотеки в
157157
случай, че операционната система го позволява.
158158

159-
* Позволява програмиране с нишки, независимо от операционната система.
160-
161159
* Ruby е преносим език: създаден предимно на GNU/Linux, но работи под
162-
много UNIX-базирани операционни системи, macOS,
163-
Windows, DOS, BeOS, OS/2 и др.
160+
много UNIX-базирани операционни системи, macOS, и Windows.
164161

165162
### Други имплементации на Ruby
166163

@@ -181,11 +178,6 @@ Ruby притежава множество други черти, като ня
181178
* [mruby][mruby] е лека и бърза имплементация на Ruby, която може да бъде
182179
вградена и използвана в приложения. Разработва се от екип начело със
183180
създателя на Ruby Yukihiro "Matz" Matsumoto.
184-
* [IronRuby][ironruby] е имплементация, интегрирана с .NET
185-
Framework.
186-
* [MagLev][maglev] e "бърза, стабилна Ruby имплементация".
187-
* [Cardinal][cardinal] e “Ruby компилатор за виртуалната машина
188-
[Parrot][parrot]” (Perl 6).
189181

190182
### Референции
191183

@@ -210,7 +202,3 @@ Ruby притежава множество други черти, като ня
210202
[jruby]: http://jruby.org
211203
[rubinius]: http://rubini.us
212204
[mruby]: http://www.mruby.org/
213-
[ironruby]: http://www.ironruby.net
214-
[maglev]: http://maglev.github.io
215-
[cardinal]: https://github.com/parrot/cardinal
216-
[parrot]: http://parrot.org

de/about/index.md

+1-15
Original file line numberDiff line numberDiff line change
@@ -180,13 +180,9 @@ Ruby hat eine Fülle weiterer Features, unter ihnen folgende:
180180
* Ruby kann Erweiterungen dynamisch laden, wenn es das Betriebssystem
181181
erlaubt.
182182

183-
* Ruby hat plattformunabhängige Threads. Damit steht unter allen Systemen,
184-
die Ruby unterstützen, auch Multithreading zur Verfügung, sogar unter
185-
MS-DOS!
186-
187183
* Ruby ist in hohem Maße portabel: Es wird vorrangig auf GNU/Linux
188184
entwickelt, arbeitet aber auf vielen UNIX-Varianten wie macOS,
189-
auf Windows, DOS, BeOS, OS/2, usw.
185+
und auf Windows.
190186

191187
### Alternative Ruby-Implementierungen
192188

@@ -213,12 +209,6 @@ Hier ist eine Liste:
213209
gelinkt und in Anwendungen eingebunden werden kann.
214210
Die Entwicklung von mruby wird von Yukihiro “Matz” Matsumoto geleitet,
215211
dem Schöpfer von Ruby.
216-
* [IronRuby][ironruby] integriert sich gut in die .NET-Plattform.
217-
* [MagLev][maglev] definiert sich selbst als „eine schnelle, stabile
218-
Ruby-Implementierung mit integrierter Objektpersistenz und verteiltem
219-
Shared Cache“.
220-
* [Cardinal][cardinal] ist ein „Ruby-Compiler für die
221-
[Parrot][parrot] Virtual Machine“ (Perl 6).
222212

223213
### Referenzen
224214

@@ -244,7 +234,3 @@ November 2001.
244234
[jruby]: http://jruby.org
245235
[rubinius]: http://rubini.us
246236
[mruby]: http://www.mruby.org/
247-
[ironruby]: http://www.ironruby.net
248-
[maglev]: http://maglev.github.io
249-
[cardinal]: https://github.com/parrot/cardinal
250-
[parrot]: http://parrot.org

en/about/index.md

+1-15
Original file line numberDiff line numberDiff line change
@@ -168,12 +168,8 @@ Ruby has a wealth of other features, among which are the following:
168168

169169
* Ruby can load extension libraries dynamically if an OS allows.
170170

171-
* Ruby features OS independent threading. Thus, for all platforms on
172-
which Ruby runs, you also have multithreading, regardless of if the OS
173-
supports it or not, even on MS-DOS!
174-
175171
* Ruby is highly portable: it is developed mostly on GNU/Linux, but
176-
works on many types of UNIX, macOS, Windows, DOS, BeOS, OS/2, etc.
172+
works on many types of UNIX, macOS, and Windows.
177173

178174
### Other Implementations of Ruby
179175

@@ -198,12 +194,6 @@ Here’s a list:
198194
* [mruby][mruby] is a lightweight implementation of the Ruby language
199195
that can be linked and embedded within an application.
200196
Its development is led by Ruby’s creator Yukihiro “Matz” Matsumoto.
201-
* [IronRuby][ironruby] is an implementation “tightly integrated with the .NET
202-
Framework”.
203-
* [MagLev][maglev] is “a fast, stable, Ruby implementation with integrated
204-
object persistence and distributed shared cache”.
205-
* [Cardinal][cardinal] is a “Ruby compiler for [Parrot][parrot] Virtual Machine”
206-
(Perl 6).
207197

208198
For a more complete list, see [Awesome Rubies][awesome-rubies].
209199

@@ -233,8 +223,4 @@ For a more complete list, see [Awesome Rubies][awesome-rubies].
233223
[rubinius]: http://rubini.us
234224
[truffleruby]: https://github.com/oracle/truffleruby
235225
[mruby]: http://www.mruby.org/
236-
[ironruby]: http://www.ironruby.net
237-
[maglev]: http://maglev.github.io
238-
[cardinal]: https://github.com/parrot/cardinal
239-
[parrot]: http://parrot.org
240226
[awesome-rubies]: https://github.com/planetruby/awesome-rubies

en/documentation/faq/1/index.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,7 @@ Ruby features:
6161
* Iterators and closures,
6262
* Garbage collection,
6363
* Dynamic loading (depending on the architecture),
64-
* High transportability (runs on various Unices, Windows, DOS, macOS, OS/2,
65-
Amiga, and so on).
64+
* High transportability (runs on various Unices, Windows, and macOS).
6665

6766
### Show me some Ruby code!
6867

en/documentation/faq/3/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ or [Downloads](/en/downloads/) page.
4747

4848
Ruby is developed under Linux, and is written in fairly straightforward C.
4949
It runs under Linux and other UNIX-like operating systems, macOS,
50-
Windows, DOS, BeOS, Amiga, Acorn Risc OS, and OS/2.
50+
and Windows.
5151

5252
### Where can I get Ruby sources?
5353

en/documentation/faq/9/index.md

-1
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,6 @@ Thread and fork have the following characteristics:
329329
* `fork` is slow, `thread` is not.
330330
* `fork` does not share the memory space.
331331
* `thread` does not cause thrashing.
332-
* `thread` works on DOS.
333332
* When `thread` gets in a deadlock, the whole process stops.
334333
* `fork` can take advantage of pauses waiting for I/O to complete,
335334
`thread` does not (at least not without some help).

es/about/index.md

+1-7
Original file line numberDiff line numberDiff line change
@@ -178,14 +178,8 @@ encuentran las siguientes:
178178
* Puede cargar bibliotecas de extensión dinámicamente si lo permite el
179179
sistema operativo.
180180

181-
* Tiene manejo de hilos (threading) independiente del sistema operativo.
182-
De esta forma, tienes soporte multi-hilo en todas las plataformas en
183-
las que corre Ruby, sin importar si el sistema operativo lo soporta o
184-
no, ¡incluso en MS-DOS!
185-
186181
* Ruby es fácilmente portable: se desarrolla mayoritariamente en
187-
GNU/Linux, pero corre en varios tipos de UNIX, macOS,
188-
Windows, DOS, BeOS, OS/2, etc.
182+
GNU/Linux, pero corre en varios tipos de UNIX, macOS, y Windows.
189183

190184
### Otras implementaciones de Ruby
191185

fr/about/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ parmi lesquelles on peut citer…
198198
le système d’exploitation le permet ;
199199
* une très grande portabilité : développé majoritairement sous
200200
GNU/Linux, Ruby fonctionne aussi sur une grande part des UNIX, macOS,
201-
Windows, DOS, BeOS, OS/2, etc.
201+
et Windows.
202202

203203
### Références
204204

id/about/index.md

+1-17
Original file line numberDiff line numberDiff line change
@@ -182,14 +182,8 @@ Ruby kaya fitur, antara lain sebagai berikut:
182182
* Ruby bisa memuat *extension library* secara dinamis jika sistem operasi
183183
mengizinkan.
184184

185-
* Ruby menyediakan fitur OS *threading* yang independen. Maka, untuk
186-
semua *platform* dimana Ruby berjalan, Anda juga punya *multithreading*,
187-
terlepas dari apakah sistem operasi mendukung *multithreading* atau
188-
tidak, bahkan pada MS-DOS sekalipun!
189-
190185
* Ruby sangat *portable*: Ruby kebanyakan dikembangkan di GNU/Linux,
191-
tetapi juga berjalan di banyak tipe UNIX, macOS,
192-
Windows, DOS, BeOS, OS/2, dan lain-lain.
186+
tetapi juga berjalan di banyak tipe UNIX, macOS, dan Windows.
193187

194188
### Implementasi Lain dari Ruby
195189

@@ -213,12 +207,6 @@ Berikut ini daftarnya:
213207
yang memiliki performa tinggi.
214208
* [mruby][mruby] adalah sebuah implementasi *lightweight* dari bahasa Ruby
215209
yang dapat dihubungkan dan ditanamkan dengan sebuah aplikasi.
216-
* [IronRuby][ironruby] adalah sebuah implementasi “tightly integrated with
217-
the .NET Framework”.
218-
* [MagLev][maglev] adalah “a fast, stable, Ruby implementation with integrated
219-
object persistence and distributed shared cache”.
220-
* [Cardinal][cardinal] adalah “Ruby compiler for [Parrot][parrot] Virtual
221-
Machine” (Perl 6).
222210

223211
Untuk daftar lebih lengkapnya, lihat [Awesome Rubies][awesome-rubies].
224212

@@ -249,8 +237,4 @@ di Ruby, dalam Bahasa Inggris), 22 Desember 2003.
249237
[rubinius]: http://rubini.us
250238
[truffleruby]: https://github.com/oracle/truffleruby
251239
[mruby]: http://www.mruby.org/
252-
[ironruby]: http://www.ironruby.net
253-
[maglev]: http://maglev.github.io
254-
[cardinal]: https://github.com/parrot/cardinal
255-
[parrot]: http://parrot.org
256240
[awesome-rubies]: https://github.com/planetruby/awesome-rubies

id/community/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ untuk memulai petualangan Anda:
6161
Indonesia, baik yang bertempat tinggal di seluruh penjuru Indonesia,
6262
juga orang Indonesia yang sedang tinggal di luar negeri). Berdiskusi
6363
tentang Ruby berikut semua varian-varian Ruby (seperti JRuby,
64-
Rubinius, XRuby, IronRuby, dan lain sebagainya) termasuk juga
64+
Rubinius, XRuby, dan lain sebagainya) termasuk juga
6565
aplikasi-aplikasi yang dibuat dengan Ruby seperti Rails. Anda bisa
6666
bergabung ke grup [Slack][ruby-id-slack] Ruby Indonesia untuk saling berbagi
6767
dengan komunitas.

it/about/index.md

+1-7
Original file line numberDiff line numberDiff line change
@@ -179,14 +179,8 @@ Ruby è in grado di offrire una marea di altre funzionalità, tra cui:
179179
* Ruby è in grado di caricare dinamicamente delle librerie di estensione,
180180
se il sistema operativo lo permette.
181181

182-
* Ruby offre funzionalità di threading indipendenti dal sistema
183-
operativo. In questo modo si può avere multithreading su tutte le
184-
piattaforme in grado di eseguire Ruby, indipendentemente dal fatto che
185-
il sistema operativo lo supporti o meno, anche in DOS!
186-
187182
* Ruby è altamente portatile: è sviluppato principalmente su GNU/Linux,
188-
ma funziona su molte varianti di UNIX, macOS,
189-
Windows, DOS, BeOS, OS/2, ecc.
183+
ma funziona su molte varianti di UNIX, macOS, e Windows.
190184

191185
### Riferimenti
192186

ja/about/index.md

+1-15
Original file line numberDiff line numberDiff line change
@@ -153,11 +153,8 @@ Rubyは次に示すような豊富な機能を持っています。
153153

154154
* OSが許すなら、Rubyは動的なライブラリ拡張をロードすることもできます。
155155

156-
* RubyはOSに依存しないスレッド機構を備えています。これによって、Rubyが動作するすべてのプラットフォーム上で、
157-
OSのサポートなしに(MS-DOSだとしても!)マルチスレッド処理を扱えます。
158-
159156
* Rubyにはとても高い可搬性があります。Rubyは主にGNU/Linux上で開発されていますが、
160-
UNIX、macOS、Windows、DOS、BeOS、OS/2など、多くのOSで動作します。
157+
UNIX、macOS、Windows、多くのOSで動作します。
161158

162159
### さまざまなRuby処理系
163160

@@ -174,13 +171,6 @@ MRI以外のRuby処理系には以下のようなものがあります。
174171
* [mruby][mruby]はRubyの軽量実装です。アプリケーションにリンクし、組み込むことができます。Rubyの作者であるまつもと ゆきひろ氏によって開発が進められています。
175172
* [truffleruby][truffleruby]はGraalVM上に構築された高速なRuby実装です。
176173

177-
#### 以下のバージョンはここ数年ほとんどまたは全く更新されていませんが、引き続き利用可能です。
178-
179-
* [Rubinius][rubinius]は「Rubyで書かれたRuby」です。LLVM上に構築されています。LLVMは他の言語も構築されるよくできた仮想マシンです。
180-
* [IronRuby][ironruby]は、.Netフレームワークにしっかりと統合されたRuby処理系です。
181-
* [MagLev][maglev]は、オブジェクトの永続化と分散共有キャッシュを持った、高速で安定したRuby処理系です。
182-
* [Cardinal][cardinal]はPerl6用の仮想マシンである[Parrot][parrot]上のRubyコンパイラです。
183-
184174
### 参照リンク
185175

186176
<sup>1</sup> Matz, ruby-talk メーリングリスト上での会話, [2000年5月12日][blade]
@@ -203,7 +193,3 @@ MRI以外のRuby処理系には以下のようなものがあります。
203193
[rubinius]: http://rubini.us
204194
[mruby]: http://www.mruby.org/
205195
[truffleruby]: https://github.com/oracle/truffleruby
206-
[ironruby]: http://www.ironruby.net
207-
[maglev]: http://maglev.github.io
208-
[cardinal]: https://github.com/parrot/cardinal
209-
[parrot]: http://parrot.org

ko/about/index.md

+1-11
Original file line numberDiff line numberDiff line change
@@ -132,10 +132,7 @@ Ruby는 개발자의 편의를 위해 많은 기능을 제공합니다. 그 중
132132

133133
* OS가 지원한다면 확장 기능을 동적으로 로드할 수 있습니다.
134134

135-
* Ruby는 운영체제에 의존하지 않는 스레딩 기능을 제공합니다. 그리고 이는 Ruby가 동작하는 모든 플랫폼에 적용되어서 스레드를
136-
지원하지 않는 MS-DOS에서도 다중 스레드 프로그램을 작성할 수 있습니다.
137-
138-
* Ruby는 이식성이 매우 높습니다. 대부분 GNU Linux에서 개발되었지만 대부분의 UNIX, macOS, Windows, DOS, BeOS, OS/2 등에서 동작합니다.
135+
* Ruby는 이식성이 매우 높습니다. 대부분 GNU Linux에서 개발되었지만 대부분의 UNIX, macOS, Windows 등에서 동작합니다.
139136

140137
### Ruby의 다른 구현체들
141138

@@ -153,9 +150,6 @@ MRI가 지원하지 않는 특별한 기능을 가지거나 합니다.
153150
Rubinius는 다른 언어 역시 구축된 멋진 가상 머신 위에서 활동합니다.
154151
* [mruby][mruby]는 Ruby의 경량 구현체로 애플리케이션 안에 링크되거나 포함시킬 수 있습니다.
155152
Ruby의 창시자인 유키히로 “Matz” 마츠모토가 개발을 이끌고 있습니다.
156-
* [IronRuby][ironruby]는 “.NET Framework과 강력하게 통합된” 구현체입니다.
157-
* [MagLev][maglev]는 “통합된 개체 지속성과 분산 공유 캐시를 가진 빠르고, 안정적인 Ruby 구현체”입니다.
158-
* [Cardinal][cardinal]는 “[Parrot][parrot] 가상 기기을 위한 Ruby 컴파일러”(Perl 6)입니다.
159153

160154
### 참조
161155

@@ -182,7 +176,3 @@ MRI가 지원하지 않는 특별한 기능을 가지거나 합니다.
182176
[jruby]: http://jruby.org
183177
[rubinius]: http://rubini.us
184178
[mruby]: http://www.mruby.org/
185-
[ironruby]: http://www.ironruby.net
186-
[maglev]: http://maglev.github.io
187-
[cardinal]: https://github.com/parrot/cardinal
188-
[parrot]: http://parrot.org

pl/about/index.md

+1-16
Original file line numberDiff line numberDiff line change
@@ -177,13 +177,8 @@ Ruby posiada bogactwo innych właściwości, niektóre z nich to:
177177
* Jeśli system operacyjny na to pozwala, Ruby pozwala na dynamiczne
178178
ładowanie bibliotek.
179179

180-
* Ruby posiada wątki, które są niezależne od systemu operacyjnego. To
181-
znaczy, że są one dostępne na każdej platformie, niezależnie od tego,
182-
czy sama platforma wspiera wątki, można ich używać nawet w MS-DOS!
183-
184180
* Ruby jest bardzo przenośny: rozwijany głównie na platformie GNU/Linux,
185-
ale może być używany na wielu typach UNIXów, macOS,
186-
Windows, DOS, BeOS, OS/2, itd.
181+
ale może być używany na wielu typach UNIXów, macOS, Windows, itd.
187182

188183
### Inne implementacje Rubiego
189184

@@ -203,12 +198,6 @@ Tu jest lista:
203198
języki.
204199
* [mruby][mruby] jest lekką implementacją języka Ruby, która może być połączona
205200
i osadzona w aplikacji.
206-
+ Its development is lead by Ruby’s creator Yukihiro “Matz” Matsumoto.
207-
* [IronRuby][ironruby] jest implementacją “ściśle zintegrowaną z frameworkiem .NET”.
208-
* [MagLev][maglev] jest “szybką, stabilną, implementacją Rubiego ze zintegrowaną
209-
trwałością obiektów i rozproszonym wpsółdzielonym cachem”.
210-
* [Cardinal][cardinal] jest “kompilatorem Rubiego dla [Parrot][parrot] Virtual Machine”
211-
(Perl 6).
212201

213202
### Odnośniki
214203

@@ -233,7 +222,3 @@ Tu jest lista:
233222
[jruby]: http://jruby.org
234223
[rubinius]: http://rubini.us
235224
[mruby]: http://www.mruby.org/
236-
[ironruby]: http://www.ironruby.net
237-
[maglev]: http://maglev.github.io
238-
[cardinal]: https://github.com/parrot/cardinal
239-
[parrot]: http://parrot.org

pt/about/index.md

+1-16
Original file line numberDiff line numberDiff line change
@@ -181,14 +181,9 @@ seguintes:
181181
* O Ruby pode carregar bibliotecas de extensão (_extension libraries_)
182182
dinamicamente se o Sistema Operacional permitir.
183183

184-
* O Ruby tem um sistema de _threading_ independente do Sistema Operacional.
185-
Portanto, para todas as plataformas nas quais o Ruby roda, temos
186-
_multithreading_ independentemente de o Sistema Operacional suportar ou
187-
não, temos _multithreading_ até em MS-DOS!
188-
189184
* O Ruby é altamente portável: é desenvolvido principalmente em ambiente
190185
GNU/Linux, mas trabalha em muitos tipos de ambientes UNIX, macOS,
191-
Windows, DOS, BeOS, OS/2, etc.
186+
Windows, etc.
192187

193188
### Outras Implementações do Ruby
194189

@@ -212,12 +207,6 @@ Segue uma lista:
212207
* [mruby][mruby] é uma implementação leve da linguagem Ruby que pode ser
213208
vinculada e embutida em uma aplicação. Seu desenvolvimento é conduzido
214209
pelo criador do Ruby, Yukihiro “Matz” Matsumoto.
215-
* [IronRuby][ironruby] é uma implementação “fortemente integrada ao .NET
216-
Framework”.
217-
* [MagLev][maglev] é “uma implementação rápida e estável do Ruby, com
218-
persitência de objetos integrada e cache compartilhado distribuído”.
219-
* [Cardinal][cardinal] é um “compilador Ruby para a Máquina Virtual
220-
[Parrot][parrot]” (Perl 6).
221210

222211
### Referências
223212

@@ -244,7 +233,3 @@ Nov. 2001.
244233
[jruby]: http://jruby.org
245234
[rubinius]: http://rubini.us
246235
[mruby]: http://www.mruby.org/
247-
[ironruby]: http://www.ironruby.net
248-
[maglev]: http://maglev.github.io
249-
[cardinal]: https://github.com/parrot/cardinal
250-
[parrot]: http://parrot.org

ru/about/index.md

+1-18
Original file line numberDiff line numberDiff line change
@@ -177,15 +177,9 @@ Ruby полон другими особенностями и конструкц
177177
* Ruby может подгружать сторонние библиотеки динамически, если позволяет
178178
операционная система.
179179

180-
* В Ruby реализованы независимые от операционной системы потоки.
181-
Таким образом, на любых платформах, где вы запускаете Ruby, вы также
182-
можете использовать многопоточность, не зависимо от того,
183-
поддерживает ли данная система потоки или нет. Вы можете использовать
184-
возможности многопоточности даже в MS-DOS!
185-
186180
* Ruby отличается высокой переносимостью: он был разработан большей
187181
частью на GNU/Linux, но работает на многих типах UNIX, macOS,
188-
Windows, DOS, BeOS, OS/2, и так далее.
182+
Windows.
189183

190184
### Другие реализации Ruby
191185

@@ -207,13 +201,6 @@ Ruby как язык имеет несколько разных реализац
207201
* [mruby][mruby] — это легковесная реализация Ruby, которая может быть
208202
подключена и встроена в приложение. Возглавляет разработку mruby создатель
209203
языка Ruby, Юкихиро Мацумото (Yukihiro Matsumoto), известного под псевдонимом Мац (Matz).
210-
* [IronRuby][ironruby] — это реализация «тесно интегрированная с .NET
211-
Framework».
212-
* [MagLev][maglev] — это «быстрая, стабильная реализация Ruby с
213-
интегрированным долговременным хранением объектов и распределенным открытым
214-
кешем".
215-
* [Cardinal][cardinal] — это «компилятор Ruby для виртуальной машины [Parrot][parrot]»
216-
(Perl 6).
217204

218205
### Ссылки
219206

@@ -240,7 +227,3 @@ Ruby как язык имеет несколько разных реализац
240227
[jruby]: http://jruby.org
241228
[rubinius]: http://rubini.us
242229
[mruby]: http://www.mruby.org/
243-
[ironruby]: http://www.ironruby.net
244-
[maglev]: http://maglev.github.io
245-
[cardinal]: https://github.com/parrot/cardinal
246-
[parrot]: http://parrot.org

0 commit comments

Comments
 (0)