From 450c0ee37b3a2fe261d2a168269b1f8c73bd4bd3 Mon Sep 17 00:00:00 2001 From: Kitaiti Makoto Date: Sun, 17 Oct 2021 23:39:42 +0900 Subject: [PATCH 1/2] Update Matrix room --- source/_nav.erb | 4 ++-- source/contribute/development.html.md | 2 +- source/contribute/discussion.html.md | 2 +- source/organization/where.html.md | 8 +++----- 4 files changed, 7 insertions(+), 9 deletions(-) diff --git a/source/_nav.erb b/source/_nav.erb index 5b74d7d..7536c8b 100644 --- a/source/_nav.erb +++ b/source/_nav.erb @@ -10,7 +10,7 @@ Source code
  • - Chat room + Chat room
  • - \ No newline at end of file + diff --git a/source/contribute/development.html.md b/source/contribute/development.html.md index 19b4bd2..bc02a72 100644 --- a/source/contribute/development.html.md +++ b/source/contribute/development.html.md @@ -163,7 +163,7 @@ If it is not, ask someone who has access to the Crowdin API key (like a Crowdin To find a manager, look at the list [in the sidebar of this page](https://crowdin.com/project/plume). These people are managers because they were involved enough in the project, and especially in the translation process. -If you want to become a manager on Crowdin too, ask us [on Matrix](https://matrix.to/#/#plume:disroot.org). +If you want to become a manager on Crowdin too, ask us [on Matrix](https://matrix.to/#/#plume-blog:matrix.org). Then, in `src/main.rs` and `plume-front/src/main.rs`, add the code corresponding to the language in the `init_i18n!` macro. If you don't know the code for the language: it is the name of the `.po` file, without the extension. diff --git a/source/contribute/discussion.html.md b/source/contribute/discussion.html.md index fc758c2..b47d87b 100644 --- a/source/contribute/discussion.html.md +++ b/source/contribute/discussion.html.md @@ -14,7 +14,7 @@ with, maybe we speak it too, and even if we don't we will find ways to talk with Matrix is federated chat (but it doesn't use ActivityPub 😛). If you don't have an account yet, you can find an instance [here](https://www.hello-matrix.net/public_servers.php) (if you don't know which one to choose, just go for matrix.org). -Once you created an account, open [this link to join `#plume:disroot.org`](https://riot.im/app/#/room/#plume:disroot.org). And you are done! +Once you created an account, open [this link to join `#plume-blog:matrix.org`](https://matrix.to/#/#plume-blog:matrix.org). And you are done! This place is the best one to give feedback or to ask for help if you encounter issues while using Plume, or while contributing for example. diff --git a/source/organization/where.html.md b/source/organization/where.html.md index 3d19620..0253cf4 100644 --- a/source/organization/where.html.md +++ b/source/organization/where.html.md @@ -30,13 +30,11 @@ We use Crowdin to translate Plume's projects. ## Matrix -**[Group: +plume:disroot.org](https://app.element.io/#/group/+plume:disroot.org)** +**[Group: +plume-blog:matrix.org](https://matrix.to/#/#plume-blog:matrix.org)** -**[Main room: #plume:disroot.org](https://app.element.io/#/room/#plume:disroot.org)** +**[Main room: #plume-blog:matrix.org](https://matrix.to/#/#plume-blog:matrix.org)** -**[Developers: #plume-dev:disroot.org](https://app.element.io/#/room/#plume-dev:disroot.org)** - -**[Translators: #plume-i18n:disroot.org](https://app.element.io/#/room/#plume-i18n:disroot.org)** +**[Developers: #plume-dev:matrix.org](https://matrix.to/#/#plume-dev:matrix.org)** Matrix is our main discussion and support channel. We also make announcements about the project here, so you can join it to stay tuned. -- 2.38.5 From 9d021d8cb6b1eb616b68476a3b3c40782df6b1c1 Mon Sep 17 00:00:00 2001 From: Kitaiti Makoto Date: Sun, 17 Oct 2021 23:39:55 +0900 Subject: [PATCH 2/2] Update gems --- Gemfile.lock | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 528dc9d..c84ea49 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ GEM remote: https://rubygems.org/ specs: - activesupport (6.1.4) + activesupport (6.1.4.1) concurrent-ruby (~> 1.0, >= 1.0.2) i18n (>= 1.6, < 2) minitest (>= 5.1) @@ -21,9 +21,9 @@ GEM dotenv (2.7.6) erubis (2.7.0) execjs (2.8.1) - fast_blank (1.0.0) + fast_blank (1.0.1) fastimage (2.2.5) - ffi (1.15.3) + ffi (1.15.4) haml (5.2.2) temple (>= 0.8.0) tilt @@ -86,7 +86,7 @@ GEM padrino-support (= 0.15.1) tilt (>= 1.4.1, < 3) padrino-support (0.15.1) - parallel (1.20.1) + parallel (1.21.0) parslet (2.0.0) public_suffix (4.0.6) rack (2.2.3) @@ -96,7 +96,7 @@ GEM ffi (~> 1.0) redcarpet (3.5.1) rexml (3.2.5) - rouge (3.26.0) + rouge (3.26.1) sassc (2.4.0) ffi (~> 1.9) servolux (0.13.0) @@ -127,4 +127,4 @@ DEPENDENCIES webrick BUNDLED WITH - 2.2.25 + 2.2.29 -- 2.38.5