generated from nhcarrigan/template
feat: update policies, use new font, spell check (finally) (#44)
Reviewed-on: https://codeberg.org/nhcarrigan/docs/pulls/44 Co-authored-by: Naomi Carrigan <commits@nhcarrigan.com> Co-committed-by: Naomi Carrigan <commits@nhcarrigan.com>
This commit is contained in:
parent
de40813634
commit
c34257ac0d
30
.cspell.json
Normal file
30
.cspell.json
Normal file
@ -0,0 +1,30 @@
|
|||||||
|
{
|
||||||
|
"language": "en-GB",
|
||||||
|
"allowCompoundWords": true,
|
||||||
|
"dictionaries": [
|
||||||
|
"en-gb",
|
||||||
|
"companies",
|
||||||
|
"softwareTerms",
|
||||||
|
"typescript",
|
||||||
|
"node",
|
||||||
|
"html",
|
||||||
|
"css",
|
||||||
|
"bash"
|
||||||
|
],
|
||||||
|
"ignoreRegExpList": [
|
||||||
|
"```[\\s\\S]*?```", // Ignores multi-line code blocks in Markdown
|
||||||
|
"`[^`\n]+`" // Ignores inline code blocks
|
||||||
|
],
|
||||||
|
"ignoreWords": [
|
||||||
|
"nhcarrigan",
|
||||||
|
"fiverr",
|
||||||
|
"misgendering",
|
||||||
|
"neurodiversity",
|
||||||
|
"recused",
|
||||||
|
"neurodivergent",
|
||||||
|
"hyfetch",
|
||||||
|
"technomancer",
|
||||||
|
"Wofi",
|
||||||
|
"Dunst",
|
||||||
|
]
|
||||||
|
}
|
@ -63,7 +63,8 @@ export default defineConfig({
|
|||||||
}
|
}
|
||||||
],
|
],
|
||||||
customCss: [
|
customCss: [
|
||||||
"./src/styles/style.css"
|
"./src/styles/style.css",
|
||||||
|
"./src/fonts/font-face.css"
|
||||||
]
|
]
|
||||||
})]
|
})]
|
||||||
});
|
});
|
||||||
|
@ -5,6 +5,7 @@
|
|||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "astro dev",
|
"dev": "astro dev",
|
||||||
"start": "astro dev",
|
"start": "astro dev",
|
||||||
|
"lint": "cspell src/content/docs",
|
||||||
"build": "astro build",
|
"build": "astro build",
|
||||||
"preview": "astro preview",
|
"preview": "astro preview",
|
||||||
"astro": "astro"
|
"astro": "astro"
|
||||||
@ -14,5 +15,8 @@
|
|||||||
"@astrojs/starlight": "^0.26.1",
|
"@astrojs/starlight": "^0.26.1",
|
||||||
"astro": "^4.14.5",
|
"astro": "^4.14.5",
|
||||||
"typescript": "^5.5.4"
|
"typescript": "^5.5.4"
|
||||||
|
},
|
||||||
|
"devDependencies": {
|
||||||
|
"cspell": "8.17.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
764
pnpm-lock.yaml
generated
764
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
@ -50,6 +50,10 @@ export const navigation = [
|
|||||||
{
|
{
|
||||||
label: "DMCA and Copyright",
|
label: "DMCA and Copyright",
|
||||||
link: "/legal/dmca"
|
link: "/legal/dmca"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
label: "Subprocessors List",
|
||||||
|
link: "/legal/subprocessors"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
@ -318,8 +318,8 @@ An in-depth, personalized session focused on long-term professional growth and s
|
|||||||
### 6.4 How to Book a Session:
|
### 6.4 How to Book a Session:
|
||||||
|
|
||||||
- Visit one of:
|
- Visit one of:
|
||||||
- Our topmate profile: https://topmate.io/nhcarrigan
|
- Our Topmate profile: https://topmate.io/nhcarrigan
|
||||||
- Our fiverr profile: https://www.fiverr.com/nhcarrigan
|
- Our Fiverr profile: https://www.fiverr.com/nhcarrigan
|
||||||
- Select the type of session you need (Coffee Chat, Consulting, or Mentorship)
|
- Select the type of session you need (Coffee Chat, Consulting, or Mentorship)
|
||||||
- Select an available time slot
|
- Select an available time slot
|
||||||
- Complete the booking process and payment
|
- Complete the booking process and payment
|
||||||
@ -476,7 +476,7 @@ Direct messages should be used for:
|
|||||||
|
|
||||||
- An invoice will be generated for each direct message received.
|
- An invoice will be generated for each direct message received.
|
||||||
- Payment is required before a response will be provided.
|
- Payment is required before a response will be provided.
|
||||||
- Invoices will be sent to you via the direct message channel on the platform where the DM was received.
|
- Invoices will be sent to you via the direct message channel on the platform where the direct message was received.
|
||||||
|
|
||||||
### 8.4 Response Time
|
### 8.4 Response Time
|
||||||
|
|
||||||
|
File diff suppressed because it is too large
Load Diff
@ -6,6 +6,10 @@ Our moderators exercise careful discretion when implementing disciplinary measur
|
|||||||
|
|
||||||
If you believe you have been unjustly restricted from participating in our community, you may initiate our formal appeal process as outlined below.
|
If you believe you have been unjustly restricted from participating in our community, you may initiate our formal appeal process as outlined below.
|
||||||
|
|
||||||
|
:::caution[Warning!]
|
||||||
|
Submitting multiple appeals for the same sanction will result in our appeals team automatically denying your request.
|
||||||
|
:::
|
||||||
|
|
||||||
## 1. Preparing Your Appeal
|
## 1. Preparing Your Appeal
|
||||||
|
|
||||||
Prior to submitting an appeal, please ensure you have the following information ready:
|
Prior to submitting an appeal, please ensure you have the following information ready:
|
||||||
@ -22,7 +26,7 @@ Please note that incomplete or inadequately prepared appeals may be summarily di
|
|||||||
|
|
||||||
To submit your appeal, please complete the form available at the following link:
|
To submit your appeal, please complete the form available at the following link:
|
||||||
|
|
||||||
[Submit a Sanction Appeal](https://airtable.com/app4JjHyeaBqt4vVH/pagOIWG3ZBEGRD8oW/form)
|
[Submit a Sanction Appeal](https://nhcarrigan.com/appeal)
|
||||||
|
|
||||||
## 3. Important Disclaimers
|
## 3. Important Disclaimers
|
||||||
|
|
||||||
|
@ -260,16 +260,25 @@ Harassment includes, but is not limited to:
|
|||||||
- Leaders commit to applying these principles fairly and consistently in all aspects of community management.
|
- Leaders commit to applying these principles fairly and consistently in all aspects of community management.
|
||||||
- Leaders who fail to follow or enforce the Code of Conduct may be permanently removed from their position.
|
- Leaders who fail to follow or enforce the Code of Conduct may be permanently removed from their position.
|
||||||
|
|
||||||
### 5.3. Privacy and Security
|
### 5.3 Sanction Criteria
|
||||||
|
|
||||||
|
The following list outlines the criteria used when determining if a sanction should be issued.
|
||||||
|
|
||||||
|
- Behaviour which violates this Code of Conduct, our Community Guidelines, or our other public policies.
|
||||||
|
- Behaviour which our staff feel is not in the spirit of the policy, even if it is not violating the letter of the policy.
|
||||||
|
- Repeated behaviour that has been previously sanctioned, as outlined in our escalation policy.
|
||||||
|
- Attempts to circumvent sanctions, such as ban evasion.
|
||||||
|
|
||||||
|
### 5.4. Privacy and Security
|
||||||
|
|
||||||
- All community leaders are obligated to respect the privacy and security of incident reporters.
|
- All community leaders are obligated to respect the privacy and security of incident reporters.
|
||||||
- Information about sanctions will be shared on a need-to-know basis.
|
- Information about sanctions will be shared on a need-to-know basis.
|
||||||
|
|
||||||
### 5.4. Gradated Sanction System
|
### 5.5. Gradated Sanction System
|
||||||
|
|
||||||
Community leaders will follow these Community Impact Guidelines in determining consequences:
|
Community leaders will follow these Community Impact Guidelines in determining consequences:
|
||||||
|
|
||||||
#### 5.4.1. Level 1: Reminder
|
#### 5.5.1. Level 1: Reminder
|
||||||
|
|
||||||
- Example Behavior: Use of inappropriate language or other behavior deemed unprofessional or unwelcome.
|
- Example Behavior: Use of inappropriate language or other behavior deemed unprofessional or unwelcome.
|
||||||
- Consequences:
|
- Consequences:
|
||||||
@ -277,7 +286,7 @@ Community leaders will follow these Community Impact Guidelines in determining c
|
|||||||
- Clarification of the violation and why the behavior was inappropriate
|
- Clarification of the violation and why the behavior was inappropriate
|
||||||
- A public apology may be requested
|
- A public apology may be requested
|
||||||
|
|
||||||
#### 5.4.2. Level 2: Warning
|
#### 5.5.2. Level 2: Warning
|
||||||
|
|
||||||
- Example Behavior: A violation through a single incident or series of actions.
|
- Example Behavior: A violation through a single incident or series of actions.
|
||||||
- Consequences:
|
- Consequences:
|
||||||
@ -285,7 +294,7 @@ Community leaders will follow these Community Impact Guidelines in determining c
|
|||||||
- Clear communication of consequences for continued behavior
|
- Clear communication of consequences for continued behavior
|
||||||
- Incident is logged for future reference
|
- Incident is logged for future reference
|
||||||
|
|
||||||
#### 5.4.3. Level 3: Temporary Removal
|
#### 5.5.3. Level 3: Temporary Removal
|
||||||
|
|
||||||
- Example Behavior: A serious violation of community standards or sustained inappropriate behavior.
|
- Example Behavior: A serious violation of community standards or sustained inappropriate behavior.
|
||||||
- Consequences:
|
- Consequences:
|
||||||
@ -293,41 +302,41 @@ Community leaders will follow these Community Impact Guidelines in determining c
|
|||||||
- Clear conditions for return, including a cooling-off period
|
- Clear conditions for return, including a cooling-off period
|
||||||
- Requirement to re-read and acknowledge the Code of Conduct before rejoining
|
- Requirement to re-read and acknowledge the Code of Conduct before rejoining
|
||||||
|
|
||||||
#### 5.4.4. Level 4: Permanent Ban
|
#### 5.5.4. Level 4: Permanent Ban
|
||||||
|
|
||||||
- Example Behavior: Pattern of violations, sustained inappropriate behavior, harassment, or aggression towards individuals or groups.
|
- Example Behavior: Pattern of violations, sustained inappropriate behavior, harassment, or aggression towards individuals or groups.
|
||||||
- Consequences:
|
- Consequences:
|
||||||
- Permanent ban from all community platforms
|
- Permanent ban from all community platforms
|
||||||
- Public statement may be made, if deemed necessary for community safety
|
- Public statement may be made, if deemed necessary for community safety
|
||||||
|
|
||||||
### 5.5. Additional Sanction Considerations
|
### 5.6. Additional Sanction Considerations
|
||||||
|
|
||||||
- Repeated violations will generally result in escalating sanctions.
|
- Repeated violations will generally result in escalating sanctions.
|
||||||
- The severity of the violation may warrant skipping levels in the sanction system.
|
- The severity of the violation may warrant skipping levels in the sanction system.
|
||||||
- Community leaders may impose additional requirements, such as public apologies or community service, as conditions for continued participation.
|
- Community leaders may impose additional requirements, such as public apologies or community service, as conditions for continued participation.
|
||||||
|
|
||||||
### 5.6. Appeals Process
|
### 5.7. Appeals Process
|
||||||
|
|
||||||
- Individuals may appeal sanctions by [completing the form](/community/appeal)
|
- Individuals may appeal sanctions by [completing the form](/community/appeal)
|
||||||
- Appeals will be reviewed by leaders not involved in the original decision.
|
- Appeals will be reviewed by leaders not involved in the original decision.
|
||||||
- During the appeal, the original sanction remains in effect.
|
- During the appeal, the original sanction remains in effect.
|
||||||
|
|
||||||
### 5.7. Documentation and Transparency
|
### 5.8. Documentation and Transparency
|
||||||
|
|
||||||
- All formal sanctions will be publicised for review and consistency.
|
- All formal sanctions will be publicised for review and consistency.
|
||||||
- Aggregate data on Code of Conduct violations and sanctions may be published periodically to ensure transparency.
|
- Aggregate data on Code of Conduct violations and sanctions may be published periodically to ensure transparency.
|
||||||
|
|
||||||
### 5.8. Rehabilitation and Education
|
### 5.9. Rehabilitation and Education
|
||||||
|
|
||||||
- Where appropriate, we will provide resources and support for individuals to learn from their mistakes and improve their behavior.
|
- Where appropriate, we will provide resources and support for individuals to learn from their mistakes and improve their behavior.
|
||||||
- For less severe violations, completion of educational programs may be offered as an alternative or supplement to other sanctions.
|
- For less severe violations, completion of educational programs may be offered as an alternative or supplement to other sanctions.
|
||||||
|
|
||||||
### 5.9. Legal Implications
|
### 5.10. Legal Implications
|
||||||
|
|
||||||
- In cases of illegal activity, appropriate legal authorities may be notified.
|
- In cases of illegal activity, appropriate legal authorities may be notified.
|
||||||
- Our sanctions do not preclude or replace any legal action that may be warranted.
|
- Our sanctions do not preclude or replace any legal action that may be warranted.
|
||||||
|
|
||||||
### 5.10. Regular Review
|
### 5.11. Regular Review
|
||||||
|
|
||||||
- This sanction system will be reviewed periodically to ensure its effectiveness and fairness.
|
- This sanction system will be reviewed periodically to ensure its effectiveness and fairness.
|
||||||
- Community feedback on the sanction system is welcome and will be considered in reviews.
|
- Community feedback on the sanction system is welcome and will be considered in reviews.
|
||||||
|
@ -41,6 +41,8 @@ Nothing in this guide may supercede or overwrite the Code of Conduct.
|
|||||||
|
|
||||||
## 2. Interacting with Staff
|
## 2. Interacting with Staff
|
||||||
|
|
||||||
|
Please remember that our staff members generously volunteer their time to help our community remain safe and welcoming. Above all else, be kind to them - moderating online spaces is *hard*, and we don't need to make it harder on them!
|
||||||
|
|
||||||
### 2.1 Respect for Authority
|
### 2.1 Respect for Authority
|
||||||
|
|
||||||
Our staff team consists of trusted members empowered with tools to maintain community safety and harmony. While they strive for fairness and consistency, it's important to recognize their human nature and the potential for occasional errors.
|
Our staff team consists of trusted members empowered with tools to maintain community safety and harmony. While they strive for fairness and consistency, it's important to recognize their human nature and the potential for occasional errors.
|
||||||
@ -68,6 +70,18 @@ We are committed to maintaining high standards of conduct for our staff. Any sub
|
|||||||
|
|
||||||
We value your feedback on our moderation processes. If you have suggestions for improving our systems or policies, please submit them through the appropriate channels.
|
We value your feedback on our moderation processes. If you have suggestions for improving our systems or policies, please submit them through the appropriate channels.
|
||||||
|
|
||||||
|
### 2.6 Responding to Sanctions
|
||||||
|
|
||||||
|
If you receive a sanction, here are tips on how to avoid further moderation action:
|
||||||
|
|
||||||
|
- Do not continue the behaviour
|
||||||
|
- Do not attempt to continue the behaviour in a slightly modified way, such as to avoid a specific component of our policies
|
||||||
|
- Do not make passive-aggressive comments about our policies, staff, or your sanction
|
||||||
|
- Do not try to justify your behaviour by comparing it to another user's that was not sanctioned
|
||||||
|
- Do try to learn from the sanction and improve your interactions
|
||||||
|
- Do keep an open mind and try to learn
|
||||||
|
- Do be the kindest you can be
|
||||||
|
|
||||||
## 3. Plural Systems
|
## 3. Plural Systems
|
||||||
|
|
||||||
### 3.1 Understanding Plurality
|
### 3.1 Understanding Plurality
|
||||||
@ -114,15 +128,15 @@ In text-based communication, the nuances of tone and intention can often be lost
|
|||||||
Consider using tone tags in the following situations:
|
Consider using tone tags in the following situations:
|
||||||
|
|
||||||
- When your message could be interpreted in multiple ways
|
- When your message could be interpreted in multiple ways
|
||||||
- If you're using sarcasm, humor, or other tones that might not be immediately apparent
|
- If you're using sarcasm, humour, or other tones that might not be immediately apparent
|
||||||
- When discussing sensitive topics where clarity of intention is crucial
|
- When discussing sensitive topics where clarity of intention is crucial
|
||||||
- If you're communicating with someone who has expressed difficulty interpreting tone in text
|
- If you're communicating with someone who has expressed difficulty interpreting tone in text
|
||||||
|
|
||||||
### 4.3 How to Use Tone Tags
|
### 4.3 How to Use Tone Tags
|
||||||
|
|
||||||
- Place the tone tag at the end of your message or the relevant section
|
- Place the tone tag at the end of your message or the relevant section
|
||||||
- Use forward slashes to enclose the tag, e.g., /j for joking
|
- Use forward slashes to enclose the tag, e.g., `/j` for joking
|
||||||
- You can use multiple tags if needed, e.g., /s /lh for sarcastic and light-hearted
|
- You can use multiple tags if needed, e.g., `/s /b` for sarcastic and bitter
|
||||||
- If you're unsure about a tag's meaning, refer to our community glossary or ask for clarification
|
- If you're unsure about a tag's meaning, refer to our community glossary or ask for clarification
|
||||||
|
|
||||||
### 4.4 Commonly Used Tone Tags
|
### 4.4 Commonly Used Tone Tags
|
||||||
@ -244,6 +258,7 @@ While not exhaustive, common pronoun options include:
|
|||||||
- She/her/hers
|
- She/her/hers
|
||||||
- He/him/his
|
- He/him/his
|
||||||
- They/them/theirs
|
- They/them/theirs
|
||||||
|
<!-- cSpell:disable-next-line -->
|
||||||
- Neopronouns (e.g., xe/xem/xyr, ze/zir/zirs)
|
- Neopronouns (e.g., xe/xem/xyr, ze/zir/zirs)
|
||||||
- Any pronouns
|
- Any pronouns
|
||||||
- No pronouns (use name only)
|
- No pronouns (use name only)
|
||||||
@ -318,10 +333,14 @@ Our community is committed to creating a safe and respectful environment for all
|
|||||||
|
|
||||||
### 7.2 When to Use Warnings
|
### 7.2 When to Use Warnings
|
||||||
|
|
||||||
|
:::caution[Warning!]
|
||||||
|
Content/Trigger warnings are **mandatory** in all of our community spaces. Repeated patterns of failure to properly label your content will result in sanctions. "I forgot" is not an acceptable excuse.
|
||||||
|
:::
|
||||||
|
|
||||||
Use content or trigger warnings when posting about:
|
Use content or trigger warnings when posting about:
|
||||||
|
|
||||||
- Graphic violence or gore
|
- Graphic violence or gore
|
||||||
- Sexual content or explicit discussions of sexuality
|
- Sexual content or explicit discussions of sexuality (except within our clearly-indicated adult-only areas)
|
||||||
- Abuse (physical, emotional, sexual)
|
- Abuse (physical, emotional, sexual)
|
||||||
- Self-harm or suicide
|
- Self-harm or suicide
|
||||||
- Eating disorders or body image issues
|
- Eating disorders or body image issues
|
||||||
@ -448,3 +467,31 @@ After a conflict is resolved:
|
|||||||
- Reflect on what led to the disagreement
|
- Reflect on what led to the disagreement
|
||||||
- Consider how it could have been prevented or handled better
|
- Consider how it could have been prevented or handled better
|
||||||
- Apply these lessons in future interactions
|
- Apply these lessons in future interactions
|
||||||
|
|
||||||
|
## 9. This Should Be Fun!
|
||||||
|
|
||||||
|
It is important to remember that engaging with our community should be a fun process. If you aren't enjoying your time, please consider some of these options:
|
||||||
|
|
||||||
|
### 9.1. Take a Break
|
||||||
|
|
||||||
|
It's okay if you need some time away from our community! We'll be here when you get back, so don't hesitate to step away for a while and decompress. Let yourself come back refreshed so you have the best experience possible.
|
||||||
|
|
||||||
|
### 9.2. Evaluate Your Engagement
|
||||||
|
|
||||||
|
Our community spaces are intended to be fun, relaxed, and wholesome environments. If you find that you aren't meshing with our vibe in the way that you want, consider taking a look at the type of interactions you are creating. It may be that you aren't using our community in the best way.
|
||||||
|
|
||||||
|
### 9.3. Temporary Bans
|
||||||
|
|
||||||
|
If you need a break and you find yourself unable to step away, or you keep coming back to check on things when you really do not want to, please reach out to our staff. We are more than willing to issue temporary bans to help you preserve the space you need.
|
||||||
|
|
||||||
|
## 10. Mini-modding
|
||||||
|
|
||||||
|
"Mini-modding" is a term often used to describe behaviour in which a non-staff user instructs another user to amend their behaviour as if they were a member of staff.
|
||||||
|
|
||||||
|
Our community does not prohibit mini-modding, provided:
|
||||||
|
|
||||||
|
- You gently encourage and support members in properly integrating with our community
|
||||||
|
- You do not represent yourself as a member of NHCarrigan's team
|
||||||
|
- You do not belittle, call out, or antagonise a user who is violating our policies
|
||||||
|
|
||||||
|
Remember that the best way to correct someone's behaviour is to lead by example. If that fails, do not escalate - instead, report the behaviour to our team.
|
||||||
|
@ -316,7 +316,7 @@ When you're ready to commit your changes:
|
|||||||
- Use the present tense ("Add feature" not "Added feature")
|
- Use the present tense ("Add feature" not "Added feature")
|
||||||
- Use the imperative mood ("Move cursor to..." not "Moves cursor to...")
|
- Use the imperative mood ("Move cursor to..." not "Moves cursor to...")
|
||||||
- Limit the first line to 50 characters or less
|
- Limit the first line to 50 characters or less
|
||||||
- Additonal information can be included in the body
|
- Additional information can be included in the body
|
||||||
- Do NOT reference issues/PRs in your commit
|
- Do NOT reference issues/PRs in your commit
|
||||||
|
|
||||||
Example:
|
Example:
|
||||||
|
@ -558,7 +558,7 @@ IgnorePkg =
|
|||||||
This is a complete list of all packages on the machine. This list is generated with `yay -Q`.
|
This is a complete list of all packages on the machine. This list is generated with `yay -Q`.
|
||||||
|
|
||||||
:::caution
|
:::caution
|
||||||
This list is mega chonky.
|
This list is quite large.
|
||||||
:::
|
:::
|
||||||
|
|
||||||
<details>
|
<details>
|
||||||
@ -2262,7 +2262,7 @@ J=#idlerpg-discuss
|
|||||||
J=#idlerpg-ng
|
J=#idlerpg-ng
|
||||||
```
|
```
|
||||||
|
|
||||||
### 3.5 hyprland
|
### 3.5 `hyprland`
|
||||||
|
|
||||||
This is Naomi's `hyprland` config, which goes in `~/.config/hypr/hyprland.conf`.
|
This is Naomi's `hyprland` config, which goes in `~/.config/hypr/hyprland.conf`.
|
||||||
|
|
||||||
|
@ -6,7 +6,7 @@ This document outlines how we set up our remote servers for running projects.
|
|||||||
|
|
||||||
## 1. Provision a Server
|
## 1. Provision a Server
|
||||||
|
|
||||||
We use DigitalOcean as our provider. Regardless of your choice, provision a new VPS using the **latest Ubunutu LTS version**. Add your `ssh` key AND Naomi's `ssh` key in the setup process.
|
We use DigitalOcean as our provider. Regardless of your choice, provision a new VPS using the **latest Ubuntu LTS version**. Add your `ssh` key AND Naomi's `ssh` key in the setup process.
|
||||||
|
|
||||||
## 2. Set Up User
|
## 2. Set Up User
|
||||||
|
|
||||||
@ -289,11 +289,33 @@ And to unban them:
|
|||||||
sudo fail2ban-client set nginx-auth unbanip <ip>
|
sudo fail2ban-client set nginx-auth unbanip <ip>
|
||||||
```
|
```
|
||||||
|
|
||||||
## 5. Running a Project
|
## 5. Uploading a Project
|
||||||
|
|
||||||
|
To upload a project, you should **not** use `git` to clone the project to the machine. Instead, start by cloning the project to your local environment and navigating to the directory:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
git clone <url>
|
||||||
|
cd /path/to/project
|
||||||
|
```
|
||||||
|
|
||||||
|
:::tip
|
||||||
|
If you already have the project cloned, remove any ignored files such as `node_modules`, `prod`, or `coverage`.
|
||||||
|
|
||||||
|
```bash
|
||||||
|
rm -rf node_modules prod coverage <other directories and files>
|
||||||
|
```
|
||||||
|
|
||||||
|
Then sync the project up to the machine, ignoring the `.git` directory.
|
||||||
|
|
||||||
|
```bash
|
||||||
|
GLOBIGNORE='.git' scp -r ./* <server name>:/home/nhcarrigan/<project directory>
|
||||||
|
```
|
||||||
|
|
||||||
|
## 6. Running a Project
|
||||||
|
|
||||||
Now you are ready to start running the project.
|
Now you are ready to start running the project.
|
||||||
|
|
||||||
### 5.1. Node.js
|
### 6.1. Node.js
|
||||||
|
|
||||||
Most of our projects will run on Node. For a new machine, you'll need to set that up.
|
Most of our projects will run on Node. For a new machine, you'll need to set that up.
|
||||||
|
|
||||||
@ -323,7 +345,7 @@ Finally, install `pnpm` as the package manager.
|
|||||||
npm i -g pnpm
|
npm i -g pnpm
|
||||||
```
|
```
|
||||||
|
|
||||||
### 5.2. PM2
|
### 6.2. PM2
|
||||||
|
|
||||||
All of our processes run with PM2 to allow for monitoring and auto-restarts. You'll need to install it.
|
All of our processes run with PM2 to allow for monitoring and auto-restarts. You'll need to install it.
|
||||||
|
|
||||||
|
54
src/content/docs/dev/vtubing.md
Normal file
54
src/content/docs/dev/vtubing.md
Normal file
@ -0,0 +1,54 @@
|
|||||||
|
---
|
||||||
|
title: Naomi's VTubing Setup
|
||||||
|
---
|
||||||
|
|
||||||
|
Naomi uses her VTuber model for all of her client meetings, as well as streaming. Getting the software to work on Linux is a bit of a nightmare, so this page documents how she does so.
|
||||||
|
|
||||||
|
## 1. OpenSeeFace
|
||||||
|
|
||||||
|
In order to track her webcamera, OpenSeeFace needs to be run independently as a native script.
|
||||||
|
|
||||||
|
### 1.1. Installation
|
||||||
|
|
||||||
|
This should all be done in your home `~` directory.
|
||||||
|
|
||||||
|
- Begin by cloning the repository:
|
||||||
|
- `git clone https://github.com/emilianavt/OpenSeeFace`
|
||||||
|
- `cd OpenSeeFace`
|
||||||
|
- You will need to prepare Python
|
||||||
|
- Install the packages: `yay -Sy python python-virtualenv`
|
||||||
|
- Prepare the environment: `virtualenv -p python3 env`
|
||||||
|
- Source the environment: `source env/bin/activate`
|
||||||
|
- Install the dependencies: `pip3 install onnxruntime opencv-python pillow numpy`
|
||||||
|
|
||||||
|
### 1.2. Running
|
||||||
|
|
||||||
|
```
|
||||||
|
cd OpenSeeFace
|
||||||
|
source env/bin/activate
|
||||||
|
python facetracker.py -c 0 -W 1280 -H 720 --discard-after 0 --scan-every 0 --no-3d-adapt 1 --max-feature-updates 900
|
||||||
|
```
|
||||||
|
|
||||||
|
## 2. VSeeFace
|
||||||
|
|
||||||
|
VSeeFace does not run natively, and will need to run with Wine.
|
||||||
|
|
||||||
|
### 2.1. Installation
|
||||||
|
|
||||||
|
[Download and run the installer](https://www.vseeface.icu/#download). When selecting a directory, put it in `~/VSeeFace`.
|
||||||
|
|
||||||
|
### 2.2. Running
|
||||||
|
|
||||||
|
```bash
|
||||||
|
wine ~/VSeeFace/VSeeFace.exe --background-color "#00FF00"
|
||||||
|
```
|
||||||
|
|
||||||
|
The `--background-color` flag creates a green screen background to be chroma-keyed out by OBS.
|
||||||
|
|
||||||
|
## 3. OBS
|
||||||
|
|
||||||
|
OBS allows for virtual camera, as well as for streaming.
|
||||||
|
|
||||||
|
### 3.1. Installation
|
||||||
|
|
||||||
|
The `obs-studio-git` AUR package is Naomi's current installation.
|
@ -38,7 +38,7 @@ title: DMCA and Intellectual Property Compliance Policy
|
|||||||
- The date of publication or creation (if available)
|
- The date of publication or creation (if available)
|
||||||
- Any applicable license terms
|
- Any applicable license terms
|
||||||
- For digital content, consider using hyperlinks to the original source when possible.
|
- For digital content, consider using hyperlinks to the original source when possible.
|
||||||
- Follow citation guidelines appropriate to your field or the context of use (e.g., APA, MLA, Chicago).
|
- Follow citation guidelines appropriate to your field or the context of use (e.g., APA, Chicago).
|
||||||
|
|
||||||
## 5. Original Content Creation and Sharing
|
## 5. Original Content Creation and Sharing
|
||||||
|
|
||||||
@ -64,7 +64,7 @@ title: DMCA and Intellectual Property Compliance Policy
|
|||||||
|
|
||||||
## 8. Plagiarism
|
## 8. Plagiarism
|
||||||
|
|
||||||
- Presenting others' work as your own is strictly prohibited and considered a serious offense.
|
- Presenting others' work as your own is strictly prohibited and considered a serious offence.
|
||||||
- This includes code, text, images, ideas, and any other form of content.
|
- This includes code, text, images, ideas, and any other form of content.
|
||||||
- Plagiarism can have serious consequences, including loss of community privileges, academic penalties, or legal action.
|
- Plagiarism can have serious consequences, including loss of community privileges, academic penalties, or legal action.
|
||||||
- Always cite your sources and use quotation marks for direct quotes.
|
- Always cite your sources and use quotation marks for direct quotes.
|
||||||
|
34
src/content/docs/legal/government.md
Normal file
34
src/content/docs/legal/government.md
Normal file
@ -0,0 +1,34 @@
|
|||||||
|
---
|
||||||
|
title: Government Actions and Compliance
|
||||||
|
---
|
||||||
|
|
||||||
|
# 1. Introduction
|
||||||
|
|
||||||
|
The purpose of this document is to maintain transparency regarding any government or legal authority's actions against our organisation that result in a release of your data to those authorities.
|
||||||
|
|
||||||
|
## 1.1. Disclaimers
|
||||||
|
|
||||||
|
- We do not provide any sort of proactive information to regulatory agencies.
|
||||||
|
- We do not, and will never, set up "backdoors" or other direct access routes for regulatory agencies to surveil or access your data.
|
||||||
|
- All data in this document cover the entirety of NHCarrigan's lifetime, from our inception in
|
||||||
|
|
||||||
|
# 2. Requests for Information
|
||||||
|
|
||||||
|
We have received 0 requests for information/data from authoritative agencies.
|
||||||
|
|
||||||
|
| Agency | Data Requested | Result |
|
||||||
|
| ------ | -------------- | ------ |
|
||||||
|
|
||||||
|
# 3. Warrants and Subpoenas
|
||||||
|
|
||||||
|
We have been the subject of 0 warrants or subpoenas for our information/data.
|
||||||
|
|
||||||
|
| Agency | Date of Action | Result |
|
||||||
|
| ------ | -------------- | ------ |
|
||||||
|
|
||||||
|
# 4. Asset Seizures
|
||||||
|
|
||||||
|
We have had our data/information searched or seized 0 times.
|
||||||
|
|
||||||
|
| Agency | Scope of Search | Result |
|
||||||
|
| ------ | --------------- | ------ |
|
@ -145,7 +145,7 @@ We will make reasonable efforts to respond to all data-related requests within 3
|
|||||||
|
|
||||||
### 3.8. Limitations
|
### 3.8. Limitations
|
||||||
|
|
||||||
While we strive to honor all legitimate requests, be aware that legal requirements may sometimes prevent us from fully complying with certain requests.
|
While we strive to honour all legitimate requests, be aware that legal requirements may sometimes prevent us from fully complying with certain requests.
|
||||||
|
|
||||||
### 3.9. Ongoing Commitment
|
### 3.9. Ongoing Commitment
|
||||||
|
|
||||||
@ -155,7 +155,7 @@ We are committed to transparency and user privacy. We continuously work to impro
|
|||||||
|
|
||||||
### 4.1. Retention Principle
|
### 4.1. Retention Principle
|
||||||
|
|
||||||
We adhere to the principle of data minimization, storing personal data for the shortest time necessary to fulfill the purposes for which it was collected and to ensure the proper functioning of our applications.
|
We adhere to the principle of data minimization, storing personal data for the shortest time necessary to fulfil the purposes for which it was collected and to ensure the proper functioning of our applications.
|
||||||
|
|
||||||
### 4.2. Retention Periods
|
### 4.2. Retention Periods
|
||||||
|
|
||||||
|
32
src/content/docs/legal/subprocessors.md
Normal file
32
src/content/docs/legal/subprocessors.md
Normal file
@ -0,0 +1,32 @@
|
|||||||
|
---
|
||||||
|
title: Data Subprocessors
|
||||||
|
---
|
||||||
|
|
||||||
|
## 7. Subprocessors
|
||||||
|
|
||||||
|
The following entities process your data on our behalf. Interacting with our applications is subject to the privacy policies and terms of these entities.
|
||||||
|
|
||||||
|
### 7.1. Primary Subprocessors
|
||||||
|
|
||||||
|
These entities directly store, manage, or handle our application data.
|
||||||
|
|
||||||
|
| Entity | Data Processed |
|
||||||
|
| ------------ | ---------------------------------------------------------------------------------------------------------------------------------------- |
|
||||||
|
| Anthropic | Any data provided to our AI-powered applications such as the AltGenerator Discord bot. |
|
||||||
|
| Crisp | Any communication sent to and from NHCarrigan via the embedded chat on our web applications |
|
||||||
|
| DigitalOcean | Any data transmitted over the network to and from our applications. |
|
||||||
|
| Discord | Any information related to usage logging and errors posted in our community. |
|
||||||
|
| HubSpot | Data submitted to our Contact, Sales Inquiry, Sanction Appeals, and Newsletter Sign-up forms. |
|
||||||
|
| MongoDB | Any data provided to our applications when you interact with them. |
|
||||||
|
| ProtonMail | Any information transmitted to and from our `nhcarrigan.com` email addresses. |
|
||||||
|
| Stripe | Information provided during the identity and age verification processes necessary to access certain applications and community channels. |
|
||||||
|
|
||||||
|
### 7.2. Secondary Subprocessors
|
||||||
|
|
||||||
|
In addition to our primary subprocessors, platforms and services you engage with in order to interface with our applications maintain their own privacy policies, and may store your data pursuant to those policies.
|
||||||
|
|
||||||
|
Such platforms include, but are not limited to:
|
||||||
|
|
||||||
|
- Codeberg
|
||||||
|
- Discord
|
||||||
|
- GitHub
|
@ -394,7 +394,7 @@ We are under no obligation to:
|
|||||||
|
|
||||||
We reserve the right, but have no obligation, to monitor, edit, or remove any User Submissions that we determine, in our sole discretion, to be:
|
We reserve the right, but have no obligation, to monitor, edit, or remove any User Submissions that we determine, in our sole discretion, to be:
|
||||||
|
|
||||||
- Unlawful, offensive, threatening, libelous, defamatory, pornographic, or obscene
|
- Unlawful, offensive, threatening, libellous, defamatory, pornographic, or obscene
|
||||||
- Violating any party's intellectual property rights
|
- Violating any party's intellectual property rights
|
||||||
- Violating these Terms of Service or our Code of Conduct
|
- Violating these Terms of Service or our Code of Conduct
|
||||||
- Otherwise objectionable
|
- Otherwise objectionable
|
||||||
@ -404,7 +404,7 @@ We reserve the right, but have no obligation, to monitor, edit, or remove any Us
|
|||||||
You represent and warrant that your User Submissions:
|
You represent and warrant that your User Submissions:
|
||||||
|
|
||||||
- Do not violate any right of any third party, including copyright, trademark, privacy, personality, or other personal or proprietary rights
|
- Do not violate any right of any third party, including copyright, trademark, privacy, personality, or other personal or proprietary rights
|
||||||
- Do not contain libelous, unlawful, abusive, or obscene material
|
- Do not contain libellous, unlawful, abusive, or obscene material
|
||||||
- Do not contain any computer virus or other malware that could affect the operation of the Service or any related website
|
- Do not contain any computer virus or other malware that could affect the operation of the Service or any related website
|
||||||
- Do not violate any applicable local, state, national, or international law or regulation
|
- Do not violate any applicable local, state, national, or international law or regulation
|
||||||
|
|
||||||
@ -416,7 +416,7 @@ You agree not to submit User Submissions that:
|
|||||||
- Falsely state or otherwise misrepresent your affiliation with a person or entity
|
- Falsely state or otherwise misrepresent your affiliation with a person or entity
|
||||||
- Contain false or misleading information
|
- Contain false or misleading information
|
||||||
- Infringe upon or violate our intellectual property rights or the intellectual property rights of others
|
- Infringe upon or violate our intellectual property rights or the intellectual property rights of others
|
||||||
- Promote illegal activities or conduct that is abusive, threatening, obscene, defamatory, or libelous
|
- Promote illegal activities or conduct that is abusive, threatening, obscene, defamatory, or libellous
|
||||||
- Promote discrimination based on race, sex, religion, nationality, disability, sexual orientation, or age
|
- Promote discrimination based on race, sex, religion, nationality, disability, sexual orientation, or age
|
||||||
- Contain topics, names, material, or information that violate any applicable law or regulation
|
- Contain topics, names, material, or information that violate any applicable law or regulation
|
||||||
|
|
||||||
@ -492,7 +492,7 @@ We may share your personal information with third-party service providers who as
|
|||||||
|
|
||||||
### 9.8 Data Retention
|
### 9.8 Data Retention
|
||||||
|
|
||||||
We retain your personal information for as long as necessary to fulfill the purposes outlined in our Privacy Policy, unless a longer retention period is required or permitted by law.
|
We retain your personal information for as long as necessary to fulfil the purposes outlined in our Privacy Policy, unless a longer retention period is required or permitted by law.
|
||||||
|
|
||||||
### 9.9 Your Rights
|
### 9.9 Your Rights
|
||||||
|
|
||||||
@ -747,7 +747,7 @@ You acknowledge and agree that the foregoing disclaimers and limitations of liab
|
|||||||
|
|
||||||
### 12.10 Force Majeure
|
### 12.10 Force Majeure
|
||||||
|
|
||||||
We will not be liable for any failure or delay in performing our obligations where such failure or delay results from any cause beyond our reasonable control, including, without limitation, acts of God, natural disasters, pandemic, labor disputes, war, riot, embargoes, acts of civil or military authorities, fire, floods, accidents, strikes, or shortages of transportation facilities, fuel, energy, labor, or materials.
|
We will not be liable for any failure or delay in performing our obligations where such failure or delay results from any cause beyond our reasonable control, including, without limitation, acts of God, natural disasters, pandemic, labour disputes, war, riot, embargoes, acts of civil or military authorities, fire, floods, accidents, strikes, or shortages of transportation facilities, fuel, energy, labour, or materials.
|
||||||
|
|
||||||
### 12.11 Time Limitation
|
### 12.11 Time Limitation
|
||||||
|
|
||||||
@ -787,7 +787,7 @@ from any claim or demand, including reasonable attorneys' fees and costs, made b
|
|||||||
|
|
||||||
### 13.2 Duty to Defend
|
### 13.2 Duty to Defend
|
||||||
|
|
||||||
You agree to cooperate as fully as reasonably required in the defense of any claim. nhcarrigan reserves the right to assume the exclusive defense and control of any matter subject to indemnification by you.
|
You agree to cooperate as fully as reasonably required in the defence of any claim. nhcarrigan reserves the right to assume the exclusive defence and control of any matter subject to indemnification by you.
|
||||||
|
|
||||||
### 13.3 No Admission of Liability
|
### 13.3 No Admission of Liability
|
||||||
|
|
||||||
@ -813,9 +813,9 @@ This indemnification obligation will survive the termination of these Terms of S
|
|||||||
|
|
||||||
Your indemnification obligation shall be limited to the extent permitted by applicable law.
|
Your indemnification obligation shall be limited to the extent permitted by applicable law.
|
||||||
|
|
||||||
### 13.9 Right to Assume Defense
|
### 13.9 Right to Assume Defence
|
||||||
|
|
||||||
nhcarrigan reserves the right, at your expense, to assume the exclusive defense and control of any matter for which you are required to indemnify us, and you agree to cooperate with our defense of these claims.
|
nhcarrigan reserves the right, at your expense, to assume the exclusive defence and control of any matter for which you are required to indemnify us, and you agree to cooperate with our defence of these claims.
|
||||||
|
|
||||||
### 13.10 Mitigation of Damages
|
### 13.10 Mitigation of Damages
|
||||||
|
|
||||||
@ -867,7 +867,7 @@ The severability of provisions may be assessed differently in various jurisdicti
|
|||||||
|
|
||||||
### 14.6 Effect on Entire Agreement
|
### 14.6 Effect on Entire Agreement
|
||||||
|
|
||||||
The unenforceability or invalidity of any provision shall not affect the enforceability or validity of the entire agreement. These Terms shall continue in full force and effect as if such invalid or unenforceable provision had never been contained herein.
|
The un-enforceability or invalidity of any provision shall not affect the enforceability or validity of the entire agreement. These Terms shall continue in full force and effect as if such invalid or unenforceable provision had never been contained herein.
|
||||||
|
|
||||||
### 14.7 Negotiation in Good Faith
|
### 14.7 Negotiation in Good Faith
|
||||||
|
|
||||||
@ -885,11 +885,11 @@ The failure to enforce any part of these Terms shall not constitute a waiver of
|
|||||||
|
|
||||||
Provisions that are essential to the purpose of these Terms, including but not limited to indemnification, limitation of liability, and dispute resolution provisions, shall survive the termination or expiration of these Terms.
|
Provisions that are essential to the purpose of these Terms, including but not limited to indemnification, limitation of liability, and dispute resolution provisions, shall survive the termination or expiration of these Terms.
|
||||||
|
|
||||||
### 14.11 Interpretation in Favor of Validity
|
### 14.11 Interpretation in Favour of Validity
|
||||||
|
|
||||||
These Terms shall be interpreted, to the extent possible, in a manner that makes them valid and enforceable under applicable law.
|
These Terms shall be interpreted, to the extent possible, in a manner that makes them valid and enforceable under applicable law.
|
||||||
|
|
||||||
### 14.12 Notification of Unenforceability
|
### 14.12 Notification of Un-enforceability
|
||||||
|
|
||||||
If you believe any provision of these Terms to be unenforceable, please notify us in writing with a detailed explanation.
|
If you believe any provision of these Terms to be unenforceable, please notify us in writing with a detailed explanation.
|
||||||
|
|
||||||
@ -1045,7 +1045,7 @@ You agree that any legal action or proceeding between you and nhcarrigan shall b
|
|||||||
|
|
||||||
### 17.3 Binding Arbitration
|
### 17.3 Binding Arbitration
|
||||||
|
|
||||||
Any dispute, controversy, or claim arising out of or relating to these Terms of Service, including the formation, interpretation, breach, or termination thereof, including whether the claims asserted are arbitrable, shall be referred to and finally determined by binding arbitration in accordance with the JAMS International Arbitration Rules.
|
Any dispute, controversy, or claim arising out of or relating to these Terms of Service, including the formation, interpretation, breach, or termination thereof, including whether the claims asserted can be arbitrated, shall be referred to and finally determined by binding arbitration in accordance with the JAMS International Arbitration Rules.
|
||||||
|
|
||||||
### 17.4 Arbitration Process
|
### 17.4 Arbitration Process
|
||||||
|
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
title: Task Bot
|
title: Task Bot
|
||||||
---
|
---
|
||||||
|
|
||||||
Task Bot (hereinafter the "Application") is a user-installable Discord application which allows you to manage your tasks anywhere on Discord: in a server, in a DM with the bot, in DMs with your friends... The possibilities are endless.
|
Task Bot (hereinafter the "Application") is a user-installable Discord application which allows you to manage your tasks anywhere on Discord: in a server, in a direct message with the bot, in direct messages with your friends... The possibilities are endless.
|
||||||
|
|
||||||
Task management with this bot is an individual feature. If you need server-level task management, such as for a development team, please reach out to us in our support server to discuss pricing.
|
Task management with this bot is an individual feature. If you need server-level task management, such as for a development team, please reach out to us in our support server to discuss pricing.
|
||||||
|
|
||||||
|
@ -89,7 +89,7 @@ Our community spans multiple platforms:
|
|||||||
|
|
||||||
#### 2.3.1 Professionalism
|
#### 2.3.1 Professionalism
|
||||||
|
|
||||||
Maintain a professional demeanor in all interactions:
|
Maintain a professional demeanour in all interactions:
|
||||||
|
|
||||||
- Remain calm and objective, especially in challenging situations.
|
- Remain calm and objective, especially in challenging situations.
|
||||||
- Avoid engaging in or escalating conflicts.
|
- Avoid engaging in or escalating conflicts.
|
||||||
@ -142,7 +142,7 @@ Know when and how to escalate issues:
|
|||||||
|
|
||||||
#### 2.2.2 Warning a Member
|
#### 2.2.2 Warning a Member
|
||||||
|
|
||||||
Use warnings for minor infractions or first-time offenses.
|
Use warnings for minor infractions or first-time offences.
|
||||||
|
|
||||||
**When to Warn:**
|
**When to Warn:**
|
||||||
- Mild spam (e.g., posting the same message a few times)
|
- Mild spam (e.g., posting the same message a few times)
|
||||||
@ -186,7 +186,7 @@ Banning is the most severe action and should be used judiciously.
|
|||||||
|
|
||||||
**When to Ban:**
|
**When to Ban:**
|
||||||
- Severe rule violations
|
- Severe rule violations
|
||||||
- Repeated offenses after warnings and kicks
|
- Repeated offences after warnings and kicks
|
||||||
- Malicious actions (e.g., raiding, doxxing, severe harassment)
|
- Malicious actions (e.g., raiding, doxxing, severe harassment)
|
||||||
|
|
||||||
**How to Ban:**
|
**How to Ban:**
|
||||||
@ -249,11 +249,11 @@ Example: "@User, please avoid spamming emotes. Next time may result in a timeout
|
|||||||
|
|
||||||
##### 2.3.3.2 Timeouts
|
##### 2.3.3.2 Timeouts
|
||||||
|
|
||||||
Use timeouts for more serious or repeated minor offenses.
|
Use timeouts for more serious or repeated minor offences.
|
||||||
|
|
||||||
- First offense: 5-minute timeout
|
- First offence: 5-minute timeout
|
||||||
- Second offense: 10-minute timeout
|
- Second offence: 10-minute timeout
|
||||||
- Third offense: 30-minute timeout
|
- Third offence: 30-minute timeout
|
||||||
|
|
||||||
To timeout: `/timeout @username [duration]`
|
To timeout: `/timeout @username [duration]`
|
||||||
|
|
||||||
@ -267,11 +267,11 @@ Always document the reason for bans in your moderator notes or designated channe
|
|||||||
|
|
||||||
#### 2.3.4 Specific Situations
|
#### 2.3.4 Specific Situations
|
||||||
|
|
||||||
1. **Spam:** Use timeouts, increasing duration for repeat offenses.
|
1. **Spam:** Use timeouts, increasing duration for repeat offences.
|
||||||
2. **Hate Speech/Discrimination:** Immediate ban and report to Twitch.
|
2. **Hate Speech/Discrimination:** Immediate ban and report to Twitch.
|
||||||
3. **Excessive Backseat Gaming:** Start with a warning, then short timeout if it continues.
|
3. **Excessive Backseat Gaming:** Start with a warning, then short timeout if it continues.
|
||||||
4. **Spoilers:** Delete message and issue a warning.
|
4. **Spoilers:** Delete message and issue a warning.
|
||||||
5. **Self-Promotion:** Remove message and warn. Timeout for repeated offenses.
|
5. **Self-Promotion:** Remove message and warn. Timeout for repeated offences.
|
||||||
6. **Bot Attacks:** Enable followers-only or subscribers-only mode temporarily.
|
6. **Bot Attacks:** Enable followers-only or subscribers-only mode temporarily.
|
||||||
|
|
||||||
#### 2.3.5 Communication
|
#### 2.3.5 Communication
|
||||||
@ -332,7 +332,7 @@ Familiarize yourself with Reddit's moderation tools:
|
|||||||
|
|
||||||
##### 2.4.3.3 Temporary Bans
|
##### 2.4.3.3 Temporary Bans
|
||||||
|
|
||||||
- Use for repeated minor offenses or more serious rule violations.
|
- Use for repeated minor offences or more serious rule violations.
|
||||||
- Typical durations: 3 days, 7 days, 14 days, 30 days.
|
- Typical durations: 3 days, 7 days, 14 days, 30 days.
|
||||||
- Always include the reason and duration in the ban message.
|
- Always include the reason and duration in the ban message.
|
||||||
|
|
||||||
@ -344,7 +344,7 @@ Familiarize yourself with Reddit's moderation tools:
|
|||||||
|
|
||||||
#### 2.4.4 Specific Situations
|
#### 2.4.4 Specific Situations
|
||||||
|
|
||||||
1. **Spam:** Remove and mark as spam. Temp ban for repeated offenses.
|
1. **Spam:** Remove and mark as spam. Temp ban for repeated offences.
|
||||||
2. **Harassment:** Remove, warn, and escalate to temp or permanent ban as needed.
|
2. **Harassment:** Remove, warn, and escalate to temp or permanent ban as needed.
|
||||||
3. **Off-topic Posts:** Remove and direct users to appropriate subreddits.
|
3. **Off-topic Posts:** Remove and direct users to appropriate subreddits.
|
||||||
4. **Reposts:** Remove recent reposts, with a comment explaining the removal.
|
4. **Reposts:** Remove recent reposts, with a comment explaining the removal.
|
||||||
@ -359,7 +359,7 @@ Familiarize yourself with Reddit's moderation tools:
|
|||||||
|
|
||||||
#### 2.4.6 Flair Management
|
#### 2.4.6 Flair Management
|
||||||
|
|
||||||
- Ensure posts are properly flaired.
|
- Ensure posts have the proper flair.
|
||||||
- Assist users with setting up user flairs if applicable.
|
- Assist users with setting up user flairs if applicable.
|
||||||
|
|
||||||
#### 2.4.7 Modmail
|
#### 2.4.7 Modmail
|
||||||
@ -382,7 +382,7 @@ Familiarize yourself with Reddit's moderation tools:
|
|||||||
|
|
||||||
#### 2.4.10 Handling Sensitive Content
|
#### 2.4.10 Handling Sensitive Content
|
||||||
|
|
||||||
- Remove NSFW content.
|
- Remove adult-only content.
|
||||||
- For controversial topics, monitor discussions closely and lock if necessary.
|
- For controversial topics, monitor discussions closely and lock if necessary.
|
||||||
- Report any illegal content to Reddit admins immediately.
|
- Report any illegal content to Reddit admins immediately.
|
||||||
|
|
||||||
@ -427,7 +427,7 @@ Familiarize yourself with Codeberg's moderation features:
|
|||||||
|
|
||||||
#### 2.5.4 Specific Situations
|
#### 2.5.4 Specific Situations
|
||||||
|
|
||||||
1. **Spam:** Remove spam content and warn the user. Block for repeated offenses.
|
1. **Spam:** Remove spam content and warn the user. Block for repeated offences.
|
||||||
2. **Harassment:** Remove offending content, warn the user, and escalate to blocking if behavior persists.
|
2. **Harassment:** Remove offending content, warn the user, and escalate to blocking if behavior persists.
|
||||||
3. **Off-topic Discussions:** Redirect to appropriate channels or close if irrelevant.
|
3. **Off-topic Discussions:** Redirect to appropriate channels or close if irrelevant.
|
||||||
4. **Code of Conduct Violations:** Address promptly, following the enforcement guidelines in the CoC.
|
4. **Code of Conduct Violations:** Address promptly, following the enforcement guidelines in the CoC.
|
||||||
@ -498,7 +498,7 @@ Example: "Username, please avoid using excessive caps. It's considered shouting.
|
|||||||
|
|
||||||
##### 2.6.3.2 Kicks
|
##### 2.6.3.2 Kicks
|
||||||
|
|
||||||
Use kicks for more serious or repeated minor offenses.
|
Use kicks for more serious or repeated minor offences.
|
||||||
|
|
||||||
To kick: `/kick username Reason for kick`
|
To kick: `/kick username Reason for kick`
|
||||||
|
|
||||||
@ -512,8 +512,8 @@ Always document the reason for bans in your moderation logs.
|
|||||||
|
|
||||||
#### 2.6.4 Specific Situations
|
#### 2.6.4 Specific Situations
|
||||||
|
|
||||||
1. **Spam**: Use kicks, escalating to short-term bans for repeat offenses.
|
1. **Spam**: Use kicks, escalating to short-term bans for repeat offences.
|
||||||
2. **Offensive Language**: Warn, then kick. Ban for repeated offenses.
|
2. **Offensive Language**: Warn, then kick. Ban for repeated offences.
|
||||||
3. **Flooding**: Mute temporarily, kick if behavior continues.
|
3. **Flooding**: Mute temporarily, kick if behavior continues.
|
||||||
4. **Off-topic Discussions**: Gently redirect to appropriate channels.
|
4. **Off-topic Discussions**: Gently redirect to appropriate channels.
|
||||||
5. **Bot Attacks**: Set channel to moderated mode (+m) temporarily.
|
5. **Bot Attacks**: Set channel to moderated mode (+m) temporarily.
|
||||||
@ -566,7 +566,7 @@ Use message deletion for content that violates workspace rules.
|
|||||||
|
|
||||||
##### 2.7.3.3 Restricting Privileges
|
##### 2.7.3.3 Restricting Privileges
|
||||||
|
|
||||||
For repeated offenses, consider restricting user privileges temporarily.
|
For repeated offences, consider restricting user privileges temporarily.
|
||||||
|
|
||||||
##### 2.7.3.4 Removing Users
|
##### 2.7.3.4 Removing Users
|
||||||
|
|
||||||
|
BIN
src/fonts/OpenDyslexicMono-Regular.otf
Normal file
BIN
src/fonts/OpenDyslexicMono-Regular.otf
Normal file
Binary file not shown.
8
src/fonts/font-face.css
Normal file
8
src/fonts/font-face.css
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
@font-face {
|
||||||
|
font-family: "OpenDyslexic Mono";
|
||||||
|
src: url("./OpenDyslexicMono-Regular.otf") format("opentype");
|
||||||
|
}
|
||||||
|
|
||||||
|
* {
|
||||||
|
font-family: "OpenDyslexic Mono", monospace !important;
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user