commit
02b131ac39
@ -1,35 +1,34 @@ |
|||||||
# Une lettre ouverte en soutiens à RMS |
# Une lettre ouverte en soutiens à RMS |
||||||
|
|
||||||
pour signer, créer un fichier dans le répertoire `_data/signed/` avec |
Pour la signer, **[créez un nouveau fichier](https://github.com/rms-support-letter/rms-support-letter.github.io/new/master/_data/signed)** appelé `<nom>.yaml` (remplacez `<nom>` par votre nom ou pseudo) avec le contenu suivant: |
||||||
pour nom `<username>.yaml` et contenant ce qui suit: |
|
||||||
|
|
||||||
```yaml |
```yaml |
||||||
name: <votre nom ici> |
name: <votre nom ici> |
||||||
link: <lien vers votre profil ou site> |
link: <lien vers votre profil ou votre site> |
||||||
``` |
``` |
||||||
|
|
||||||
Sans les `<>`. |
Sans les `<>`. |
||||||
|
|
||||||
Example: |
Exemple: |
||||||
```yaml |
```yaml |
||||||
name: Ada Lovelace |
name: Jean Dupont |
||||||
link: https://example.com/ |
link: https://example.com/ |
||||||
``` |
``` |
||||||
|
|
||||||
Ne pas utiliser de `<>` dans ce fichier, ni même de symbole non-ascii dans le nom de fichier. |
N'utilisez pas de `<>` dans le fichier, et utilisez uniquement des caractères ASCII pour le nom du fichier. |
||||||
Si cela est possible pour vous, ajoutez s'il vous plait votre vrai nom et les projets ou organisations auquels vous êtes affiliés entre parenthèses. |
Utilisez de préférence votre vrai nom. N'hésitez pas à ajouter les projets et/ou organisations auquels vous êtes affiliés entre parenthèses. |
||||||
|
|
||||||
Quand vous avez fini, créer une pull request. |
Lorsque vous avez terminé, **cliquez sur "Propose new file"** (Proposer un nouveau fichier) et poursuivez la procédure afin de créer une demande de fusion (Merge request). |
||||||
|
|
||||||
Gardons le ton ferme, mais professionel. |
Gardons le ton ferme, mais professionnel. |
||||||
|
|
||||||
Si vous le pouvez, s'il vous plait considérer de partager cette lettre |
Pensez à partager cette lettre ouverte sur les forums et réseaux sociaux, et à informer les journalistes qui pourraient être utiles à notre cause. |
||||||
sur vos forums ou réseaux sociaux et notifiez les journalistes qui |
|
||||||
pourraient aidé notre cause. |
|
||||||
|
|
||||||
**Les Pull requests sont mergés dans les 12 heures - à cause du grand nombre de PRs elles seront mergés par lot.** |
**Les demandes de fusion (Pull requests) sont traitées dans les 12 heures suivant la demande - en raison d'un énorme volume de demandes, elles seront fusionnées par lot.** |
||||||
|
|
||||||
## Chatrooms |
Vous pouvez sinon effectuer une demande manuelle. Pour ce faire, créez une fork de ce repo, ajoutez un fichier `_data/signed/<nom>.yaml` en suivant les instructions ci-dessus, faites un commit puis une demande de fusion. |
||||||
Discord: https://discord.gg/7FWkxG4CsU |
|
||||||
|
|
||||||
Matrix.org room est en préparation. |
## Chatrooms (en Anglais) |
||||||
|
- **Matrix.org:** #free-rms:matrix.org |
||||||
|
- **IRC:** #free-rms at chat.freenode.net |
||||||
|
- **Discord:** https://discord.gg/7FWkxG4CsU |
||||||
|
@ -0,0 +1,30 @@ |
|||||||
|
# Lettera aperta a favore di RMS |
||||||
|
Per firmarla, crea un file nella cartella `_data/signed/` chiamato `<username>.yaml` con: |
||||||
|
|
||||||
|
```yaml |
||||||
|
name: <il tuo nome> |
||||||
|
link: <link ad un tuo profilo o sito> |
||||||
|
``` |
||||||
|
|
||||||
|
senza utilizzare `<>`. |
||||||
|
|
||||||
|
Esempio: |
||||||
|
```yaml |
||||||
|
name: Nome Di Esempio |
||||||
|
link: https://example.com/ |
||||||
|
``` |
||||||
|
|
||||||
|
Non usare né `<>` in quel file né caratteri non ASCII nel nome del file. |
||||||
|
Se puoi, usa il tuo nome reale e aggiungi i progetti e le organizzazioni nelle quali fai parte tra parentesi. |
||||||
|
|
||||||
|
Quando hai fatto, crea una pull request. |
||||||
|
|
||||||
|
Se possibile, prendi in considerazione l'idea di condividere questa lettera su forum, social media e di mandarla a giornalisti che potrebbero essere utili alla nostra causa. |
||||||
|
|
||||||
|
**Le pull request vengono approvate e unite nel giro di 12 ore - a causa di un enorme numero di PR, saranno approvate e unite a gruppi** |
||||||
|
|
||||||
|
## Contatti |
||||||
|
|
||||||
|
- **Matrix.org:** #free-rms:matrix.org |
||||||
|
- **IRC:** #free-rms at chat.freenode.net |
||||||
|
- **Discord:** https://discord.gg/7FWkxG4CsU |
@ -1,27 +1,27 @@ |
|||||||
# Открытое письмо в поддержку RMS. |
# Открытое письмо в поддержку RMS. |
||||||
|
|
||||||
Для того чтобы подписаться, создайте в директории `_data/signed/` файл `<username>.yaml` со следущим содержанием: |
Для того, чтобы подписать письмо, создайте в директории `_data/signed/` файл `<username>.yaml` со следующим содержимым: |
||||||
|
|
||||||
```yaml |
```yaml |
||||||
name: <Ваше имя здесь> |
name: <укажите Ваше имя здесь> |
||||||
link: <Ссылка на ваш профиль или сайт> |
link: <ссылка на Ваш профиль в социальной сети или на сайт> |
||||||
``` |
``` |
||||||
|
|
||||||
Данные вводить без символов `<>`. |
Данные нужно вводить без символов `<>`. |
||||||
|
|
||||||
Пример: |
Пример: |
||||||
```yaml |
```yaml |
||||||
name: Пример имени |
name: Иванов Иван |
||||||
link: https://example.com/ |
link: https://example.com/ |
||||||
``` |
``` |
||||||
|
|
||||||
Не используйте символы `<>` в этом файле, так же как и non-ascii символы в имени файла. |
Не используйте символы `<>` в этом файле, для имени файла используйте только ascii-символы (латиница). |
||||||
Если у вас есть возможность, пожалуйста, используйте свое настоящее имя, а так же укажите в скобках проекты и организацию. |
Если у Вас есть возможность, пожалуйста, используйте свое настоящее имя, а так же укажите в скобках проекты и организацию. |
||||||
|
|
||||||
Когда вы закончите, создайте pull request. |
Когда Вы закончите — создайте pull request. |
||||||
|
|
||||||
Давайте сохраним тон твердым, но профессиональным. |
Давайте сохраним решительный тон, но останемся профессионалами. |
||||||
|
|
||||||
Если вы можете, пожалуйста, распространите это письмо на ваших форумах и социальных медиа, и оповестите журналистов кто может помочь в нашем деле. |
Если Вы можете, пожалуйста, распространите это письмо на форумах и в социальных сетях, а также расскажите о ситуации знакомым журналистам, которые смогут помочь нам в этом деле. |
||||||
|
|
||||||
**Пулл ревесты будут приняты в течении 12 часов - из-за большого количества PR, они будут приниматься группами** |
**Пулл ревесты будут приняты в течении 12 часов — из-за большого количества PR, они будут приниматься группами** |
||||||
|
@ -0,0 +1,2 @@ |
|||||||
|
name: 0x5a |
||||||
|
link: https://0x5a.dev/ |
@ -0,0 +1,2 @@ |
|||||||
|
name: Akram Abdeslem Chaima |
||||||
|
link: https://github.com/gakramx |
@ -0,0 +1,2 @@ |
|||||||
|
name: Alexander Eliseev |
||||||
|
link: https://github.com/mobile-tech1348134 |
@ -0,0 +1,2 @@ |
|||||||
|
name: AmirWinAdmin |
||||||
|
link: https://github.com/AmirWinAdmin |
@ -0,0 +1,2 @@ |
|||||||
|
name: Armand Rathgeb |
||||||
|
link: https://github.com/ArmandRathgeb |
@ -0,0 +1,2 @@ |
|||||||
|
name: Alexander Vashchilko |
||||||
|
link: https://github.com/Armoken |
@ -0,0 +1,2 @@ |
|||||||
|
name: Arny4 |
||||||
|
link: https://github.com/Arny4 |
@ -0,0 +1,2 @@ |
|||||||
|
name: Artuchka |
||||||
|
link: https://vk.com/id599404312 |
@ -0,0 +1,2 @@ |
|||||||
|
name: Leon Welchert |
||||||
|
link: https://github.com/Atomsoldat |
@ -0,0 +1,2 @@ |
|||||||
|
name: BeyondMagic |
||||||
|
link: https://github.com/BeyondMagic |
@ -0,0 +1,2 @@ |
|||||||
|
name: Bogdan Pylypenko |
||||||
|
link: https://github.com/Bogdan107 |
@ -0,0 +1,2 @@ |
|||||||
|
name: Digit |
||||||
|
link: https://notabug.org/Digit |
@ -0,0 +1,2 @@ |
|||||||
|
name: DimitriyKh |
||||||
|
link: https://github.com/DimitriyKh |
@ -0,0 +1,2 @@ |
|||||||
|
name: Dmitry Stroganov |
||||||
|
link: https://github.com/strodi |
@ -0,0 +1,2 @@ |
|||||||
|
name: Domosed |
||||||
|
link: https://github.com/Domosed-gamin |
@ -0,0 +1,2 @@ |
|||||||
|
name: Eero S |
||||||
|
link: https://github.com/Eerosal/ |
@ -0,0 +1,2 @@ |
|||||||
|
name: Egor Skriptunoff |
||||||
|
link: https://github.com/Egor-Skriptunoff |
@ -0,0 +1,2 @@ |
|||||||
|
name: Eugenik |
||||||
|
link: https://github.com/eugenik2 |
@ -0,0 +1,2 @@ |
|||||||
|
name: S Olsen |
||||||
|
link: https://github.com/Fuzzy-beep-boop |
@ -0,0 +1,2 @@ |
|||||||
|
name: Hasan |
||||||
|
link: https://hasanzahra.xyz |
@ -0,0 +1,2 @@ |
|||||||
|
name: HeadCutter |
||||||
|
link: https://github.com/HeadCutter/ |
@ -0,0 +1,2 @@ |
|||||||
|
name: J.Y.Amihud ( Blender Dumbass ) |
||||||
|
link: https://odysee.com/@blenderdumbass:f/ |
@ -0,0 +1,2 @@ |
|||||||
|
name: James Stone |
||||||
|
link: mailto:jstone@jnet-it.com |
@ -1,2 +0,0 @@ |
|||||||
name: Andrey Kabanets |
|
||||||
link: https://github.com/Kabanets |
|
@ -0,0 +1,2 @@ |
|||||||
|
name: vasily boytsov |
||||||
|
link: https://repo.or.cz/projlist.cgi?name=e991afe644e3fcbc2b92e01a5f474a3d |
@ -0,0 +1,2 @@ |
|||||||
|
name: Tagiev Bayram |
||||||
|
link: https://github.com/LLIAJIYH |
@ -0,0 +1,2 @@ |
|||||||
|
name: jair wang |
||||||
|
link: https://github.com/LdBeth |
@ -0,0 +1,2 @@ |
|||||||
|
name: MahouShoujoMivutilde |
||||||
|
link: https://github.com/MahouShoujoMivutilde |
@ -0,0 +1,2 @@ |
|||||||
|
name: Mamkin Xakep |
||||||
|
link: https://github.com/anton5963 |
@ -0,0 +1,2 @@ |
|||||||
|
name: Megumin |
||||||
|
link: https://megu.dev |
@ -0,0 +1,2 @@ |
|||||||
|
name: Alex Shevchenko |
||||||
|
link: https://github.com/Mesivo |
@ -0,0 +1,2 @@ |
|||||||
|
name: Michael Fiedler |
||||||
|
link: mailto:gmichaoil@gmail.com |
@ -0,0 +1,2 @@ |
|||||||
|
name: MitPitt |
||||||
|
link: https://github.com/MitPitt |
@ -0,0 +1,2 @@ |
|||||||
|
name: Morelcia |
||||||
|
link: https://nekopon.pl |
@ -1,2 +0,0 @@ |
|||||||
name: Moon Sungjoon |
|
||||||
link: https://gitlab.com/OctopusET |
|
@ -0,0 +1,2 @@ |
|||||||
|
name: Ossi Erkkilä |
||||||
|
link: https://0551.io/ |
@ -0,0 +1,2 @@ |
|||||||
|
name: Mark Ataev |
||||||
|
link: mailto:markmarkovich1997@gmail.com |
@ -0,0 +1,2 @@ |
|||||||
|
name: Salem Yaslem |
||||||
|
link: https://sy.sa |
@ -0,0 +1,2 @@ |
|||||||
|
name: SuperPowerPlumber |
||||||
|
link: https://github.com/SuperPowerPlumber |
@ -0,0 +1,2 @@ |
|||||||
|
name: John Rodriguez |
||||||
|
link: mailto:johrodri@optonline.net |
@ -0,0 +1,2 @@ |
|||||||
|
name: Xavier C. Llano |
||||||
|
link: https://github.com/XavierCLL |
@ -0,0 +1,2 @@ |
|||||||
|
name: Yusuf Kozan |
||||||
|
link: https://github.com/Yusuf-Kozan |
@ -0,0 +1,2 @@ |
|||||||
|
name: Nik Reist |
||||||
|
link: https://github.com/ZeroAbility |
@ -0,0 +1,2 @@ |
|||||||
|
name: Federico Dossena (LibreSpeed) |
||||||
|
link: https://fdossena.com/ |
@ -0,0 +1,2 @@ |
|||||||
|
name: agentOfChaos |
||||||
|
link: https://github.com/agentOfChaos |
@ -0,0 +1,2 @@ |
|||||||
|
name: Akram Abdeslem Chaima |
||||||
|
link: https://github.com/gakramx |
@ -0,0 +1,2 @@ |
|||||||
|
name: alula |
||||||
|
link: https://github.com/alula |
@ -0,0 +1,2 @@ |
|||||||
|
name: andromeda911 |
||||||
|
link: https://github.com/andromeda911 |
@ -0,0 +1,2 @@ |
|||||||
|
name: Dmitry E. |
||||||
|
link: https://github.com/zoombo |
@ -0,0 +1,2 @@ |
|||||||
|
name: Roman A. Chukov |
||||||
|
link: https://vk.com/rrnor89 |
@ -0,0 +1,2 @@ |
|||||||
|
name: Oleg Lomakin |
||||||
|
link: https://github.com/artokarin |
@ -0,0 +1,2 @@ |
|||||||
|
name: Ashod Nakashian (Collabora) |
||||||
|
link: https://github.com/Ashod |
@ -0,0 +1,2 @@ |
|||||||
|
name: Chris E. Hernandez |
||||||
|
link: https://github.com/auguwu |
@ -0,0 +1,2 @@ |
|||||||
|
name: Robert Karszniewicz |
||||||
|
link: https://github.com/avoidr |
@ -0,0 +1,2 @@ |
|||||||
|
name: Brian Beckman |
||||||
|
link: https://github.com/axceron |
@ -0,0 +1,2 @@ |
|||||||
|
name: Alexey Kuznetsov |
||||||
|
link: https://github.com/axet |
@ -0,0 +1,2 @@ |
|||||||
|
name: Mick Morgan |
||||||
|
link: https://baldric.net |
@ -1,2 +0,0 @@ |
|||||||
name: Aleksandr Folomkin |
|
||||||
link: https://github.com/bambruysk |
|
@ -0,0 +1,2 @@ |
|||||||
|
name: basedCow |
||||||
|
link: https://codeberg.org/basedCow |
@ -0,0 +1,2 @@ |
|||||||
|
name: Andrew Savchenko (Gentoo developer, ALT Linux developer) |
||||||
|
link: https://github.com/bircoph |
@ -0,0 +1,2 @@ |
|||||||
|
name: birdboy2000 |
||||||
|
link: mailto:b1rdboy2000@msn.com |
@ -0,0 +1,2 @@ |
|||||||
|
name: bm3719 |
||||||
|
link: https://github.com/bm3719 |
@ -0,0 +1,2 @@ |
|||||||
|
name: Bogdan Olar |
||||||
|
link: https://github.com/BogdanOlar |
@ -0,0 +1,2 @@ |
|||||||
|
name: buckket |
||||||
|
link: https://github.com/buckket |
@ -0,0 +1,2 @@ |
|||||||
|
name: Vladimir Byrgazov |
||||||
|
link: https://github.com/byrgazov |
@ -0,0 +1,2 @@ |
|||||||
|
name: Marco Calamari |
||||||
|
link: https://calamarim.medium.com/ |
@ -0,0 +1,2 @@ |
|||||||
|
name: Nikita Sushko |
||||||
|
link: https://chameleon-lizard.ru |
@ -0,0 +1,2 @@ |
|||||||
|
name: ckejo |
||||||
|
link: https://steamcommunity.com/id/milsimmajmun |
@ -0,0 +1,2 @@ |
|||||||
|
name: claire1990 |
||||||
|
link: https://github.com/claire1990 |
@ -0,0 +1,2 @@ |
|||||||
|
name: Corey |
||||||
|
link: https://github.com/cm08243 |
@ -0,0 +1,2 @@ |
|||||||
|
name: Christopher Odom |
||||||
|
link: https://chrisodom.org |
@ -0,0 +1,2 @@ |
|||||||
|
name: Comrade Skeleton |
||||||
|
link: https://github.com/comrade-skeleton |
@ -0,0 +1,2 @@ |
|||||||
|
name: Dmitry Zamyslov |
||||||
|
link: https://github.com/cbrnix/ |
@ -0,0 +1,2 @@ |
|||||||
|
name: Dmitry Solovov |
||||||
|
link: https://github.com/cyradin |
@ -0,0 +1,2 @@ |
|||||||
|
name: darkn07 |
||||||
|
link: https://github.com/darkn07 |
@ -0,0 +1,2 @@ |
|||||||
|
name: Dash Eclipse |
||||||
|
link: https://ezup.dev/ |
@ -0,0 +1,2 @@ |
|||||||
|
name: Daveout |
||||||
|
link: https://github.com/daveout |
@ -0,0 +1,2 @@ |
|||||||
|
name: dbf |
||||||
|
link: https://github.com/dbf |
@ -0,0 +1,2 @@ |
|||||||
|
name: demansr |
||||||
|
link: https://github.com/demansr/ |
@ -0,0 +1,2 @@ |
|||||||
|
name: Dmitry Kuznetsov |
||||||
|
link: https://github.com/dimm-soft |
@ -0,0 +1,2 @@ |
|||||||
|
name: dimqua |
||||||
|
link: https://github.com/dimqua |
@ -0,0 +1,2 @@ |
|||||||
|
name: Dźmitry Laŭčuk |
||||||
|
link: https://github.com/dzidzitop/ |
@ -0,0 +1,2 @@ |
|||||||
|
name: Bruno Cichon |
||||||
|
link: http://github.com/ebrasca |
@ -0,0 +1,2 @@ |
|||||||
|
name: elongated muskrat |
||||||
|
link: https://github.com/elonmusksama |
@ -0,0 +1,2 @@ |
|||||||
|
name: Christian Elsner |
||||||
|
link: mailto:elsner@mpe.mpg.de |
@ -0,0 +1,2 @@ |
|||||||
|
name: Emad Elsaid |
||||||
|
link: https://www.emadelsaid.com |
@ -0,0 +1,2 @@ |
|||||||
|
name: Ken Fyrstenberg |
||||||
|
link: https://github.com/epistemex |
@ -0,0 +1,2 @@ |
|||||||
|
name: Pavel Bibichenko |
||||||
|
link: https://github.com/erhoof |
@ -0,0 +1,2 @@ |
|||||||
|
name: Alexander Eliseev |
||||||
|
link: https://github.com/mobile-tech1348134 |
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in new issue