commit
5870598ab0
@ -0,0 +1,40 @@ |
||||
# رسالة مفتوحة في دعم rms. |
||||
|
||||
للتسجيل **اضغط [هنا](https://github.com/rms-support-letter/rms-support-letter.github.io/new/master/_data/signed)** وسمي الملف `<username>.yaml` (بدل `<username>` باسمك مع المحتوى التالي:) |
||||
|
||||
```yaml |
||||
name: <your name here (optional organization or company)> |
||||
link: <link to your profile or site> |
||||
``` |
||||
|
||||
بدون ال `<>`. |
||||
|
||||
مثال: |
||||
```yaml |
||||
name: Example name (Good company) |
||||
link: https://github.com/example_username |
||||
``` |
||||
لا تستخدم `<>` في هذا الملف, اضافة الى رموز ليست ascii في اسم الملف. |
||||
اذا استخدمت ايميلك كرابط, اضف في بدياته `mailto:`. |
||||
اذا تستطيع, الرجاء استخدام اسمك الحقيقي واضافة مشاريع ومؤسسات في اقواس. |
||||
|
||||
واضغط **click "Propose new file"** واذهب عبر الصحفات اللاحقة لتأليف merge request. |
||||
|
||||
لنبقي النبرة حازمة, لكن احترافية. |
||||
|
||||
اذا تستطيع, الرجاء نشر هذا الرسالة على مواقع التواصل الاجتماع والمنتديات وابلاغ الصحفيين الذين قد يكونوا مساعدين لقضيتنا. |
||||
|
||||
**الpull requests تمزج في خلال 12 ساعة - بسبب وجود عدد كبير منهم سيتم مزجهم في دفعات** |
||||
|
||||
بدلا عن ذلك, فرع وانسخ المشروع, وانشاء ملف `_data/signed/<username>.yaml` يدويا, وتسليم الpr. |
||||
|
||||
اذا اردت دعم هذا الرسالة بدون استخدام غيت هاب, اذهب هنا: |
||||
https://codeberg.org/rms-support-letter/rms-support-letter/issues/1, |
||||
او ارسل رقعة موقعة الى [signrms@prog.cf](mailto:signrms@prog.cf) او [~tyil/rms-support@lists.sr.ht](mailto:~tyil/rms-support@lists.sr.ht). |
||||
|
||||
## غرف دردشة |
||||
|
||||
- **Matrix.org:** #free-rms:matrix.org |
||||
- **IRC:** #free-rms at chat.freenode.net |
||||
- **Discord:** https://discord.gg/7FWkxG4CsU |
||||
- **Telegram:** https://t.me/free_rms |
@ -0,0 +1,40 @@ |
||||
# Carta abierta en apoyo a RMS. |
||||
|
||||
Para firmarla, **Haga click [aquí](https://github.com/rms-support-letter/rms-support-letter.github.io/new/master/_data/signed)** y coloque como nombre del archivo `<usuario>.yaml` (reemplace `<usuario>` con su nombre) con el siguiente contenido: |
||||
|
||||
```yaml |
||||
name: <Coloca aquí tu nombre (organización o empresa, opcional)> |
||||
link: <Enlace a su perfil o página web> |
||||
``` |
||||
|
||||
No coloque las llaves `<>`. |
||||
|
||||
Ejemplo: |
||||
```yaml |
||||
name: Nombre de ejemplo (Compañía chévere) |
||||
link: https://github.com/usuario_de_ejemplo |
||||
``` |
||||
|
||||
No use `<>` en este archivo, ni tampoco use caracteres no-ascii en el nombre del archivo (no colocar acentos, etc.). |
||||
Si usted planea usar su dirección de correo electrónico como enlace, coloque antes el prefijo `mailto:`. |
||||
Si es posible, por favor use su nombre real y agregue proyectos y organizaciones afiliadas entre paréntesis. |
||||
|
||||
Entonces, haga **click en "Propose new file"** y continúe en las páginas subsecuentes para crear una petición de unir el archivo. |
||||
|
||||
Mantengamos el tono firme, pero profesional. |
||||
|
||||
De ser posible, por favor considere compartir esta carta en sus foros y redes sociales, y avise a periodistas que puedan ser útiles a nuestra causa. |
||||
|
||||
**Peticiones serán fusionadas cada 12 horas - debido al gran volumen de peticiones, serán fusionadas en lotes** |
||||
|
||||
Otra forma de hacerlo es haciendo 'fork' y clonando el repositorio, crear el archivo `_data/signed/<username>.yaml` manualmente, entonces hacer commit y enviar una petición de pull. |
||||
|
||||
Si usted quiere apoyar esta carta sin usar Github, vaya aquí: https://codeberg.org/rms-support-letter/rms-support-letter/issues/1, |
||||
o envíe un parche firmado a [signrms@prog.cf](mailto:signrms@prog.cf) o [~tyil/rms-support@lists.sr.ht](mailto:~tyil/rms-support@lists.sr.ht). |
||||
|
||||
## Salas de chat |
||||
|
||||
- **Matrix.org:** #free-rms:matrix.org |
||||
- **IRC:** #free-rms at chat.freenode.net |
||||
- **Discord:** https://discord.gg/7FWkxG4CsU |
||||
- **Telegram:** https://t.me/free_rms |
@ -1,27 +1,41 @@ |
||||
# 支持RMS的公开信 |
||||
# 支持 RMS 的公开信 |
||||
|
||||
请在`_data/signed` 文件夹下创建一个名为 `<用户名>.yaml` 的文件,内容如下的文件: |
||||
要加入签名支持 RMS ,请 **点击[此处](https://github.com/rms-support-letter/rms-support-letter.github.io/new/master/_data/signed)** 并创建一个名为 `<用户名>.yaml`(请替换 `<用户名>` 为你的名字)的文件,内容如下: |
||||
|
||||
```yaml |
||||
name: <你的名字> |
||||
link: <你的资料或网站的链接> |
||||
link: <你的资料页或网站的链接> |
||||
``` |
||||
|
||||
不需要 `<>`. |
||||
不需要 `<>`。 |
||||
|
||||
例子: |
||||
|
||||
```yaml |
||||
name: Example name |
||||
link: https://example.com/ |
||||
``` |
||||
|
||||
请勿在此文件中添加 `<>` ,文件名不要为非ASCII字符。 |
||||
如果可以的话,请使用你的真实姓名并在尖括号中添加项目或组织。 |
||||
请勿在此文件中添加 `<>`,不要在文件名中包含非 ASCII 字符。 |
||||
如果你使用电子邮件作为你的链接,请添加 `mailto:` 前缀。 |
||||
如果可以的话,请使用你的真实姓名并在尖括号中添加项目或组织名称。 |
||||
|
||||
当你做完这一切,创建一个合并请求。 |
||||
然后 **点击 "Propose new file"** 并在后继页面中创建一个 PR。 |
||||
|
||||
让我们保持语气坚定并专业。 |
||||
|
||||
如果可以的话,请考虑在您的论坛和社交媒体上转发这封信件,并告知我们那些可能对我们的目标有帮助的记者。 |
||||
|
||||
**合并请求将在12小时内合并 - 由于PR的数量庞大,我们将会分批次合并** |
||||
**PR 将在 12 小时内合并 - 由于 PR 的数量庞大,我们将会分批次合并** |
||||
|
||||
替代做法,复刻并克隆此存储库,手动创建文件 `_data/signed/<username>.yaml`,然后提交并发起一个 PR。 |
||||
|
||||
如果你希望支持这封公开信而不使用 GitHub,请访问:https://codeberg.org/rms-support-letter/rms-support-letter/issues/1 , |
||||
或发送一份签名补丁到 [signrms@prog.cf](mailto:signrms@prog.cf) 或 [~tyil/rms-support@lists.sr.ht](mailto:~tyil/rms-support@lists.sr.ht)。 |
||||
|
||||
## 聊天室 |
||||
|
||||
- **Matrix.org:** #free-rms:matrix.org |
||||
- **IRC:** #free-rms at chat.freenode.net |
||||
- **Discord:** https://discord.gg/7FWkxG4CsU |
||||
- **Telegram:** https://t.me/free_rms |
||||
|
@ -0,0 +1,11 @@ |
||||
-----BEGIN PGP SIGNATURE----- |
||||
|
||||
iQEzBAABCgAdFiEEu7acRK0REga7VGQ7QKF1C5d+Vr8FAmBeiMgACgkQQKF1C5d+ |
||||
Vr/TsQf+IlEMQjAtY/Dwv0ReqUlVWoL4ahTxGXFHsWodpBs064tSg7zcSFIO615z |
||||
ExbIo3U2nsucKD6fJ6M/nlFXTut+iEsRfcEabNFEV5Pm9xCR9OJknIdGoQAgc8dH |
||||
kFq75ymWf3fG6mGMV8fmHkgYFIO2hNvT5ROdlHWzZMMjX8fiyZlNPX9Cp7RCLWG7 |
||||
77dZM5OtLXgDJEKx3QfHYPzdBCn84g3N+YupUKh8su016Ny5hz1vdgenLm7fXuf3 |
||||
CfDKmQqZnoVexVZcwcrhvCuPBdvrBIWgWcFemDf1JZWeVnD49BFLX42S5fsJww4L |
||||
RR51+B4EkOI+AtQU3xUFXTaokWEEsA== |
||||
=lzFo |
||||
-----END PGP SIGNATURE----- |
@ -0,0 +1,37 @@ |
||||
-----BEGIN PGP PUBLIC KEY BLOCK----- |
||||
Version: PGP Universal 3.4.2 (Build 10531) |
||||
|
||||
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 |
||||
bLy2DQ== |
||||
=moqI |
||||
-----END PGP PUBLIC KEY BLOCK----- |
@ -1,2 +0,0 @@ |
||||
name: Dmitry Skrypka |
||||
link: https://github.com/dmitry-skrypka |
@ -0,0 +1,2 @@ |
||||
name: 0x0000ff |
||||
link: https://github.com/0x0000ff |
@ -0,0 +1,2 @@ |
||||
name: Yuuki Wesp |
||||
link: https://0xf6.moe/ |
@ -0,0 +1,2 @@ |
||||
name: 171 |
||||
link: https://171.life/ |
@ -0,0 +1,2 @@ |
||||
name: Roman Rusakov |
||||
link: https://github.com/123BLiN |
@ -0,0 +1,2 @@ |
||||
name: 3131417 |
||||
link: https://github.com/3131417 |
@ -0,0 +1,2 @@ |
||||
name: 4679 |
||||
link: https://github.com/4679 |
@ -0,0 +1,2 @@ |
||||
name: Johannes Getmann |
||||
link: https://github.com/637man |
@ -0,0 +1,2 @@ |
||||
name: Your New SJW Waifu (Admin of Neckbeard.xyz, Admin of Shitty Services) |
||||
link: https://neckbeard.xyz/sjw |
@ -1,2 +0,0 @@ |
||||
name: Akram Abdeslem Chaima |
||||
link: https://github.com/gakramx |
@ -0,0 +1,2 @@ |
||||
name: Aleksandr Zrelov |
||||
link: https://github.com/Alehandro76 |
@ -0,0 +1,2 @@ |
||||
name: Aleksey Andreev |
||||
link: https://github.com/liuch |
@ -0,0 +1,2 @@ |
||||
name: Alessandro Barbieri |
||||
link: https://github.com/Alessandro-barbieri |
@ -0,0 +1,2 @@ |
||||
name: Alex Bethel |
||||
link: https://github.com/AlexBethel |
@ -0,0 +1,2 @@ |
||||
name: Alexander Mittermeier |
||||
link: https://codeberg.org/Alexmitter |
@ -0,0 +1,2 @@ |
||||
name: Alexander @!!ex Basov |
||||
link: https://github.com/AllexIn |
@ -0,0 +1,2 @@ |
||||
name: Andrey Dar |
||||
link: https://github.com/AndreyDar |
@ -0,0 +1,2 @@ |
||||
name: Andrii Logan Zvorygin (LiberIT) |
||||
link: https://1being.org |
@ -0,0 +1,2 @@ |
||||
name: Andriy Kmit' |
||||
link: https://github.com/madand |
@ -0,0 +1,2 @@ |
||||
name: Angelo Machils |
||||
link: https://github.com/angelus2014 |
@ -0,0 +1,2 @@ |
||||
name: Anon1929 |
||||
link: https://github.com/Anon1929 |
@ -0,0 +1,2 @@ |
||||
name: Juan Miralles |
||||
link: mailto:blockon@gmail.com |
@ -0,0 +1,2 @@ |
||||
name: Arturo Martínez |
||||
link: https://github.com/Art-2 |
@ -0,0 +1,2 @@ |
||||
name: BL4CKH47H4CK3R |
||||
link: https://github.com/BL4CKH47H4CK3R |
@ -0,0 +1,2 @@ |
||||
name: BLA4KM4MBA |
||||
link: https://github.com/BLA4KM4MBA |
@ -0,0 +1,2 @@ |
||||
name: Francesco Minnocci |
||||
link: https://github.com/BachoSeven |
@ -0,0 +1,2 @@ |
||||
name: Connor |
||||
link: https://connorcode.com |
@ -0,0 +1,2 @@ |
||||
name: Beleg Cuthalion |
||||
link: https://github.com/BelegCuthalion |
@ -0,0 +1,2 @@ |
||||
name: Ben Hunt |
||||
link: https://github.com/BenGH28 |
@ -1,2 +0,0 @@ |
||||
name: BenJanet4me |
||||
link: https://net4me.net |
@ -0,0 +1,2 @@ |
||||
name: Vojtech Cihak |
||||
link: mailto:cihakvjtch@seznam.cz |
@ -0,0 +1,2 @@ |
||||
name: BlackFilms |
||||
link: https://github.com/BlackFIlms |
@ -0,0 +1,2 @@ |
||||
name: Michael Stumpfl |
||||
link: https://codeberg.org/CORDIC |
@ -0,0 +1,2 @@ |
||||
name: Jaume Fuster i Claris |
||||
link: https://www.capuno.cat |
@ -1,2 +0,0 @@ |
||||
name: Carlos Garcia |
||||
link: https://github.com/CarlosGS |
@ -0,0 +1,2 @@ |
||||
name: Caser281 |
||||
link: https://github.com/Caser281 |
@ -0,0 +1,2 @@ |
||||
name: CertifiedRascal |
||||
link: https://github.com/CertifiedRascal |
@ -0,0 +1,2 @@ |
||||
name: CodeGuro |
||||
link: https://github.com/CodeGuro |
@ -0,0 +1,2 @@ |
||||
name: CrazyPython |
||||
link: https://github.com/CrazyPython |
@ -0,0 +1,2 @@ |
||||
name: Jacob Lane Ledbetter |
||||
link: https://github.com/CryoRenegade |
@ -0,0 +1,2 @@ |
||||
name: Kai S. K. Engelbart |
||||
link: https://github.com/CyB3RC0nN0R |
@ -0,0 +1,2 @@ |
||||
name: Cyclops Reviews (KG) |
||||
link: https://github.com/CyclopsRevus |
@ -0,0 +1,2 @@ |
||||
name: D41C |
||||
link: https://github.com/D41C |
@ -0,0 +1,2 @@ |
||||
name: Daniel Efimenko (Some cross-platform libraries for microcontrollers) |
||||
link: https://github.com/Danya0x07 |
@ -1,2 +0,0 @@ |
||||
name: Denis Sh |
||||
link: https://github.com/Abus56 |
@ -0,0 +1,2 @@ |
||||
name: Larry Holst |
||||
link: https://diicorp95.neonarod.ru |
@ -0,0 +1,2 @@ |
||||
name: Divyang Chauhan |
||||
link: https://github.com/Divyangchauhan |
@ -0,0 +1,2 @@ |
||||
name: Djivs |
||||
link: https://github.com/Djivs |
@ -0,0 +1,2 @@ |
||||
name: Dmitriy Logvin |
||||
link: https://github.com/Zrrg |
@ -0,0 +1,2 @@ |
||||
name: DoodlesEpic (Eduardo) |
||||
link: https://github.com/DoodlesEpic |
@ -0,0 +1,2 @@ |
||||
name: DrKolbasa |
||||
link: https://t.me/DrKolbasa |
@ -0,0 +1,2 @@ |
||||
name: Andrew Wilde |
||||
link: https://drew1440.com/ |
@ -0,0 +1,2 @@ |
||||
name: DrownNotably |
||||
link: https://github.com/DrownNotably |
@ -0,0 +1,2 @@ |
||||
name: Ettore |
||||
link: https://github.com/E440QF |
@ -0,0 +1,2 @@ |
||||
name: Eron Gjoni |
||||
link: https://github.com/EGjoni |
@ -0,0 +1,2 @@ |
||||
name: ElectronApps |
||||
link: https://github.com/ElectronApplications |
@ -0,0 +1,2 @@ |
||||
name: Emilia Stoyanova |
||||
link: https://twitter.com/OT7Hanabi |
@ -0,0 +1,2 @@ |
||||
name: Evgeniy Yakovich |
||||
link: https://github.com/dangerrust |
@ -0,0 +1,2 @@ |
||||
name: Federico Bruni |
||||
link: https://github.com/fedelibre |
@ -0,0 +1,2 @@ |
||||
name: Folkmancer |
||||
link: https://github.com/Folkmancer |
@ -0,0 +1,2 @@ |
||||
name: Miguel C |
||||
link: https://github.com/FoxNeo |
@ -0,0 +1,2 @@ |
||||
name: Dimitri Fruchtenstein |
||||
link: https://github.com/Fruchtenstein |
@ -0,0 +1,2 @@ |
||||
name: GETandSELECT |
||||
link: https://github.com/GETandSELECT |
@ -0,0 +1,2 @@ |
||||
name: Gaggsta |
||||
link: https://github.com/Gaggsta |
@ -0,0 +1,2 @@ |
||||
name: Ghosteon |
||||
link: https://github.com/Ghosteon |
@ -0,0 +1,2 @@ |
||||
name: Gnuacolyte |
||||
link: mailto:newengine@disroot.org |
@ -0,0 +1,2 @@ |
||||
name: Gwen Nelson |
||||
link: http://twitter.com/gwennelsonuk |
@ -0,0 +1,2 @@ |
||||
name: IMSOASIAN |
||||
link: https://thememersinc.org |
@ -0,0 +1,2 @@ |
||||
name: Ilias Velaoras |
||||
link: https://github.com/IliasVela/ |
@ -0,0 +1,2 @@ |
||||
name: Ivan Dimitrov |
||||
link: https://ivandimitrov.co.uk/ |
@ -0,0 +1,2 @@ |
||||
name: Ivan Kalashnikov (UKC Student) |
||||
link: https://github.com/GNUKalashnikov |
@ -0,0 +1,2 @@ |
||||
name: Ivan Kozak |
||||
link: https://github.com/KozakIvan |
@ -0,0 +1,2 @@ |
||||
name: Jack Miller |
||||
link: https://github.com/JackJMiller |
@ -0,0 +1,2 @@ |
||||
name: Jesse Charlie (Secretary of Praxis https://str.ong, the Bureau of Computing and its Kernel Lab https://bckl.org) |
||||
link: https://jessecharlie.com |
@ -0,0 +1,2 @@ |
||||
name: Jesus Antonio Fuentes Lizama |
||||
link: https://github.com/Yezuz |
@ -0,0 +1,2 @@ |
||||
name: Jonathin Ramos |
||||
link: https://github.com/JonathinR |
@ -0,0 +1,2 @@ |
||||
name: KingKrouch |
||||
link: https://github.com/KingKrouch |
@ -0,0 +1,2 @@ |
||||
name: Gregory Bakhtin |
||||
link: https://github.com/Krai53n |
@ -0,0 +1,2 @@ |
||||
name: Luis "Kremator" Oliva |
||||
link: https://github.com/luisoliv |
@ -0,0 +1,2 @@ |
||||
name: Kry0geniX |
||||
link: https://github.com/Kry0geniX |
@ -0,0 +1,2 @@ |
||||
name: L1pE |
||||
link: https://github.com/L1pE |
@ -0,0 +1,2 @@ |
||||
name: LonelyWolf54i |
||||
link: https://github.com/LonelyWolf54i |
@ -0,0 +1,2 @@ |
||||
name: MGislv |
||||
link: https://github.com/MGislv |
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in new issue