2022-06-30 08:39:59 +01:00
|
|
|
<!DOCTYPE html>
|
2022-11-22 04:24:08 +00:00
|
|
|
|
|
|
|
<!-- Inferencium - Website - Source -->
|
|
|
|
|
2022-12-26 06:12:48 +00:00
|
|
|
<!-- Copyright 2022-2023 Inference -->
|
2023-02-12 13:40:01 +00:00
|
|
|
<!-- SPDX-License-Identifier: GPL-3.0-or-later -->
|
2022-11-22 04:24:08 +00:00
|
|
|
|
2023-01-13 21:59:32 +00:00
|
|
|
<!-- Version: 0.5.0.10 -->
|
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
|
|
|
|
2022-06-30 08:39:59 +01:00
|
|
|
<head>
|
2022-11-22 04:24:08 +00:00
|
|
|
<title>Inferencium - Source</title>
|
2022-12-09 09:54:15 +00:00
|
|
|
<link rel="stylesheet" href=inf.css>
|
2022-12-20 04:53:45 +00:00
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
2022-06-30 08:39:59 +01:00
|
|
|
</head>
|
2022-11-22 04:24:08 +00:00
|
|
|
|
|
|
|
<!-- Navigation bar. -->
|
2022-10-29 03:26:53 +01:00
|
|
|
<div class="sidebar">
|
2022-12-26 06:31:07 +00:00
|
|
|
<img src="asset/img/logo-inferencium-no_text.png"
|
2022-12-09 11:52:36 +00:00
|
|
|
width="110px" height="110px">
|
2022-11-22 04:24:08 +00:00
|
|
|
<a class="title">Inferencium</a><br>
|
2022-10-29 23:54:59 +01:00
|
|
|
<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>
|
2023-01-13 21:59:32 +00:00
|
|
|
<div><a href="key.html">Key</a></div>
|
2022-10-29 03:26:53 +01:00
|
|
|
</div>
|
2022-11-22 04:24:08 +00:00
|
|
|
|
2022-10-29 03:26:53 +01:00
|
|
|
<body>
|
2022-10-29 23:54:59 +01:00
|
|
|
<h1>Source</h1>
|
|
|
|
<br>
|
2022-11-22 04:24:08 +00:00
|
|
|
<!-- Place personal source code repositories here. -->
|
|
|
|
<!-- Clarify that these repositories are not targeted towards public release. -->
|
2022-10-29 23:54:59 +01:00
|
|
|
<h3>My Personal Source Code Repositories</h3>
|
2022-12-09 12:12:44 +00:00
|
|
|
<p>These repositories contain source code which is used on my personal systems.<br>
|
|
|
|
No guarantees are made that they will work correctly on your systems, and they are not targeted towards a public
|
|
|
|
release.<br>
|
2022-10-29 23:54:59 +01:00
|
|
|
Usage of these repositories is at your own risk.</p>
|
|
|
|
<br>
|
2022-11-18 01:24:37 +00:00
|
|
|
<p>- <a class="body-link" href="https://git.inferencium.net/inference/cfg/"
|
|
|
|
>Configuration files</a></p>
|
|
|
|
<p>- <a class="body-link" href="https://git.inferencium.net/inference/scr/"
|
|
|
|
>Script files</a></p>
|
|
|
|
<p>- <a class="body-link" href="https://git.inferencium.net/inference/graphenechan/"
|
2022-11-22 04:32:02 +00:00
|
|
|
>Graphene-chan</a> (Unofficial GrapheneOS mascot)</p>
|
2022-10-29 23:54:59 +01:00
|
|
|
<br>
|
2022-10-30 01:22:42 +00:00
|
|
|
<br>
|
2022-11-18 01:50:19 +00:00
|
|
|
<br>
|
2022-11-22 04:24:08 +00:00
|
|
|
<!-- Place Inferencium source code repositories here. -->
|
|
|
|
<!-- Clarify that these repositories are targeted towards public release. -->
|
2022-11-22 04:34:24 +00:00
|
|
|
<h3>Inferencium Source Code Repositories</h3>
|
2022-12-09 12:12:44 +00:00
|
|
|
<p>These repositories contain source code targeted towards a public release and are suitable for a wide range of
|
|
|
|
systems.</p>
|
2022-10-29 23:54:59 +01:00
|
|
|
<br>
|
2022-11-22 04:32:02 +00:00
|
|
|
<p>- <a class="body-link" href="https://git.inferencium.net/inferencium/website/"
|
|
|
|
>Website</a> (Inferencium website)</p>
|
|
|
|
<p>- <a class="body-link" href="https://git.inferencium.net/inferencium/mmd/"
|
|
|
|
>Gentoo - Multimedia</a> (Gentoo multimedia ebuild repository)</p>
|
|
|
|
<p>- <a class="body-link" href="https://git.inferencium.net/inferencium/diamond/"
|
|
|
|
>Diamond</a> (Hardened Android XMPP client)</p>
|
2022-10-29 23:54:59 +01:00
|
|
|
<br>
|
|
|
|
<br>
|
2022-06-30 08:39:59 +01:00
|
|
|
</body>
|
2022-11-22 04:24:08 +00:00
|
|
|
|
2022-06-30 08:39:59 +01:00
|
|
|
</html>
|