From 51dfca51ff2381a553f2c26b5a477eae4cb34a56 Mon Sep 17 00:00:00 2001 From: Eric Huss Date: Tue, 2 Sep 2025 14:46:12 -0700 Subject: [PATCH] Add more platforms This adds more platforms that are managed by the Rust project. These are mostly just stubs. I would like to get them filled out more in the future. The general idea is to record and track their existence and who is responsible for them. The future intent is to extend these to include the policies for how they get managed (or at least share with the X content), and any other useful bits. --- src/SUMMARY.md | 4 ++++ src/platforms/bluesky.md | 11 +++++++++++ src/platforms/linkedin.md | 11 +++++++++++ src/platforms/mastodon.md | 11 +++++++++++ src/platforms/youtube.md | 7 +++++++ 5 files changed, 44 insertions(+) create mode 100644 src/platforms/bluesky.md create mode 100644 src/platforms/linkedin.md create mode 100644 src/platforms/mastodon.md create mode 100644 src/platforms/youtube.md diff --git a/src/SUMMARY.md b/src/SUMMARY.md index 1f5df0ec..47c990e0 100644 --- a/src/SUMMARY.md +++ b/src/SUMMARY.md @@ -5,6 +5,10 @@ - [Onboarding to the project](./onboarding.md) - [Platforms](./platforms/index.md) - [Twitter](./platforms/twitter.md) + - [Bluesky](./platforms/bluesky.md) + - [Mastodon](./platforms/mastodon.md) + - [LinkedIn](./platforms/linkedin.md) + - [YouTube](./platforms/youtube.md) - [Discord](./platforms/discord.md) - [Email](./platforms/email.md) - [GitHub](./platforms/github.md) diff --git a/src/platforms/bluesky.md b/src/platforms/bluesky.md new file mode 100644 index 00000000..f477e9b3 --- /dev/null +++ b/src/platforms/bluesky.md @@ -0,0 +1,11 @@ +# Bluesky + +The Rust project maintains the following Bluesky account: + +- [`@rust-lang.org`](https://bsky.app/profile/rust-lang.org) + +## Access + +The Bluesky account is managed by the [social media team]. The infrastructure team should also have backup access in the 1password vault. + +[social media team]: https://www.rust-lang.org/governance/teams/launching-pad#team-social-media diff --git a/src/platforms/linkedin.md b/src/platforms/linkedin.md new file mode 100644 index 00000000..e735e225 --- /dev/null +++ b/src/platforms/linkedin.md @@ -0,0 +1,11 @@ +# LinkedIn + +The Rust project maintains the following LinkedIn page: + +- [`rust-lang`](https://www.linkedin.com/company/rust-lang/) + +## Access + +The LinkedIn page is managed by the [social media team]. The infrastructure team should also have backup access in the 1password vault. + +[social media team]: https://www.rust-lang.org/governance/teams/launching-pad#team-social-media diff --git a/src/platforms/mastodon.md b/src/platforms/mastodon.md new file mode 100644 index 00000000..7bdfc687 --- /dev/null +++ b/src/platforms/mastodon.md @@ -0,0 +1,11 @@ +# Mastodon + +The Rust project maintains the following Mastodon account: + +- [`@rust@social.rust-lang.org`](https://social.rust-lang.org/@rust) + +## Access + +The Mastodon account is managed by the [social media team]. The infrastructure team should also have backup access in the 1password vault. + +[social media team]: https://www.rust-lang.org/governance/teams/launching-pad#team-social-media diff --git a/src/platforms/youtube.md b/src/platforms/youtube.md new file mode 100644 index 00000000..0be754b1 --- /dev/null +++ b/src/platforms/youtube.md @@ -0,0 +1,7 @@ +# Youtube + +The Rust project maintains the following YouTube channel: + +- [`@RustVideos`](https://www.youtube.com/channel/UCaYhcUwRBNscFNUKTjgPFiA) + +TODO: This page is a stub for future content.