diff --git a/config/_default/markup.yaml b/config/_default/markup.yaml new file mode 100644 index 00000000..f917e893 --- /dev/null +++ b/config/_default/markup.yaml @@ -0,0 +1,3 @@ +goldmark: + renderer: + hardWraps: true diff --git a/content/community/adding-channels.png b/content/community/adding-channels.png new file mode 100644 index 00000000..690d1151 Binary files /dev/null and b/content/community/adding-channels.png differ diff --git a/content/community/channel-options.jpg b/content/community/channel-options.jpg new file mode 100644 index 00000000..b1e4cbf7 Binary files /dev/null and b/content/community/channel-options.jpg differ diff --git a/content/community/edit-profile-page.jpg b/content/community/edit-profile-page.jpg new file mode 100644 index 00000000..1375842f Binary files /dev/null and b/content/community/edit-profile-page.jpg differ diff --git a/content/community/how-to-join-mattermost.md b/content/community/how-to-join-mattermost.md index b621662d..679e8959 100644 --- a/content/community/how-to-join-mattermost.md +++ b/content/community/how-to-join-mattermost.md @@ -3,3 +3,67 @@ title: How to join Mattermost --- # How to join Mattermost + +Welcome to Open Terms Archive. This document provides guidelines for onboarding new members and contributors joining the Open Terms Archive community on Mattermost. + +Open Terms Archive welcomes various contributors, including individuals, sponsors, and other entities interested in transparency from the opaqueness of terms by Big Tech services. + +## Mattermost platform + +Mattermost is an open-source collaboration platform with a simple, user-friendly interface. The Open Terms Archive workspace on Mattermost is divided into different channels, each catering to various aspects of the community. Members are free to join the channels that suit their interests. + +## Getting started on Mattermost + +1. To get started on Mattermost, an invite link will be sent to new members and contributors. +2. Once received, they sign up and create an account to log in. + +After successful login, they will be redirected to the Open Term Archive workspace, where they will automatically be added to the **~announcements** channel. + +![Mattermost landing page interface]({{< relref "." >}}landing-page.png) + +By default, the Mattermost interface may be presented in French. If this is an issue, new members and contributors can translate the content to English using your browser’s built-in translation features. + +## Profile setup + +Once you're all set on Mattermost, the next thing is to set up your profile. A complete profile sets you up for meaningful interactions and connections with members interested in tracking the same terms. + +This includes adding your full name, user name, pseudo (nickname), role, and profile picture. New members can set up their profiles by following these steps. + +1. Navigate to the uppermost right corner of Mattermost and click on the profile icon + ![Mattermost profile page]({{< relref "." >}}profile-page.jpg) +2. Click on the “Modifier” button to edit any details of your choice. + ![Edit profile page]({{< relref "." >}}edit-profile-page.jpg) + +## Adding channels + +The Open Terms Archive workspace consists of several channels. Some are specific while others are general. New members and contributors can add any channel of your choice by following these steps: + +1. Navigate to the “CHANNELS” section on the left-hand sidebar. +2. Toggle the “CHANNELS” button and click on “Add Channels”. + ![Adding Channels on Mattermost]({{< relref "." >}}adding-channels.png) +3. A drop-down menu appears. Click “Browse channels” to see the list of all available channels on the Open Terms Archive workspace. + ![See Channels on Mattermost]({{< relref "." >}}see-channels.jpg) +4. Find a channel that interests you from the list of available channels, and click ”join” to add it to your workspace. + ![Joining Channels on Mattermost]({{< relref "." >}}joinning-channels.png) + +## New members introduction + +After joining the Open Terms Archive workspace, members are encouraged to introduce themselves in the **Introduction** channel. + +1. New members and contributors can add the **~Introductions** channel using the step above. +2. Briefly introduce themselves to the community. +3. A community manager replies with a welcome message and provides further guidance on the next steps. + +## Leaving channels + +Leaving a channel is easy, just as adding a channel. In cases where a member wishes to leave a channel, they can follow the steps below: + +1. Navigate to the channel you want to leave. +2. Click on the three dots indicating the “channel options”. + ![Channel options]({{< relref "." >}}channel-options.jpg) +3. Select “Leave the Canal” from the dropdown menu and voila! You have successfully left that channel. + ![Leave the Canal]({{< relref "." >}}leave-the-canal.jpg) + +## Conclusion + +This onboarding process aims to help new members integrate smoothly into the Open Terms Archive community. For any questions or further assistance, members should feel free to ask in the **~Help** channel. diff --git a/content/community/joinning-channels.png b/content/community/joinning-channels.png new file mode 100644 index 00000000..6e0021ca Binary files /dev/null and b/content/community/joinning-channels.png differ diff --git a/content/community/landing-page.png b/content/community/landing-page.png new file mode 100644 index 00000000..54a97795 Binary files /dev/null and b/content/community/landing-page.png differ diff --git a/content/community/leave-the-canal.jpg b/content/community/leave-the-canal.jpg new file mode 100644 index 00000000..9d61aacc Binary files /dev/null and b/content/community/leave-the-canal.jpg differ diff --git a/content/community/profile-page.jpg b/content/community/profile-page.jpg new file mode 100644 index 00000000..00c61a72 Binary files /dev/null and b/content/community/profile-page.jpg differ diff --git a/content/community/see-channels.jpg b/content/community/see-channels.jpg new file mode 100644 index 00000000..c1bcb897 Binary files /dev/null and b/content/community/see-channels.jpg differ