2022-06-30 08:39:59 +01:00
|
|
|
<!DOCTYPE html>
|
2022-11-22 04:24:08 +00:00
|
|
|
|
|
|
|
<!-- Inferencium - Website - Source -->
|
|
|
|
|
|
|
|
<!-- Copyright 2022 Inference -->
|
2022-11-25 06:20:30 +00:00
|
|
|
<!-- License: BSD 3-Clause Clear (with personal content exception) -->
|
2022-11-22 04:24:08 +00:00
|
|
|
|
2022-11-29 05:13:38 +00:00
|
|
|
<!-- 0.1.0.3 -->
|
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-10-29 23:54:59 +01:00
|
|
|
<link rel="stylesheet" href=infnet.css>
|
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-11-29 05:13:38 +00:00
|
|
|
<img src="img/logo-inferencium-no_text.png" 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>
|
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>
|
|
|
|
<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>
|
|
|
|
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-10-29 23:54:59 +01:00
|
|
|
<p>These repositories contain source code targeted towards a public release and
|
|
|
|
are suitable for a wide range of systems.</p>
|
|
|
|
<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>
|