Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found

Target

Select target project
  • redox-os/website
  • ids1024/website
  • jD91mZM2/website
  • deepaksirone/website
  • nickik/website
  • pharaone/website
  • sajattack/website
  • xTibor/website
  • orenkyl/website
  • rbnswartz/website
  • alaskacanyon/website
  • ShalokShalom/website
  • AdminXVII/website
  • oreed/website
  • linhub15/website
  • rw_van/website
  • brochard/website
  • t-nil/website
  • TeaDrinkingProgrammer/website
  • bujak.rafal/website
  • JCake/website
  • Ganipote/website
  • Streifen/website
  • piotr-calus/website
  • andypython/website
  • ssd/website
  • jensliu29/website
  • thynus/website
  • euclid/website
  • plimkilde/website
  • panaman67/website
  • MichaelMcDonnell/website
  • aaronjanse/website
  • jimt/website
  • RoboticDinosaur/website
  • Blesbok/website
  • potatogim/website
  • maheras_243/website
  • chirsz-ever/website
  • enygmator/website
  • BsmB/website
  • Darius/website
  • StaringAtEditor/redox-website
  • victor/website
44 results
Show changes
Commits on Source (664)
Showing
with 401 additions and 220 deletions
build build
public
.hugo_build.lock
.idea .idea
*~ *~
# website # Website
To build this site, you must install [Hugo](https://gohugo.io/) and run the `hugo.sh` file. To build this site, you must install [Hugo](https://gohugo.io/) and run the `hugo.sh` file.
To preview the site, run `./hugo.sh serve` and then open [http://localhost:1313](http://localhost:1313) ## Install Hugo
- Download the executable for your CPU architecture on [this](https://github.com/gohugoio/hugo/releases/latest) link
- Move the extracted `hugo` file to the `~/.local/bin` directory on your user folder
- Verify if the `~/.local/bin` is present on your `PATH` (run `echo $PATH` to verify)
- If the `~/.local/bin` directory is not present on your `PATH` environment variable, you must add it on the configuration file of your terminal shell
### Bash PATH
To add the `~/.local/bin` directory on the `PATH` of your GNU Bash, add the following text on the end of the `.bashrc` file at your user folder:
```
export PATH=$PATH:$HOME/.local/bin
```
## Preview
To preview the site, run the following command, wait it to finish and open the link http://localhost:1313
```sh
./hugo.sh serve
```
The `hugo.sh` is a script that enables content written for the English language webpage (in the `content/` directory) to be visible in pages of other languages.
But this results in a quirk where _hugo_ does not watch for changes in the `content/` directory when you use `./hugo.sh serve` command.
So, you can use the `hugo serve` command instead, which makes sure that `content/` directory is also watched (just for when you're writing the pages).
## Verify Broken Links
Use the [lychee](https://lychee.cli.rs/) tool to verify broken links, it's very advanced and fast.
Read [this](https://lychee.cli.rs/installation/) page to install the tool.
### Usage
Run the following command inside the repository folder:
```sh
lychee content
```
...@@ -3,38 +3,35 @@ baseurl = "https://www.redox-os.org/" ...@@ -3,38 +3,35 @@ baseurl = "https://www.redox-os.org/"
title = "Redox - Your Next(Gen) OS" title = "Redox - Your Next(Gen) OS"
DefaultContentLanguage = "en" DefaultContentLanguage = "en"
[markup.goldmark.renderer]
unsafe = true
[languages.en] [languages.en]
weight = 1 weight = 1
languageName = "English" languageName = "English"
languageCode = "en-us" languageCode = "en-us"
[[languages.en.menu.main]] [[languages.en.menu.main]]
weight = 1 weight = 1
name = "Documentation" name = "Docs"
url = "/docs/" url = "/docs/"
[[languages.en.menu.main]] [[languages.en.menu.main]]
weight = 2 weight = 2
name = "Community" name = "FAQ"
url = "/community" url = "/faq"
[[languages.en.menu.main]] [[languages.en.menu.main]]
weight = 3 weight = 3
name = "News" name = "News"
url = "/news/" url = "/news/"
[[languages.en.menu.main]] [[languages.en.menu.main]]
weight = 4 weight = 4
name = "Screenshots" name = "Community"
url = "/screens/" url = "/community"
[[languages.en.menu.main]] [[languages.en.menu.main]]
weight = 5 weight = 5
name = "Donate" name = "Donate/Merch"
url = "/donate/" url = "/donate/"
[[languages.en.menu.main]] [[languages.en.menu.main]]
weight = 6 weight = 6
name = "GitLab"
url = "https://gitlab.redox-os.org/redox-os/redox"
[[languages.en.menu.main]]
weight = 7
name = "RSoC"
url = "/rsoc/"
[languages.zh] [languages.zh]
weight = 2 weight = 2
...@@ -79,7 +76,7 @@ name = "Documentación" ...@@ -79,7 +76,7 @@ name = "Documentación"
url = "/docs/" url = "/docs/"
[[languages.es.menu.main]] [[languages.es.menu.main]]
weight = 2 weight = 2
name = "Community" name = "Comunidad"
url = "/community" url = "/community"
[[languages.es.menu.main]] [[languages.es.menu.main]]
weight = 3 weight = 3
...@@ -112,7 +109,7 @@ name = "Документация" ...@@ -112,7 +109,7 @@ name = "Документация"
url = "/docs/" url = "/docs/"
[[languages.ru.menu.main]] [[languages.ru.menu.main]]
weight = 2 weight = 2
name = "Community" name = "Сообщество"
url = "/community" url = "/community"
[[languages.ru.menu.main]] [[languages.ru.menu.main]]
weight = 3 weight = 3
...@@ -145,28 +142,23 @@ name = "Documentation" ...@@ -145,28 +142,23 @@ name = "Documentation"
url = "/docs/" url = "/docs/"
[[languages.fr.menu.main]] [[languages.fr.menu.main]]
weight = 2 weight = 2
name = "Community" name = "FAQ"
url = "/community" url = "/faq"
[[languages.fr.menu.main]] [[languages.fr.menu.main]]
weight = 3 weight = 3
name = "Nouvelles" name = "Communauté"
url = "/news/" url = "/community"
[[languages.fr.menu.main]] [[languages.fr.menu.main]]
weight = 4 weight = 4
name = "Captures d'écran" name = "Actualité"
url = "/screens/" url = "/news/"
[[languages.fr.menu.main]] [[languages.fr.menu.main]]
weight = 5 weight = 5
name = "Donation" name = "Donation/Marchandises"
url = "/donate/" url = "/donate/"
[[languages.fr.menu.main]] [[languages.fr.menu.main]]
weight = 6 weight = 6
name = "Code source"
url = "https://gitlab.redox-os.org/redox-os/redox"
[[languages.fr.menu.main]]
weight = 7
name = "RSoC"
url = "/rsoc/"
[languages.de] [languages.de]
weight = 6 weight = 6
...@@ -355,7 +347,7 @@ name = "Skærmbilleder" ...@@ -355,7 +347,7 @@ name = "Skærmbilleder"
url = "/screens/" url = "/screens/"
[[languages.da.menu.main]] [[languages.da.menu.main]]
weight = 5 weight = 5
name = "Doner" name = "Donér"
url = "/donate/" url = "/donate/"
[[languages.da.menu.main]] [[languages.da.menu.main]]
weight = 6 weight = 6
...@@ -475,28 +467,22 @@ name = "Documentação" ...@@ -475,28 +467,22 @@ name = "Documentação"
url = "/docs/" url = "/docs/"
[[languages.pt.menu.main]] [[languages.pt.menu.main]]
weight = 2 weight = 2
name = "Community" name = "Comunidade"
url = "/community" url = "/community/"
[[languages.pt.menu.main]] [[languages.pt.menu.main]]
weight = 3 weight = 3
name = "Notícias" name = "Notícias"
url = "/news/" url = "/news/"
[[languages.pt.menu.main]] [[languages.pt.menu.main]]
weight = 4 weight = 4
name = "Capturas de Tela" name = "FAQ"
url = "/screens/" url = "/faq/"
[[languages.pt.menu.main]] [[languages.pt.menu.main]]
weight = 5 weight = 5
name = "Doações" name = "Doar/Loja"
url = "/donate/" url = "/donate/"
[[languages.pt.menu.main]] [[languages.pt.menu.main]]
weight = 6 weight = 6
name = "GitLab"
url = "https://gitlab.redox-os.org/redox-os/redox"
[[languages.pt.menu.main]]
weight = 7
name = "RSoC"
url = "/rsoc/"
[languages.jp] [languages.jp]
weight = 16 weight = 16
...@@ -607,7 +593,11 @@ name = "Dokumentacja" ...@@ -607,7 +593,11 @@ name = "Dokumentacja"
url = "/docs/" url = "/docs/"
[[languages.pl.menu.main]] [[languages.pl.menu.main]]
weight = 2 weight = 2
name = "Community" name = "FAQ"
url = "/pl/faq"
[[languages.pl.menu.main]]
weight = 2
name = "Społeczność"
url = "/community" url = "/community"
[[languages.pl.menu.main]] [[languages.pl.menu.main]]
weight = 3 weight = 3
...@@ -662,3 +652,37 @@ url = "https://gitlab.redox-os.org/redox-os/redox" ...@@ -662,3 +652,37 @@ url = "https://gitlab.redox-os.org/redox-os/redox"
weight = 7 weight = 7
name = "RSoC" name = "RSoC"
url = "/rsoc/" url = "/rsoc/"
[languages.ar]
weight = 21
languageName = "العربية"
languageCode = "ar"
[[languages.ar.menu.main]]
weight = 1
name = "توثيق"
url = "/docs/"
[[languages.ar.menu.main]]
weight = 2
name = "مجتمع المطورين"
url = "/community"
[[languages.ar.menu.main]]
weight = 3
name = "أخبار"
url = "/news/"
[[languages.ar.menu.main]]
weight = 4
name = "لقطات شاشة"
url = "/screens/"
[[languages.ar.menu.main]]
weight = 5
name = "تبرع"
url = "/donate/"
[[languages.ar.menu.main]]
weight = 6
name = "شيفرة مصدرية"
url = "https://gitlab.redox-os.org/redox-os/redox"
[[languages.ar.menu.main]]
weight = 7
name = "RSoC"
url = "/rsoc/"
+++
title = "مجتمع المطورين"
+++
<meta charset="utf-8">
<div class="row install-row">
<div dir="rtl" lang="ar">
تشرح هذه الصفحة كيفية تنظيم مجتمع Redox OS ومساعدتك على التواصل معه.
<a id="chat"></a>
## [دردشة](https://matrix.to/#/#redox:matrix.org)
<a id="forum"></a>
## [المنتدى](https://discourse.redox-os.org/)
هذه هي أفضل طريقة لمناقشة المزيد من الموضوعات العامة التي لا تتعلق بأشياء محددة تحتاج إلى المعالجة بطريقة أو بأخرى.
يمكنك التسجيل مثل أي موقع آخر.
<a id="gitlab"></a>
## [GitLab](https://gitlab.redox-os.org/redox-os/redox)
طريقة أكثر رسمية للتواصل مع مطوري Redox، ولكنها أقل سرعة وملاءمة بالمقارنة مع الدردشة.
أرسل مشكلة على موقع عندما تواجه مشكلات في التجميع أو الاختبار أو ترغب فقط في مناقشة موضوع معين ، سواء كانت ميزات أو نمط رمز أو تناقضات في التعليمات البرمجية أو تغييرات وإصلاحات طفيفة ، وما إلى ذلك.
<a id="reddit"></a>
## [Redox OS على Reddit](https://www.reddit.com/r/Redox/)
إذا كنت تريد نظرة سريعة على ما يحدث وتحدث عنه.
[reddit.com/r/rust](https://www.reddit.com/r/rust) للأخبار والمناقشات ذات الصلة بشأن Rust.
</div>
</div>
...@@ -6,9 +6,7 @@ This page attempts to explain how the Redox OS community is organised and help y ...@@ -6,9 +6,7 @@ This page attempts to explain how the Redox OS community is organised and help y
<a id="chat"></a> <a id="chat"></a>
## [Chat](https://chat.redox-os.org) ## [Chat](https://matrix.to/#/#redox:matrix.org)
The quickest and most open way to communicate with the Redox team is on our chat server. Currently, you can only get an invite by sending an email request to info@redox-os.org, which might take a little while, since it's not automated. Simply say you'd like to join the chat. We're working on an better way to do this, but this is the best way right now.
<a id="forum"></a> <a id="forum"></a>
## [Forum](https://discourse.redox-os.org/) ## [Forum](https://discourse.redox-os.org/)
...@@ -28,8 +26,3 @@ A bit more formal way of communication with fellow Redox devs, but a little less ...@@ -28,8 +26,3 @@ A bit more formal way of communication with fellow Redox devs, but a little less
If you want a quick look at what's going on and talk about it. If you want a quick look at what's going on and talk about it.
[reddit.com/r/rust](https://www.reddit.com/r/rust) for related Rust news and discussions. [reddit.com/r/rust](https://www.reddit.com/r/rust) for related Rust news and discussions.
<a id="twitter"></a>
## [Twitter](https://twitter.com/redox_os)
News and related content.
...@@ -2,34 +2,27 @@ ...@@ -2,34 +2,27 @@
title = "Community" title = "Community"
+++ +++
This page attempts to explain how the Redox OS community is organised and help you navigate it. Denne side tilstræber at forklare hvordan fællesskabet omkring Redox OS er organiseret og at hjælpe dig med at navigere i det.
<a id="chat"></a> <a id="chat"></a>
## [Chat](https://chat.redox-os.org) ## [Chat](https://matrix.to/#/#redox:matrix.org)
The quickest and most open way to communicate with the Redox team is on our chat server. Currently, you can only get an invite by sending an email request to info@redox-os.org, which might take a little while, since it's not automated. Simply say you'd like to join the chat. We're working on an better way to do this, but this is the best way right now.
<a id="forum"></a> <a id="forum"></a>
## [Forum](https://discourse.redox-os.org/) ## [Forum](https://discourse.redox-os.org/)
This is the best way to discuss more general topics that aren't about specific things that need to be addressed one way or another. You can sign up like any other website. Dette er den bedste måde at diskutere mere generelle emner, der ikke omhandler specifikke ting der skal tages hånd om på den ene eller anden måde. Du kan oprette en brugerkonto som på ethvert andet websted.
<a id="gitlab"></a> <a id="gitlab"></a>
## [GitLab](https://gitlab.redox-os.org/redox-os/redox) ## [GitLab](https://gitlab.redox-os.org/redox-os/redox)
A bit more formal way of communication with fellow Redox devs, but a little less quick and convenient like the chat. Submit an issue when you run into problems compiling, testing, or just would like to discuss a certain topic, be it features, code style, code inconsistencies, minor changes and fixes, etc. En lidt mere formel form for kommunikation med andre Redox-udviklere, men lige knap så hurtig og bekvem som chatten. Opret et issue når du støder på problemer med at compile, teste, eller hvis du blot vil diskutere et bestemt emne, hvad enten det er features, kodestil, uoverensstemmelser i koden, småændringer og -rettelser osv.
<a id="reddit"></a> <a id="reddit"></a>
## [Redox OS on Reddit](https://www.reddit.com/r/Redox/) ## [Redox OS på Reddit](https://www.reddit.com/r/Redox/)
If you want a quick look at what's going on and talk about it.
[reddit.com/r/rust](https://www.reddit.com/r/rust) for related Rust news and discussions.
<a id="twitter"></a> Hvis du vil have et hurtigt kig på hvad der foregår og tale om det.
## [Twitter](https://twitter.com/redox_os)
News and related content. [reddit.com/r/rust](https://www.reddit.com/r/rust) for relaterede Rust-nyheder og -diskussioner.
...@@ -6,9 +6,7 @@ This page attempts to explain how the Redox OS community is organised and help y ...@@ -6,9 +6,7 @@ This page attempts to explain how the Redox OS community is organised and help y
<a id="chat"></a> <a id="chat"></a>
## [Chat](https://chat.redox-os.org) ## [Chat](https://matrix.to/#/#redox:matrix.org)
The quickest and most open way to communicate with the Redox team is on our chat server. Currently, you can only get an invite by sending an email request to info@redox-os.org, which might take a little while, since it's not automated. Simply say you'd like to join the chat. We're working on an better way to do this, but this is the best way right now.
<a id="forum"></a> <a id="forum"></a>
## [Forum](https://discourse.redox-os.org/) ## [Forum](https://discourse.redox-os.org/)
...@@ -28,8 +26,3 @@ A bit more formal way of communication with fellow Redox devs, but a little less ...@@ -28,8 +26,3 @@ A bit more formal way of communication with fellow Redox devs, but a little less
If you want a quick look at what's going on and talk about it. If you want a quick look at what's going on and talk about it.
[reddit.com/r/rust](https://www.reddit.com/r/rust) for related Rust news and discussions. [reddit.com/r/rust](https://www.reddit.com/r/rust) for related Rust news and discussions.
<a id="twitter"></a>
## [Twitter](https://twitter.com/redox_os)
News and related content.
...@@ -2,34 +2,90 @@ ...@@ -2,34 +2,90 @@
title = "Community" title = "Community"
+++ +++
This page attempts to explain how the Redox OS community is organised and help you navigate it. This page attempts to explain how the Redox OS community is organised and helps you navigate it.
The headings are clickable to help you get to where you need to go.
We follow the [Rust Code Of Conduct](https://www.rust-lang.org/policies/code-of-conduct) for rules in all community/chat channels.
<a id="chat"></a> ## [Announcements](https://matrix.to/#/#redox-announcements:matrix.org)
## [Chat](https://chat.redox-os.org)
The quickest and most open way to communicate with the Redox team is on our chat server. Currently, you can only get an invite by sending an email request to info@redox-os.org, which might take a little while, since it's not automated. Simply say you'd like to join the chat. We're working on an better way to do this, but this is the best way right now. We do our announcements on the [Announcements](https://matrix.to/#/#redox-announcements:matrix.org) room, it's public and you don't need to login on Matrix to read it.
<a id="forum"></a> - #redox-announcements:matrix.org (Use this Matrix room address if you don't want to use the external Matrix link)
## [Forum](https://discourse.redox-os.org/)
## [Chat](https://matrix.to/#/#redox-join:matrix.org)
Matrix is the official way to talk with Redox OS team and community (these rooms are English-only, we don't accept other languages because we don't understand them).
Matrix has several different clients. [Element](https://element.io/) is a commonly used choice, it works on web browsers, Linux, MacOSX, Windows, Android and iOS.
If you have problems with Element, try [Fractal](https://gitlab.gnome.org/World/fractal).
- Join the [Join Requests](https://matrix.to/#/#redox-join:matrix.org) room and send a message requesting for an invite to the Redox Matrix space (the purpose of this is to avoid spam and bots).
- #redox-join:matrix.org (Use this Matrix room address if you don't want to use the external Matrix link)
(We recommend that you leave the "Join Requests" room after your entry on Redox space)
If you want to have a big discussion in our rooms, you should use a Element thread, it's more organized and easy to keep track if more discussions happen on the same room.
This is the best way to discuss more general topics that aren't about specific things that need to be addressed one way or another. You can sign up like any other website. You cand find more information on the [Chat](https://doc.redox-os.org/book/chat.html) page.
## [Discord](https://discord.gg/JfggvrHGDY)
We have a Discord server as an alternative for Matrix, open the #join-requests channel and send a message requesting to be a member (the purpose of this is to avoid spam and bots)
(The Matrix messages are sent to Discord and the Discord messages are sent to Matrix, using a bot)
## [Summer of Code](/rsoc)
The **Redox Summer of Code** (RSoC) program runs annually when funding permits, and we may participate in other Summer of Code type programs.
An overview of our Summer of Code programs and our plans for this year can be found on the [RSoC](/rsoc) page.
Check out our [RSoC Proposal Guide](/rsoc-proposal-how-to) and [Project Suggestions](/rsoc-project-suggestions).
<a id="gitlab"></a>
## [GitLab](https://gitlab.redox-os.org/redox-os/redox) ## [GitLab](https://gitlab.redox-os.org/redox-os/redox)
A slightly more formal way of communication with fellow Redox devs, but a little less quick and convenient like the chat. Submit an issue when you run into problems compiling or testing. Issues can also be used if you would like to discuss a certain topic: be it features, code style, code inconsistencies, minor changes and fixes, etc.
If you want to create an account, read the [Signing in to GitLab](https://doc.redox-os.org/book/signing-in-to-gitlab.html) page.
Once you create an issue don't forget to post the link on the Dev or Support rooms of the chat, because the GitLab email notifications have distractions (service messages or spam) and most developers don't left their GitLab pages open to receive desktop notifications from the web browser (which require a custom setting to receive issue notifications).
A bit more formal way of communication with fellow Redox devs, but a little less quick and convenient like the chat. Submit an issue when you run into problems compiling, testing, or just would like to discuss a certain topic, be it features, code style, code inconsistencies, minor changes and fixes, etc. By doing this you help us to pay attention to your issues and avoid them to be accidentally forgotten.
If you have ready MRs (merge requests) you must send the links in the [MRs](https://matrix.to/#/#redox-mrs:matrix.org) room. To join this room, you will need to request an invite in the [Join Requests](https://matrix.to/#/#redox-join:matrix.org) room.
<a id="reddit"></a> By sending a message in the room, your MR will not be forgotten or accumulate conflicts.
## [Redox OS on Reddit](https://www.reddit.com/r/Redox/)
## [Lemmy](https://lemmy.world/c/redox)
Our alternative to Reddit, where we post news and community threads.
## [Reddit](https://www.reddit.com/r/Redox/)
If you want a quick look at what's going on and talk about it. If you want a quick look at what's going on and talk about it.
[reddit.com/r/rust](https://www.reddit.com/r/rust) for related Rust news and discussions. [reddit.com/r/rust](https://www.reddit.com/r/rust) for related Rust news and discussions.
<a id="twitter"></a> ## [Fosstodon](https://fosstodon.org/@redox)
Our alternative to Twitter, where we post news and community threads.
## [Twitter](https://twitter.com/redox_os) ## [Twitter](https://twitter.com/redox_os)
News and related content. News and community threads.
## [YouTube](https://www.youtube.com/@RedoxOS)
Demos and board meetings.
## [Forum](https://discourse.redox-os.org/)
This is our archived forum with old/classic questions, it's inactive and can only be used for archival purposes. If you have a question, send on Matrix chat.
## [Talks](/talks/)
Redox talks given at various events and conferences.
## Spread the word
Community outreach is an important part of Redox's success. If more people know about Redox, then more contributors are likely to step in, and everyone can benefit from their added expertise. You can make a difference by writing articles, talking to fellow OS enthusiasts, or looking for communities that would be interested in knowing more about Redox.
...@@ -6,9 +6,7 @@ This page attempts to explain how the Redox OS community is organised and help y ...@@ -6,9 +6,7 @@ This page attempts to explain how the Redox OS community is organised and help y
<a id="chat"></a> <a id="chat"></a>
## [Chat](https://chat.redox-os.org) ## [Chat](https://matrix.to/#/#redox:matrix.org)
The quickest and most open way to communicate with the Redox team is on our chat server. Currently, you can only get an invite by sending an email request to info@redox-os.org, which might take a little while, since it's not automated. Simply say you'd like to join the chat. We're working on an better way to do this, but this is the best way right now.
<a id="forum"></a> <a id="forum"></a>
## [Forum](https://discourse.redox-os.org/) ## [Forum](https://discourse.redox-os.org/)
...@@ -28,8 +26,3 @@ A bit more formal way of communication with fellow Redox devs, but a little less ...@@ -28,8 +26,3 @@ A bit more formal way of communication with fellow Redox devs, but a little less
If you want a quick look at what's going on and talk about it. If you want a quick look at what's going on and talk about it.
[reddit.com/r/rust](https://www.reddit.com/r/rust) for related Rust news and discussions. [reddit.com/r/rust](https://www.reddit.com/r/rust) for related Rust news and discussions.
<a id="twitter"></a>
## [Twitter](https://twitter.com/redox_os)
News and related content.
+++ +++
title = "Community" title = "Comunidad"
+++ +++
This page attempts to explain how the Redox OS community is organised and help you navigate it. Esta página intenta explicar como está organizada la comunidad de Redox OS y ayudarle a navegarla.
<a id="chat"></a> <a id="chat"></a>
## [Chat](https://chat.redox-os.org) ## [Chat](https://matrix.to/#/#redox:matrix.org)
The quickest and most open way to communicate with the Redox team is on our chat server. Currently, you can only get an invite by sending an email request to info@redox-os.org, which might take a little while, since it's not automated. Simply say you'd like to join the chat. We're working on an better way to do this, but this is the best way right now.
<a id="forum"></a> <a id="forum"></a>
## [Forum](https://discourse.redox-os.org/) ## [Foro](https://discourse.redox-os.org/)
This is the best way to discuss more general topics that aren't about specific things that need to be addressed one way or another. You can sign up like any other website. El Foro es la mejor manera de hablar de temas que no exigen ser atendidos por otra forma comunicación. Se puede inscribir como cualquier otro sitio de web.
<a id="gitlab"></a> <a id="gitlab"></a>
## [GitLab](https://gitlab.redox-os.org/redox-os/redox) ## [GitLab](https://gitlab.redox-os.org/redox-os/redox)
Comunicación por GitLab es una forma más formal para comunicarse con otros programadores, pero es más lento y menos accesible que el chat. Envie propuestas cuando encuentre problemas al compilar, o al probar o si quiere hablar de temas específicos, que sean características, estilo de código, incongruencias de código, pequeñas modificaciones, arreglos, etc.
A bit more formal way of communication with fellow Redox devs, but a little less quick and convenient like the chat. Submit an issue when you run into problems compiling, testing, or just would like to discuss a certain topic, be it features, code style, code inconsistencies, minor changes and fixes, etc.
<a id="reddit"></a> <a id="reddit"></a>
## [Redox OS on Reddit](https://www.reddit.com/r/Redox/) ## [Redox OS en Reddit](https://www.reddit.com/r/Redox/)
If you want a quick look at what's going on and talk about it.
[reddit.com/r/rust](https://www.reddit.com/r/rust) for related Rust news and discussions.
<a id="twitter"></a> Puede utilizar Reddit para rápidamente ver las novedades y hablar de ellas.
## [Twitter](https://twitter.com/redox_os)
News and related content. [reddit.com/r/rust](https://www.reddit.com/r/rust) por noticias y conversaciones relacionadas con Rust.
+++ +++
title = "Community" title = "Communauté"
+++ +++
This page attempts to explain how the Redox OS community is organised and help you navigate it. Cette page tente d'expliquer comment la communauté Redox OS est organisée et vous aide à la naviguer.
Nous suivons le [Code de conduite de Rust](https://www.rust-lang.org/policies/code-of-conduct) pour les règles dans tous les salons de chat/de la communauté.
<a id="chat"></a> ## [Annonces](https://matrix.to/#/#redox-announcements:matrix.org)
## [Chat](https://chat.redox-os.org)
The quickest and most open way to communicate with the Redox team is on our chat server. Currently, you can only get an invite by sending an email request to info@redox-os.org, which might take a little while, since it's not automated. Simply say you'd like to join the chat. We're working on an better way to do this, but this is the best way right now. Nous faisons nos annonces sur [ce salon](https://matrix.to/#/#redox-announcements:matrix.org) Matrix, il est publique et vous n'avez pas besoin de vous connecter à Matrix pour le lire.
<a id="forum"></a> - #redox-announcements:matrix.org (Utilisez cette adresse de salon Matrix si vous ne souhaitez pas utiliser le lien Matrix externe)
## [Forum](https://discourse.redox-os.org/)
## [Chat](https://matrix.to/#/#redox-join:matrix.org)
Matrix est la plateforme officielle pour communiquer avec l'équipe et la communautée de Redox OS (ces salons sont uniquement en anglais, nous n'acceptons pas d'autres langues car nous ne les comprenons pas).
Matrix possède de multiples clients. [Element](https://element.io/) est le choix le plus courant, il fonctionne sur les navigateurs Web, Linux, MacOSX, Windows, Android et iOS.
Si vous rencontrez des problèmes avec Element, essayez [nheko](https://nheko-reborn.github.io/).
This is the best way to discuss more general topics that aren't about specific things that need to be addressed one way or another. You can sign up like any other website. - Rejoignez [ce salon](https://matrix.to/#/#redox-join:matrix.org) et n'oubliez pas de demander une invitation à l'espace Redox.
- #redox-join:matrix.org (Utilisez cette adresse de salon Matrix si vous ne souhaitez pas utiliser le lien Matrix externe)
(Nous vous recommandons de quitter le salon "Join Requests" après votre entrée sur l'espace Redox)
Si vous souhaitez avoir une grande discussion dans nos salons, vous devez utiliser un fil de discussion Element, il est plus organisé et plus facile à suivre si d'autres discussions ont lieu dans le même salon.
Vous pouvez trouver plus d'informations sur [cette page](https://doc.redox-os.org/book/chat.html).
## [Summer of Code](/rsoc)
Le programme **Redox Summer of Code** (RSoC) se déroule chaque année lorsque le financement le permet, et nous pouvons participer à d'autres évènements similaires.
Un aperçu de nos programmes Summer of Code et de nos projets pour cette année sont [ici](/rsoc).
Consultez notre [Guide de proposition RSoC](/rsoc-proposal-how-to) et nos [Suggestions de projet](/rsoc-project-suggestions).
<a id="gitlab"></a>
## [GitLab](https://gitlab.redox-os.org/redox-os/redox) ## [GitLab](https://gitlab.redox-os.org/redox-os/redox)
Un moyen de communication un peu plus formel avec les autres développeurs de Redox, mais un peu moins rapide et pratique que le chat. Soumettez une Issue lorsque vous rencontrez des problèmes de compilation ou de tests. Une Issue peut aussi être ouverte si vous souhaitez simplement discuter d'un sujet en particulier, qu'il s'agisse de fonctionnalités, de style de code, d'incohérences de code, de modifications et de correctifs mineurs, etc.
Si vous souhaitez créer un compte, lisez cette [page](https://doc.redox-os.org/book/signing-in-to-gitlab.html).
Si vous avez des MRs prêts (merge requests), vous devez envoyer les liens sur le salon [MRs](https://matrix.to/#/#redox-mrs:matrix.org). Pour rejoindre ce salon, une vous aurez besoin de demander un invitation dans le salon [Join Requests](https://matrix.to/#/#redox-join:matrix.org).
A bit more formal way of communication with fellow Redox devs, but a little less quick and convenient like the chat. Submit an issue when you run into problems compiling, testing, or just would like to discuss a certain topic, be it features, code style, code inconsistencies, minor changes and fixes, etc. De cette façon, en envoyant un message dans le salon, votre MR ne sera pas oublié et n’accumulera pas de conflits.
## [Lemmy](https://lemmy.world/c/redox)
<a id="reddit"></a> Notre alternative à Reddit, où nous publions des actualités et des fils de discussion communautaires.
## [Redox OS on Reddit](https://www.reddit.com/r/Redox/)
If you want a quick look at what's going on and talk about it. ## [Reddit](https://www.reddit.com/r/Redox/)
Si vous voulez un aperçu rapide de ce qui se passe et en parler.
[reddit.com/r/rust](https://www.reddit.com/r/rust) pour des nouvelles et des discussions sur Rust.
## [Fosstodon](https://fosstodon.org/@redox)
Notre alternative à Twitter, où nous publions des nouvelles et des fils de discussion communautaires.
[reddit.com/r/rust](https://www.reddit.com/r/rust) for related Rust news and discussions.
<a id="twitter"></a>
## [Twitter](https://twitter.com/redox_os) ## [Twitter](https://twitter.com/redox_os)
News and related content. Nouvelles et fils de la communauté.
## [YouTube](https://www.youtube.com/@RedoxOS)
Démos et réunions du conseil d'administration.
## [Forum](https://discourse.redox-os.org/)
Ceci est l'archive de notre forum avec des questions anciennes/classiques, il est inactif et doit être utilisé à des fins historiques. Si vous avez une question, envoyez-la sur le chat Matrix.
## [Conférences](/talks/)
Conférences de Redox réalisées à différents événements.
## Faites passer le message
Développer la communauté est un élément important du succès de Redox. Si davantage de personnes connaissent Redox, davantage de contributeurs sont susceptibles d'intervenir et tout le monde peut bénéficier de leur expertise supplémentaire. Vous pouvez faire la différence en écrivant des articles, en discutant avec d'autres passionnés de système d'exploitation ou en recherchant des communautés qui souhaiteraient en savoir plus sur Redox.
...@@ -5,9 +5,7 @@ title = "Közösség" ...@@ -5,9 +5,7 @@ title = "Közösség"
Ez az oldal megpróbálja elmagyarázni, hogy hogyan is szerveződik a Redox OS közössége és megpróbál segíteni az eligazodásban. Ez az oldal megpróbálja elmagyarázni, hogy hogyan is szerveződik a Redox OS közössége és megpróbál segíteni az eligazodásban.
<a id="chat"></a> <a id="chat"></a>
## [Chat](https://chat.redox-os.org) ## [Chat](https://matrix.to/#/#redox:matrix.org)
A leggyorsabb és legnyíltabb módja a Redox csapatával való kapcsolatfelvételre a chatszerverünk használata. Csatlakozni jelenleg egy [info@redox-os.org](mailto:info@redox-os.org)-ra küldött e-mailes kérelemmel lehetséges. Ez sajnos eltarthat egy ideig, mivel nincs automatizálva. Egyszerűen csak írd meg, hogy csatlakozni szeretnél a chathez. Dolgozunk egy jobb módszeren, azonban jelen pillanatban ez a legjobb megoldás.
<a id="forum"></a> <a id="forum"></a>
## [Fórum](https://discourse.redox-os.org/) ## [Fórum](https://discourse.redox-os.org/)
...@@ -25,8 +23,3 @@ Egy kicsivel formálisabb módja a Redox fejlesztőivel való kommunikációra, ...@@ -25,8 +23,3 @@ Egy kicsivel formálisabb módja a Redox fejlesztőivel való kommunikációra,
Ha egy gyors pillantást szeretnél vetni a történésekre és beszélgetni szeretnél róluk. Ha egy gyors pillantást szeretnél vetni a történésekre és beszélgetni szeretnél róluk.
[reddit.com/r/rust](https://www.reddit.com/r/rust) a Rust programozási nyelvhez kötődő hírekhez és beszélgetésekhez. [reddit.com/r/rust](https://www.reddit.com/r/rust) a Rust programozási nyelvhez kötődő hírekhez és beszélgetésekhez.
<a id="twitter"></a>
## [Twitter](https://twitter.com/redox_os)
Hírek és kapcsolódó tartalmak.
+++ +++
title = "Community" title = "Comunitá"
+++ +++
This page attempts to explain how the Redox OS community is organised and help you navigate it. Questa pagina prova a spiegare come é organizzata la comunitá di Redox OS e ti aiuterá a navigarvici.
<a id="chat"></a> <a id="chat"></a>
## [Chat](https://chat.redox-os.org) ## [Chat](https://matrix.to/#/#redox:matrix.org)
The quickest and most open way to communicate with the Redox team is on our chat server. Currently, you can only get an invite by sending an email request to info@redox-os.org, which might take a little while, since it's not automated. Simply say you'd like to join the chat. We're working on an better way to do this, but this is the best way right now.
<a id="forum"></a> <a id="forum"></a>
## [Forum](https://discourse.redox-os.org/) ## [Forum](https://discourse.redox-os.org/)
This is the best way to discuss more general topics that aren't about specific things that need to be addressed one way or another. You can sign up like any other website. Questo é il miglior modo per discutere di temi piú generali. Puoi registrarti come in un qualsiasi altro sito.
<a id="gitlab"></a> <a id="gitlab"></a>
## [GitLab](https://gitlab.redox-os.org/redox-os/redox) ## [GitLab](https://gitlab.redox-os.org/redox-os/redox)
A bit more formal way of communication with fellow Redox devs, but a little less quick and convenient like the chat. Submit an issue when you run into problems compiling, testing, or just would like to discuss a certain topic, be it features, code style, code inconsistencies, minor changes and fixes, etc. Un modo un po' piú formale per comunicare con gli sviluppatori di Redox, ma meno veloce e conveniente di una chat. Segnala un errore quando incontri problemi compilando, testando, o anche se vuoi semplicemente discutere un argomento, che sia funzionalitá, stile del codice, inconsistenze nel codice, piccoli cambiamenti e soluzioni, etc.
<a id="reddit"></a> <a id="reddit"></a>
## [Redox OS on Reddit](https://www.reddit.com/r/Redox/) ## [Redox OS su Reddit](https://www.reddit.com/r/Redox/)
If you want a quick look at what's going on and talk about it.
[reddit.com/r/rust](https://www.reddit.com/r/rust) for related Rust news and discussions.
<a id="twitter"></a> Se vuoi semplicemente dare un occhiata veloce a quello che succede e parlarne.
## [Twitter](https://twitter.com/redox_os)
News and related content. [reddit.com/r/rust](https://www.reddit.com/r/rust) per le correlate news e discussioni su Rust.
...@@ -6,9 +6,7 @@ This page attempts to explain how the Redox OS community is organised and help y ...@@ -6,9 +6,7 @@ This page attempts to explain how the Redox OS community is organised and help y
<a id="chat"></a> <a id="chat"></a>
## [Chat](https://chat.redox-os.org) ## [Chat](https://matrix.to/#/#redox:matrix.org)
The quickest and most open way to communicate with the Redox team is on our chat server. Currently, you can only get an invite by sending an email request to info@redox-os.org, which might take a little while, since it's not automated. Simply say you'd like to join the chat. We're working on an better way to do this, but this is the best way right now.
<a id="forum"></a> <a id="forum"></a>
## [Forum](https://discourse.redox-os.org/) ## [Forum](https://discourse.redox-os.org/)
...@@ -28,8 +26,3 @@ A bit more formal way of communication with fellow Redox devs, but a little less ...@@ -28,8 +26,3 @@ A bit more formal way of communication with fellow Redox devs, but a little less
If you want a quick look at what's going on and talk about it. If you want a quick look at what's going on and talk about it.
[reddit.com/r/rust](https://www.reddit.com/r/rust) for related Rust news and discussions. [reddit.com/r/rust](https://www.reddit.com/r/rust) for related Rust news and discussions.
<a id="twitter"></a>
## [Twitter](https://twitter.com/redox_os)
News and related content.
...@@ -6,9 +6,7 @@ This page attempts to explain how the Redox OS community is organised and help y ...@@ -6,9 +6,7 @@ This page attempts to explain how the Redox OS community is organised and help y
<a id="chat"></a> <a id="chat"></a>
## [Chat](https://chat.redox-os.org) ## [Chat](https://matrix.to/#/#redox:matrix.org)
The quickest and most open way to communicate with the Redox team is on our chat server. Currently, you can only get an invite by sending an email request to info@redox-os.org, which might take a little while, since it's not automated. Simply say you'd like to join the chat. We're working on an better way to do this, but this is the best way right now.
<a id="forum"></a> <a id="forum"></a>
## [Forum](https://discourse.redox-os.org/) ## [Forum](https://discourse.redox-os.org/)
...@@ -28,8 +26,3 @@ A bit more formal way of communication with fellow Redox devs, but a little less ...@@ -28,8 +26,3 @@ A bit more formal way of communication with fellow Redox devs, but a little less
If you want a quick look at what's going on and talk about it. If you want a quick look at what's going on and talk about it.
[reddit.com/r/rust](https://www.reddit.com/r/rust) for related Rust news and discussions. [reddit.com/r/rust](https://www.reddit.com/r/rust) for related Rust news and discussions.
<a id="twitter"></a>
## [Twitter](https://twitter.com/redox_os)
News and related content.
...@@ -6,9 +6,7 @@ This page attempts to explain how the Redox OS community is organised and help y ...@@ -6,9 +6,7 @@ This page attempts to explain how the Redox OS community is organised and help y
<a id="chat"></a> <a id="chat"></a>
## [Chat](https://chat.redox-os.org) ## [Chat](https://matrix.to/#/#redox:matrix.org)
The quickest and most open way to communicate with the Redox team is on our chat server. Currently, you can only get an invite by sending an email request to info@redox-os.org, which might take a little while, since it's not automated. Simply say you'd like to join the chat. We're working on an better way to do this, but this is the best way right now.
<a id="forum"></a> <a id="forum"></a>
## [Forum](https://discourse.redox-os.org/) ## [Forum](https://discourse.redox-os.org/)
...@@ -28,8 +26,3 @@ A bit more formal way of communication with fellow Redox devs, but a little less ...@@ -28,8 +26,3 @@ A bit more formal way of communication with fellow Redox devs, but a little less
If you want a quick look at what's going on and talk about it. If you want a quick look at what's going on and talk about it.
[reddit.com/r/rust](https://www.reddit.com/r/rust) for related Rust news and discussions. [reddit.com/r/rust](https://www.reddit.com/r/rust) for related Rust news and discussions.
<a id="twitter"></a>
## [Twitter](https://twitter.com/redox_os)
News and related content.
...@@ -6,9 +6,7 @@ This page attempts to explain how the Redox OS community is organised and help y ...@@ -6,9 +6,7 @@ This page attempts to explain how the Redox OS community is organised and help y
<a id="chat"></a> <a id="chat"></a>
## [Chat](https://chat.redox-os.org) ## [Chat](https://matrix.to/#/#redox:matrix.org)
The quickest and most open way to communicate with the Redox team is on our chat server. Currently, you can only get an invite by sending an email request to info@redox-os.org, which might take a little while, since it's not automated. Simply say you'd like to join the chat. We're working on an better way to do this, but this is the best way right now.
<a id="forum"></a> <a id="forum"></a>
## [Forum](https://discourse.redox-os.org/) ## [Forum](https://discourse.redox-os.org/)
...@@ -28,8 +26,3 @@ A bit more formal way of communication with fellow Redox devs, but a little less ...@@ -28,8 +26,3 @@ A bit more formal way of communication with fellow Redox devs, but a little less
If you want a quick look at what's going on and talk about it. If you want a quick look at what's going on and talk about it.
[reddit.com/r/rust](https://www.reddit.com/r/rust) for related Rust news and discussions. [reddit.com/r/rust](https://www.reddit.com/r/rust) for related Rust news and discussions.
<a id="twitter"></a>
## [Twitter](https://twitter.com/redox_os)
News and related content.
+++ +++
title = "Community" title = "Społeczność"
+++ +++
This page attempts to explain how the Redox OS community is organised and help you navigate it. Ta strona pokazuje jak zorganizowana jest społeczność Redox OS i jak się po niej poruszać.
<a id="chat"></a> <a id="chat"></a>
## [Chat](https://chat.redox-os.org) ## [Chat](https://matrix.to/#/#redox:matrix.org)
The quickest and most open way to communicate with the Redox team is on our chat server. Currently, you can only get an invite by sending an email request to info@redox-os.org, which might take a little while, since it's not automated. Simply say you'd like to join the chat. We're working on an better way to do this, but this is the best way right now.
<a id="forum"></a> <a id="forum"></a>
## [Forum](https://discourse.redox-os.org/) ## [Forum](https://discourse.redox-os.org/)
This is the best way to discuss more general topics that aren't about specific things that need to be addressed one way or another. You can sign up like any other website. To forum najlepszy sposób na omówienie bardziej ogólnych tematów, które nie dotyczą konkretnych spraw, którymi należy się zająć w ten czy inny sposób. Możesz zarejestrować się jak w każdej innej witrynie.
<a id="gitlab"></a> <a id="gitlab"></a>
## [GitLab](https://gitlab.redox-os.org/redox-os/redox) ## [GitLab](https://gitlab.redox-os.org/redox-os/redox)
A bit more formal way of communication with fellow Redox devs, but a little less quick and convenient like the chat. Submit an issue when you run into problems compiling, testing, or just would like to discuss a certain topic, be it features, code style, code inconsistencies, minor changes and fixes, etc. Nieco bardziej formalny sposób komunikacji z innymi twórcami Redox, ale trochę mniej szybki i wygodny jak czat. Zgłoś problem, jeśli napotkasz problemy podczas kompilacji, testowania lub po prostu chcesz omówić określony temat, czy to funkcje, styl kodu, niespójności kodu, drobne zmiany i poprawki itp.
<a id="reddit"></a> <a id="reddit"></a>
## [Redox OS on Reddit](https://www.reddit.com/r/Redox/) ## [Redox OS on Reddit](https://www.reddit.com/r/Redox/)
If you want a quick look at what's going on and talk about it. Jeśli chcesz szybko rzucić okiem na to, co się dzieje i porozmawiać o tym.
[reddit.com/r/rust](https://www.reddit.com/r/rust) for related Rust news and discussions.
<a id="twitter"></a>
## [Twitter](https://twitter.com/redox_os)
News and related content. [reddit.com/r/rust](https://www.reddit.com/r/rust) dla powiązanych wiadomości i dyskusji na temat Rusta.
+++ +++
title = "Community" title = "Comunidade"
+++ +++
This page attempts to explain how the Redox OS community is organised and help you navigate it. Essa página explica como a comunidade do Redox OS é organizada e como você pode acessar ela.
Nós seguidos o [Código de Conduta da Rust](https://www.rust-lang.org/policies/code-of-conduct) como regra em todos os nossos canais de comunidade/chats.
<a id="chat"></a> ## [Novidades](https://matrix.to/#/#redox-announcements:matrix.org)
## [Chat](https://chat.redox-os.org)
The quickest and most open way to communicate with the Redox team is on our chat server. Currently, you can only get an invite by sending an email request to info@redox-os.org, which might take a little while, since it's not automated. Simply say you'd like to join the chat. We're working on an better way to do this, but this is the best way right now. Nós anunciamos as novidades do Redox OS nesta sala do Matrix, ela é pública e você pode ler sem um login no Matrix.
<a id="forum"></a> - #redox-announcements:matrix.org (Use esse endereço de sala do Matrix caso não queira utilizar o link externo do Matrix)
## [Forum](https://discourse.redox-os.org/)
This is the best way to discuss more general topics that aren't about specific things that need to be addressed one way or another. You can sign up like any other website. ## [Chat](https://matrix.to/#/#redox-join:matrix.org)
Matrix é a forma de comunicação oficial com o time/comunidade do Redox OS (aceitamos apenas o Inglês nestas salas, pois não entendemos outras linguagens).
A rede Matrix tem diferentes clientes, sendo o [Element](https://element.io/) o mais utilizado.
O Element funciona em navegadores web, Linux, MacOSX, Windows, Android e iOS.
Caso tenha problemas com o Element, teste o [Fractal](https://gitlab.gnome.org/World/fractal).
- Entre na sala [Join Requests](https://matrix.to/#/#redox-join:matrix.org) e envie uma mensagem solicitando um convite para o espaço do Redox (o propósito disso é para evitar spam e bots).
- #redox-join:matrix.org (Use esse endereço de sala do Matrix caso não queira utilizar o link externo do Matrix)
(Nós recomendamos que você saia da sala "Join Requests" depois de entrar no espaço do Redox)
Caso você tenha uma grande discussão nas nossas salas, você deve usar um thread do Element, pois é mais organizado e fácil de acompanhar caso mais discussões ocorram na mesma sala.
Você pode encontrar mais informações na página [Chat](https://doc.redox-os.org/book/chat.html).
## [Discord](https://discord.gg/JfggvrHGDY)
Nós temos um servidor no Discord como alternativa ao Matrix, abra o canal #join-requests e envie uma mensagem pedindo para ser um membro (o propósito disso é para evitar spam e bots)
(As mensagens do Matrix são enviadas para o Discord e as mensagens do Discord são enviadas para o Matrix, utilizando um bot)
## [Summer of Code](/rsoc)
O programa **Redox Summer of Code** (RSoC) é relizado anualmente quando as doações permitem e nós podemos participar de outros programas do mesmo tipo.
Um resumo dos nossos programas Summer of Code e nossos planos para esse ano estão na página [RSoC](/rsoc).
Veja nosso [guia de proposta RSoC](/rsoc-proposal-how-to) e [sugestões de projeto](/rsoc-project-suggestions).
<a id="gitlab"></a>
## [GitLab](https://gitlab.redox-os.org/redox-os/redox) ## [GitLab](https://gitlab.redox-os.org/redox-os/redox)
Uma forma mais formal de comunicação com os desenvolvedores do Redox, porém mais lento e menos conveniente de conversar.
Envie uma Issue se você tiver problemas compilando/testando ou apenas queira discutir algum assunto, seja funções, estilo de código, inconsistências de código, pequenas mudanças ou correções.
Se você quiser criar uma conta, leia a página [Signing in to GitLab](https://doc.redox-os.org/book/signing-in-to-gitlab.html).
A bit more formal way of communication with fellow Redox devs, but a little less quick and convenient like the chat. Submit an issue when you run into problems compiling, testing, or just would like to discuss a certain topic, be it features, code style, code inconsistencies, minor changes and fixes, etc. Assim que você criar uma issue não se esqueça de postar o link nas salas "Dev" ou "Support" do chat, por que as notificações de email do GitLab possuem distrações (mensagens de serviço e spam) e a maioria dos programadores não deixam suas páginas do GitLab abertas no navegador web (que requer uma configuração customizada para receber notificações de issues).
Fazendo isso você nos ajuda a prestar atenção nas suas issues e evita que elas sejam esquecidas acidentalmente.
<a id="reddit"></a> Se você tiver MRs (merge requests) prontos você precisa enviar o link deles na sala [MRs](https://matrix.to/#/#redox-mrs:matrix.org), antes de entrar nesta sala você precisa solicitar um convite para o espaço Matrix na sala [Join Requests](https://matrix.to/#/#redox-join:matrix.org).
## [Redox OS on Reddit](https://www.reddit.com/r/Redox/)
If you want a quick look at what's going on and talk about it. Dessa forma seu MR não será esquecido, evitando conflitos.
[reddit.com/r/rust](https://www.reddit.com/r/rust) for related Rust news and discussions. ## [Lemmy](https://lemmy.world/c/redox)
Nossa alternativa ao Reddit, postamos notícias e tópicos da comunidade.
## [Reddit](https://www.reddit.com/r/Redox/)
Caso queira ver as novidades e discutir sobre.
[reddit.com/r/rust](https://www.reddit.com/r/rust) - Para notícias relacionadas a Rust e discussões.
## [Fosstodon](https://fosstodon.org/@redox)
Nossa alternativa ao Twitter, postamos notícias e tópicos da comunidade.
<a id="twitter"></a>
## [Twitter](https://twitter.com/redox_os) ## [Twitter](https://twitter.com/redox_os)
News and related content. Notícias e tópicos da comunidade.
## [YouTube](https://www.youtube.com/@RedoxOS)
Demonstrações e reuniões da mesa diretora.
## [Fórum](https://discourse.redox-os.org/)
Nosso fórum histórico com perguntas clássicas/antigas, está inátivo e deve ser usado para consulta histórica.
Se você tem uma pergunta, faça no chat Matrix.
## [Palestras](/talks/)
Palestras sobre o Redox em diversos eventos e conferências.
### Nota
A divulgação da comunidade é uma parte importante no sucesso do Redox, quanto mais pessoas souberem sobre o Redox, mais contribuições podem vir e todos podem se beneficiar.
Você pode fazer a diferença escrevendo artigos, conversando com entusiastas de sistemas operacionais ou procurando por comunidades que podem estar interessadas em conhecer o Redox.
...@@ -6,9 +6,7 @@ This page attempts to explain how the Redox OS community is organised and help y ...@@ -6,9 +6,7 @@ This page attempts to explain how the Redox OS community is organised and help y
<a id="chat"></a> <a id="chat"></a>
## [Chat](https://chat.redox-os.org) ## [Chat](https://matrix.to/#/#redox:matrix.org)
The quickest and most open way to communicate with the Redox team is on our chat server. Currently, you can only get an invite by sending an email request to info@redox-os.org, which might take a little while, since it's not automated. Simply say you'd like to join the chat. We're working on an better way to do this, but this is the best way right now.
<a id="forum"></a> <a id="forum"></a>
## [Forum](https://discourse.redox-os.org/) ## [Forum](https://discourse.redox-os.org/)
...@@ -28,8 +26,3 @@ A bit more formal way of communication with fellow Redox devs, but a little less ...@@ -28,8 +26,3 @@ A bit more formal way of communication with fellow Redox devs, but a little less
If you want a quick look at what's going on and talk about it. If you want a quick look at what's going on and talk about it.
[reddit.com/r/rust](https://www.reddit.com/r/rust) for related Rust news and discussions. [reddit.com/r/rust](https://www.reddit.com/r/rust) for related Rust news and discussions.
<a id="twitter"></a>
## [Twitter](https://twitter.com/redox_os)
News and related content.