Update webpage "News" from version "1.0.0-beta.1" to "1.0.1-beta.1"

This commit is contained in:
inference 2024-03-18 03:04:07 +00:00
parent 1a6852c081
commit c5b1d4331e
Signed by: inference
SSH Key Fingerprint: SHA256:FtEVfx1CmTKMy40VwZvF4k+3TC+QhCWy+EmPRg50Nnc

View File

@ -1,60 +1,58 @@
<!DOCTYPE html> <!DOCTYPE html>
<!-- Inferencium - Website - News --> <!-- Inferencium - Website - News -->
<!-- Version: 1.0.0-beta.1 --> <!-- Version: 1.0.1-beta.1 -->
<!-- Copyright 2024 Jake Winters --> <!-- Copyright 2024 Jake Winters -->
<!-- SPDX-License-Identifier: BSD-3-Clause --> <!-- SPDX-License-Identifier: BSD-3-Clause -->
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head> <head>
<meta charset="utf-8"/> <meta charset="utf-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/> <meta name="viewport" content="width=device-width, initial-scale=1"/>
<link rel="stylesheet" href="main.css"/> <link rel="stylesheet" href="main.css"/>
<link rel="icon shortcut" href="asset/img/logo/inferencium-notext.png"/> <link rel="icon shortcut" href="asset/img/logo/inferencium-notext.png"/>
<title>Inferencium - News</title> <title>Inferencium - News</title>
</head> </head>
<body> <body>
<nav class="navbar"> <nav class="navbar">
<div class="logo"><a href="index.xhtml"><img src="asset/img/logo/inferencium-notext.png" alt="Inferencium logo"/></a></div> <div class="logo"><a href="index.xhtml"><img src="asset/img/logo/inferencium-notext.png" alt="Inferencium logo"/></a></div>
<div class="title"><a href="index.xhtml">Inferencium</a></div> <div class="title"><a href="index.xhtml">Inferencium</a></div>
<div><a href="about.xhtml">About</a></div> <div><a href="about.xhtml">About</a></div>
<div><a href="news.xhtml">News</a></div> <div><a href="news.xhtml">News</a></div>
<div><a href="documentation.xhtml">Documentation</a></div> <div><a href="documentation.xhtml">Documentation</a></div>
<div><a href="source.xhtml">Source</a></div> <div><a href="source.xhtml">Source</a></div>
<div><a href="changelog.xhtml">Changelog</a></div> <div><a href="changelog.xhtml">Changelog</a></div>
<div><a href="blog.xhtml">Blog</a></div> <div><a href="blog.xhtml">Blog</a></div>
<div><a href="contact.xhtml">Contact</a></div> <div><a href="contact.xhtml">Contact</a></div>
<div><a href="directory.xhtml">Directory</a></div> <div><a href="directory.xhtml">Directory</a></div>
<div><a href="key.xhtml">Key</a></div> <div><a href="key.xhtml">Key</a></div>
<div class="sitemap"><a href="sitemap.xhtml">Sitemap</a></div> <div class="sitemap"><a href="sitemap.xhtml">Sitemap</a></div>
</nav> </nav>
<h1 id="news"><a href="#news">News</a></h1> <h1 id="news"><a href="#news">News</a></h1>
<nav id="toc"> <nav id="toc">
<h2><a href="#toc">Table of Contents</a></h2> <h2><a href="#toc">Table of Contents</a></h2>
<ul> <ul>
<li><a href="#2024-02-01">2024-02-01</a></li> <li><a href="#2024-02-01">2024-02-01</a></li>
<ul> <ul>
<li><a href="#mirror-codeberg">Source Code Mirror - Codeberg</a></li> <li><a href="#mirror-codeberg">Source Code Mirror - Codeberg</a></li>
</ul> </ul>
</ul> </ul>
</nav> </nav>
<section id="2024-02-01"> <section id="2024-02-01">
<h2><a href="#2024-02-01">2024-02-01</a></h2> <h2><a href="#2024-02-01">2024-02-01</a></h2>
<article id="mirror-codeberg"> <article id="mirror-codeberg">
<h3><a href="#mirror-codeberg">Source Code Mirror - Codeberg</a></h3> <h3><a href="#mirror-codeberg">Source Code Mirror - Codeberg</a></h3>
<p><a href="https://src.inferencium.net/Inferencium">Inferencium source code repositories</a> <p><a href="https://src.inferencium.net/Inferencium">Inferencium source code repositories</a>
are now mirrored at are now mirrored at
<a href="https://codeberg.org/Inferencium">Codeberg</a>. <a href="https://codeberg.org/Inferencium">Codeberg</a>.
In case of service disruption of the main Inferencium source In case of service disruption of the main Inferencium source code repositories, the mirrors
code repositories, the mirrors can be used to access the source can be used to access the source code.</p>
code.</p> <p>Due to terms of service restrictions, proprietary code and related repositories, such as
<p>Due to terms of service restrictions, proprietary code and firmware, are unable to be mirrored to Codeberg.</p>
related repositories, such as firmware, are unable to be </article>
mirrored to Codeberg.</p> </section>
</article> <div class="sitemap-small"><a href="sitemap.xhtml">Sitemap</a></div>
</section> </body>
<div class="sitemap-small"><a href="sitemap.xhtml">Sitemap</a></div>
</body>
</html> </html>