site/index.html

159 lines
7.1 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!DOCTYPE html>
<html>
<head>
<title>TiB. | Home</title>
<link rel="stylesheet" href="/assets/TiB.css">
<link rel="icon" href="/favicon.ico" type="image/x-icon" />
<meta charset="UTF-8">
<meta content="Emma Tebibyte" name="author" />
<meta content="Tebibyte Media project website." name="description" />
<meta content="width=device-width, initial-scale=1" name="viewport" />
<meta content="interest-cohort=()" http-equiv="Permissions-Policy" /> <!-- FUCK GOOGLE -->
</head>
<body id="home">
<header>
<img id="logo" src="/assets/img/TiB-network.png" width=25% />
</header>
<nav>
<ul>
<li class="home">
<a href="/">Home</a>
</li>
<li class="network">
<a href="/network">Network</a>
</li>
<li class="blog">
<a href="/blog">Weblog</a>
</li>
<li class="git">
<a href="https://git.tebibyte.media/">Git</a>
</li>
<li class="about">
<a href="/about">About</a>
</li>
</ul>
</nav>
<main>
<section>
<p id="slogan">For the dreamers, from the doers.</p>
<!-- <p>
Tebibyte Media works to promote free software and open-access
projects and networks in order to provide support and publicity
to <a href="/network#members">Network members</a>. Those members
enjoy benefits like management of server hosting, email server
management, access to <a href=/network#benefits>our
services</a>, and any future benefits that come as a result of
the expanding nature of the project.
</p> -->
<p>
Tebibyte Media is the culmination of what
<a href="https://www.gnu.org/philosophy/free-sw.html">free
software</a> and
<a href="https://www.openaccess.nl/en/what-is-open-access">
open-access</a> philosophy is all about—preserving and promoting
the essential freedom to share:
</p>
<blockquote>
<p>
Signing a typical software license agreement means betraying
your neighbor: “I promise to deprive my neighbor of this
program so that I can have a copy for myself.” People who
make such choices feel internal psychological pressure to
justify them, by downgrading the importance of helping ones
neighbors—thus public spirit suffers. This is psychosocial
harm associated with the material harm of discouraging use
of the program.
</p>
</blockquote>
<a href="https://stallman.org/">Richard Stallman</a>,
<a href="https://www.gnu.org/philosophy/shouldbefree.en.html#damaging-social-cohesion"><i>Why Software Should be Free</i>, "Damaging Social
Cohesion"</a>, para. 23
</p>
<p>
Our <a href="/network">Network</a> is designed to facilitate and
spread that spirit of sharing, cooperation, and solidarity by
providing to members firm foundations of support. If your
project or community is young and you and your team are not sure
how to build a userbase, maintain your own services, or if you
need a way to get yourself and your work out there, you should
consider <a href="/network#application">applying</a>!
</p>
<p>
Even if you've been around the block, we're always accepting new
members who share our values, and experienced Network members
are also extremely important to us.
</p>
</section>
<div class="column left">
<section id="donate">
<h2 id="donate">
<a href="#donate">Donate</a>
</h2>
<p>
Tebibyte Media's infrastructure is maintained by a few
individuals who work on it in their spare time. As a result,
funding is tight, so any donations are highly appreciated.
Donations are accepted through
<a class="icon" href="https://liberapay.com/tebibytemedia/donate">
<img class="icon"
src=https://liberapay.com/assets/liberapay/icon-v2_white-on-yellow.svg />
Liberapay</a> and
<a class="icon" href="https://opencollective.com/tebibytemedia">
<img class="icon" src="https://opencollective.com/static/images/opencollective-icon.svg" />
Open Collective</a>.
</p>
</section>
</div>
<div class="column right">
<section>
<h2 id="reading">
<a href="#reading">Reading List</a>
</h2>
<h3 id="philosophy">
<a href="#philosophy">Philosophy</a>
</h3>
<ul class="naked">
<li>
<a href="https://www.gnu.org/philosophy/fsfs/rms-essays.pdf">
[PDF]</a> <i>Free Software, Free Society</i> by
<a href="https://stallman.org/">Richard Stallman</a>
</li>
</ul>
<h3 id="technical">
<a href="#technical">Technical</a>
</h3>
<p>
Works listed here are relevant to the technical side of
freely licensed projects.
<ul class="naked">
<li>
<a href="http://www.catb.org/~esr/writings/cathedral-bazaar/cathedral-bazaar/">
[XHTML]</a> <i>The Cathedral and the Bazaar</i> by
<a href="http://www.catb.org/~esr">Eric Raymond</a>
</li>
<li>
<a href="https://un.curl.dev/">[HTML]</a>
<i>Uncurled</i> by
<a href="https://daniel.haxx.se/">Daniel Stenberg
</a>
</li>
</ul>
</p>
</section>
</div>
</main>
<footer>
<div class="footer">
<p>
<a href="https://copyleft.org/">Copyleft</a> &#x1f12f; 2022
Tebibyte Media.
</p>
</div>
</footer>
</body>
</html>