elaborated on the application

This commit is contained in:
emmatebibyte 2022-08-22 17:52:18 -04:00
parent 211f6ca293
commit 206ae54943
3 changed files with 120 additions and 8 deletions

View File

@ -1,7 +1,7 @@
<!DOCTYPE html>
<html>
<head>
<title>TiB. | Network Application</title>
<title>TiB. | Network</title>
<link rel="stylesheet" href="/assets/TiB.css">
<link rel="icon" href="/favicon.ico" type="image/x-icon" />
<meta content="Emma Tebibyte" name="author" />
@ -11,8 +11,8 @@
</head>
<header><img id="logo" src="/assets/img/TiB-network.png" width=25% style="vertical-align:top" />
</header>
<body id="about">
<p align="left"><a href=/about><i>Return to About</i></a></p>
<body id="network">
<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>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>
@ -31,8 +31,16 @@
<li>Also include any programming languages, writing styles,
target platforms or technical information regarding the creation
of content</li>
<li>Link technical resources which contextualize the project's
creation</li>
<li>Link technical resources which contextualize its creation,
including:
<ol>
<li>Referenced materials used throughout the process of its
creation</li>
<li>Similar work or work upon which it is based</li>
<li>References to issues with a similar entity which it
addresses</li>
</ol>
</li>
<li>Describe the userbase and contributors attempting to be
appealed to</li>
<li>Describe long-term goals for the endeavor:
@ -43,8 +51,7 @@
members?</li>
</ol>
</li>
<li>Prompt questions to answer here could include the following
(optional):
<li>Prompt questions to answer here could include the following:
<ol>
<li>How does this endeavor contribute to the ecosystem it
integrates?</li>
@ -86,4 +93,4 @@
</ul>
</li>
</ol>
<p>A sample application is located <a href="sample-application.txt">here</a>.<p>
<p>A sample application is located <a href="sample-application.txt">here</a>.<p>

105
network/index.html Normal file
View File

@ -0,0 +1,105 @@
<!DOCTYPE html>
<html>
<head>
<title>TiB. | Network</title>
<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="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="network">
<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>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>
<ol>
<li>Name of project or network and describe organizational makeup
<ul>
<li>List member projects of applicant networks</li>
<li>List team members of applicant projects and their roles</li>
<li>Designate of the Representative(s)</li>
</ul>
</li>
<li>A short written section describing the project or network
<ul>
<li>Include the type of project or network (i.e. software,
educational resource, publisher, art project)</li>
<li>Also include any programming languages, writing styles,
target platforms or technical information regarding the creation
of content</li>
<li>Link technical resources which contextualize its creation,
including:
<ul>
<li>Referenced materials used throughout the process of its
creation</li>
<li>Similar work or work upon which it is based</li>
<li>References to issues with a similar entity which it
addresses</li>
</ul>
</li>
<li>Describe the userbase and contributors attempting to be
appealed to</li>
<li>Describe long-term goals for the endeavor:
<ol>
<li>What will it look like in a year?</li>
<li>What does it gain from joining the Network?</li>
<li>What does it bring to the table for other Network
members?
<ul>
<li>If the proposed member is a writing collective, it
could provide valuable editorial experience and
knowledge</li>
<li>Art projects could work with editorial and
software entities to create combined works or to design
graphics, typefaces, or logotypes</li>
</ul>
</li>
</li>
<li>Prompt questions to answer as a conclusion could include
the following:
<ul>
<li>How does this endeavor contribute to the ecosystem it
integrates?</li>
<li>What specific problems is this new endeavor solving?</li>
<li>Do any existing projects solve these problems already?
If so, how is this endeavor different?</li>
<li>Is this a highly experimental endeavor that innovates
its field, a refined reimplementation of a tried-and-true
solution, or something in between?</li>
</ul>
</li>
<li>Feel free to include any extra information deemed important
to specify; the application cannot account for everything</li>
</ul>
</li>
<li>(If not already existing) a clear description of the vision of
the project or network's
<a href="https://en.wikipedia.org/wiki/Minimum_viable_product">minimum
viable product</a>
<ul>
<li>Remember to
<a href="http://www.catb.org/%7Eesr/writings/cathedral-bazaar/cathedral-bazaar/ar01s04.html">Release Early, Release Often</a></li>
<li>Minimum viable products are not complete or fully
functional; they must simply demonstrate promising work</li>
</ul>
</li>
<li>Estimated timespans for the project or network (i.e. one month,
a few months, a year, continuous) and a roadmap for the completed
project</li>
<li>Project licensing details
<ul>
<li>Tebibyte Media will not accept projects whose licensing
conflicts with our goal of furthering free software and
open-access projects. For guidance on this topic, see
<a href="https://www.gnu.org/licenses/license-recommendations.html">the
Free Software Foundation's recommendations</a>
as well as <a href="https://www.gnu.org/licenses/license-list.html">their
list of free software licenses</a></li>
</ul>
</li>
</ol>
<p>A sample application is located <a href="sample-application.txt">here</a>.<p>