2022-06-30 08:39:59 +01:00
|
|
|
<!DOCTYPE html>
|
2022-11-22 04:24:08 +00:00
|
|
|
|
|
|
|
<!-- Inferencium - Website - Source -->
|
|
|
|
|
2023-04-13 20:20:24 +01:00
|
|
|
<!-- Copyright 2022 Jake Winters -->
|
2023-03-05 05:13:07 +00:00
|
|
|
<!-- SPDX-License-Identifier: BSD-3-Clause-Clear -->
|
2022-11-22 04:24:08 +00:00
|
|
|
|
2023-04-28 19:15:46 +01:00
|
|
|
<!-- Version: 2.3.0.24 -->
|
2022-11-22 04:24:08 +00:00
|
|
|
|
|
|
|
|
2022-06-30 08:39:59 +01:00
|
|
|
<html>
|
2022-11-22 04:24:08 +00:00
|
|
|
|
2023-04-13 20:24:32 +01:00
|
|
|
<head>
|
|
|
|
<title>Inferencium - Source</title>
|
|
|
|
<link rel="stylesheet" href=inf.css>
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
|
|
</head>
|
2022-11-22 04:24:08 +00:00
|
|
|
|
2023-04-13 20:42:16 +01:00
|
|
|
<!-- Navigation bar -->
|
2023-04-13 20:24:32 +01:00
|
|
|
<div class="sidebar">
|
|
|
|
<img src="asset/img/logo-inferencium-no_text.png"
|
|
|
|
width="110px" height="110px">
|
|
|
|
<a class="title">Inferencium</a><br>
|
|
|
|
<br>
|
|
|
|
<br>
|
|
|
|
<div><a href="about.html">About</a></div>
|
|
|
|
<div><a href="contact.html">Contact</a></div>
|
|
|
|
<div><a href="blog.html">Blog</a></div>
|
|
|
|
<div><a href="source.html">Source</a></div>
|
|
|
|
<div><a href="key.html">Key</a></div>
|
2023-04-28 19:15:46 +01:00
|
|
|
<div><a href="changelog.html">Changelog</a></div>
|
2023-04-13 20:24:32 +01:00
|
|
|
</div>
|
2022-11-22 04:24:08 +00:00
|
|
|
|
2023-04-13 20:24:32 +01:00
|
|
|
<body>
|
|
|
|
<h1>Source</h1>
|
|
|
|
<br>
|
|
|
|
<br>
|
|
|
|
<br>
|
2023-03-10 07:13:06 +00:00
|
|
|
|
2023-04-13 20:42:16 +01:00
|
|
|
<!-- Table of contents -->
|
2023-04-13 20:24:32 +01:00
|
|
|
<h2 id="toc"><a href="#toc" class="h2"
|
|
|
|
>Table of Contents<a/></h2>
|
|
|
|
<ul>
|
|
|
|
<li><a href="#src-inferencium" class="body-link"
|
|
|
|
>Inferencium Source Code Repositories</a></li>
|
|
|
|
<li><a href="#src-personal" class="body-link"
|
|
|
|
>My Personal Source Code Repositories</a></li>
|
|
|
|
</ul>
|
|
|
|
<br>
|
|
|
|
<br>
|
|
|
|
<br>
|
2023-03-10 07:38:05 +00:00
|
|
|
|
2023-04-13 20:42:16 +01:00
|
|
|
<!-- Place Inferencium source code repositories here -->
|
2023-04-13 20:24:32 +01:00
|
|
|
<h2 id="src-inferencium"><a href="#src-inferencium" class="h2"
|
|
|
|
>Inferencium Source Code Repositories</a></h2>
|
|
|
|
<ul>
|
|
|
|
<li><a href="https://git.inferencium.net/Inferencium/cfg/" class="body-link"
|
2023-04-13 20:26:02 +01:00
|
|
|
>cfg</a> - Configuration files</li>
|
2023-04-13 20:24:32 +01:00
|
|
|
<li><a href="https://git.inferencium.net/Inferencium/doc/" class="body-link"
|
2023-04-13 20:26:02 +01:00
|
|
|
>doc</a> - Documentation</li>
|
2023-04-13 20:24:32 +01:00
|
|
|
<li><a href="https://git.inferencium.net/Inferencium/inf-kernel/"
|
|
|
|
class="body-link"
|
2023-04-13 20:26:02 +01:00
|
|
|
>inf-kernel</a> - Inferencium Kernel</li>
|
2023-04-13 20:24:32 +01:00
|
|
|
<li><a href="https://git.inferencium.net/Inferencium/linux-firmware-desktop/"
|
|
|
|
class="body-link"
|
|
|
|
>linux-firmware-desktop</a> - Desktop Linux firmware</li>
|
|
|
|
<li><a href="https://git.inferencium.net/Inferencium/linux-firmware-server/"
|
|
|
|
class="body-link"
|
|
|
|
>linux-firmware-server</a> - Server Linux firmware</li>
|
|
|
|
<li><a href="https://git.inferencium.net/Inferencium/mmd/" class="body-link"
|
|
|
|
>mmd</a> - Gentoo Multimedia ebuild repository</li>
|
|
|
|
<li><a href="https://git.inferencium.net/Inferencium/scr/" class="body-link"
|
|
|
|
>scr</a> - Script files</li>
|
|
|
|
<li><a href="https://git.inferencium.net/Inferencium/sys/" class="body-link"
|
|
|
|
>sys</a> - Gentoo System ebuild repository</li>
|
|
|
|
<li><a href="https://git.inferencium.net/Inferencium/website/" class="body-link"
|
|
|
|
>website</a> - Website</li>
|
|
|
|
</ul>
|
|
|
|
<br>
|
|
|
|
<br>
|
|
|
|
<br>
|
|
|
|
|
2023-04-13 20:42:16 +01:00
|
|
|
<!-- Place personal source code repositories here -->
|
2023-04-13 20:24:32 +01:00
|
|
|
<h2 id="src-personal"><a href="#src-personal" class="h2"
|
|
|
|
>My Personal Source Code Repositories</a></h2>
|
|
|
|
<ul>
|
|
|
|
<li><a href="https://git.inferencium.net/inference/graphenechan/"
|
|
|
|
class="body-link"
|
|
|
|
>graphenechan</a> - Graphene-chan (GrapheneOS unofficial mascot)</li>
|
|
|
|
</ul>
|
|
|
|
<br>
|
|
|
|
<br>
|
2023-04-13 20:43:21 +01:00
|
|
|
<br>
|
2023-04-13 20:24:32 +01:00
|
|
|
</body>
|
2022-11-22 04:24:08 +00:00
|
|
|
|
2022-06-30 08:39:59 +01:00
|
|
|
</html>
|