commit
a29da1b241
@ -0,0 +1,30 @@ |
||||
# Contributing |
||||
|
||||
## Adding translations |
||||
|
||||
To translate the letter, copy `index.md` into `_translation/` |
||||
and name it `index_lang.md` where `lang` is language code you are going to translate into. |
||||
|
||||
Make sure to set `locale` to the appropriate language code. Then you can start translating this file. |
||||
|
||||
For example: `_translations/index_de.md` |
||||
|
||||
```md |
||||
--- |
||||
layout: signed |
||||
title: An open letter in support of Richard M. Stallman |
||||
description: An open letter in support of Richard Matthew Stallman being reinstated by the Free Software Foundation |
||||
image: /assets/social-media-preview.png |
||||
locale: de_DE |
||||
twitter: |
||||
card: summary_large_image |
||||
--- |
||||
|
||||
2021-03-23 |
||||
|
||||
Richard M. Stallman, ... |
||||
``` |
||||
|
||||
There are lots of translation already, if you feel lost, be sure to check out how its done in other ones. |
||||
|
||||
When you translated the text you can commit your change and make pull request. |
@ -0,0 +1,2 @@ |
||||
name: Maksim Skhomenko |
||||
link: https://tvoy-site.com |
@ -0,0 +1,40 @@ |
||||
# リチャード・ストールマンを支援する公開書簡。 |
||||
|
||||
署名するのに、**[ここ](https://github.com/rms-support-letter/rms-support-letter.github.io/new/master/_data/signed)にクリックして**、ファイル名を`<ユーザ名>.yaml`にして (`<ユーザ名>`を自分の名前に置き換える) そして以下のコンテンツも入力して下さい: |
||||
|
||||
```yaml |
||||
name: <自分の名前> |
||||
link: <プロフィールそれともサイトへのリンク> |
||||
``` |
||||
|
||||
`<>`を除いて。 |
||||
|
||||
例えば: |
||||
```yaml |
||||
name: 太郎例さん |
||||
link: https://github.com/tarou_rei |
||||
``` |
||||
|
||||
このファイルに`<>`を削除して、そしてASCIIでない文字を入力しないで下さい。 |
||||
リンクとしてメールを使うなら、先頭に「mailto:」を追加して下さい。 |
||||
可能であれば、実名を使って、その後にプロジェクトや団体を丸括弧ではさんで下さい。 |
||||
|
||||
そして**"Propose new file"をクリックして** その後のページを従ってMerge Requestを行って下さい。 |
||||
|
||||
学者ぶった口調でコメントしましょう。 |
||||
|
||||
可能であれば、この運動をSNS上に共有して、この運動を支援しそうな記者にも伝えて下さい。 |
||||
|
||||
**Pull Requestsは12時間以内でMergeされます - 多くのPRがあるため、バッチに分けてMergeされます。** |
||||
|
||||
他の方法として、 リポジトリをクローン、フォークして、手入力で`_data/signed/<ユーザ名>.yaml`というファイルを作成して, commitして、そして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,40 @@ |
||||
# Een open brief ter ondersteuning van RMS. |
||||
[](https://github.com/rms-support-letter/rms-support-letter.github.io/new/master/_data/signed) |
||||
|
||||
Om te ondertekenen, **klik [hier](https://github.com/rms-support-letter/rms-support-letter.github.io/new/master/_data/signed)** en noem het bestand `<gebruikersnaam>.yaml` (vervang `<gebruikersnaam>` met uw naam) met de volgende inhoud: |
||||
|
||||
```yaml |
||||
name: <uw naam hier> |
||||
link: <link naar uw profiel of site> |
||||
``` |
||||
|
||||
Zonder de `<>`. |
||||
|
||||
Voorbeeld: |
||||
```yaml |
||||
name: Voorbeeld Naam |
||||
link: https://github.com/voorbeeld_gebruikersnaam |
||||
``` |
||||
|
||||
Gebruik geen `<>` in dit bestand, evenals niet-ascii tekens in het bestandsnaam. |
||||
Als u uw e-mailadres gebruikt als link, plaatst u daarvoor `mailto:`. |
||||
Als het kan, gebruik alstublieft uw echte naam en voeg projecten en aangesloten organisaties toe in haakjes. |
||||
|
||||
Dan **klik op "Propose new file"** en doorloop de volgende pagina's om een merge request aan te maken. |
||||
|
||||
Laten we de toon stevig maar professioneel houden. |
||||
|
||||
Als het kan, overweeg dan om deze brief op forums en sociale media te delen en journalisten op de hoogte te brengen die onze zaak kunnen helpen. |
||||
|
||||
**Pull requests worden binnen 12 uur gemerged - vanwege een enorm aantal PR's worden ze in batches gemerged** |
||||
|
||||
U kunt ook de repo splitsen en klonen, het bestand `_data/ondertekend/<gebruikersnaam>.yaml` handmatig aanmaken, vervolgens committen en een PR indienen. |
||||
|
||||
Als je de brief wilt ondersteunen zonder Github te gebruiken, ga dan hier naartoe: https://codeberg.org/rms-support-letter/rms-support-letter/issues/1 |
||||
|
||||
## Chatrooms |
||||
|
||||
- **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 @@ |
||||
# Uma carta aberta de apoio a RMS. |
||||
|
||||
Para assinar, **clique [aqui](https://github.com/rms-support-letter/rms-support-letter.github.io/new/master/_data/signed)** e escreva o nome do ficheiro como `<nomeutilizador>.yaml` (substitua `<nomeutilizador>` pelo seu nome) com o seguinte conteúdo: |
||||
|
||||
```yaml |
||||
name: <o seu nome aqui (opcionalmente o nome da organização ou empresa)> |
||||
link: <o link para o seu perfil pessoal ou website> |
||||
``` |
||||
|
||||
Sem os `<>`. |
||||
|
||||
Exemplo: |
||||
```yaml |
||||
name: Nome Exemplo (Boa empresa) |
||||
link: https://github.com/nome_exemplo |
||||
``` |
||||
|
||||
Não use `<>` neste ficheiro, tais como quaisquer simbolos não-ascii no nome de ficheiro. |
||||
Se está a usar um email como link coloque o prefixo `mailto:`. |
||||
Se lhe for possível, use o seu nome verdadeiro e o nome da organização ou empresa a que está afiliado entre parenteses. |
||||
|
||||
Depois **clique em "Propor novo ficheiro"** e siga as páginas para criar um pedido de merge. |
||||
|
||||
Vamos manter um tom firma, mas profissional. |
||||
|
||||
Se puder, considere partilhar esta carta em foruns, redes sociais assim como notificar os jornalistas que possam ser favoráveis á nossa causa. |
||||
|
||||
**Os pedidos serão aceites dentro de 12 horas - devido a um elevado volume de PRs PRs eles serão unidos em lote** |
||||
|
||||
Alternativamente, pode fazer fork ou clonar o repositório, criar o ficheiro `_data/signed/<nomeutilizador>.yaml` manualmente, e de seguida fazer o commit e submeter o PR. |
||||
|
||||
Se quiser suportar a carta sem usar o GitHub, pode fazê-lo aqui: https://codeberg.org/rms-support-letter/rms-support-letter/issues/1, |
||||
ou enviar um patch assinado para [signrms@prog.cf](mailto:signrms@prog.cf) or [~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 |
@ -0,0 +1,26 @@ |
||||
a: 🇦 |
||||
b: 🇧 |
||||
c: 🇨 |
||||
d: 🇩 |
||||
e: 🇪 |
||||
f: 🇫 |
||||
g: 🇬 |
||||
h: 🇭 |
||||
i: 🇮 |
||||
j: 🇯 |
||||
k: 🇰 |
||||
l: 🇱 |
||||
m: 🇲 |
||||
n: 🇳 |
||||
o: 🇴 |
||||
p: 🇵 |
||||
q: 🇶 |
||||
r: 🇷 |
||||
s: 🇸 |
||||
t: 🇹 |
||||
u: 🇺 |
||||
v: 🇻 |
||||
w: 🇼 |
||||
x: 🇽 |
||||
y: 🇾 |
||||
z: 🇿 |
@ -0,0 +1,2 @@ |
||||
name: Dmitry Skrypka |
||||
link: https://github.com/dmitry-skrypka |
@ -0,0 +1,2 @@ |
||||
name: Dmitry Skrypka |
||||
link: https://github.com/dmitry-skrypka |
@ -0,0 +1,2 @@ |
||||
name: Wei Yijun |
||||
link: https://2o181o28.github.io/ |
@ -0,0 +1,2 @@ |
||||
name: Enea |
||||
link: https://github.com/3n3a |
@ -0,0 +1,2 @@ |
||||
name: CyberAnarchist |
||||
link: https://github.com/4n0n4 |
@ -0,0 +1,2 @@ |
||||
name: Anton Helwart |
||||
link: https://github.com/6he |
@ -0,0 +1,2 @@ |
||||
name: Thomas Zink |
||||
link: https://github.com/72Zn |
@ -0,0 +1,2 @@ |
||||
name: Abdykarov |
||||
link: https://github.com/Abdykarov |
@ -0,0 +1,2 @@ |
||||
name: Abysmo |
||||
link: https://github.com/Abysmo |
@ -0,0 +1,2 @@ |
||||
name: Alexander Malkov |
||||
link: https://www.drupal.org/u/alex-malkov |
@ -0,0 +1,2 @@ |
||||
name: Andrei Kazantsev |
||||
link: https://github.com/T-helper |
@ -0,0 +1,2 @@ |
||||
name: Andrey Tulyakov |
||||
link: https://github.com/AndreyTulyakov |
@ -0,0 +1,2 @@ |
||||
name: AnnatarHe |
||||
link: https://github.com/AnnatarHe |
@ -0,0 +1,2 @@ |
||||
name: Georgy Z. |
||||
link: https://github.com/ArtoriastheVoidwalker |
@ -0,0 +1,2 @@ |
||||
name: Andrew Kravchuk |
||||
link: https://github.com/lockie |
@ -0,0 +1,2 @@ |
||||
name: BenJanet4me |
||||
link: https://net4me.net |
@ -0,0 +1,2 @@ |
||||
name: Bernhard Feichtinger |
||||
link: https://github.com/BieHDC |
@ -0,0 +1,2 @@ |
||||
name: BluBb-mADe |
||||
link: https://github.com/BluBb-mADe |
@ -0,0 +1,3 @@ |
||||
name: Bomjman |
||||
link: https://github.com/Bomjman |
||||
|
@ -0,0 +1,2 @@ |
||||
name: Mikhail Sobolev |
||||
link: mailto:mihail.sobolev.90@mail.ru |
@ -0,0 +1,2 @@ |
||||
name: Ivan Gorbunov |
||||
link: https://github.com/CGIProgrammer |
@ -0,0 +1,2 @@ |
||||
name: Claudio Roncaglio |
||||
link: https://github.com/ClaudioRoncaglio |
@ -0,0 +1,2 @@ |
||||
name: DEUSWARE |
||||
link: https://github.com/d3usw4re |
@ -0,0 +1,2 @@ |
||||
name: Delorus |
||||
link: https://github.com/Delorus |
@ -0,0 +1,2 @@ |
||||
name: Eason Huang |
||||
link: https://github.com/Eason0210 |
@ -0,0 +1,2 @@ |
||||
name: Fernando Carmona Varo |
||||
link: https://github.com/Ferk |
@ -0,0 +1,2 @@ |
||||
name: Formakovskiy Alexandr Pavlovich |
||||
link: mailto:Formak21@gmail.com |
@ -0,0 +1,2 @@ |
||||
name: Fredin |
||||
link: https://github.com/Oi-Baba |
@ -0,0 +1,2 @@ |
||||
name: Ivan Buldakov |
||||
link: https://github.com/GanterPenguin |
@ -0,0 +1,2 @@ |
||||
name: Gaojianli |
||||
link: https://github.com/Gaojianli |
@ -0,0 +1,2 @@ |
||||
name: Simon Sobisc |
||||
link: https://github.com/GitMensch |
@ -0,0 +1,2 @@ |
||||
name: Gleb Koshurnykov |
||||
link: https://github.com/tmwstw7 |
@ -0,0 +1,2 @@ |
||||
name: Dima [HSD] Ivchenko |
||||
link: https://github.com/HSDChannel |
@ -0,0 +1,2 @@ |
||||
name: Hamza Kerem Mumcu |
||||
link: https://github.com/HamzaKerem |
@ -0,0 +1,2 @@ |
||||
name: IHappyPlant |
||||
link: https://github.com/IHappyPlant |
@ -0,0 +1,2 @@ |
||||
name: ётка |
||||
link: https://github.com/IWannaBeTheKappa |
@ -0,0 +1,2 @@ |
||||
name: Ilya Ballet |
||||
link: https://github.com/Fenex330 |
@ -0,0 +1,2 @@ |
||||
name: JRed |
||||
link: https://jred.io |
@ -0,0 +1,2 @@ |
||||
name: Jenya Tarkach |
||||
link: https://github.com/JejNya |
@ -0,0 +1,2 @@ |
||||
name: Juan Pedro Sanchez Nula |
||||
link: https://github.com/juan-pe |
@ -0,0 +1,2 @@ |
||||
name: Oleg Zavyalov |
||||
link: https://github.com/JustSayMeh |
@ -0,0 +1,2 @@ |
||||
name: Kaksoispiste Dede |
||||
link: https://github.com/KaksoispisteDede |
@ -0,0 +1,2 @@ |
||||
name: Karel Wintersky |
||||
link: https://github.com/KarelWintersky |
@ -0,0 +1,2 @@ |
||||
name: Law Cyber Inc |
||||
link: https://github.com/LawCyber |
@ -0,0 +1,2 @@ |
||||
name: Leonid Yegoshin |
||||
link: https://github.com/lyegoshin |
@ -0,0 +1,2 @@ |
||||
name: Light Game Studio |
||||
link: https://twitter.com/lightgamestudio |
@ -0,0 +1,2 @@ |
||||
name: Nikita Mikheev |
||||
link: https://github.com/Lolimpo |
@ -0,0 +1,2 @@ |
||||
name: Luis Ortega |
||||
link: https://github.com/lortegap |
@ -0,0 +1,2 @@ |
||||
name: ZhongYao Luo |
||||
link: https://github.com/LuoZhongYao |
@ -0,0 +1,2 @@ |
||||
name: Magikarp-Salesman |
||||
link: https://github.com/magikarp-salesman |
@ -0,0 +1,2 @@ |
||||
name: Marco Caimi |
||||
link: https://github.com/mcaimi |
@ -0,0 +1,2 @@ |
||||
name: Afif |
||||
link: https://github.com/Martexte |
@ -0,0 +1,2 @@ |
||||
name: Maxim Nesterov |
||||
link: https://github.com/maxnest0x0 |
@ -0,0 +1,2 @@ |
||||
name: MelianMiko |
||||
link: https://github.com/melianmiko |
@ -0,0 +1,2 @@ |
||||
name: Michael Kargas |
||||
link: https://github.com/optimus6128 |
@ -0,0 +1,2 @@ |
||||
name: Mikhail Maxutov |
||||
link: https://github.com/MaxutovMihail |
@ -0,0 +1,2 @@ |
||||
name: milkoid (Inaba Channel) |
||||
link: https://inabachannel.neocities.org |
@ -0,0 +1,2 @@ |
||||
name: Nicola Vladimirsky |
||||
link: https://github.com/N1kla3 |
@ -0,0 +1,2 @@ |
||||
name: Nick Gkloumpos |
||||
link: https://github.com/NickTheBit |
@ -0,0 +1,2 @@ |
||||
name: Nivelfacile |
||||
link: https://github.com/Nivelfacile |
@ -0,0 +1,2 @@ |
||||
name: Marvin Witt (genshin.dev Lead Developer, CCBlueX Developer) |
||||
link: https://github.com/NurMarvin |
@ -0,0 +1,2 @@ |
||||
name: Kirill Harmatulla Shakirov |
||||
link: https://github.com/Nyanraltotlapun |
@ -0,0 +1,2 @@ |
||||
name: Oleg Andrianov |
||||
link: https://github.com/Ripod |
@ -0,0 +1,2 @@ |
||||
name: Francisco Zapata |
||||
link: https://github.com/PanchoZapata |
@ -0,0 +1,2 @@ |
||||
name: Yurii Pytomets |
||||
link: https://github.com/Pitometsu |
@ -0,0 +1,2 @@ |
||||
name: Pizzacus |
||||
link: https://github.com/Pizzacus |
@ -0,0 +1,2 @@ |
||||
name: Vlad Printsev |
||||
link: mailto:vladpr.vlodapr@gmail.com |
@ -0,0 +1,2 @@ |
||||
name: Jacob F. Stewart |
||||
link: mailto:jacob.stewart@tutamail.com |
@ -0,0 +1,2 @@ |
||||
name: 曾颖清 (QingGO) |
||||
link: https://github.com/QingGo |
@ -0,0 +1,2 @@ |
||||
name: Zeng Yingqing |
||||
link: https://github.com/QingGo |
@ -0,0 +1,2 @@ |
||||
name: RealGithubAdmin |
||||
link: https://github.com/RealGithubAdmin |
@ -0,0 +1,2 @@ |
||||
name: Adhiraj Bhagawati |
||||
link: https://github.com/ReanSchwarzer1 |
@ -0,0 +1,2 @@ |
||||
name: Wenshan Ren |
||||
link: http://wenshanren.org |
@ -0,0 +1,2 @@ |
||||
name: Reynaldo Cordero |
||||
link: https://codeberg.org/Reynaldo |
@ -0,0 +1,2 @@ |
||||
name: Niccolo Rigacci |
||||
link: https://github.com/RigacciOrg/ |
@ -0,0 +1,2 @@ |
||||
name: RomDeg |
||||
link: https://github.com/romdegtyarev |
@ -0,0 +1,2 @@ |
||||
name: RunThem |
||||
link: https://github.com/RunThem |
@ -0,0 +1,2 @@ |
||||
name: SDALab |
||||
link: https://net4me.net |
@ -0,0 +1,2 @@ |
||||
name: SDraw |
||||
link: https://github.com/SDraw |
@ -0,0 +1,2 @@ |
||||
name: Alexander E L |
||||
link: https://github.com/SLAAAAAAAD |
@ -0,0 +1,2 @@ |
||||
name: Alexander Salnikov |
||||
link: mailto:techpriest.of.mars@gmail.com |
@ -0,0 +1,2 @@ |
||||
name: Skrepec |
||||
link: https://t.me/Dhjxdj |
@ -0,0 +1,2 @@ |
||||
name: Sloopy3333 |
||||
link: https://github.com/Sloopy3333 |
@ -0,0 +1,2 @@ |
||||
name: Milosz Kusz |
||||
link: https://github.com/SmellyN3rd |
@ -0,0 +1,2 @@ |
||||
name: Vladislav Yarmak |
||||
link: https://github.com/Snawoot/ |
@ -0,0 +1,2 @@ |
||||
name: Stan Sholtanyuk |
||||
link: http://fpmi.bsu.by/main.aspx?guid=47231 |
@ -0,0 +1,2 @@ |
||||
name: Stell0 |
||||
link: https://github.com/Stell0 |
@ -0,0 +1,2 @@ |
||||
name: Stanislav Koshevoy |
||||
link: https://github.com/StunIsLove |
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in new issue