initial commit
This commit is contained in:
commit
8cc4aa5ce5
2 changed files with 96 additions and 0 deletions
3
README.md
Normal file
3
README.md
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
# functor.systems
|
||||||
|
|
||||||
|
the website. see [functor.systems](https://functor.systems).
|
93
index.html
Normal file
93
index.html
Normal file
|
@ -0,0 +1,93 @@
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="en">
|
||||||
|
<head>
|
||||||
|
<meta charset="UTF-8" />
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
|
|
||||||
|
<title>functor.systems</title>
|
||||||
|
<meta name="description" content="a homotopy-coherent free software collective.">
|
||||||
|
<meta name="author" content="Youwen Wu <youwen@functor.systems>">
|
||||||
|
|
||||||
|
<meta property="og:title" content="functor.systems">
|
||||||
|
<meta property="og:type" content="website">
|
||||||
|
<meta property="og:url" content="https://functor.systems">
|
||||||
|
<meta property="og:description" content="a homotopy-coherent free software collective.">
|
||||||
|
|
||||||
|
<!-- <link rel="icon" href="/favicon.ico"> -->
|
||||||
|
<!-- <link rel="icon" href="/favicon.svg" type="image/svg+xml"> -->
|
||||||
|
<!-- <link rel="apple-touch-icon" href="/apple-touch-icon.png"> -->
|
||||||
|
|
||||||
|
<link rel="stylesheet" href="https://latex.vercel.app/style.css">
|
||||||
|
<style>
|
||||||
|
@media (min-width: 800px) {
|
||||||
|
html {
|
||||||
|
font-size: 1.2rem;
|
||||||
|
};
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
</head>
|
||||||
|
|
||||||
|
<body class="latex-dark-auto text-justify">
|
||||||
|
<h1>functor.systems</h1>
|
||||||
|
<div class="definition">A <a href="https://ncatlab.org/nlab/show/homotopy+coherent+diagram" target="_blank">homotopy-coherent</a> collective of free software hackers.</div>
|
||||||
|
<div class="theorem">
|
||||||
|
functor.systems maintains vital digital infrastructure for its community of hackers.
|
||||||
|
</div>
|
||||||
|
<div class="proof">
|
||||||
|
We operate:
|
||||||
|
<ul>
|
||||||
|
<li>Matrix homeserver (coming soon): <a>matrix.functor.systems</a></li>
|
||||||
|
<li>Git forge (coming soon): <a>code.functor.systems</a></li>
|
||||||
|
<li>The Commutative Webring (coming soon): <a>ring.functor.systems</a></li>
|
||||||
|
</ul>
|
||||||
|
We also provide <code>*.functor.systems</code> subdomains to our members. If you’d
|
||||||
|
like a <code>functor.systems subdomain</code>, please see the <a
|
||||||
|
href="#contact">contact information</a> below.
|
||||||
|
</div>
|
||||||
|
Most of our infra is hosted on various homelabs operated by members, running
|
||||||
|
NixOS 24.05 (Warbler). See the <a>Grafana</a> for status and vitals (coming soon).
|
||||||
|
<h2 id="contact">
|
||||||
|
Contact and join
|
||||||
|
</h2>
|
||||||
|
<p>
|
||||||
|
It is sufficient, but not necessary to be a member of
|
||||||
|
<code>functor.systems</code> to use our infrastructure. That is, all
|
||||||
|
<code>functor.systems</code> members can freely use or request
|
||||||
|
infrastructure, but friends and other non-members <b>may</b> be given access.
|
||||||
|
</p>
|
||||||
|
<p>
|
||||||
|
If you’d like to request access to any infrastructure, or membership,
|
||||||
|
please contact the webmaster: <a
|
||||||
|
href="mailto:youwen@functor.systems">youwen@functor.systems</a>.
|
||||||
|
</p>
|
||||||
|
<p>
|
||||||
|
In general, any friends of existing members, or anyone with a reasonable
|
||||||
|
interest in our projects will be granted membership and/or access upon
|
||||||
|
request.
|
||||||
|
</p>
|
||||||
|
<h2>Members</h2>
|
||||||
|
<table>
|
||||||
|
<tr>
|
||||||
|
<th>User</th>
|
||||||
|
<th>Website</th>
|
||||||
|
<th>Role</th>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td>Youwen</td>
|
||||||
|
<td><a target="_blank" href="https://web.youwen.dev">web.youwen.dev</a></td>
|
||||||
|
<td>Webmaster, Benevolent Dictator</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td>Warren “Kaitotlex” Lin</td>
|
||||||
|
<td><a target="_blank" href="https://kaitotlex.systems">kaitotlex.systems</a></td>
|
||||||
|
<td>EE hacker, delinquent.</td>
|
||||||
|
</tr>
|
||||||
|
</table>
|
||||||
|
<h2>
|
||||||
|
Miscellaneous
|
||||||
|
</h2>
|
||||||
|
<p>
|
||||||
|
Suggest an edit on <a href="https://github.com/youwen5/functor.systems" target="_blank">GitHub</a>.
|
||||||
|
</p>
|
||||||
|
</body>
|
||||||
|
</html>
|
Loading…
Add table
Add a link
Reference in a new issue