commit
744df41848
@ -0,0 +1,21 @@ |
|||||||
|
<!-- |
||||||
|
### Don't edit index.md directly! |
||||||
|
|
||||||
|
### To sign, create a file in `_data/signed/` named `<username>.yaml` with the following content: |
||||||
|
|
||||||
|
```yaml |
||||||
|
name: <your name here> |
||||||
|
link: <link to your profile or site> |
||||||
|
``` |
||||||
|
|
||||||
|
### Example |
||||||
|
|
||||||
|
```yaml |
||||||
|
name: Richard Matthew Stallman |
||||||
|
link: https://stallman.org/ |
||||||
|
``` |
||||||
|
|
||||||
|
Optional stuff you should consider: |
||||||
|
- Use your real name if possible |
||||||
|
- Add affiliated organizations or projects if applicable (e.g. `John Smith (Free Software Foundation, Popular Window Manager Author)` |
||||||
|
--> |
@ -0,0 +1,14 @@ |
|||||||
|
name: Check signatures format |
||||||
|
on: |
||||||
|
pull_request: |
||||||
|
branches: |
||||||
|
- master |
||||||
|
paths: |
||||||
|
- _data/signed/* |
||||||
|
jobs: |
||||||
|
deploy: |
||||||
|
runs-on: ubuntu-latest |
||||||
|
steps: |
||||||
|
- uses: actions/checkout@v2 |
||||||
|
- name: Check signatures format |
||||||
|
run: python3 check-signatures-format.py |
@ -0,0 +1,16 @@ |
|||||||
|
image: ruby:2.7 |
||||||
|
|
||||||
|
workflow: |
||||||
|
rules: |
||||||
|
- if: '$CI_COMMIT_BRANCH' |
||||||
|
|
||||||
|
pages: |
||||||
|
script: |
||||||
|
- gem install bundler |
||||||
|
- bundle install |
||||||
|
- bundle exec jekyll build -d public |
||||||
|
artifacts: |
||||||
|
paths: |
||||||
|
- public |
||||||
|
rules: |
||||||
|
- if: '$CI_COMMIT_BRANCH == "master"' |
@ -1,16 +1,40 @@ |
|||||||
# A open letter in support of RMS. |
# An open letter in support of RMS. |
||||||
|
|
||||||
To sign, create a file in `_data/signed/` named `<username>.yaml` with the following content: |
To sign, **click [here](https://github.com/rms-support-letter/rms-support-letter.github.io/new/master/_data/signed)** and name the file `<username>.yaml` (replace `<username>` with your name) with the following content: |
||||||
|
|
||||||
```yaml |
```yaml |
||||||
name: <your name here> |
name: <your name here> |
||||||
link: <link to your profile or site> |
link: <link to your profile or site> |
||||||
``` |
``` |
||||||
Then create a pull request. |
|
||||||
|
Without the `<>`. |
||||||
|
|
||||||
|
Example: |
||||||
|
```yaml |
||||||
|
name: Example name |
||||||
|
link: https://github.com/example_username |
||||||
|
``` |
||||||
|
|
||||||
|
Don't use `<>` in this file, as well as non-ascii symbols in file name. |
||||||
|
If you're using your email as a link, prepend it with `mailto:`. |
||||||
|
If you are able to, please use your real name and add projects and affiliatied organizations in parentheses. |
||||||
|
|
||||||
|
Then **click "Propose new file"** and go through the subsequent pages to create a merge request. |
||||||
|
|
||||||
Let's keep the tone firm, but professional. |
Let's keep the tone firm, but professional. |
||||||
|
|
||||||
If you can, please consider sharing this letter on your forums and social media and notify journalists who might be helpful to our cause. |
If you can, please consider sharing this letter on your forums and social media and notify journalists who might be helpful to our cause. |
||||||
|
|
||||||
**Pull requests merged within 12 hours - due to a huge volume of PRs they will be merged in batches** |
**Pull requests merged within 12 hours - due to a huge volume of PRs they will be merged in batches** |
||||||
|
|
||||||
|
Alternatively, fork and clone the repo, create the file `_data/signed/<username>.yaml` manually, then commit and submit a PR. |
||||||
|
|
||||||
|
If you want to support the letter without using Github, go here: https://codeberg.org/rms-support-letter/rms-support-letter/issues/1, |
||||||
|
or send a signed patch to [signrms@prog.cf](mailto:signrms@prog.cf) or [~tyil/rms-support@lists.sr.ht](mailto:~tyil/rms-support@lists.sr.ht). |
||||||
|
|
||||||
|
## 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,34 @@ |
|||||||
|
# Une lettre ouverte en soutiens à RMS |
||||||
|
|
||||||
|
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: |
||||||
|
|
||||||
|
```yaml |
||||||
|
name: <votre nom ici> |
||||||
|
link: <lien vers votre profil ou votre site> |
||||||
|
``` |
||||||
|
|
||||||
|
Sans les `<>`. |
||||||
|
|
||||||
|
Exemple: |
||||||
|
```yaml |
||||||
|
name: Jean Dupont |
||||||
|
link: https://example.com/ |
||||||
|
``` |
||||||
|
|
||||||
|
N'utilisez pas de `<>` dans le fichier, et utilisez uniquement des caractères ASCII pour le nom du fichier. |
||||||
|
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. |
||||||
|
|
||||||
|
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 professionnel. |
||||||
|
|
||||||
|
Pensez à partager cette lettre ouverte sur les forums et réseaux sociaux, et à informer les journalistes qui pourraient être utiles à notre cause. |
||||||
|
|
||||||
|
**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.** |
||||||
|
|
||||||
|
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. |
||||||
|
|
||||||
|
## 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 |
@ -0,0 +1,39 @@ |
|||||||
|
# RMS를 지지하는 공개 서한 |
||||||
|
[](https://github.com/rms-support-letter/rms-support-letter.github.io/new/master/_data/signed) |
||||||
|
|
||||||
|
서명하시려면, **[이곳](https://github.com/rms-support-letter/rms-support-letter.github.io/new/master/_data/signed)을 클릭하시고** `<username>.yaml` (`<username>`을 귀하의 이름으로 변경하십시오) 이라는 파일을 만드시로 다음과 같은 내용을 작성해주십시오. |
||||||
|
|
||||||
|
```yaml |
||||||
|
name: <your name here> |
||||||
|
link: <link to your profile or site> |
||||||
|
``` |
||||||
|
|
||||||
|
`<>`는 적지 않으셔야 합니다. |
||||||
|
|
||||||
|
예시: |
||||||
|
```yaml |
||||||
|
name: Example name |
||||||
|
link: https://example.com/ |
||||||
|
``` |
||||||
|
|
||||||
|
파일에 `<>`를 사용하지 말아 주십시오, 비 아스키(non-ascii) 문자를 파일 이름에 사용하지 말아 주십시오. |
||||||
|
이메일을 링크로 사용하시고 싶으시다면 `mailto:`를 앞에 붙여주십시오. |
||||||
|
가능하다면 실명을 사용해 주시고, 괄호 안에 프로젝트와 소속 기관을 작성해주십시오. |
||||||
|
|
||||||
|
작성을 다 하셨다면 **"Propose new file" 을 클릭하시고** 계속되는 페이지로 진행하셔서 merge request 를 만들어 주시기 바랍니다. |
||||||
|
|
||||||
|
우리의 목소리를 굳건하면서도 전문적으로 유지합시다. |
||||||
|
|
||||||
|
가능하다면 본 공개서한을 포럼이나 SNS에 공유해 주시고, 이 문제에 대해 도움이 될만한 기자들에게 알려주십시오. |
||||||
|
|
||||||
|
**Pull requests 는 12시간 내에 merge 됩니다 - 많은 양의 PR에 따라, PR들은 일괄적으로 처리됩니다** |
||||||
|
|
||||||
|
위 방법 대신에 이 저장소를 fork 하여 clone 한 후, `_data/signed/<username>.yaml` 를 직접 만들고 commit 한 후에 PR 을 제출하셔도 됩니다. |
||||||
|
|
||||||
|
Github 을 사용하지 않고 이 공개 서한을 지지하고 싶으시다면 다음을 참고하시기 바랍니다: https://codeberg.org/rms-support-letter/rms-support-letter/issues/1 |
||||||
|
|
||||||
|
## Chatrooms |
||||||
|
|
||||||
|
- **Matrix.org:** #free-rms:matrix.org |
||||||
|
- **IRC:** chat.freenode.net 서버의 #free-rms 채널 |
||||||
|
- **Discord:** https://discord.gg/7FWkxG4CsU |
@ -0,0 +1,27 @@ |
|||||||
|
# O scrisoare deschisă pentru susținerea lui RMS |
||||||
|
|
||||||
|
Ca să te semnezi, creează un fișier în folder-ul `_data/signed` numit `<username>.yaml` cu acest conținut: |
||||||
|
|
||||||
|
```yaml |
||||||
|
name: <numele tău aici> |
||||||
|
link: <link la profilul sau site-ul tău> |
||||||
|
``` |
||||||
|
|
||||||
|
Fără `<>`. |
||||||
|
|
||||||
|
Exemplu: |
||||||
|
```yaml |
||||||
|
name: Nume exemplu |
||||||
|
link: https://example.com/ |
||||||
|
``` |
||||||
|
|
||||||
|
Nu folosi `<>` în acest fișier, și nici simboluri care nu aparțin tabelului ASCII în numele fișierului. |
||||||
|
Dacă poți, te rog folosește-ți numele real și adaugă proiecte și o organizație de afiliație în paranteză. |
||||||
|
|
||||||
|
Când ești gata, creează un pull request. |
||||||
|
|
||||||
|
Hai să menținem un ton ferm, dar profesional. |
||||||
|
|
||||||
|
Dacă poți, consideră distribuirea acestei scrisori pe forum-uri sau pe social media și notifica jurnaliști care ar putea fi de folos cauzei noastre. |
||||||
|
|
||||||
|
**Pull request-urile sunt merged până în 12 ore — din cauza unui volum uriaș de PR-uri, ele vor fi merged în grup.** |
@ -0,0 +1,39 @@ |
|||||||
|
# Открытое письмо в поддержку RMS |
||||||
|
[](https://github.com/rms-support-letter/rms-support-letter.github.io/new/master/_data/signed) |
||||||
|
|
||||||
|
Для того, чтобы подписать письмо, создайте в директории `_data/signed/` файл `<username>.yaml` со следующим содержимым: |
||||||
|
|
||||||
|
```yaml |
||||||
|
name: <укажите Ваше имя здесь> |
||||||
|
link: <ссылка на Ваш профиль в социальной сети или на сайт> |
||||||
|
``` |
||||||
|
|
||||||
|
Данные нужно вводить без символов `<>`. |
||||||
|
|
||||||
|
Пример: |
||||||
|
```yaml |
||||||
|
name: Иванов Иван |
||||||
|
link: https://example.com/ |
||||||
|
``` |
||||||
|
|
||||||
|
Не используйте символы `<>` в этом файле, для имени файла используйте только ascii-символы (латиница). |
||||||
|
Если у Вас есть возможность, пожалуйста, используйте свое настоящее имя, а так же укажите в скобках проекты и организацию. |
||||||
|
|
||||||
|
Когда Вы закончите — создайте pull request. |
||||||
|
|
||||||
|
Давайте сохраним решительный тон, но останемся профессионалами. |
||||||
|
|
||||||
|
Если Вы можете, пожалуйста, распространите это письмо на форумах и в социальных сетях, а также расскажите о ситуации знакомым журналистам, которые смогут помочь нам в этом деле. |
||||||
|
|
||||||
|
**Пулл ревесты будут приняты в течении 12 часов — из-за большого количества PR, они будут приниматься группами** |
||||||
|
|
||||||
|
Альтернативный способ: создайте форк с созданным вручную файлом `_data/signed/<username>.yaml`, затем закоммитьте изменения и отправьте пулл реквест. |
||||||
|
|
||||||
|
Чтобы подписать открытое письмо без использования Github перейдите по ссылке: https://codeberg.org/rms-support-letter/rms-support-letter/issues/1. |
||||||
|
|
||||||
|
## Чаты |
||||||
|
|
||||||
|
- **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,34 @@ |
|||||||
|
# Відкритий лист на підтримку RMS. |
||||||
|
|
||||||
|
Для того щоб підписатися, створіть в директорії `_data/signed/` файл `<username>.yaml` з наступним змістом: |
||||||
|
|
||||||
|
```yaml |
||||||
|
name: <Ваше ім'я тут> |
||||||
|
link: <Посилання на ваш профіль або сайт> |
||||||
|
``` |
||||||
|
|
||||||
|
Дані вводити без символів `<>`. |
||||||
|
|
||||||
|
приклад: |
||||||
|
```yaml |
||||||
|
name: Приклад імені |
||||||
|
link: https://example.com/ |
||||||
|
``` |
||||||
|
|
||||||
|
Не використовуйте символи `<>` в цьому файлі, так само як і non-ascii символи в імені файлу. |
||||||
|
Якщо у вас є можливість, будь ласка, використовуйте своє справжнє ім'я та вкажіть в дужках проекти та організацію. |
||||||
|
|
||||||
|
Коли ви закінчите, створіть pull request. |
||||||
|
|
||||||
|
Будьмо рішучими, але професійними. |
||||||
|
|
||||||
|
Якщо ви можете, будь ласка, розповсюджуйте цей лист на ваших форумах і соціальних медіа, та пiдключайте журналістів якi можуть допомогти в нашій справі. |
||||||
|
|
||||||
|
**Пулл-реквести будуть прийняті протягом 12 годин - через велику кількість PR, вони будуть прийматися групами** |
||||||
|
|
||||||
|
## Чатруми |
||||||
|
|
||||||
|
- **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,27 @@ |
|||||||
|
# 支持RMS的公开信 |
||||||
|
|
||||||
|
请在`_data/signed` 文件夹下创建一个名为 `<用户名>.yaml` 的文件,内容如下的文件: |
||||||
|
|
||||||
|
```yaml |
||||||
|
name: <你的名字> |
||||||
|
link: <你的资料或网站的链接> |
||||||
|
``` |
||||||
|
|
||||||
|
不需要 `<>`. |
||||||
|
|
||||||
|
例子: |
||||||
|
```yaml |
||||||
|
name: Example name |
||||||
|
link: https://example.com/ |
||||||
|
``` |
||||||
|
|
||||||
|
请勿在此文件中添加 `<>` ,文件名不要为非ASCII字符。 |
||||||
|
如果可以的话,请使用你的真实姓名并在尖括号中添加项目或组织。 |
||||||
|
|
||||||
|
当你做完这一切,创建一个合并请求。 |
||||||
|
|
||||||
|
让我们保持语气坚定并专业。 |
||||||
|
|
||||||
|
如果可以的话,请考虑在您的论坛和社交媒体上转发这封信件,并告知我们那些可能对我们的目标有帮助的记者。 |
||||||
|
|
||||||
|
**合并请求将在12小时内合并 - 由于PR的数量庞大,我们将会分批次合并** |
@ -0,0 +1,40 @@ |
|||||||
|
# Отворено писмо подршке РМС-у. |
||||||
|
[](https://github.com/rms-support-letter/rms-support-letter.github.io/new/master/_data/signed) |
||||||
|
|
||||||
|
Да бисте потписали, **кликните [овде](https://github.com/rms-support-letter/rms-support-letter.github.io/new/master/_data/signed)** и назовите фајл `<име>.yaml` (замените `<ime>` вашим именом) са следећом садржином: |
||||||
|
|
||||||
|
```yaml |
||||||
|
name: <Ваше име овде> |
||||||
|
link: <веза ка Вашем профилу или сајту> |
||||||
|
``` |
||||||
|
|
||||||
|
Без `<>`. |
||||||
|
|
||||||
|
Пример: |
||||||
|
```yaml |
||||||
|
name: Петар Петровић |
||||||
|
link: https://github.com/petar_petrovic |
||||||
|
``` |
||||||
|
|
||||||
|
Немојте користити `<>` у овом фајлу, као ни не-аски симболе у имену фајла. |
||||||
|
Ако желите да користите Вашу е-адресу као везу, додајте испред `mailto:`. |
||||||
|
Ако сте у могућности, молимо Вас, користите право име и додајте пројекте и повезане организације у загради. |
||||||
|
|
||||||
|
Онда **кликните "Propose new file"** и прођите кроз следеће странице како бисте направили merge request. |
||||||
|
|
||||||
|
Нека тон остане чврст, али професионалан. |
||||||
|
|
||||||
|
Ако сте у могућности, поделите ово писмо на Вашим форумима и друштвеним мрежама и обавестите новинаре који би можда били од користи за наш циљ. |
||||||
|
|
||||||
|
**Pull request-ови се merge-ују унутар 12 сати - због велике количине PR-ова, биће merge-овани у групама** |
||||||
|
|
||||||
|
Алтернативно, fork-ујте и клонирајте репозиторијум, направите фајл `_data/signed/<име>.yaml` ручно, commit-ујте и направите PR. |
||||||
|
|
||||||
|
Ако желите да подржите писмо без коришћења Github-а, идите овде: https://codeberg.org/rms-support-letter/rms-support-letter/issues/1 |
||||||
|
|
||||||
|
## Чет |
||||||
|
|
||||||
|
- **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,39 @@ |
|||||||
|
# Isang bukas na liham para suportahan si RMS. |
||||||
|
|
||||||
|
Para pumirma, **i-click [ito](https://github.com/rms-support-letter/rms-support-letter.github.io/new/master/_data/signed)** at pangalanan ang file na `<username>.yaml` (palitan ang `<username>` sa iyong pangalan) na naglalaman ng: |
||||||
|
|
||||||
|
```yaml |
||||||
|
name: <pangalan mo> |
||||||
|
link: <kawing sa iyong profile o pook> |
||||||
|
``` |
||||||
|
|
||||||
|
Hindi kasama ang `<>`. |
||||||
|
|
||||||
|
Halimbawa: |
||||||
|
```yaml |
||||||
|
name: Halimbawang pangalan |
||||||
|
link: https://github.com/halimbawang_username |
||||||
|
``` |
||||||
|
|
||||||
|
Huwag gamitin ang `<>` sa file na ito, pati na rin ang mga simbolong hindi kasama sa ascii para sa pangalan ng file. |
||||||
|
Kung ginagamit mo ang iyong e-liham bilang kawing, lagyan mo ng `mailto:` sa simula. |
||||||
|
Kung puwede, gamitin mo ang tunay mong pangalan at ilagay mo ang mga proyekto at naka-anib na organisasyon sa saklong. |
||||||
|
|
||||||
|
Tapos **i-click ang "Propose new file"** at sundin ang kailangang gawin para gumawa ng merge request. |
||||||
|
|
||||||
|
Panatilihin nating matatag ang tono, pero propesyunal. |
||||||
|
|
||||||
|
Kung kaya mo, i-kunsidera mo ang pamamahagi ng liham na ito sa iyong mga forum at social media, at ipabatid sa mga manunulat na makakatulong sa ating pinaglalaban. |
||||||
|
|
||||||
|
**Pinagsasama-sama ang mga pull request sa loob ng 12 oras - dahil sa dami sila'y ipagsasama-sama sa mga magkakasamang pangkat.** |
||||||
|
|
||||||
|
Puwede rin i-fork at clone ang repo. Gumawa ng file na `_data/signed/<username>.yaml` nang manu-mano, tapos i-commit at mag-submit ng PR. |
||||||
|
|
||||||
|
Kung gusto mong suportahan ang liham nang hindi ginagamit ang Github, puntahan ito: https://codeberg.org/rms-support-letter/rms-support-letter/issues/1 |
||||||
|
|
||||||
|
## Mga silid pang-usap |
||||||
|
|
||||||
|
- **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,2 @@ |
|||||||
|
name: Eugenia Agibalova |
||||||
|
link: http://github.com/checooh |
@ -0,0 +1,2 @@ |
|||||||
|
name: 0kalekale |
||||||
|
link: https://kalekale.ga/ |
@ -0,0 +1,2 @@ |
|||||||
|
name: Andrea Corona |
||||||
|
link: https://github.com/0ldude |
@ -0,0 +1,2 @@ |
|||||||
|
name: 0x5a |
||||||
|
link: https://0x5a.dev/ |
@ -0,0 +1,2 @@ |
|||||||
|
name: Ivan Ignatev |
||||||
|
link: https://github.com/0x9d8e |
@ -0,0 +1,2 @@ |
|||||||
|
name: Daniel Pérez |
||||||
|
link: https://github.com/0xSteeW |
@ -0,0 +1,2 @@ |
|||||||
|
name: Vikrant Singh Chauhan |
||||||
|
link: https://hackberry.xyz/ |
@ -0,0 +1,2 @@ |
|||||||
|
name: Alexandr Glezdenev |
||||||
|
link: https://github.com/10606 |
@ -0,0 +1,2 @@ |
|||||||
|
name: Filip M. Samuel |
||||||
|
link: https://filip-samuel.xyz |
@ -0,0 +1,2 @@ |
|||||||
|
name: Boris Makarov |
||||||
|
link: https://github.com/13sqrt5 |
@ -0,0 +1,2 @@ |
|||||||
|
name: Dmitry Markov |
||||||
|
link: https://itrus.su/ |
@ -0,0 +1,2 @@ |
|||||||
|
name: 18ab21 |
||||||
|
link: https://github.com/18ab21 |
@ -0,0 +1,2 @@ |
|||||||
|
name: 1dNDN |
||||||
|
link: https://vk.com/1dndn |
@ -0,0 +1,2 @@ |
|||||||
|
name: Roman Dudin |
||||||
|
link: https://github.com/1ndahous3 |
@ -0,0 +1,2 @@ |
|||||||
|
name: 1t3x |
||||||
|
link: https://github.com/1t3x |
@ -0,0 +1,2 @@ |
|||||||
|
name: 1vanK |
||||||
|
link: https://github.com/1vanK |
@ -0,0 +1,2 @@ |
|||||||
|
name: 21h |
||||||
|
link: https://github.com/21h |
@ -0,0 +1,2 @@ |
|||||||
|
name: MohammadKh |
||||||
|
link: https://github.com/2ndemosthenes |
@ -0,0 +1,2 @@ |
|||||||
|
name: Hleb Valoshka |
||||||
|
link: https://github.com/375gnu |
@ -0,0 +1,2 @@ |
|||||||
|
name: 3JlOy-PYCCKUi |
||||||
|
link: https://github.com/3JlOy-PYCCKUi |
@ -0,0 +1,2 @@ |
|||||||
|
name: 427008 |
||||||
|
link: https://github.com/427008 |
@ -0,0 +1,2 @@ |
|||||||
|
name: Alex |
||||||
|
link: https://github.com/45bot |
@ -0,0 +1,2 @@ |
|||||||
|
name: 4eburashk |
||||||
|
link: https://csn.net4me.net |
@ -0,0 +1,2 @@ |
|||||||
|
name: CyberAnarchist |
||||||
|
link: https://github.com/4n0n4 |
@ -0,0 +1,2 @@ |
|||||||
|
name: 4xlan |
||||||
|
link: https://github.com/4xlan |
@ -0,0 +1,2 @@ |
|||||||
|
name: Hlib Avietisov |
||||||
|
link: https://github.com/6opoDuJIo |
@ -0,0 +1,2 @@ |
|||||||
|
name: Victor Gridnevsky |
||||||
|
link: https://github.com/6r1d |
@ -0,0 +1,2 @@ |
|||||||
|
name: Armin Schäfer |
||||||
|
link: https://github.com/772 |
@ -0,0 +1,2 @@ |
|||||||
|
name: Victor Priymachenko |
||||||
|
link: https://github.com/A1EF |
@ -0,0 +1,2 @@ |
|||||||
|
name: AE9999 |
||||||
|
link: https://github.com/AE9999 |
@ -0,0 +1,2 @@ |
|||||||
|
name: AKonia |
||||||
|
link: https://github.com/AKonia |
@ -0,0 +1,2 @@ |
|||||||
|
name: Artemy Kolodkin |
||||||
|
link: mailto:Altairveritas@yandex.ru |
@ -0,0 +1,2 @@ |
|||||||
|
name: ASCIIteapot |
||||||
|
link: https://github.com/ASCIIteapot |
@ -0,0 +1,2 @@ |
|||||||
|
name: Alex Pozharsky |
||||||
|
link: https://github.com/ASPozharsky |
@ -0,0 +1,2 @@ |
|||||||
|
name: Gunther Klessinger |
||||||
|
link: https://github.com/AXGKl |
@ -0,0 +1,2 @@ |
|||||||
|
name: Alex Yekyk |
||||||
|
link: https://github.com/ayekyk |
@ -0,0 +1,2 @@ |
|||||||
|
name: denis Sh |
||||||
|
link: https://github.com/Abus56 |
@ -0,0 +1,2 @@ |
|||||||
|
name: Achille Garin |
||||||
|
link: https://achille.garin.xyz/ |
@ -0,0 +1,2 @@ |
|||||||
|
name: Achmad Fathoni |
||||||
|
link: https://github.com/AchmadFathoni |
@ -0,0 +1,2 @@ |
|||||||
|
name: AdUser |
||||||
|
link: https://github.com/AdUser |
@ -0,0 +1,2 @@ |
|||||||
|
name: Ahmad Yoosofan |
||||||
|
link: https://github.com/yoosofan |
@ -0,0 +1,2 @@ |
|||||||
|
name: Airbus5717 |
||||||
|
link: https://github.com/Airbus5717 |
@ -0,0 +1,2 @@ |
|||||||
|
name: Kirill Prosvirov |
||||||
|
link: https://github.com/Akado2009 |
@ -0,0 +1,2 @@ |
|||||||
|
name: Akram Abdeslem Chaima |
||||||
|
link: https://github.com/gakramx |
@ -0,0 +1,2 @@ |
|||||||
|
name: Alain Knaff |
||||||
|
link: http://www.alain.knaff.lu |
@ -0,0 +1,2 @@ |
|||||||
|
name: Andrew Penkrat |
||||||
|
link: https://github.com/Aldrog |
@ -0,0 +1,2 @@ |
|||||||
|
name: Lushnikov Alexander |
||||||
|
link: https://github.com/Alegzander |
@ -0,0 +1,2 @@ |
|||||||
|
name: Aleksandr Folomkin |
||||||
|
link: https://github.com/bambruysk |
@ -0,0 +1,2 @@ |
|||||||
|
name: Aleksandr Nikitin |
||||||
|
link: https://github.com/Khaelenmore |
@ -0,0 +1,2 @@ |
|||||||
|
name: Alesha72003 |
||||||
|
link: https://github.com/Alesha72003 |
@ -0,0 +1,2 @@ |
|||||||
|
name: AlexAkhremenko |
||||||
|
link: https://github.com/AlexAkhremenko |
@ -0,0 +1,2 @@ |
|||||||
|
name: Alexey Bibus |
||||||
|
link: https://github.com/AlexElizard |
@ -0,0 +1,2 @@ |
|||||||
|
name: Alex P. |
||||||
|
link: https://alex.lgbt/ |
@ -0,0 +1,2 @@ |
|||||||
|
name: Alex Shadow |
||||||
|
link: https://github.com/ShadowProgrammer |
@ -0,0 +1,2 @@ |
|||||||
|
name: Alexey Suslov |
||||||
|
link: https://alexsus.ru/ |
@ -0,0 +1,2 @@ |
|||||||
|
name: Alexander Rudalev |
||||||
|
link: https://github.com/AlexVRud |
@ -0,0 +1,2 @@ |
|||||||
|
name: Alexander |
||||||
|
link: https://github.com/Alex-Enginix |
@ -0,0 +1,2 @@ |
|||||||
|
name: Alexander Eliseev |
||||||
|
link: https://github.com/mobile-tech1348134 |
@ -0,0 +1,2 @@ |
|||||||
|
name: AlexanderAndreevGtn |
||||||
|
link: https://github.com/AlexanderAndreevGtn |
@ -0,0 +1,2 @@ |
|||||||
|
name: Alexander Bukhalo |
||||||
|
link: https://github.com/bukhalo |
@ -0,0 +1,3 @@ |
|||||||
|
name: Alexander Gertovsky |
||||||
|
link: https://github.com/alexander-gertovsky |
||||||
|
|
@ -0,0 +1,2 @@ |
|||||||
|
name: Alexander Pozdnyakov |
||||||
|
link: https://github.com/AlexanderP |
@ -0,0 +1,2 @@ |
|||||||
|
name: AlexandrS |
||||||
|
link: https://github.com/Alexandrsv |
@ -0,0 +1,2 @@ |
|||||||
|
name: Alexey Sharov |
||||||
|
link: https://github.com/lorantalas |
@ -0,0 +1,2 @@ |
|||||||
|
name: Alexey Yaryshev |
||||||
|
link: https://github.com/Skeevert |
@ -0,0 +1,2 @@ |
|||||||
|
name: Aliaksandr Lukashou |
||||||
|
link: https://github.com/Spaubleit |
@ -0,0 +1,2 @@ |
|||||||
|
name: Alibek Omarov (FWGS founder) |
||||||
|
link: https://github.com/a1batross |
@ -0,0 +1,2 @@ |
|||||||
|
name: Maksim Knyshov |
||||||
|
link: https://github.com/Allineer |
@ -0,0 +1,2 @@ |
|||||||
|
name: Бред Павел |
||||||
|
link: https://github.com/Am0k-GIT |
@ -0,0 +1,2 @@ |
|||||||
|
name: Aminuxer |
||||||
|
link: https://aminux.wordpress.com/ |
@ -0,0 +1,2 @@ |
|||||||
|
name: AmirWinAdmin |
||||||
|
link: https://github.com/AmirWinAdmin |
@ -0,0 +1,2 @@ |
|||||||
|
name: Anatoly Demidko |
||||||
|
link: https://github.com/snd3r |
@ -0,0 +1,2 @@ |
|||||||
|
name: Andrew Mayorov |
||||||
|
link: https://github.com/AndrewMayorov |
@ -0,0 +1,2 @@ |
|||||||
|
name: Andrew Scott Dickson Foster |
||||||
|
link: https://github.com/AndrewSDFoster |
@ -0,0 +1,2 @@ |
|||||||
|
name: Andrey Ermak |
||||||
|
link: https://github.com/AndreyErmak |
@ -0,0 +1,2 @@ |
|||||||
|
name: Andrey Kabanets |
||||||
|
link: https://github.com/Kabanets |
@ -0,0 +1,2 @@ |
|||||||
|
name: Andrey Kunitsyn |
||||||
|
link: https://kunitsyn.site/ |
@ -0,0 +1,2 @@ |
|||||||
|
name: Andrey Marinchuk |
||||||
|
link: https://github.com/radist-nt |
@ -0,0 +1,2 @@ |
|||||||
|
name: Andriy Nikiforov |
||||||
|
link: https://github.com/AndriyNikiforov |
@ -0,0 +1,2 @@ |
|||||||
|
name: Nikita Frolov |
||||||
|
link: https://github.com/AngryShaDoW |
@ -0,0 +1,2 @@ |
|||||||
|
name: Aniamon |
||||||
|
link: https://gitlab.com/Aniamon |
@ -0,0 +1,2 @@ |
|||||||
|
name: AniruthanV |
||||||
|
link: https://github.com/AniruthanV |
@ -0,0 +1,2 @@ |
|||||||
|
name: Anton Rudkovsky |
||||||
|
link: https://anton2319.ru |
@ -0,0 +1,2 @@ |
|||||||
|
name: Ahmed Muhammed G |
||||||
|
link: https://github.com/ApolloDev0 |
@ -0,0 +1,2 @@ |
|||||||
|
name: Armand Rathgeb |
||||||
|
link: https://github.com/ArmandRathgeb |
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in new issue