pogmom-suite/about.html
2026-01-07 21:59:45 -08:00

98 lines
No EOL
4.5 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Pogmom Suite | About</title>
<meta name="viewport" content="width=device-width,initial-scale=1">
<link rel="stylesheet" href="/style/css/style.css">
</head>
<body>
<h1>Pogmom Suite</h1>
<h2>An Archival & Decentralization Project</h2>
<div id="header">
<!--#include file="assets/views/header.html" -->
</div>
<hr>
<div class="text_block">
<h2>Mission</h2>
<p>The Pogmom Suite is a collection of online services which offer its users alternatives to proprietary computing
platforms, and a means of contributing to and benefitting from a shared archival project.</p>
<p>The primary objective of the Pogmom Suite is to conserve a free and open internet in which users, not
corporations, are empowered.</p>
</div>
<div class="text_block">
<h2>The Team</h2>
<h3>pogmommy / Penelope | It/Its</h3>
<p>Current primary server operator and source of funding since January 2023.<br>
Sociologist by study, Technical Support Specialist by trade, Server Operator by holy order.</p>
</div>
<div class="text_block">
<h2>Privacy</h2>
<p>The Pogmom Suite consists of software hosted on free, open source software. Changes to software packages are only
made at the configuration level.</p>
<p>Automated email communications are performed by <a href="https://www.smtp2go.com/privacy/">SMTP2GO</a>. These are
utilized minimally and essential communications might include a user's name, username, or registered email
address.</p>
<p>Domain name registration is performed by CloudFlare</p>
<p>All non-public user data managed by software running on the Pogmom Suite is encrypted locally. Under no
circumstances will usage data, privately stored data, or other sensitive personal information ever be sold or
willing shared with third parties.</p>
<p>The Pogmom Suite would sooner cease operation than assist with investigation into its users, nor is it
practically capable of doing so. However, users are advised to be mindful of the server's geographical location
and the associated legislative implications.</p>
</div>
<div class="text_block">
<h2>Commitments and Philosophy</h2>
<ul>
<li>
Advertisements will never be displayed on any domain associated with The Pogmom Suite. They are antithetical to
the existence and purpose of the project. Adblock usage is strongly encouraged for the eventuality of navigation
to unaffiliated domains.
</li>
<li>
Generative content software (erroneously referred to as 'AI') are a stain on liberatory
computing and are a threat to laborers. Such features will never be implemented in any service offered
as a part of the Pogmom Suite.
</li>
<li>
Predatory federation by platforms (such as Meta's Threads) is not supported by any Pogmom Suite services with
federation capabilities.
</li>
<li>
Intellectual property is an intangible myth which serves no utility. The labor of creation is owned by those who
perform it, however all ideas belong to the public commons.
</li>
</ul>
</div>
<div class="text_block">
<h2>Support</h2>
<h3>If you have a Pogmom Suite Account:</h3>
<p>
Server operators' provided priority contacts can be found in <a
href="https://cloud.pogmom.me/f/2209905">Nextcloud</a>. Please read the folder share note for additional details after signing in.
</p>
<h3>If you cannot access the above link:</h3>
<p>Visit <a href="https://links.pogmom.me">links.pogmom.me</a> for a list of pogmommy's public contact methods.</p>
</div>
<div class="text_block">
<h2>Registration</h2>
<p>As a security and privacy measure, registrations are open but must be manually approved by a server operator of
the Pogmom Suite.</p>
</div>
<div class="text_block">
<h2>Code of Conduct</h2>
<p>Very little can be done for a user to be denied access to the Pogmom Suite. As registrations are manually
approved, some level of trust is likely to already exist between a server operator and any given user.
Specifically disallowed conduct will not be listed here, as the worst offenses should already be known by users.
Violations of acceptable conduct will be addressed personally by a server operator, and handling of any given
situation will be be subject to its own judgement.</p>
</div>
<hr>
<div id="footer">
<!--#include file="assets/views/footer.html" -->
</div>
</body>
</html>