site/about/index.html

79 lines
4.7 KiB
HTML
Raw Normal View History

2022-06-04 13:51:41 +00:00
<!DOCTYPE html>
<html>
<head>
<title>TiB. | About</title>
2022-07-02 13:05:19 +00:00
<link rel="stylesheet" href="/assets/TiB.css">
2022-06-04 13:51:41 +00:00
<link rel="icon" href="/favicon.ico" type="image/x-icon" />
<meta content="Emma Tebibyte" name="author" />
<meta content="Tebibyte Media about page." name="description" />
<meta content="width=device-width, initial-scale=1" name="viewport" />
<meta content="interest-cohort=()" http-equiv="Permissions-Policy" /> <!-- FUCK GOOGLE -->
</head>
2022-07-02 13:05:19 +00:00
<header><img id="logo" src="/assets/img/TiB-network.png" width=25% style="vertical-align:top" /></header>
2022-06-04 13:51:41 +00:00
<body id="about">
2022-07-02 12:54:25 +00:00
<nav><h4 style="text-align: right"><li class="home"><a href="/">Home</a></li> | <li class="blog"><a href="/blog">Weblog</a></li> | <li class="about"><a href="/about">About</a></li></h4></nav>
<p>Tebibyte Media was started in 2020 by <a href="staff/emma">Emma
Tebibyte</a> in order to create a community of technology-savvy
2022-07-02 13:17:17 +00:00
individuals who share faer values. The original goal was to propagate
2022-07-02 12:54:25 +00:00
free software values, and that goal heavily influenced the
development of the Project's new goals. The loose group
quickly became a project dedicated to bringing together other,
like-minded projects and networks.</p>
<p>Today, Tebibyte Media is an aspiring group of free software and
open-access enthusiasts who believe that all information should be
free and publicly accessible. To that end, we promote, share,
connect, and support like-minded developers and artists whose work
2022-07-02 13:17:17 +00:00
progresses toward this goal. Read more at our
<a href="/blog/hello-world">launch blog post</a>.</p>
2022-07-02 12:54:25 +00:00
<h3 id="faq"><a href="#faq">Frequently Asked Questions</a></h3>
2022-07-02 13:17:17 +00:00
<h4 id="#wtf-is-a-tib"><a href="wtf-is-tib">The question comes up
2022-07-02 12:54:25 +00:00
often: <i>wtf is a tebibyte?</i></a></h4>
<p>A tebibyte is a unit of digital storage equal to
1099511627776 bytes. The confusion ensuing due to Microsoft
Windows' usage of the SI prefixes instead of the proper IEC ones
is documented on <a href="https://en.wikipedia.org/wiki/Binary_prefix#Consumer_confusion">Wikipedia</a>.</p>
<h4 id="license"><a href="#license">How is your site licensed?</a></h4>
<p>The Tebibyte Media website is free software: you can
redistribute it and/or modify it under the terms of the GNU
Affero General Public License as published by the Free Software
Foundation, either version 3 of the License, or (at your option)
any later version.<br>
The Tebibyte Media website is distributed in the hope that it
will be useful, but WITHOUT ANY WARRANTY; without even the
implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
PURPOSE. See the GNU Affero General Public License for more
details.<br>
You should have received a copy of the GNU Affero General Public
License along with the Tebibyte Media website. See
<a href="/LICENSE">here</a> for that copy.<br>
The source code is available
<a href="https://git.tebibyte.media/meta/site">here</a>.</p>
2022-07-02 13:17:17 +00:00
<h4 id="hosting"><a href="#hosting">Who is your hosting provider?</a></h4>
<p>The server hosting this site and its services is hosted on a
2022-07-02 12:54:25 +00:00
<a href="https://www.linode.com/">Linode</a> running
<a href="https://www.debian.org/">Debian 11</a> with the
<a href="https://www.fsfla.org/ikiwiki/selibre/linux-libre/">Linux-libre</a>
kernel.</p>
<h3 id="network"><a href=#network>Network Members</a></h3>
<p style="font-size:0.75em;"><i>For aspiring Network Members, please see our
<a href="/blog/hello-world#network-application">application
information</a></i></p>
<!-- <p><a href="https://ortusjournal.org"> [Insert their
description here, consult with them on their preferred description]
</a> [<a href="https://wordpress.org/about/">Freely licensed</a>
JavaScript; may contain
<a href="https://gschoppe.com/wordpress/plugins-and-themes-open-source/">non-free plugins</a>].</p>
<p><a href="https://embeddedscript.net">New Media artist Richard
Williams' website</a>. <a href="https://bibliogram.art/u/_remind_me_tomorrow">[see also]</a>
[<a href="https://www.gnu.org/philosophy/javascript-trap.html">
unlicensed JavaScript</a>].</p> -->
2022-06-04 13:51:41 +00:00
</body>
</html>