Skip to content

Commit

Permalink
Add website
Browse files Browse the repository at this point in the history
Signed-off-by: Sashanoraa <[email protected]>
  • Loading branch information
gaykitty committed Dec 2, 2022
1 parent d1122d7 commit 0344a0e
Show file tree
Hide file tree
Showing 7 changed files with 176 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
public
_gen
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[submodule "themes/hello-friend-ng"]
path = themes/hello-friend-ng
url = https://github.com/rhazdon/hugo-theme-hello-friend-ng.git
6 changes: 6 additions & 0 deletions archetypes/default.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
title: "{{ replace .Name "-" " " | title }}"
date: {{ .Date }}
draft: true
---

9 changes: 9 additions & 0 deletions config.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
baseURL = 'http://apothecary.sashanoraa.gay/'
languageCode = 'en-us'
title = 'The Apothecary'
theme = "hello-friend-ng"

[[menu.main]]
identifier = "rules"
name = "Rules"
url = "/rules"
105 changes: 105 additions & 0 deletions content/rules/_index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,105 @@
---
title: "Apothecary Community Guidelines V2"
date: 2022-11-19T00:02:37-05:00
draft: true
---

<!--
Document notes:
Formatting: please try to keep line to around 100 columns long, and wrap after that. This isn't a
hard limit, but should be generally respected.
-->

## Introduction

The Apothecary is a chill and welcoming left-leaning community, a minority friendly space, a place
of self-expression and empowerment. The community is heavily moderated for the safety and comfort of our members, if
that's not something you're comfortable with, this isn't the space for you. Be respectful of others,
even those you don't understand.


## Content

There are specific and strict content policies on this server for the protection of our members.


### Guidelines

- Engage with others in good faith (especially in the heavy-topics rooms)
- Try to understand the others' points of view and don't just attack people you disagree with
- Disagreements happen, but try not to escalate the situation and increase hostility
- If someone wants to disengage from a conversation, let them
- If someone is espousing truly harmful views or refuses to engage in good faith, call the moderators to deal with them
- Respect boundaries as placed by others
- Be respectful/apologize/give space as necessary if someone tells you, or implies through their
actions, that you crossed a boundary, as best as you understand
- Spoiler content that may be unpleasant, triggering, or when requested < put link >
- Keep discussion topical to the room it's in and migrate elsewhere if needed


### Moderation Requests

If you feel moderation action is needed, at any time you can type `!mods` in any official Apothecary
room to call the moderators.


## Disallowed conduct

- Discrimination, including but not limited to:
- Racism
- Antisemitism
- Islamomisia
- Sexism
- Homomisia
- Transmisia
- Acemisia
- Aromisia
- Bimisia
- Panmisia
- Ableism
- Sysmisia; tulpas and other members of plural groups must treated as equal to others.
- Classism
- General exclusionary behavior
- Stalking, harassment, dogpiling, and any other behavior intended to intimidate or provoke others
- Conduct promoting Nazism, fascism, xenophobia, white supremacy and any related right-wing ideology
- Aggregating, posting, and/or disseminating a person's demographic, personal, or private data
without express permission (informally called doxxing)
- Illegal pornographic material and any analogous illustrated material (for instance, content depicting minors)
- Lewd content in rooms that are not explicitly marked Lewd
- Gratuitous violence or otherwise shocking content
- Overly combative or otherwise disruptive behavior
- Promoting scams or crypto currencies
- Any content or conduct that is illegal in Germany or United States


## Politics

Political topics and discussions should be kept to the [Politics room](https://matrix.to/#/#politics:the-apothecary.club).
What counts as a political topic is up to moderator discretion.


## Mental Health

Any content which mentions heavy mental health topics, such as suicide or self harm, must be kept
to the heavy-topics rooms and spoilered appropriately.


## Action

Moderators may choose how to deal with unacceptable behaviour. Here is a non-exhaustive list of things they may do:

- Inform the offender that their actions were unacceptable and should not be repeated.
- Temporarily restrict the offender's ability to send messages.
- Temporarily or permanently ban the offender from the service.

There is currently no official system to appeal moderation decisions but one is in the works. This
document will be updated when that system is ready.


## Scope

These community guidelines apply to all rooms and spaces related to the the-apothecary.club
homeserver and related services.
50 changes: 50 additions & 0 deletions content/rules/matrix-tricks.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
---
title: "Matrix Tips & Tricks"
date: 2022-12-01T23:44:55-05:00
draft: true
---

### Spoilers

Spoilers are very useful for posting potentially triggering content safely. Depending on your client, you may or may not be able to add an inline content warning. Instructions for using spoilers depend on your client.

#### Fluffychat

In Fluffychat, text can be spoilered by adding two pipes to the start and end of your message.
It also supports adding a warning for the spoiler, by putting a pipe in the middle of the spoiler.

```
||cw suicide|hidden content here!||
```

#### Element

Element does not have support for inline CW text, but there is a spoiler command on both android and desktop.

```
/spoiler Spoilered Text
```

If desired, there is also a workaround with the `/html` command on desktop only.

```
/html <span data-mx-spoiler="cw suicide">hidden content here!</span>
```

#### Element iOS

Sadly, there is currently no support for spoilering text in Element iOS. Please use fluffychat on ios if spoilers are an important requirement for your experience !

#### Nheko

To send a message with a content warning, use the raw html.

```
<span data-mx-spoiler="cw suicide">hidden content here!</span>
```

This is a temporary measure until the spoiler feature is finalized in this client.

### ⚠️ Warning ⚠️

Spoiler reasons are not supported in all clients, namely element android, until this is fixed it's reccomended to also put a content warning in an additional message.
1 change: 1 addition & 0 deletions themes/hello-friend-ng
Submodule hello-friend-ng added at 345c1c

0 comments on commit 0344a0e

Please sign in to comment.