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

Lines changed: 1 addition & 13 deletions
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

Lines changed: 1 addition & 15 deletions
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

Lines changed: 1 addition & 15 deletions
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

Lines changed: 1 addition & 2 deletions
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 0 additions & 1 deletion
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

Lines changed: 1 addition & 7 deletions
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 17 deletions
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

Lines changed: 1 addition & 1 deletion
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.

0 commit comments

Comments
 (0)