From 0af885c8e0bf33ea73266b1772f00536903f9fb0 Mon Sep 17 00:00:00 2001 From: def Date: Tue, 30 May 2023 13:08:01 +0300 Subject: [PATCH 1/7] Add 'content/ru/docs/contributing/_index.md' --- content/ru/docs/contributing/_index.md | 40 ++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 content/ru/docs/contributing/_index.md diff --git a/content/ru/docs/contributing/_index.md b/content/ru/docs/contributing/_index.md new file mode 100644 index 0000000..f5ba73d --- /dev/null +++ b/content/ru/docs/contributing/_index.md @@ -0,0 +1,40 @@ +# Как вы можете помочь проекту? + + +## Помощь с переводом + +Для колаборации мы используем наш собственный [инстанас weblate](https://weblate.selfprivacy.org/projects/selfprivacy/selfprivacy-app/). +Вы можете создать аккаунт и помочь нам перевести проект на ваш одной язык. + +## Если вы программист + +Про то как работает SelfPrivacy вы можете прочитать в [документации](https://selfprivacy.org/docs/theory/). + +Вы можете помочь нам закрыть мелкие задачи в Issues которые помечаны тегом "Contributions welcome". К примеру по [ссылке](https://git.selfprivacy.org/kherel/selfprivacy.org.app/issues?q=&type=all&state=open&labels=118&milestone=0&assignee=0&poster=0) вы увидите "Contributions welcome" задачи для основного приложения. + +Мы не можем одобрить значительные изменения без согласования с основными разработчиками. Вы можете создать форк проекта, но если вы хотите получить одобрение, пожалуйста, обсудите свои изменения в чатах проекта: + +- [Telegram: @selfprivacy_dev](https://t.me/selfprivacy_dev) +- [Matrix: @dev:selfprivacy.org](https//matrix.to/#/%23dev:selfprivacy.org) + +### [Python](https://www.python.org/) / [NixOS](https://nixos.org/) - backend +Наша серверная часть использует дистрибутив GNU/Linux NixOS, и демон написанный на Python, про то как с ним работать и тестировать изменения, вы можете прочитать [тут](https://git.selfprivacy.org/SelfPrivacy/selfprivacy-rest-api/src/branch/master/CONTRIBUTING.md). +Так же вы можете улучшить другие наши NixOS компоненты: + +- [Бекенд демон (SelfPrivacy API)](https://git.selfprivacy.org/SelfPrivacy/selfprivacy-rest-api) +- [NixOS config](https://git.selfprivacy.org/SelfPrivacy/selfprivacy-nixos-config) +- [NixOS infect](https://git.selfprivacy.org/SelfPrivacy/selfprivacy-nixos-infect) + +### [Dart](https://dart.dev/) + [Flatter](https://flutter.dev/) - frontend app + +- [Репозиторий](https://git.selfprivacy.org/kherel/selfprivacy.org.app) + +### [HTML](https://html.spec.whatwg.org/multipage/) / [JavaScript](https://www.ecma-international.org/publications-and-standards/standards/ecma-262/) +Если вы знаете как улучшить [наш сайт](https://selfprivacy.org): + +- [Главный сайт + Документация](https://git.selfprivacy.org/SelfPrivacy/selfprivacy.org) + + +# За любой помощью обращайтесь в наши чаты: +- [Telegram: @selfprivacy_dev](https://t.me/selfprivacy_dev) +- [Matrix: @dev:selfprivacy.org](https//matrix.to/#/%23dev:selfprivacy.org) From 875df66b864bf603b1903cef06bc3f3a637b9f06 Mon Sep 17 00:00:00 2001 From: def Date: Tue, 30 May 2023 13:17:37 +0300 Subject: [PATCH 2/7] fix typo --- content/ru/docs/contributing/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/ru/docs/contributing/_index.md b/content/ru/docs/contributing/_index.md index f5ba73d..9bbbadf 100644 --- a/content/ru/docs/contributing/_index.md +++ b/content/ru/docs/contributing/_index.md @@ -3,7 +3,7 @@ ## Помощь с переводом -Для колаборации мы используем наш собственный [инстанас weblate](https://weblate.selfprivacy.org/projects/selfprivacy/selfprivacy-app/). +Для колаборации мы используем наш собственный [инстанс weblate](https://weblate.selfprivacy.org/projects/selfprivacy/selfprivacy-app/). Вы можете создать аккаунт и помочь нам перевести проект на ваш одной язык. ## Если вы программист From 518f36ceb7631cee48d49258eaa0c8c924a119ef Mon Sep 17 00:00:00 2001 From: def Date: Wed, 31 May 2023 13:57:54 +0300 Subject: [PATCH 3/7] fix typos --- content/ru/docs/contributing/_index.md | 31 +++++++++++++++++--------- 1 file changed, 21 insertions(+), 10 deletions(-) diff --git a/content/ru/docs/contributing/_index.md b/content/ru/docs/contributing/_index.md index 9bbbadf..f26446f 100644 --- a/content/ru/docs/contributing/_index.md +++ b/content/ru/docs/contributing/_index.md @@ -1,35 +1,46 @@ + --- + title: "Как помочь проекту?" + linkTitle: "Как помочь проекту" + date: 2023-03-13T + weight: 2 + description: > + Вы можете помочь как с переводом на разные языки, так и своими знаниями программирования + --- + # Как вы можете помочь проекту? ## Помощь с переводом Для колаборации мы используем наш собственный [инстанс weblate](https://weblate.selfprivacy.org/projects/selfprivacy/selfprivacy-app/). -Вы можете создать аккаунт и помочь нам перевести проект на ваш одной язык. +Вы можете создать аккаунт и помочь нам перевести проект на ваш родной язык. ## Если вы программист -Про то как работает SelfPrivacy вы можете прочитать в [документации](https://selfprivacy.org/docs/theory/). +Про то, как работает SelfPrivacy, вы можете прочитать в [документации](https://selfprivacy.org/docs/theory/). -Вы можете помочь нам закрыть мелкие задачи в Issues которые помечаны тегом "Contributions welcome". К примеру по [ссылке](https://git.selfprivacy.org/kherel/selfprivacy.org.app/issues?q=&type=all&state=open&labels=118&milestone=0&assignee=0&poster=0) вы увидите "Contributions welcome" задачи для основного приложения. +Вы можете помочь нам закрыть мелкие задачи в Issues, которые помечаны тегом "Contributions welcome". К примеру, по [ссылке](https://git.selfprivacy.org/kherel/selfprivacy.org.app/issues?q=&type=all&state=open&labels=118&milestone=0&assignee=0&poster=0) вы увидите задачи с тегом "Contributions welcome" для основного приложения. -Мы не можем одобрить значительные изменения без согласования с основными разработчиками. Вы можете создать форк проекта, но если вы хотите получить одобрение, пожалуйста, обсудите свои изменения в чатах проекта: +Мы не можем одобрить значительные изменения без согласования с основными разработчиками. Вы можете создать форк проекта, но если вы хотите получить одобрение, пожалуйста, обсудите предлагаемые изменения в одном из чатов проекта - [Telegram: @selfprivacy_dev](https://t.me/selfprivacy_dev) - [Matrix: @dev:selfprivacy.org](https//matrix.to/#/%23dev:selfprivacy.org) -### [Python](https://www.python.org/) / [NixOS](https://nixos.org/) - backend -Наша серверная часть использует дистрибутив GNU/Linux NixOS, и демон написанный на Python, про то как с ним работать и тестировать изменения, вы можете прочитать [тут](https://git.selfprivacy.org/SelfPrivacy/selfprivacy-rest-api/src/branch/master/CONTRIBUTING.md). -Так же вы можете улучшить другие наши NixOS компоненты: +### [Python](https://www.python.org/) / [NixOS](https://nixos.org/) — backend +Серверная часть SelfPrivacy использует дистрибутив NixOS, и программу-демон написанную на Python, под названием SelfPrivacy API. Демон работает ради обеспечения связи между вашим сервером и приложением SelfPrivacy. Про то как тестировать и вносить изменения в SelfPrivacy API, вы можете прочитать [тут](https://git.selfprivacy.org/SelfPrivacy/selfprivacy-rest-api/src/branch/master/CONTRIBUTING.md). + +- [Backend демон (SelfPrivacy API)](https://git.selfprivacy.org/SelfPrivacy/selfprivacy-rest-api) + +Также вы можете улучшить другие наши NixOS компоненты: -- [Бекенд демон (SelfPrivacy API)](https://git.selfprivacy.org/SelfPrivacy/selfprivacy-rest-api) - [NixOS config](https://git.selfprivacy.org/SelfPrivacy/selfprivacy-nixos-config) - [NixOS infect](https://git.selfprivacy.org/SelfPrivacy/selfprivacy-nixos-infect) -### [Dart](https://dart.dev/) + [Flatter](https://flutter.dev/) - frontend app +### [Dart](https://dart.dev/) + [Flatter](https://flutter.dev/) — frontend app - [Репозиторий](https://git.selfprivacy.org/kherel/selfprivacy.org.app) -### [HTML](https://html.spec.whatwg.org/multipage/) / [JavaScript](https://www.ecma-international.org/publications-and-standards/standards/ecma-262/) +### HTML + [hugo](https://gohugo.io/) / [docsy](https://docsy.dev/) Если вы знаете как улучшить [наш сайт](https://selfprivacy.org): - [Главный сайт + Документация](https://git.selfprivacy.org/SelfPrivacy/selfprivacy.org) From 3f9b1c699da45e641850d58fb335bdd44c32915d Mon Sep 17 00:00:00 2001 From: def Date: Fri, 2 Jun 2023 03:40:54 +0300 Subject: [PATCH 4/7] add eng --- content/en/docs/contributing/_index.md | 52 ++++++++++++++++++++++++++ 1 file changed, 52 insertions(+) create mode 100644 content/en/docs/contributing/_index.md diff --git a/content/en/docs/contributing/_index.md b/content/en/docs/contributing/_index.md new file mode 100644 index 0000000..bc3f47c --- /dev/null +++ b/content/en/docs/contributing/_index.md @@ -0,0 +1,52 @@ + --- + title: "How to contributing" + linkTitle: "Сontributing" + date: 2023-03-13T + weight: 2 + description: > + You can help both with translations into different languages and with your own programming knowledge + --- + +# How can you help the project? + + +## Help with translation + +We use our own [weblate instance](https://weblate.selfprivacy.org/projects/selfprivacy/selfprivacy-app/) to collaborate. +You can create an account and help us translate the project into your native language. + +## If you're a programmer + +You can read about how SelfPrivacy works in [documentation](https://selfprivacy.org/docs/theory/). + +You can help us close Issues which are marked with the "Contributions welcome" tag. For example, at [this link](https://git.selfprivacy.org/kherel/selfprivacy.org.app/issues?q=&type=all&state=open&labels=118&milestone=0&assignee=0&poster=0) you will see tasks tagged "Contributions welcome" for the main application. + +We cannot approve major changes without the approval of the core developers. Of course you can create a fork of the project, but if you want to get approval, please discuss the proposed changes in one of the project chats: + +- [Telegram: @selfprivacy_dev](https://t.me/selfprivacy_dev) +- [Matrix: @dev:selfprivacy.org](https/matrix.to/#/%23dev:selfprivacy.org) + +### [Python](https://www.python.org/) / [NixOS](https://nixos.org/) - backend +The server side of SelfPrivacy uses the NixOS distribution, and a daemon program written in Python called SelfPrivacy API. The daemon works to provide a link between your server and SelfPrivacy app. You can read [here](https://git.selfprivacy.org/SelfPrivacy/selfprivacy-rest-api/src/branch/master/CONTRIBUTING.md) about how to test and make changes to the SelfPrivacy API. + +- [Backend Demon (SelfPrivacy API)](https://git.selfprivacy.org/SelfPrivacy/selfprivacy-rest-api) + + +You can also improve our other NixOS components: + +- [NixOS config](https://git.selfprivacy.org/SelfPrivacy/selfprivacy-nixos-config) +- [NixOS infect](https://git.selfprivacy.org/SelfPrivacy/selfprivacy-nixos-infect) + +### [Dart](https://dart.dev/) + [Flatter](https://flutter.dev/) - frontend app + +- [Repository](https://git.selfprivacy.org/kherel/selfprivacy.org.app) + +### HTML + [hugo](https://gohugo.io/) / [docsy](https://docsy.dev/) +If you know how to improve [our site](https://selfprivacy.org): + +- [Main Site + Documentation](https://git.selfprivacy.org/SelfPrivacy/selfprivacy.org) + + +# For any help, please contact our chats: +- [Telegram: @selfprivacy_dev](https://t.me/selfprivacy_dev) +- [Matrix: @dev:selfprivacy.org](https/matrix.to/#/%23dev:selfprivacy.org) \ No newline at end of file From ff3800270e71e538a9f6a2932d8c59f20a3f3768 Mon Sep 17 00:00:00 2001 From: def Date: Fri, 2 Jun 2023 03:42:54 +0300 Subject: [PATCH 5/7] add dot-dot --- content/ru/docs/contributing/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/ru/docs/contributing/_index.md b/content/ru/docs/contributing/_index.md index f26446f..b6b3376 100644 --- a/content/ru/docs/contributing/_index.md +++ b/content/ru/docs/contributing/_index.md @@ -21,7 +21,7 @@ Вы можете помочь нам закрыть мелкие задачи в Issues, которые помечаны тегом "Contributions welcome". К примеру, по [ссылке](https://git.selfprivacy.org/kherel/selfprivacy.org.app/issues?q=&type=all&state=open&labels=118&milestone=0&assignee=0&poster=0) вы увидите задачи с тегом "Contributions welcome" для основного приложения. -Мы не можем одобрить значительные изменения без согласования с основными разработчиками. Вы можете создать форк проекта, но если вы хотите получить одобрение, пожалуйста, обсудите предлагаемые изменения в одном из чатов проекта +Мы не можем одобрить значительные изменения без согласования с основными разработчиками. Вы можете создать форк проекта, но если вы хотите получить одобрение, пожалуйста, обсудите предлагаемые изменения в одном из чатов проекта: - [Telegram: @selfprivacy_dev](https://t.me/selfprivacy_dev) - [Matrix: @dev:selfprivacy.org](https//matrix.to/#/%23dev:selfprivacy.org) From 29b5efff23123d7fe368d6fe678d2aaa663723cd Mon Sep 17 00:00:00 2001 From: def Date: Tue, 6 Jun 2023 04:14:12 +0300 Subject: [PATCH 6/7] fix typos --- content/en/docs/contributing/_index.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/content/en/docs/contributing/_index.md b/content/en/docs/contributing/_index.md index bc3f47c..00fcc03 100644 --- a/content/en/docs/contributing/_index.md +++ b/content/en/docs/contributing/_index.md @@ -1,16 +1,16 @@ --- title: "How to contributing" - linkTitle: "Сontributing" + linkTitle: "Contributing" date: 2023-03-13T weight: 2 description: > - You can help both with translations into different languages and with your own programming knowledge + You can help with translations and programming --- # How can you help the project? -## Help with translation +## Help us translate We use our own [weblate instance](https://weblate.selfprivacy.org/projects/selfprivacy/selfprivacy-app/) to collaborate. You can create an account and help us translate the project into your native language. @@ -32,7 +32,7 @@ The server side of SelfPrivacy uses the NixOS distribution, and a daemon program - [Backend Demon (SelfPrivacy API)](https://git.selfprivacy.org/SelfPrivacy/selfprivacy-rest-api) -You can also improve our other NixOS components: +You can also improve other components: - [NixOS config](https://git.selfprivacy.org/SelfPrivacy/selfprivacy-nixos-config) - [NixOS infect](https://git.selfprivacy.org/SelfPrivacy/selfprivacy-nixos-infect) @@ -41,8 +41,8 @@ You can also improve our other NixOS components: - [Repository](https://git.selfprivacy.org/kherel/selfprivacy.org.app) -### HTML + [hugo](https://gohugo.io/) / [docsy](https://docsy.dev/) -If you know how to improve [our site](https://selfprivacy.org): +### [Hugo](https://gohugo.io/) / [Docsy](https://docsy.dev/) +If you want to improve [our site](https://selfprivacy.org): - [Main Site + Documentation](https://git.selfprivacy.org/SelfPrivacy/selfprivacy.org) From e7d330428e1c1cbcff1fa5a234314119713b7f8f Mon Sep 17 00:00:00 2001 From: dettlaff Date: Sat, 10 Jun 2023 04:45:07 +0400 Subject: [PATCH 7/7] fix missing --- content/en/docs/contributing/_index.md | 2 +- content/ru/docs/contributing/_index.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/content/en/docs/contributing/_index.md b/content/en/docs/contributing/_index.md index 00fcc03..708ff16 100644 --- a/content/en/docs/contributing/_index.md +++ b/content/en/docs/contributing/_index.md @@ -19,7 +19,7 @@ You can create an account and help us translate the project into your native lan You can read about how SelfPrivacy works in [documentation](https://selfprivacy.org/docs/theory/). -You can help us close Issues which are marked with the "Contributions welcome" tag. For example, at [this link](https://git.selfprivacy.org/kherel/selfprivacy.org.app/issues?q=&type=all&state=open&labels=118&milestone=0&assignee=0&poster=0) you will see tasks tagged "Contributions welcome" for the main application. +You can help us close Issues which are marked with the "Contributions welcome" tag. For example, at [this link](https://git.selfprivacy.org/kherel/selfprivacy.org.app/issues?q=&type=all&state=open&labels=118) you will see tasks tagged "Contributions welcome" for the main application. We cannot approve major changes without the approval of the core developers. Of course you can create a fork of the project, but if you want to get approval, please discuss the proposed changes in one of the project chats: diff --git a/content/ru/docs/contributing/_index.md b/content/ru/docs/contributing/_index.md index b6b3376..dc914bb 100644 --- a/content/ru/docs/contributing/_index.md +++ b/content/ru/docs/contributing/_index.md @@ -19,7 +19,7 @@ Про то, как работает SelfPrivacy, вы можете прочитать в [документации](https://selfprivacy.org/docs/theory/). -Вы можете помочь нам закрыть мелкие задачи в Issues, которые помечаны тегом "Contributions welcome". К примеру, по [ссылке](https://git.selfprivacy.org/kherel/selfprivacy.org.app/issues?q=&type=all&state=open&labels=118&milestone=0&assignee=0&poster=0) вы увидите задачи с тегом "Contributions welcome" для основного приложения. +Вы можете помочь нам закрыть мелкие задачи в Issues, которые помечаны тегом "Contributions welcome". К примеру, по [ссылке](https://git.selfprivacy.org/kherel/selfprivacy.org.app/issues?q=&type=all&state=open&labels=118) вы увидите задачи с тегом "Contributions welcome" для основного приложения. Мы не можем одобрить значительные изменения без согласования с основными разработчиками. Вы можете создать форк проекта, но если вы хотите получить одобрение, пожалуйста, обсудите предлагаемые изменения в одном из чатов проекта: @@ -40,7 +40,7 @@ - [Репозиторий](https://git.selfprivacy.org/kherel/selfprivacy.org.app) -### HTML + [hugo](https://gohugo.io/) / [docsy](https://docsy.dev/) +### [Hugo](https://gohugo.io/) / [docsy](https://docsy.dev/) Если вы знаете как улучшить [наш сайт](https://selfprivacy.org): - [Главный сайт + Документация](https://git.selfprivacy.org/SelfPrivacy/selfprivacy.org)