adapted to new file structure

This commit is contained in:
Emma Tebibyte 2022-08-24 03:10:04 -04:00
parent 8dcf0b82a2
commit 899d27fb22
5 changed files with 66 additions and 59 deletions

View File

@ -9,23 +9,25 @@
<meta content="width=device-width, initial-scale=1" name="viewport" />
<meta content="interest-cohort=()" http-equiv="Permissions-Policy" /> <!-- FUCK GOOGLE -->
</head>
<header><img id="logo" src="/assets/img/TiB-network.png" width=25% style="vertical-align:top" /></header>
<body id="about">
<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
individuals who share faer values. The original goal was to propagate
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
progresses toward this goal. Read more at our
<a href="/blog/hello-world">launch blog post</a>.</p>
<header><img id="logo" src="/assets/img/TiB-network.png" width=25% style="vertical-align:top" /></header>
<nav><h4 style="text-align: right"><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="about"><a href="/about">About</a></li></h4></nav>
<p>
Tebibyte Media was started in 2020 by <a
href="https://emma.tebibyte.media">Emma Tebibyte</a> in order to create
a community of technology-savvy individuals who share faer values. The
original goal was to propagate 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.
<br>
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
progresses toward this goal. Read more at our
<a href="/blog">blog</a>.
</p>
<h3 id="faq"><a href="#faq">Frequently Asked Questions</a></h3>
<h4 id="wtf-is-a-tib"><a href="#wtf-is-tib">The question comes up
@ -59,20 +61,10 @@
<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>
<h3 id="network"><a href=#network>Network</a></h3>
<p style="font-size:0.75em;"><i>For aspiring Network Members, please
see our <a href="network-application">application
see our <a href="/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://farside.link/https://instagram.com/_remind_me_tomorrow">[see also]</a>
[<a href="https://www.gnu.org/philosophy/javascript-trap.html">
unlicensed JavaScript</a>].</p> -->
</body>
</html>

View File

@ -48,6 +48,10 @@ li.blog {
display: inline;
}
li.network {
display: inline;
}
li.about {
display: inline;
}
@ -64,6 +68,12 @@ li.about {
text-decoration: none;
}
#network nav .network >a {
pointer-events: none;
cursor: default;
text-decoration: none;
}
#about nav .about > a {
pointer-events: none;
cursor: default;

View File

@ -9,25 +9,23 @@
<meta content="width=device-width, initial-scale=1" name="viewport" />
<meta content="interest-cohort=()" http-equiv="Permissions-Policy" /> <!-- FUCK GOOGLE -->
</head>
<header><img id="logo" src="assets/img/TiB-network.png" width=25% style="vertical-align:top" /></header>
<body id="home">
<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>
<br>
<h3>Let's liberate information together.</h3>
<br>
<p>
<header><img id="logo" src="assets/img/TiB-network.png" width=25% style="vertical-align:top" /></header>
<nav><h4 style="text-align: right"><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="about"><a href="/about">About</a></li></h4></nav>
<br>
<h3>Let's liberate information together.</h3>
<br>
<p>
Tebibyte Media works to promote free and libre projects in order
to provide support and publicity to member projects. Its members
enjoy benefits like management of server hosting, email management,
access to <a href=/blog/hello-world#benefits>our services</a>, and
any future benefits that come as a result of the expanding nature of
the project.
</p>
<br>
<p style="text-align: left"><a href="https://opencollective.com/tebibytemedia">
<img alt="open collective" src="https://opencollective.com/static/images/opencollective-icon.svg" /></a> <a href="https://liberapay.com/tebibytemedia/donate"><img alt="Donate using Liberapay" src="https://liberapay.com/assets/widgets/donate.svg"></a></p>
< </p>
<br>
<p style="text-align: left"><a href="https://opencollective.com/tebibytemedia">
<img alt="open collective" src="https://opencollective.com/static/images/opencollective-icon.svg" /></a> <a href="https://liberapay.com/tebibytemedia/donate"><img alt="Donate using Liberapay" src="https://liberapay.com/assets/widgets/donate.svg"></a></p>
</body>
</html>

View File

@ -5,7 +5,7 @@
<link rel="stylesheet" href="/assets/TiB.css">
<link rel="icon" href="/favicon.ico" type="image/x-icon" />
<meta content="Emma Tebibyte" name="author" />
<meta content="Tebibyte Media Network application information." name="description" />
<meta content="Tebibyte Media Network directory." name="description" />
<meta content="width=device-width, initial-scale=1" name="viewport" />
<meta content="interest-cohort=()" http-equiv="Permissions-Policy" /> <!-- FUCK GOOGLE -->
</head>
@ -13,7 +13,7 @@
<header><img id="logo" src="/assets/img/TiB-network.png" width=25% style="vertical-align:top" /></header>
<nav><h4 style="text-align: right"><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="about"><a href="/about">About</a></li></h4></nav>
<p>
Tebibyte Media's <i>raison d'être</i> is its Network. Our goal as a
Tebibyte Media's <i>raison d'&#234;tre</i> is its Network. Our goal as a
Project is to foster the creation of that Network by extending
connections of solidarity between project who share the values we
believe are important in the new digital age.
@ -27,38 +27,45 @@
associated with the Project. This distinction exists in order to
maintain an appropriate separation between the interests of these
entities to preserve the heterogeneity of these communities.
<br>
</p>
<p>
Like the components defined above, the members of the Network are
split into two separate categories:
<br>
</p>
<p>
A "project" in this context is an entity whose constituents are
individuals; a "network" is one whose members are projects
themselves, or a mix of projects and other networks.
<br>
</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
post-modernist fiction-writing blog can count as a Tebibyte
Media project, as long as the work is ongoing and the blog is
shared at no cost to its readers.
<br>
</p>
<p>
A "project" could be an open writing publication requiring
attention or third-party reviewing, a free software project
looking for a userbase and pool of talented developers, or an art
project looking for exposure and contributors.
<br>
</p>
<p>
A "network" might be a webring, an online social hub for the
advancement of some idea or combined agenda, or an organization
which has multiple distinct components or internal projects but
which still works toward one main goal. A webring whose
constituents are all blogs that focus on physics would be an
example.
<br>
</p>
<p>
In the case of members creating new networks internal to Tebibyte
Media's influence, we take it upon ourselves to mediate and foster
that connection; we see these novel networks as partially our
responsibility.
<br>
</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,
@ -66,7 +73,8 @@
select someone else to represent it. Any member networks are given
the opportunity to provide as many Representatives as there are
distinct viewpoints in the community that network represents.
<br>
</p>
<p>
Every month, on the first day of the month, the Project will put out
a blog post detailing the month in review of the Network.
Representatives of each member entity will be responsible for
@ -79,7 +87,7 @@
guide Representatives through the submission process and help with
any problems presented by this setup.
</p>
<h2 id-"members"><a href="#members">Members</a></h2>
<h2 id="members"><a href="#members">Members</a></h2>
<!-- <p><a href="https://farside.link/https://instagram.com/_remind_me_tomorrow">_remind_me_tomorrow</a>,
a platform dependent essay, hosted on Instagram, which deals with
the ways that The Digital has been made precarious over the past
@ -87,11 +95,11 @@
<a href="https://embeddedscript.net/">Richard Williams</a>
<a title="Unlicensed JavaScript" href="https://www.gnu.org/philosophy/javascript-trap.html">[!]</a>.
Linked here using a free software frontend for Instagram.</p> -->
<!-- <p><a href="https://git.tebibyte.media/sashakoshka/arf -->
<!-- <p><a href="https://git.tebibyte.media/canary/canary">Canary</a> -->
<p><a href="https://git.tebibyte.media/nexus/nexus">Nexus, a
federated, free software, hackable VR social platform and
protocol.</a></p>
<!-- <p><a href="https://ortusjournal.org">Ortus Journal, a journal
of speculative analysis</a>
<a title="nonfree plugins" href="https://gschoppe.com/wordpress/plugins-and-themes-open-source/">[!]</a></p> -->

View File

@ -1,7 +1,7 @@
Nexus is a federated, open source, hackable VR social platform and protocol.
Nexus is a federated, free software, hackable VR social platform and protocol.
Project members include Person1 <user@example.com>, Person2 <user@example.com>,
and Person 3 <user@example.com>. The representative of the project is Person1.
Project members include Person 1 <user@example.com>, Person 2 <user@example.com>,
and Person 3 <user@example.com>. The representative of the project is Person 1.
Nexus' current design is subject to change; we are still in the rough
prototyping stage and we expect to "Ship-of-Theseus" our current design quite a
@ -54,7 +54,7 @@ whatever else may materialize in the future.
Theoretical work on a permissions system has not yet begun.
The aim is to provide an open source VR social platform where people can
The aim is to provide an free software VR social platform where people can
collaborate and communicate with each other, and a game engine-like base to
build social VR applications.
@ -66,5 +66,4 @@ according to plan, an MVP should be only a few months off.
The server and client implementation will be licensed under the GPLv3, but all
the base scripts, for things like physics, inverse kinematics, and the basic UI
implementation will be licensed under the Expat License (also known as the MIT
License).
implementation will be licensed under the Expat License.