fixed minor issues & bumped copyright year

This commit is contained in:
Emma Tebibyte 2023-01-25 17:18:40 -05:00
parent a56655d11c
commit 3919da5699
7 changed files with 944 additions and 934 deletions

144
404.html
View File

@ -1,71 +1,85 @@
<!DOCTYPE html> <!DOCTYPE html>
<!-- Copyright (c) 20212023 Tebibyte Media
SPDX-License-Identifier: AGPL-3.0-or-later
This 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.
This 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.
You should have received a copy of the GNU Affero General Public License along
with this website. If not, see https://www.gnu.org/licenses/. -->
<html> <html>
<head> <head>
<title>TiB. | 404</title> <title>TiB. | 404</title>
<link rel="stylesheet" href="/assets/TiB.css"> <link rel="stylesheet" href="/assets/TiB.css">
<link rel="icon" href="/favicon.ico" type="image/x-icon" /> <link rel="icon" href="/favicon.ico" type="image/x-icon" />
<meta charset="UTF-8"> <meta charset="UTF-8">
<meta content="Emma Tebibyte" name="author" /> <meta content="Emma Tebibyte" name="author" />
<meta content="You're not supposed to be here." name="description" /> <meta content="You're not supposed to be here." name="description" />
<meta content="width=device-width, initial-scale=1" name="viewport" /> <meta content="width=device-width, initial-scale=1" name="viewport" />
<meta content="interest-cohort=()" http-equiv="Permissions-Policy" /> <!-- FUCK GOOGLE --> <meta content="interest-cohort=()" http-equiv="Permissions-Policy" /> <!-- FUCK GOOGLE -->
</head> </head>
<body class="full"> <body class="full">
<header> <header>
<img id="logo" src="/assets/img/TiB-network.png" width=25% /> <img id="logo" src="/assets/img/TiB-network.png" width=25% />
</header> </header>
<nav> <nav>
<menu> <menu>
<li class="home"> <li class="home">
<a href="/">Home</a> <a href="/">Home</a>
</li> </li>
<li class="network"> <li class="network">
<a href="/network">Network</a> <a href="/network">Network</a>
</li> </li>
<li class="blog"> <li class="blog">
<a href="/blog">Weblog</a> <a href="/blog">Weblog</a>
</li> </li>
<li class="git"> <li class="git">
<a href="https://git.tebibyte.media/">Git</a> <a href="https://git.tebibyte.media/">Git</a>
</li> </li>
<li class="about"> <li class="about">
<a href="/about">About</a> <a href="/about">About</a>
</li> </li>
</menu> </menu>
</nav> </nav>
<main> <main>
<section class="errorcode"> <section class="errorcode">
<h1>404: Page Not Found</h1> <h1>404: Page Not Found</h1>
<p> <p>
Sorry, but <a href="https://wikipedia.org/wiki/Liar_paradox"> Sorry, but <a href="https://wikipedia.org/wiki/Liar_paradox">
this page does not exist</a>. this page does not exist</a>.
</p> </p>
</section> </section>
</main> </main>
<footer> <footer>
<div class="copyleft"> <div class="copyleft">
<small> <small>🄯 2023 Tebibyte Media</small>
<a href="https://copyleft.org/">Copyleft</a> 🄯 2022 </div>
Tebibyte Media <div class="webring">
</small> <span>
</div> <a href="https://webring.yesterweb.org/noJS/index.php?d=rand&url=https://tebibyte.media/">
<div class="webring"> ???</a>
<span> </span>
<a href="https://webring.yesterweb.org/noJS/index.php?d=rand&url=https://tebibyte.media/"> <span>
???</a> <a href="https://webring.yesterweb.org/noJS/index.php?d=prev&url=https://tebibyte.media/"><<</a>
</span> <a href="https://yesterweb.org/webring/">
<span> Yesterweb</a>
<a href="https://webring.yesterweb.org/noJS/index.php?d=prev&url=https://tebibyte.media/"><<</a> <a href="https://webring.yesterweb.org/noJS/index.php?d=next&url=https://tebibyte.media/">>></a>
<a href="https://yesterweb.org/webring/"> </span>
Yesterweb</a> <span>
<a href="https://webring.yesterweb.org/noJS/index.php?d=next&url=https://tebibyte.media/">>></a> <a href="https://yesterweb.org/webring/members.html">..</a>
</span> </span>
<span> </div>
<a href="https://yesterweb.org/webring/members.html">..</a> </footer>
</span>
</div>
</footer>

View File

View File

@ -1,256 +1,228 @@
<!DOCTYPE html> <!DOCTYPE html>
<!-- Copyright (c) 20212023 Tebibyte Media
SPDX-License-Identifier: AGPL-3.0-or-later
This 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.
This 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.
You should have received a copy of the GNU Affero General Public License along
with this website. If not, see https://www.gnu.org/licenses/. -->
<html lang="en-US"> <html lang="en-US">
<head> <head>
<title>TiB. | About</title> <title>TiB. | About</title>
<link rel="stylesheet" href="/assets/TiB.css"> <link rel="stylesheet" href="/assets/TiB.css">
<link rel="icon" href="/favicon.ico" type="image/x-icon" /> <link rel="icon" href="/favicon.ico" type="image/x-icon" />
<meta charset="UTF-8"> <meta charset="UTF-8">
<meta content="Emma Tebibyte" name="author" /> <meta content="Emma Tebibyte" name="author" />
<meta content="Tebibyte Media about page." name="description" /> <meta content="Tebibyte Media about page." name="description" />
<meta content="width=device-width, initial-scale=1" name="viewport" /> <meta content="width=device-width, initial-scale=1" name="viewport" />
<meta content="interest-cohort=()" http-equiv="Permissions-Policy" /> <!-- FUCK GOOGLE --> <meta content="interest-cohort=()" http-equiv="Permissions-Policy" /> <!-- FUCK GOOGLE -->
</head> </head>
<body id="about"> <body id="about">
<header> <header>
<img id="logo" src="/assets/img/TiB-network.png" /> <img id="logo" src="/assets/img/TiB-network.png" />
</header> </header>
<nav> <nav>
<menu> <menu>
<li class="home"> <li class="home">
<a href="/">Home</a> <a href="/">Home</a>
</li> </li>
<li class="network"> <li class="network">
<a href="/network">Network</a> <a href="/network">Network</a>
</li> </li>
<li class="blog"> <li class="blog">
<a href="/blog">Weblog</a> <a href="/blog">Weblog</a>
</li> </li>
<li class="git"> <li class="git">
<a href="https://git.tebibyte.media/">Git</a> <a href="https://git.tebibyte.media/">Git</a>
</li> </li>
<li class="about"> <li class="about">
<a href="/about">About</a> <a href="/about">About</a>
</li> </li>
</menu> </menu>
</nav> </nav>
<main> <main>
<div class="column"> <div class="column">
<section> <section>
<h2 id="structure"> <h2 id="structure">
<a href="#structure">Structure</a> <a href="#structure">Structure</a>
</h2> </h2>
<p> <p>
Tebibyte Media is composed of two distinct parts: the Tebibyte Media is composed of two distinct parts: the Network and the
Network and the Project. The latter is made up of its Project. The latter is made up of its <a href="/about#staff">staff</a>
<a href="/about#staff">staff</a> and the infrastructure that and the infrastructure that supports it. The constituent projects and
supports it. The constituent projects and networks networks associated with the Project make up our Network. This
associated with the Project make up our Network. This distinction exists in order to maintain an appropriate separation
distinction exists in order to maintain an appropriate between the Project's and members' interests and to preserve some of
separation between the Project's and members' interests and the heterogeneity of these communities.
to preserve some of the heterogeneity of these communities. </p>
</p> <h2 id="staff">
<h2 id="staff"> <a href="#staff">Staff</a>
<a href="#staff">Staff</a> </h2>
</h2> <p>
<p> <a href="/~emma">Emma Tebibyte</a> is the founder of the Project and
<a href="/~emma">Emma Tebibyte</a> is the founder of the the
Project and the <a href="https://wikipedia.org/wiki/Benevolent_dictator_for_life">
<a href="https://wikipedia.org/wiki/Benevolent_dictator_for_life"> benevolent dictator for life</a> of Tebibyte Media. The Network is
benevolent dictator for life</a> of Tebibyte Media. The designed with <a href="/network#responsibilities">autonomy</a> in mind
Network <a href="/network#responsibilities">is designed with so that the Project staff cannot abuse the power given to them.
autonomy in mind</a> so that the Project staff cannot abuse </p>
the power given to them. <p>
</p> The other members of staff include <a href="/~lilith">Lilith</a>,
<h3 id="devs"> <a href="/~mars">mars</a>, <a href="/~sashakoshka">sasha</a>,
<a href="#devs">Developers</a> <a href="/~thegoose">thegoose</a>, <a href="~/trinity">Trinity</a>,
</h3> and <a href="/~vista">vista"</a>.
<p> <hgroup>
Our developer team is responsible for hacking on and <h2 id="network">
building the tooling the Project needs to facilitate the <a href=#network>Network</a>
Project's continued functioning. Our only developer is </h2>
<a href="/~lilith">Lilith</a>. <aside>
</p> <small>
<hgroup> For aspiring Network members, please see our
<h3 id="editors"> <a href="/network#application">
<a href="#editors">Editors</a> application information</a>.
</h3> </small>
<address> </aside>
<a href="mailto:editors@tebibyte.media"> </hgroup>
editors@tebibyte.media</a> <p>
</address> Tebibyte Media's <i lang="fr">raison d'&#234;tre</i> is its Network.
</hgroup> Our goal as a Project is to foster the growth of that Network by
<p> extending connections of solidarity between individuals, projects, and
Our editors are responsible for maintaining the other networks who share the values we believe are important in the
<a href="/blog">weblog</a>; editing submissions and digital age.
coordinating with staff, Network representatives, and guest </p>
writers; and reading and approving Network applications. Our <p>
lead editor is <a href="/~trinity">Trinity</a> and her team For more information regarding the specification of the Network as
includes <a href="/~vista">vista</a> and well as the current list of members, the benefits they enjoy, and
<a href="/~thegoose">thegoose</a>. their responsibilities, see our
<h3 id="platform-managers"> <a href="/network">Network</a> page.
<a href="#platform-managers">Platform Managers</a> </p>
</h3> </section>
<p> </div>
Our platform managers are responsible for the maintenance of <div class="column">
the services hosted on Tebibyte Media's server <section>
(<a href="/blog">TebiBlog</a>, <h2 id=history>
<a href="https://git.tebibyte.media/">Tebitea</a>, <a href="history">History</a>
and <a href="">Matrix</a>), as well as maintaining </h2>
Network members' infrastructure when necessary. The <p>
standards by which the Project operates are managed by them Tebibyte Media was started in 2020 by Emma Tebibyte to create a
as well. Our lead platform managers are community of technology-savvy individuals on
<a href="/~mars">mars</a> and Emma, and their team includes <a href="/discord">a Discord “server”</a> who shared faer values. Its
<a href="/~sashakoshka">sasha</a>. original goal was to propagate free software values, which influenced
</p> its current purpose.
<hgroup> </p>
<h2 id="network"> <p>
<a href=#network>Network</a> Today, Tebibyte Media is an aspiring group of free software and
</h2> open-access enthusiasts who believe that all information should be
<aside> free and publicly accessible. To that end, we promote, share, connect,
<small> and support like-minded developers, artists, writers, and creators
For aspiring Network members, please see our whose work progresses toward this goal. Read more at our
<a href="/network#application"> <a href="/blog">blog</a>.
application information</a>. </p>
</small> </section>
</aside> <section>
</hgroup> <h2 id="wtf-is-a-tib">
<p> <i><a href="#wtf-is-tib">
Tebibyte Media's <i lang="fr">raison d'&#234;tre</i> is its WTF is a Tebibyte?
Network. Our goal as a Project is to foster the growth of </a></i>
that Network by extending connections of solidarity between </h2>
individuals, projects, and other networks who share the <p>
values we believe are important in the digital age. A tebibyte is a unit of digital storage equal to 1099511627776 bytes.
</p> The confusion ensuing due to Microsoft Windows' usage of the SI
<p> prefixes instead of the proper IEC ones is documented on
For more information regarding the specification of the <a href="https://wikipedia.org/wiki/Binary_prefix#Consumer_confusion">
Network as well as the current list of members, the benefits Wikipedia</a>.
they enjoy, and their responsibilities, see our </p>
<a href="/network">Network</a> page. </section>
</p> <section>
</section> <h2 id="license">
</div> <a href="#license">How is your site licensed?</a>
<div class="column"> </h2>
<section> <p>
<h2 id=history> The Tebibyte Media website is free software: you can redistribute it
<a href="history">History</a> and/or modify it under the terms of the GNU Affero General Public
</h2> License as published by the Free Software Foundation, either version 3
<p> of the License, or (at your option) any later version.
Tebibyte Media was started in 2020 by Emma </p>
Tebibyte to create a community of technology-savvy <p>
individuals who shared faer values. Its original goal was to The Tebibyte Media website is distributed in the hope that it will be
propagate free software values, which influenced its current useful, but WITHOUT ANY WARRANTY; without even the implied warranty of
purpose. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
</p> Affero General Public License for more details.
<p> </p>
Today, Tebibyte Media is an aspiring group of free software <p>
and open-access enthusiasts who believe that all information You should have received a copy of the GNU Affero General
should be free and publicly accessible. To that end, we Public License along with the Tebibyte Media website. See
promote, share, connect, and support like-minded developers, <a href="/COPYING">
artists, writers, and creators whose work progresses toward here</a> for that copy. The source code is available
this goal. Read more at our <a href="/blog">blog</a>. <a href="https://git.tebibyte.media/meta/site">here</a>.
</p> </p>
</section> </section>
<section> <section>
<h2 id="wtf-is-a-tib"> <h2 id="hosting">
<i><a href="#wtf-is-tib"> <a href="#hosting">Who is your hosting provider?</a>
WTF is a Tebibyte? </h2>
</a></i> <p>
</h2> The server hosting this site and its services is hosted on a
<p> <a href="https://www.linode.com/">Linode</a> running
A tebibyte is a unit of digital storage equal to <a href="https://www.debian.org/">Debian 11</a> with the
1099511627776 bytes. The confusion ensuing due to Microsoft <a href="https://www.fsfla.org/ikiwiki/selibre/linux-libre/">
Windows' usage of the SI prefixes instead of the proper IEC ones Linux-libre</a> kernel.
is documented on </p>
<a href="https://wikipedia.org/wiki/Binary_prefix#Consumer_confusion"> </section>
Wikipedia</a>. <section>
</p> <h2 id="thanks">
</section> <a href="#thanks">Special Thanks</a>
<section> </h2>
<h2 id="license"> <p>
<a href="#license">How is your site licensed?</a> Thank you to robotcritter for having been a wonderful member of the
</h2> staff and for the support with the server. We couldn't have existed
<p> without your contributions. We wish you well at your job and look
The Tebibyte Media website is free software: you can forward to seeing what
redistribute it and/or modify it under the terms of the GNU <a href="https://git.tebibyte.media/cyborg/cyborg">
Affero General Public License as published by the Free Cyborg</a> can become! &#8249;3
Software Foundation, either version 3 of the License, or </p>
(at your option) any later version. <p>
</p> Thanks to
<p> <a href="https://thenostomodernreview.substack.com/">
The Tebibyte Media website is distributed in the hope that classic5000</a> at <a href="https://ortusjournal.org/">
it will be useful, but WITHOUT ANY WARRANTY; without even Ortus Journal</a> for giving me the reason I needed to create the
the implied warranty of MERCHANTABILITY or FITNESS FOR A Network!
PARTICULAR PURPOSE. See the GNU Affero General Public </p>
License for more details. </section>
</p> </div>
<p> </main>
You should have received a copy of the GNU Affero General <footer>
Public License along with the Tebibyte Media website. See <div class="copyleft">
<a href="/LICENSE"> <small>🄯 2023 Tebibyte Media</small>
here</a> for that copy. The source code is available </div>
<a href="https://git.tebibyte.media/meta/site">here</a>. <div class="webring">
</p> <span>
</section> <a href="https://webring.yesterweb.org/noJS/index.php?d=rand&url=https://tebibyte.media/">
<section> ???</a>
<h2 id="hosting"> </span>
<a href="#hosting">Who is your hosting provider?</a> <span>
</h2> <a href="https://webring.yesterweb.org/noJS/index.php?d=prev&url=https://tebibyte.media/"><<</a>
<p> <a href="https://yesterweb.org/webring/">
The server hosting this site and its services is hosted on a Yesterweb</a>
<a href="https://www.linode.com/">Linode</a> running <a href="https://webring.yesterweb.org/noJS/index.php?d=next&url=https://tebibyte.media/">>></a>
<a href="https://www.debian.org/">Debian 11</a> with the </span>
<a href="https://www.fsfla.org/ikiwiki/selibre/linux-libre/"> <span>
Linux-libre</a> kernel. <a href="https://yesterweb.org/webring/members.html">..</a>
</p> </span>
</section> </div>
<section> </footer>
<h2 id="thanks"> </body>
<a href="#thanks">Special Thanks</a>
</h2>
<p>
Thank you to robotcritter for having been a wonderful member
of the staff and for the support with the server. We
couldn't have existed without your contributions. We wish
you well at your job and look forward to seeing what
<a href="https://git.tebibyte.media/cyborg/cyborg">
Cyborg</a> can become! &#8249;3
</p>
<p>
Thanks to
<a href="https://thenostomodernreview.substack.com/">
classic5000</a> at <a href="https://ortusjournal.org/">
Ortus Journal</a> for giving me the reason I needed to
create the Network!
</p>
</section>
</div>
</main>
<footer>
<div class="copyleft">
<small>
<a href="https://copyleft.org/">Copyleft</a> 🄯 2022
Tebibyte Media
</small>
</div>
<div class="webring">
<span>
<a href="https://webring.yesterweb.org/noJS/index.php?d=rand&url=https://tebibyte.media/">
???</a>
</span>
<span>
<a href="https://webring.yesterweb.org/noJS/index.php?d=prev&url=https://tebibyte.media/"><<</a>
<a href="https://yesterweb.org/webring/">
Yesterweb</a>
<a href="https://webring.yesterweb.org/noJS/index.php?d=next&url=https://tebibyte.media/">>></a>
</span>
<span>
<a href="https://yesterweb.org/webring/members.html">..</a>
</span>
</div>
</footer>
</body>
</html> </html>

View File

@ -1,3 +1,20 @@
/*
* Copyright (c) 2021-2023 Tebibyte Media
*
* TiB.css is free software: you can redistribute 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.
*
* TiB.css 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.
*
* You should have received a copy of the GNU General Public License along with
* TiB.css. If not, see <https://www.gnu.org/licenses/agpl-3.0.en.html>.
*/
@font-face { @font-face {
font-family: 'Ubuntu'; font-family: 'Ubuntu';
src: url('https://tebibyte.media/assets/fonts/ubuntu.ttf'); src: url('https://tebibyte.media/assets/fonts/ubuntu.ttf');
@ -260,17 +277,3 @@ aside, .errorcode, figure, footer, menu {
min-width: 128px; min-width: 128px;
} }
/*
* TiB.css is free software: you can redistribute 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.
*
* TiB.css 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.
*
* You should have received a copy of the GNU General Public License along with
* TiB.css. If not, see <https://www.gnu.org/licenses/agpl-3.0.en.html>.
*/

View File

@ -1,4 +1,8 @@
<!DOCTYPE html> <!DOCTYPE html>
<!-- Copyright (c) 20212023 Tebibyte Media
SPDX-License-Identifier: CC0 -->
<html> <html>
<head> <head>
<title>TiB. | Tebicord Invite</title> <title>TiB. | Tebicord Invite</title>

View File

@ -1,192 +1,210 @@
<!DOCTYPE html> <!DOCTYPE html>
<!-- Copyright (c) 20212023 Tebibyte Media
SPDX-License-Identifier: AGPL-3.0-or-later
This 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.
This 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.
You should have received a copy of the GNU Affero General Public License along
with this website. If not, see https://www.gnu.org/licenses/. -->
<html lang="en-US"> <html lang="en-US">
<head> <head>
<title>TiB. | Home</title> <title>TiB. | Home</title>
<link rel="stylesheet" href="/assets/TiB.css"> <link rel="stylesheet" href="/assets/TiB.css">
<link rel="icon" href="/favicon.ico" type="image/x-icon" /> <link rel="icon" href="/favicon.ico" type="image/x-icon" />
<meta charset="UTF-8"> <meta charset="UTF-8">
<meta content="Emma Tebibyte" name="author" /> <meta content="Emma Tebibyte" name="author" />
<meta content="Tebibyte Media project website." name="description" /> <meta content="Tebibyte Media project website." name="description" />
<meta content="width=device-width, initial-scale=1" name="viewport" /> <meta content="width=device-width, initial-scale=1" name="viewport" />
<meta content="interest-cohort=()" http-equiv="Permissions-Policy" /> <!-- FUCK GOOGLE --> <meta content="interest-cohort=()" http-equiv="Permissions-Policy" /> <!-- FUCK GOOGLE -->
</head> </head>
<body id="home"> <body id="home">
<header> <header>
<img id="logo" src="/assets/img/TiB-network.png" /> <img id="logo" src="/assets/img/TiB-network.png" />
</header> </header>
<nav> <nav>
<menu> <menu>
<li class="home"> <li class="home">
<a href="/">Home</a> <a href="/">Home</a>
</li> </li>
<li class="network"> <li class="network">
<a href="/network">Network</a> <a href="/network">Network</a>
</li> </li>
<li class="blog"> <li class="blog">
<a href="/blog">Weblog</a> <a href="/blog">Weblog</a>
</li> </li>
<li class="git"> <li class="git">
<a href="https://git.tebibyte.media/">Git</a> <a href="https://git.tebibyte.media/">Git</a>
</li> </li>
<li class="about"> <li class="about">
<a href="/about">About</a> <a href="/about">About</a>
</li> </li>
</menu> </menu>
</nav> </nav>
<main> <main>
<section> <section>
<strong id="slogan">For the dreamers, from the doers.</strong> <strong id="slogan">For the dreamers, from the doers.</strong>
<p> <p>
Tebibyte Media is the culmination of what Tebibyte Media is the culmination of what
<a href="https://www.gnu.org/philosophy/free-sw.html">free <a href="https://www.gnu.org/philosophy/free-sw.html">free software</a>
software</a> and and <a href="https://www.openaccess.nl/en/what-is-open-access">
<a href="https://www.openaccess.nl/en/what-is-open-access"> open-access</a> philosophy is all about—preserving and promoting the
open-access</a> philosophy is all about—preserving and promoting essential freedom to share:
the essential freedom to share: </p>
</p> <figure>
<figure> <blockquote cite="https://www.gnu.org/philosophy/shouldbefree.en.html#damaging-social-cohesion">
<blockquote cite="https://www.gnu.org/philosophy/shouldbefree.en.html#damaging-social-cohesion"> <p>
<p> Signing a typical software license agreement means betraying your
Signing a typical software license agreement means neighbor: “I promise to deprive my neighbor of this program so that
betraying your neighbor: “I promise to deprive my I can have a copy for myself.” People who make such choices feel
neighbor of this program so that I can have a copy for internal psychological pressure to justify them, by downgrading the
myself.” People who make such choices feel internal importance of helping ones neighbors—thus public spirit suffers.
psychological pressure to justify them, by downgrading This is psychosocial harm associated with the material harm of
the importance of helping ones neighbors—thus public discouraging use of the program.
spirit suffers. This is psychosocial harm associated </p>
with the material harm of discouraging use of the </blockquote>
program. <figcaption>
</p> <a href="https://stallman.org/">Richard Stallman</a>,
</blockquote> <cite>
<figcaption> <a href="https://www.gnu.org/philosophy/shouldbefree.en.html">
<a href="https://stallman.org/">Richard Stallman</a>, Why Software Should be Free</a></cite>, “Damaging
<cite> Social Cohesion”, para. 23
<a href="https://www.gnu.org/philosophy/shouldbefree.en.html"> </figcaption>
Why Software Should be Free</a></cite>, “Damaging </figure>
Social Cohesion”, para. 23 <p>
</figcaption> Our <a href="/network">Network</a> is designed to facilitate and spread
</figure> that spirit of sharing, cooperation, and solidarity by providing to
<p> members firm foundations of support. If your project or community is
Our <a href="/network">Network</a> is designed to facilitate and young and you and your team is not sure how to build a userbase,
spread that spirit of sharing, cooperation, and solidarity by maintain your own services, or if you need a way to get yourself and
providing to members firm foundations of support. If your your work out there, you should consider
project or community is young and you and your team is not sure <a href="/network#application">applying</a>!
how to build a userbase, maintain your own services, or if you </p>
need a way to get yourself and your work out there, you should <p>
consider <a href="/network#application">applying</a>! Even if you've been around the block, we're always accepting new members
</p> who share our values, and experienced Network members are also extremely
<p> important to us.
Even if you've been around the block, we're always accepting new </p>
members who share our values, and experienced Network members </section>
are also extremely important to us. <div class="column">
</p> <section id="donate">
</section> <h2 id="donate">
<div class="column"> <a href="#donate">Donate</a>
<section id="donate"> </h2>
<h2 id="donate"> <p>
<a href="#donate">Donate</a> Tebibyte Media's infrastructure is maintained by a few individuals who
</h2> work on it in their spare time. As a result, funding is tight, so any
<p> donations are highly appreciated. Donations are accepted through
Tebibyte Media's infrastructure is maintained by a few <a class="icon" href="https://liberapay.com/tebibytemedia/donate">
individuals who work on it in their spare time. As a result, <img class="icon" src=https://liberapay.com/assets/liberapay/icon-v2_white-on-yellow.svg />
funding is tight, so any donations are highly appreciated. Liberapay</a> and
Donations are accepted through <a class="icon" href="https://opencollective.com/tebibytemedia">
<a class="icon" href="https://liberapay.com/tebibytemedia/donate"> <img class="icon" src="https://opencollective.com/static/images/opencollective-icon.svg" />
<img class="icon" Open Collective</a>.
src=https://liberapay.com/assets/liberapay/icon-v2_white-on-yellow.svg /> </p>
Liberapay</a> and </section>
<a class="icon" href="https://opencollective.com/tebibytemedia"> </div>
<img class="icon" src="https://opencollective.com/static/images/opencollective-icon.svg" /> <div class="column">
Open Collective</a>. <section>
</p> <h2 id="reading">
</section> <a href="#reading">Reading List</a>
</div> </h2>
<div class="column"> <dl>
<section> <dt>
<h2 id="reading"> <a href="https://stallman.org/">Richard Stallman
<a href="#reading">Reading List</a> </a> ­<cite>Free Software, Free Society</cite>
</h2> <a href="https://www.gnu.org/philosophy/fsfs/rms-essays.pdf">
<dl> [PDF]</a>
<dt> </dt>
<a href="https://stallman.org/">Richard Stallman <dd>
</a> ­<cite>Free Software, Free Society</cite> As the de-facto leader of the free software world and the founder
<a href="https://www.gnu.org/philosophy/fsfs/rms-essays.pdf"> of the <a href="https://fsf.org/">Free Software Foundation</a>,
[PDF]</a> <abbr title="Richard M. Stallman">RMS</abbr> has written a number
</dt> of works. These are not limited to free software; though, of
<dd> course, that is what he is known for. This book is an accumulation
As the de-facto leader of the free software world of the most important of his writing.
and the founder of the <a href="https://fsf.org/"> </dd>
Free Software Foundation</a>,
<abbr title="Richard M. Stallman">RMS</abbr> has
written a number of works. These are not limited to
free software; though, of course, that is what he is
known for. This book is an accumulation of the most
important of his writing.
</dd>
<dt> <dt>
<a href="http://www.catb.org/~esr">Eric S. Raymond <a href="http://www.catb.org/~esr">Eric S. Raymond
</a> <cite>The Cathedral and the Bazaar</cite> </a> <cite>The Cathedral and the Bazaar</cite>
<a href="http://www.catb.org/~esr/writings/cathedral-bazaar/cathedral-bazaar/"> <a href="http://www.catb.org/~esr/writings/cathedral-bazaar/cathedral-bazaar/">
[XHTML]</a> [XHTML]</a>
</dt> </dt>
<dd> <dd>
<q cite="http://www.catb.org/~esr/writings/cathedral-bazaar/cathedral-bazaar/ar01s04.html" <q cite="http://www.catb.org/~esr/writings/cathedral-bazaar/cathedral-bazaar/ar01s04.html"
>Given enough eyeballs, all bugs are shallow.</q> In >Given enough eyeballs, all bugs are shallow.</q> In his critique of
his critique of the “cathedral-builder style” of the “cathedral-builder style” of software development,
software development, <abbr title="Eric S. Raymond"> <abbr title="Eric S. Raymond">ESR</abbr> covers the importance of
ESR</abbr> covers the importance of the the practical principles behind free software
practical principles behind free software <a href="#open-source">[1]</a> development.
<a href="#open-source">[1]</a> development. </dd>
</dd>
<dt> <dt>
<a href="https://daniel.haxx.se/">Daniel Stenberg Eric S. Raymond <cite>The Art of Unix Programming</cite>
</a> <cite>Uncurled</cite> <a href="http://www.catb.org/esr/writings/taoup/html/index.html">
<a href="https://un.curl.dev/">[HTML]</a> [HTML]</a>
</dt> </dt>
<dd> <dd>
Stenberg's guide to developing free software <q cite="http://www.catb.org/esr/writings/taoup/html/index.html">You
<a href="#open-source">[1]</a> projects focuses on the should read this book if you are a Unix user with novice-level up to
less-obvious aspects of the process—for example, the middle-level skills in the operating system, but little development
section entitled “Your project” covers the difficulties experience, and want to learn how to design software effectively
of <i>starting</i> itself. under Unix.</q> This book contains information about the Unix
</dd> Philosophy and culture <a href="#open-source">[1]</a>.
</dl> </dd>
<p>
<a href="#open-source" id="open-source">[1]</a> This piece <dt>
refers to free software as <a href="https://daniel.haxx.se/">Daniel Stenberg
<a href="https://www.gnu.org/philosophy/open-source-misses-the-point.html"> </a> <cite>Uncurled</cite>
"open source"</a>. <a href="https://un.curl.dev/">[HTML]</a>
</section> </dt>
</div> <dd>
</main> Stenbergs guide to developing free software
<footer> <a href="#open-source">[1]</a> projects focuses on the less-obvious
<div class="copyleft"> aspects of the process—for example, the section entitled “Your
<small> project” covers the difficulties of <i>starting</i> itself.
<a href="https://copyleft.org/">Copyleft</a> 🄯 2022 </dd>
Tebibyte Media </dl>
</small> <p>
</div> <a href="#open-source" id="open-source">[1]</a> This piece refers to
<div class="webring"> free software as
<span> <a href="https://www.gnu.org/philosophy/open-source-misses-the-point.html">
<a href="https://webring.yesterweb.org/noJS/index.php?d=rand&url=https://tebibyte.media/"> “open source”</a>.
???</a> </section>
</span> </div>
<span> </main>
<a href="https://webring.yesterweb.org/noJS/index.php?d=prev&url=https://tebibyte.media/"><<</a> <footer>
<a href="https://yesterweb.org/webring/"> <div class="copyleft">
Yesterweb</a> <small>🄯 2023 Tebibyte Media</small>
<a href="https://webring.yesterweb.org/noJS/index.php?d=next&url=https://tebibyte.media/">>></a> </div>
</span> <div class="webring">
<span> <span>
<a href="https://yesterweb.org/webring/members.html">..</a> <a href="https://webring.yesterweb.org/noJS/index.php?d=rand&url=https://tebibyte.media/">
</span> ???</a>
</div> </span>
</footer> <span>
</body> <a href="https://webring.yesterweb.org/noJS/index.php?d=prev&url=https://tebibyte.media/"><<</a>
<a href="https://yesterweb.org/webring/">
Yesterweb</a>
<a href="https://webring.yesterweb.org/noJS/index.php?d=next&url=https://tebibyte.media/">>></a>
</span>
<span>
<a href="https://yesterweb.org/webring/members.html">..</a>
</span>
</div>
</footer>
</body>
</html> </html>

View File

@ -1,439 +1,438 @@
<!DOCTYPE html> <!DOCTYPE html>
<!-- Copyright (c) 20212023 Tebibyte Media
SPDX-License-Identifier: AGPL-3.0-or-later
This 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.
This 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.
You should have received a copy of the GNU Affero General Public License along
with this website. If not, see https://www.gnu.org/licenses/. -->
<html lang="en-US"> <html lang="en-US">
<head> <head>
<title>TiB. | Network</title> <title>TiB. | Network</title>
<link rel="stylesheet" href="/assets/TiB.css"> <link rel="stylesheet" href="/assets/TiB.css">
<link rel="icon" href="/favicon.ico" type="image/x-icon" /> <link rel="icon" href="/favicon.ico" type="image/x-icon" />
<meta charset="UTF-8"> <meta charset="UTF-8">
<meta content="Emma Tebibyte" name="author" /> <meta content="Emma Tebibyte" name="author" />
<meta content="Tebibyte Media Network directory." name="description" /> <meta content="Tebibyte Media Network directory." name="description" />
<meta content="width=device-width, initial-scale=1" name="viewport" /> <meta content="width=device-width, initial-scale=1" name="viewport" />
<meta content="interest-cohort=()" http-equiv="Permissions-Policy" /> <!-- FUCK GOOGLE --> <meta content="interest-cohort=()" http-equiv="Permissions-Policy" /> <!-- FUCK GOOGLE -->
</head> </head>
<body id="network"> <body id="network">
<header> <header>
<img id="logo" src="/assets/img/TiB-network.png" /> <img id="logo" src="/assets/img/TiB-network.png" />
</header> </header>
<nav> <nav>
<menu> <menu>
<li class="home"> <li class="home">
<a href="/">Home</a> <a href="/">Home</a>
</li> </li>
<li class="network"> <li class="network">
<a href="/network">Network</a> <a href="/network">Network</a>
</li> </li>
<li class="blog"> <li class="blog">
<a href="/blog">Weblog</a> <a href="/blog">Weblog</a>
</li> </li>
<li class="git"> <li class="git">
<a href="https://git.tebibyte.media/">Git</a> <a href="https://git.tebibyte.media/">Git</a>
</li> </li>
<li class="about"> <li class="about">
<a href="/about">About</a> <a href="/about">About</a>
</li> </li>
</menu> </menu>
</nav> </nav>
<main> <main>
<section> <section>
<h2 id="members"> <h2 id="members">
<a href="#members">Members</a> <a href="#members">Members</a>
</h2> </h2>
<dl> <dl>
<dt> <dt>
<a href="https://git.tebibyte.media/arf/arf">ARF</a> <a href="https://git.tebibyte.media/arf/arf">ARF</a>
</dt> </dt>
<dd> <dd>
An experimental programming language with a focus on An experimental programming language with a focus on
modularization and clarity of code. modularization and clarity of code.
</dd> </dd>
<dt> <dt>
<a href="https://git.tebibyte.media/canary/canary-rs"> <a href="https://git.tebibyte.media/canary/canary-rs">
Canary</a> Canary</a>
</dt> </dt>
<dd> <dd>
A post-structuralist graphical user interface (GUI) A post-structuralist graphical user interface (GUI)
using WebAssembly scripting for its runtime logic. using WebAssembly scripting for its runtime logic.
</dd> </dd>
<dt> <dt>
<a href="https://git.tebibyte.media/cyborg/cyborg"> <a href="https://git.tebibyte.media/cyborg/cyborg">
Cyborg</a> Cyborg</a>
</dt> </dt>
<dd> <dd>
An artist-oriented realtime 3D rendering engine. An artist-oriented realtime 3D rendering engine.
</dd> </dd>
<dt> <dt>
<a href="https://git.tebibyte.media/minecrust/hopper"> <a href="https://git.tebibyte.media/minecrust/hopper">
Hopper</a> Hopper</a>
</dt> </dt>
<dd> <dd>
A Minecraft package manager, which is capable of A Minecraft package manager, which is capable of
globally downloading and updating mods, modpacks, globally downloading and updating mods, modpacks,
plugins, and resource packs. plugins, and resource packs.
</dd> </dd>
<!-- <dt> <!-- <dt>
<a> href="https://ortusjournal.org">Ortus Journal</a> <a> href="https://ortusjournal.org">Ortus Journal</a>
</dt> </dt>
<dd> <dd>
A journal of speculative analysis A journal of speculative analysis
</dd> --> </dd> -->
<dt> <dt>
<a href="https://git.tebibyte.media/yac">YAC</a> <a href="https://git.tebibyte.media/yac">YAC</a>
</dt> </dt>
<dd> <dd>
A simple, standards-compliant set of operating system A simple, standards-compliant set of operating system
tools. tools.
</dd> </dd>
</dl> </dl>
</section> </section>
<section> <section>
<hgroup> <hgroup>
<h2 id="specification"> <h2 id="specification">
<a href="#specification">Specification</a> <a href="#specification">Specification</a>
</h2> </h2>
<aside> <aside>
<small> <small>
Read about Tebibyte Media's structure and governance Read about Tebibyte Media's structure and governance
<a href="/about#structure">here</a>. <a href="/about#structure">here</a>.
</small> </small>
</aside> </aside>
</hgroup> </hgroup>
<p>
The members of the Network are split into two separate categories: a
<dfn id="project">project</dfn> in this context is an entity whose
constituents are individuals; a <dfn id="network">network</dfn> is one
whose members are projects themselves or a mix of projects and other
networks.
</p>
<p>
A Tebibyte Media project does not necessarily have to be a free software
project; it can be anything involving strong public engagement and
iterative development. For example, a postmodernist fiction blog could
count as a Tebibyte Media project as long as the work is available to
its readers under a free
<a href="https://www.gnu.org/licenses/license-list.html#OtherLicenses">
license</a>.
</p>
<p>
A network might be a webring, an online social hub for the
advancement of an idea or collective agenda, or an
organization which has multiple discrete components or
internal projects with distinct individuals heading them up.
A group of sites whose constituents are all blogs that focus on
physics could be an example of a Tebibyte Media network.
</p>
</section>
<section>
<h2 id="responsibilities">
<a href="#responsibilities">
Responsibilites &amp; Assurances
</a>
</h2>
<p>
Tebibyte Media's Network is designed in a way that is meant to prevent
the Project from wielding power over members. All data and servers
relating to any given member's infrastructure and the administrative
privileges that come with it are theirs.
</p>
<p>
Every project in the Network will be represented by a single person who
will be appropriately selected by the members of that project. For
example, in the case of a free software project run by a BDFL, the
leader of that project would be tasked with selecting the
representative.
</p>
<p>
Note that we only want one representative from each project because it
will simplify communication; to have a specific individual we know we
can reach out to in discussions is important for quick resolutions.
</p>
<p>
Member networks are given the opportunity to provide as many
representatives as there are distinct viewpoints in the community that
network represents.
</p>
<p>
Every month, on the first day of the month, the Project will publish a
blog post detailing the month in review of the Network. Representatives
of each member will be responsible for working with the Project editors
to write a short decription of the state of the member, including what
has been accomplished in the past month and what is on the horizon.
These sections will be submitted to the blog repository using the git
version-tracking system. Knowledge of this system is not required but is
preferred. Our editors will be able to guide representatives through the
submission process and help with any problems presented by this setup.
</p>
</section>
<section>
<h2 id="benefits">
<a href="#benefits">Member Benefits</a>
</h2>
<p>
The Project takes upon itself responsibilities for each member of the
Network. We will provide infrastructure that your project needs to
succeed. Infrastructure currently available includes:
<ul>
<li>Website hosting</li>
<ul>
<li><a href="https://jekyllrb.com/">Jekyll</a></li>
<li>
Self-hosted <a href="https://wordpress.com/">
WordPress
</a>
</li>
<li><a href="https://getzola.org/">Zola</a></li>
</ul>
<li>
A dedicated <a href="https://matrix.org/">Matrix</a>
room
</li>
<li>An e-mail server</li>
<li>
A dedicated feed channel on <a href="/discord">our
Discord “server”</a>
</li>
</ul>
Planned infrastructure includes:
<ul>
<li><a href="https://fosscord.com/">Fosscord</a> Guilds</li>
<li>
Package maintenance (i.e.
<a href="https://mpr.makedeb.org/">
MPR
</a>/<a href="https://aur.archlinux.org/">
AUR
</a>)
</li>
<li>Documentation</li>
<ul>
<li>
<a href="https://rust-lang.github.io/mdBook/">
mdBook
</a>
</li>
</ul>
</ul>
In addition to benefits, we also offer community coordination and the
existing Tebibyte Media Network as a baseline level of exposure.
</p>
</section>
<section>
<h2 id="application">
<a href="#application">Application</a>
</h2>
<p>
In order to apply to be a member of the Tebibyte Media Network, please
reference the below guidelines. All applications should be sent to
<a href="mailto:apply@tebibyte.media">apply@tebibyte.media</a>.
</p>
<p>
Please write the application in plaintext as an essay without the use of
a markup language.
</p>
<ol>
<li>
<p>
Include the name of the applicant and describe its organizational
makeup; specify constituents and appoint representative(s).
<a title="More Information" href="#specification">[?]
</a>
</p>
</li>
<li>
<p>
Define the type of work it is (i.e. software, educational resource,
publisher, art project).
</p>
</li>
<li>
<p>
Describe the programming languages, writing styles, target
platforms, or technical information regarding the creation of its
contents.
</p>
</li>
<li>
<p>
Link technical resources which contextualize its creation, including
reference materials, any work that is similar, or anything upon
which it is based. This may include any issues encountered by
similar works that the applicant plans to solve.
</p>
</li>
<li>
<p>
Is this an experimental undertaking, which innovates in its field;
a refined reimplementation of a tried-and-true solution; or
something in between?
</p>
</li>
<li>
<p>
Create a description of the vision of the applicant's
<a href="https://en.wikipedia.org/wiki/Minimum_viable_product">
minimum viable product</a>. Minimum viable products are not complete
or fully functional; they must simply demonstrate promising work. It
is important to the success of any work that it
<a href="http://www.catb.org/%7Eesr/writings/cathedral-bazaar/cathedral-bazaar/ar01s04.html">
releases early and releases often</a>.
</p>
</li>
<li>
<p>
Explain who the target users or audience are and what kinds of
contributors the applicant would appeal to are.
</p>
</li>
<li>
<p>
Describe the long-term goals of the applicant:
</p>
<ul>
<li>
<p> <p>
The members of the Network are split into two separate Estimated timespans: what will it look like in a month? In a
categories: a <dfn id="project">project</dfn> in this context is year? Write a road map.
an entity whose constituents are individuals; a </p>
<dfn id="network">network</dfn> is one whose members are </li>
projects themselves or a mix of projects and other networks.
<li>
<p>
How will it contribute to the ecosystem it inhabits?
</p>
</li>
<li>
<p>
Is it trying to solve a problem, occupy an unfilled niche, or
something else?
</p>
</li>
<li>
<p>
Does anything exist that is also attempting solve these
problems? If so, how is this endeavor different?
</p>
</li>
</ul>
</li>
<li>
<p>
Answer the following questions:
</p>
<ul>
<li>
<p>
What does it gain from joining the Network?
</p>
</li>
<li>
<p>
What does it bring to the table for other Network members? For
example, if the applicant were a writing collective, it could
provide valuable editorial knowledge. If it were an art project,
it could create mixed-media projects with other members or
design graphics for their projects.
</p> </p>
<p> <p>
A Tebibyte Media project does not necessarily have to It should be noted that the applicant need not provide services
be a free software project; it can be anything involving strong to other Network members. For the guidelines on what <i>is</i>
public engagement and iterative development. For example, a required from members, see the
postmodernist fiction blog could count as a Tebibyte Media <a href="#responsibilities">Responsibilities</a> section of this
project as long as the work is ongoing and the blog is shared at page.
no cost to its readers.
</p> </p>
<p> </li>
A network might be a webring, an online social hub for the
advancement of an idea or collective agenda, or an
organization which has multiple discrete components or
internal projects with distinct individuals heading them up.
A group of sites whose constituents are all blogs that focus on
physics could be an example of a Tebibyte Media network.
</p>
</section>
<section>
<h2 id="responsibilities">
<a href="#responsibilities">
Responsibilites &amp; Assurances
</a>
</h2>
<p>
Tebibyte Media's Network is designed in a way that is meant to
prevent the Project from wielding power over members. All data
and servers relating to any given member's infrastructure and
the administrative privileges that come with it are theirs.
</p>
<p>
Every project in the Network will be represented by a single
person who will be appropriately selected by the members of
that project. For example, in the case of a free software
project run by a BDFL, the leader of that project would be
tasked with selecting the representative.
</p>
<p>
Note that we only want one representative from each project
because it will simplify communication; to have a specific
individual we know we can reach out to in discussions is
important for quick resolutions.
</p>
<p>
Member networks are given the opportunity to provide as
many representatives as there are distinct viewpoints in the
community that network represents.
</p>
<p>
Every month, on the first day of the month, the Project will
publish a blog post detailing the month in review of the
Network. Representatives of each member will be responsible for
working with the Project editors to write a short decription of
the state of the member, including what has been accomplished in
the past month and what is on the horizon. These sections will
be submitted to the blog repository using the git
version-tracking system. Knowledge of this system is not
required but is preferred. Our editors will be able to guide
representatives through the submission process and help with any
problems presented by this setup.
</p>
</section>
<section>
<h2 id="benefits">
<a href="#benefits">Member Benefits</a>
</h2>
<p>
The Project takes upon itself responsibilities for each member
of the Network. We will provide infrastructure that your project
needs to succeed. Infrastructure currently available includes:
<ul>
<li>Website hosting</li>
<ul>
<li><a href="https://jekyllrb.com/">Jekyll</a></li>
<li>
Self-hosted <a href="https://wordpress.com/">
Wordpress
</a>
</li>
<li><a href="https://getzola.org/">Zola</a></li>
</ul>
<li>
A dedicated <a href="https://matrix.org/">Matrix</a>
room
</li>
<li>An e-mail server</li>
<li>
A dedicated feed channel on <a href="/discord">our
Discord "server"</a>
</li>
</ul>
Planned infrastructure includes:
<ul>
<li><a href="https://fosscord.com/">Fosscord</a> Guilds</li>
<li>
Package maintenance (i.e.
<a href="https://mpr.makedeb.org/">
MPR
</a>/<a href="https://aur.archlinux.org/">
AUR
</a>)
</li>
<li>Documentation</li>
<ul>
<li>
<a href="https://rust-lang.github.io/mdBook/">
mdBook
</a>
</li>
</ul>
</ul>
In addition to benefits, we also offer community coordination
and the existing Tebibyte Media Network as a baseline level of
exposure.
</p>
</section>
<section>
<h2 id="application">
<a href="#application">Application</a>
</h2>
<p>
In order to apply to be a member of the Tebibyte Media
Network, please reference the below guidelines. All applications
should be sent to <a href="mailto:apply@tebibyte.media">
apply@tebibyte.media</a>.<!-- A sample application is located
<a href="sample-applications/">here</a>.-->
</p>
<p>
Please write the application in plaintext as an essay without
organizational headings.
</p>
<ol>
<li>
<p>
Include the name of the applicant and describe its
organizational makeup; specify constituents and appoint
representative(s).
<a title="More Information" href="#specification">[?]
</a>
</p>
</li>
<li>
<p>
Define the type of work it is (i.e. software,
educational resource, publisher, art project).
</p>
</li>
<li>
<p>
Describe the programming languages, writing styles,
target platforms, or technical information regarding the
creation of its contents.
</p>
</li>
<li>
<p>
Link technical resources which contextualize its
creation, including reference materials, any work that
is similar, or anything upon which it is based. This may
include any issues encountered by similar works that the
applicant plans to solve.
</p>
</li>
<li>
<p>
Is this an experimental undertaking, which innovates in
its field; a refined reimplementation of a
tried-and-true solution; or something in between?
</p>
</li>
<li>
<p>
Create a description of the vision of the applicant's
<a href="https://en.wikipedia.org/wiki/Minimum_viable_product">
minimum viable product</a>. Minimum viable products are
not complete or fully functional; they must simply
demonstrate promising work. It is important to the
success of any work that it
<a href="http://www.catb.org/%7Eesr/writings/cathedral-bazaar/cathedral-bazaar/ar01s04.html">
releases early and releases often</a>.
</p>
</li>
<li>
<p>
Explain who the target users or audience are and what
kinds of contributors the applicant would appeal to are.
</p>
</li>
<li>
<p>
Describe the long-term goals of the applicant:
</p>
<ul>
<li>
<p>
Estimated timespans: what will it look like in a
month? In a year? Write a road map.
</p>
</li>
<li>
<p>
How will it contribute to the ecosystem it
inhabits?
</p>
</li>
<li>
<p>
Is it trying to solve a problem, occupy an
unfilled niche, or something else?
</p>
</li>
<li>
<p>
Does anything exist that is also
attempting solve these problems? If so, how is
this endeavor different?
</p>
</li>
</ul>
</li>
<li>
<p>
Answer the following questions:
</p>
<ul>
<li>
<p>
What does it gain from joining the Network?
</p>
</li>
<li>
<p>
What does it bring to the table for other
Network members? For example, if the applicant
were a writing collective, it could provide
valuable editorial knowledge. If it were an art
project, it could create mixed-media projects
with other members or design graphics for their
projects.
</p>
<p>
It should be noted that the applicant need not
provide services to other Network members. For
the guidelines on what <i>is</i> required from
members, see the
<a href="#responsibilities">Responsibilities</a> section
of this page.
</p>
</li>
<li> <li>
<p> <p>
Does the applicant's work follow the Does the applicant's work follow the
<a href="http://www.catb.org/esr/writings/taoup/html/ch01s06.html"> <a href="http://www.catb.org/esr/writings/taoup/html/ch01s06.html">
Unix Philosophy</a> (if applicable)? Explain Unix Philosophy</a> (if applicable)? Explain why or why not and
why or why not and how, if at all, it departs from it. how, if at all, it departs from it.
</p> </p>
</li> </li>
</ul> </ul>
</li> </li>
<li> <li>
<p> <p>
Include licensing details—Tebibyte Media will not accept Include licensing details—Tebibyte Media will not accept applicants
applicants whose licensing conflicts with our goal of whose licensing conflicts with our goal of furthering free software
furthering free software and open-access ideology. See and open-access ideology. See
<a href="https://www.gnu.org/licenses/license-recommendations.html"> <a href="https://www.gnu.org/licenses/license-recommendations.html">
the Free Software Foundation's recommendations the Free Software Foundation's recommendations
</a> as well as </a> as well as
<a href="https://www.gnu.org/licenses/license-list.html"> <a href="https://www.gnu.org/licenses/license-list.html">
their list of free software licenses their list of free software licenses
</a> for guidance on software licensing; for others, see </a> for guidance on software licensing; for others, see the
the <a href="https://chooser-beta.creativecommons.org/">
<a href="https://chooser-beta.creativecommons.org/"> Creative Commons license chooser</a>. Applicants whose works are
Creative Commons license chooser</a>. Applicants whose covered in part by a No-Derivatives variant of these licenses are
works are covered in part by a No-Derivatives variant of accepted <i>only</i> in circumstances when that part was created by
these licenses are accepted <i>only</i> in circumstances a third party.
when that part was created by a third party. </p>
</p> </li>
</li> </ol>
</ol> </section>
</section> </main>
</main> <footer>
<footer> <div class="copyleft">
<div class="copyleft"> <small>🄯 2023 Tebibyte Media</small>
<small> </div>
<a href="https://copyleft.org/">Copyleft</a> 🄯 2022 <div class="webring">
Tebibyte Media <span>
</small> <a href="https://webring.yesterweb.org/noJS/index.php?d=rand&url=https://tebibyte.media/">
</div> ???</a>
<div class="webring"> </span>
<span> <span>
<a href="https://webring.yesterweb.org/noJS/index.php?d=rand&url=https://tebibyte.media/"> <a href="https://webring.yesterweb.org/noJS/index.php?d=prev&url=https://tebibyte.media/"><<</a>
???</a> <a href="https://yesterweb.org/webring/">
</span> Yesterweb</a>
<span> <a href="https://webring.yesterweb.org/noJS/index.php?d=next&url=https://tebibyte.media/">>></a>
<a href="https://webring.yesterweb.org/noJS/index.php?d=prev&url=https://tebibyte.media/"><<</a> </span>
<a href="https://yesterweb.org/webring/"> <span>
Yesterweb</a> <a href="https://yesterweb.org/webring/members.html">..</a>
<a href="https://webring.yesterweb.org/noJS/index.php?d=next&url=https://tebibyte.media/">>></a> </span>
</span> </div>
<span> </footer>
<a href="https://yesterweb.org/webring/members.html">..</a> </body>
</span>
</div>
</footer>
</body>
</html> </html>