From f05fdad5bbd1ce3ac237b9b7174022ea8cb6521a Mon Sep 17 00:00:00 2001 From: limepotato Date: Mon, 1 Jul 2024 00:40:17 -0600 Subject: [PATCH] add clients list --- package-lock.json | 2 +- src/pages/index.astro | 118 ++++++++++++++++++++++++++++++- src/pages/information.astro | 134 ------------------------------------ 3 files changed, 116 insertions(+), 138 deletions(-) delete mode 100755 src/pages/information.astro diff --git a/package-lock.json b/package-lock.json index bc04828..f22e1b6 100755 --- a/package-lock.json +++ b/package-lock.json @@ -1,5 +1,5 @@ { - "name": "gay-info", + "name": "ouroboros-gay-info", "version": "0.0.1", "lockfileVersion": 3, "requires": true, diff --git a/src/pages/index.astro b/src/pages/index.astro index ca9e42e..61da0b5 100755 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -5,11 +5,54 @@ import Card from '../components/Card.astro';
-

howdy cruel world

-

WIP Info Page

+

Information about Ouroboros.Gay

+

Terms Of Service

+
+

In-Server Rules & Info

+

While this is a closed-signup instance, you may request an invite code by messaging + @limepot@ouroboros.gay or emailing + bm01@limepot.xyz, with an intro about you and why you want to join. +

+

As it stands there are no real set rules of the instance, however if any user engages in any of the below defederatable behavior + they will be given warnings, and subseqeuntly suspended or removed from the instance, depending on severity. +

+
+

Federation Policy

+

Defed/Suspend List & Reasons - To Be Updated!

+

We strive to be an inclusive instance, this means we prefer not to defederate unless sufficient + evidence of problematic behavior has been provided. That being said, + here is what we consider to be problematic behavior: +

+ Defederatable: +
    +
  • Anything Illegal* in The State of California
  • +
  • Pedophilia
  • +

    - Absolutely zero tolerance. Filthy.

    +
  • Being a Fed
  • +

    - I just hate the government.

    +
  • Hate Speech of any marginalized group
  • +

    - Racism, Transphobia, Homophobia, Queerphobia, Xenophobia, etc.

    +
  • Admin is a fan of the Seattle Seahawks
  • +
+
+ Suspend/Silence: +
    +
  • Excessive "Trolling" AKA. Harrassment.
  • +

    - Just don't annoy the shit out of our users, I guess

    +
  • Being annoying
  • +

    - This is 100% up to my personal biasis

    +
  • Spam Bots
  • +
+
+

Alternative Clients

+ Ouroboros.gay Hosted Web: +
- diff --git a/src/pages/information.astro b/src/pages/information.astro deleted file mode 100755 index 286243b..0000000 --- a/src/pages/information.astro +++ /dev/null @@ -1,134 +0,0 @@ ---- -import Layout from '../layouts/Layout.astro'; -import Card from '../components/Card.astro'; ---- - - -
-

Information about Ouroboros.Gay

-

Terms Of Service

-
-

In-Server Rules & Info

-

While this is a closed-signup instance, you may request an invite code by messaging - @limepot@ouroboros.gay or emailing - bm01@limepot.xyz, with an intro about you and why you want to join. -

-

As it stands there are no real set rules of the instance, however if any user engages in any of the below defederatable behavior - they will be given warnings, and subseqeuntly suspended or removed from the instance, depending on severity. -

-
-

Federation Policy

-

Defed/Suspend List & Reasons

-

We strive to be an inclusive instance, this means we prefer not to defederate unless sufficient - evidence of problematic behavior has been provided. That being said, - here is what we consider to be problematic behavior: -

- Defederatable: -
    -
  • Anything Illegal* in The State of California
  • -
  • Pedophilia
  • -

    - Absolutely zero tolerance. Filthy.

    -
  • Being a Fed
  • -

    - I just hate the government.

    -
  • Hate Speech of any marginalized group
  • -

    - Racism, Transphobia, Homophobia, Queerphobia, Xenophobia, etc.

    -
  • Admin is a fan of the Seattle Seahawks
  • -
-
- Suspend/Silence: -
    -
  • Excessive "Trolling" AKA. Harrassment.
  • -

    - Just don't annoy the shit out of our users, I guess

    -
  • Being annoying
  • -

    - This is 100% up to my personal biasis

    -
  • Spam Bots
  • -
-
-
-