diff --git a/content/community.en.md b/content/community.en.md index e1e1254028f696f94c83c23f665f841f9e805a63..413ae285973fba22ef5b8d67b0eb0643bc64fd04 100644 --- a/content/community.en.md +++ b/content/community.en.md @@ -4,40 +4,36 @@ title = "Community" This page attempts to explain how the Redox OS community is organised and help you navigate it. - -<a id="chat"></a> ## [Chat](https://matrix.to/#/#redox:matrix.org) Matrix is the official way to talk with Redox OS team/community. -<a id="gitlab"></a> ## [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. -<a id="reddit"></a> ## [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="mastodon"></a> ## [Mastodon](https://fosstodon.org/@redox) News and related content. -<a id="chat"></a> ## [Mattermost](https://chat.redox-os.org) Until recently, we have been using a Mattermost chat server, which we are currently maintaining for historical purposes. Contact us on Redox OS/General if you need access to the Mattermost server. -<a id="forum"></a> ## [Forum](https://discourse.redox-os.org/) This is our historical forum with old/classic questions, it's inactive and must be used for historical purposes, if you have a question, send on Matrix chat. -<a id="note"></a> +## [Talks](/talks/) + +Redox talks given at various events and conferences. + ### Note 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. diff --git a/content/community.pt.md b/content/community.pt.md index 679397fb0056713917b33ba2062f44df86114db8..65ca5aba8619e49f7063cf7c98d367221da583be 100644 --- a/content/community.pt.md +++ b/content/community.pt.md @@ -4,38 +4,32 @@ title = "Comunidade" Essa página explica como a comunidade do Redox OS é organizada e como você pode acessar ela. -<a id="chat"></a> ## [Chat](https://matrix.to/#/#redox:matrix.org) Matrix é a forma de comunicação oficial com o time/comunidade do Redox OS. -<a id="gitlab"></a> ## [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. -<a id="reddit"></a> ## [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. -<a id="mastodon"></a> ## [Mastodon](https://fosstodon.org/@redox) NotÃcias e conteúdo relacionado. -<a id="chat"></a> ## [Mattermost](https://chat.redox-os.org) Até recentemente, estavamos utilizando o servidor de chat Mattermost, o qual nós estamos hospedando para consulta histórica. Nos chame em "Redox OS/General" se você precisar acessar o servidor Mattermost. -<a id="forum"></a> ## [Fórum](https://discourse.redox-os.org/) This is our historical forum with old/classic questions, it's inactive and must be used for historical purposes, if you have a question, send on Matrix. @@ -43,7 +37,10 @@ Nosso fórum histórico com perguntas clássicas/antigas, está inátivo e deve Se você tem uma pergunta, faça no chat Matrix. -<a id="nota"></a> +## [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. diff --git a/content/docs.en.md b/content/docs.en.md index 264d8bf6655666ab7d1cc9b9760ee5749f582520..a11f28db177fa37b7bc35460a95b96d13ff10044 100644 --- a/content/docs.en.md +++ b/content/docs.en.md @@ -8,15 +8,15 @@ We highly recommend that you start with the [Book](https://doc.redox-os.org/book ## References -[Book](https://doc.redox-os.org/book/). A Book describing Redox's design. +- [Book](https://doc.redox-os.org/book/). A Book describing Redox's design. -[Talks](/talks/). Redox talks given at various events and conferences. +- [redox_syscall](https://docs.rs/redox_syscall/latest/syscall/). Documentation for the Redox system calls. -[redox_syscall](https://docs.rs/redox_syscall/latest/syscall/). Documentation for the Redox system calls. +- [libstd](https://doc.rust-lang.org/stable/std/). Documentation for the Rust standard library. -[libstd](https://doc.rust-lang.org/stable/std/). Documentation for the Rust standard library. +- [Ion Manual](https://doc.redox-os.org/ion-manual/). Documentation for the Ion shell. -[Ion Manual](https://doc.redox-os.org/ion-manual/). Documentation for the Ion shell. +- [Talks](/talks/). Redox talks given at various events and conferences. ## Contributing to Redox diff --git a/content/docs.pt.md b/content/docs.pt.md index 504566fd6bff2b05d526b422d30cfdba020cebd9..f856f9663f6613fd97f4843812d2d0a393157394 100644 --- a/content/docs.pt.md +++ b/content/docs.pt.md @@ -8,15 +8,15 @@ Nós recomendamos que você comece pelo [Livro](https://doc.redox-os.org/book/), ## Referências -[Livro](https://doc.redox-os.org/book/). Um livro que descreve o design do Redox. +- [Livro](https://doc.redox-os.org/book/). Um livro que descreve o design do Redox. -[Palestras](/talks/). Palestras sobre o Redox em diversos eventos e conferências. +- [redox_syscall](https://docs.rs/redox_syscall/latest/syscall/). Documentação para as chamadas de sistema do Redox. -[redox_syscall](https://docs.rs/redox_syscall/latest/syscall/). Documentação para as chamadas de sistema do Redox. +- [libstd](https://doc.rust-lang.org/stable/std/). Documentação para a biblioteca padrão da Rust. -[libstd](https://doc.rust-lang.org/stable/std/). Documentação para a biblioteca padrão da Rust. +- [Manual da Ion](https://doc.redox-os.org/ion-manual/). Documentação para a shell Ion. -[Manual da Ion](https://doc.redox-os.org/ion-manual/). Documentação para a shell Ion. +- [Palestras](/talks/). Palestras sobre o Redox em diversos eventos e conferências. ## Contribuindo pro Redox diff --git a/content/faq.en.md b/content/faq.en.md index a28f6e79b55d78a44a20a2942901deb39b8f7d61..b395ca20125e6cfdf109dd0a2a83f0390fefe064 100644 --- a/content/faq.en.md +++ b/content/faq.en.md @@ -153,7 +153,7 @@ Some important software that Redox supports: - [Python](https://gitlab.redox-os.org/redox-os/cookbook/-/tree/master/recipes/python) - [SDL](https://gitlab.redox-os.org/redox-os/cookbook/-/tree/master/recipes/sdl2) -You can see all Redox components/ported programs [here](https://gitlab.redox-os.org/redox-os/cookbook/-/tree/master/recipes). +You can see all Redox components/ported programs [here](https://static.redox-os.org/pkg/x86_64-unknown-redox/). ## Which devices does Redox support? diff --git a/content/faq.pt.md b/content/faq.pt.md index 308627bd5ed9fb9195d6280dd534dbefecbfd23a..c9d62d0ec68f946a6ec879be2cffb58fcc0055e6 100644 --- a/content/faq.pt.md +++ b/content/faq.pt.md @@ -150,7 +150,7 @@ Softwares importantes que o Redox suporta: - [Python](https://gitlab.redox-os.org/redox-os/cookbook/-/tree/master/recipes/python) - [SDL](https://gitlab.redox-os.org/redox-os/cookbook/-/tree/master/recipes/sdl2) -Você pode ver todos os componentes do Redox/programas portados [aqui]((https://gitlab.redox-os.org/redox-os/cookbook/-/tree/master/recipes)) +Você pode ver todos os componentes do Redox/programas portados [aqui](https://static.redox-os.org/pkg/x86_64-unknown-redox/) ## Quais dispositivos o Redox suporta? diff --git a/content/screens.en.md b/content/screens.en.md index a66b24475f91dea6264de35087accfb75fa331cb..63307e47f36fbfbcb328faeba0474916224d724b 100644 --- a/content/screens.en.md +++ b/content/screens.en.md @@ -2,11 +2,14 @@ title = "Redox in Action" +++ +## Redox OS running Doom II + <iframe src="https://vid.puffyan.us/embed/-wwwYIqfQik" style="border:none;height:601px;width:796px;" title="Invidious video player"></iframe> + ## Redox OS playing Stargate SG-1 Season 10 intro -<iframe width="560" height="315" src="https://www.youtube.com/embed/3cPekY4c9Hc" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe> + <iframe src="https://vid.puffyan.us/embed/3cPekY4c9Hc" style="border:none;height:601px;width:796px;" title="Invidious video player"></iframe> ## Redox OS running Mesa3D Gears with LLVMpipe -<iframe width="560" height="315" src="https://www.youtube.com/embed/ADSvEA_YY7E" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe> + <iframe src="https://vid.puffyan.us/embed/ADSvEA_YY7E" style="border:none;height:601px;width:796px;" title="Invidious video player"></iframe> ## System76 Galago Pro (galp3-c) <img class="img-responsive" src="/img/hardware/system76-galp3-c.jpg"/> diff --git a/content/screens.pt.md b/content/screens.pt.md index f67865db4aebf197c469f35f44edc09273725756..d3a620255d71589561c49685f55abb6ff9ab020e 100644 --- a/content/screens.pt.md +++ b/content/screens.pt.md @@ -2,11 +2,14 @@ title = "Redox em Ação" +++ +## Redox OS executando Doom II + <iframe src="https://vid.puffyan.us/embed/-wwwYIqfQik" style="border:none;height:601px;width:796px;" title="Invidious video player"></iframe> + ## Redox OS reproduzindo a intro da temporada 10 de Stargate SG-1 -<iframe width="560" height="315" src="https://www.youtube.com/embed/3cPekY4c9Hc" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe> + <iframe src="https://vid.puffyan.us/embed/3cPekY4c9Hc" style="border:none;height:601px;width:796px;" title="Invidious video player"></iframe> ## Redox OS executando Mesa3D Gears com LLVMpipe -<iframe width="560" height="315" src="https://www.youtube.com/embed/ADSvEA_YY7E" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe> + <iframe src="https://vid.puffyan.us/embed/ADSvEA_YY7E" style="border:none;height:601px;width:796px;" title="Invidious video player"></iframe> ## System76 Galago Pro (galp3-c) <img class="img-responsive" src="/img/hardware/system76-galp3-c.jpg"/> diff --git a/content/talks.md b/content/talks.md index 1ef155a6d3cdf0311de4e2ffe18df2b556da6402..1bb1d89665fa0c0045742e86d21dded0aeafa931 100644 --- a/content/talks.md +++ b/content/talks.md @@ -12,13 +12,13 @@ title = "Talks" **By Robin Randhawa on February 3, 2019** -{{< youtube qpazyDkuqLw >}} + <iframe src="https://vid.puffyan.us/embed/qpazyDkuqLw" style="border:none;height:472px;width:796px;" title="Invidious video player"></iframe> ## Linaro Connect Vancouver 2018 **By Jeremy Soller and Robin Randhawa on September 21, 2018** -{{< youtube G4VlHzyKZeE >}} + <iframe src="https://vid.puffyan.us/embed/G4VlHzyKZeE" style="border:none;height:472px;width:796px;" title="Invidious video player"></iframe> ## The Changelog @@ -37,4 +37,4 @@ title = "Talks" **By David Teller on February 4, 2017** -{{< youtube TlTYWDU-mM4 >}} + <iframe src="https://vid.puffyan.us/embed/TlTYWDU-mM4" style="border:none;height:472px;width:796px;" title="Invidious video player"></iframe>