Update webpage "About" from version "10.0.2-beta.1" to "10.1.0-beta.1"

This commit is contained in:
inference 2024-03-20 23:03:18 +00:00
parent 2a323d7d4b
commit 7f205f44eb
Signed by: inference
SSH Key Fingerprint: SHA256:FtEVfx1CmTKMy40VwZvF4k+3TC+QhCWy+EmPRg50Nnc

View File

@ -1,7 +1,7 @@
<!DOCTYPE html>
<!-- Inferencium - Website - About -->
<!-- Version: 10.0.2-beta.1 -->
<!-- Version: 10.1.0-beta.1 -->
<!-- Copyright 2022 Jake Winters -->
<!-- SPDX-License-Identifier: BSD-3-Clause -->
@ -538,6 +538,37 @@
Open-source<br/>
(BSD-3-Clause)</td>
</tr>
<tr>
<th rowspan="2" id="software-vcs">Version Control</th>
<th id="git" headers="software-pc software-vcs">
<img src="asset/img/logo/git.png" width="85%" height="85%" alt="Git logo"/><br/>
Git</th>
<td class="desc" headers="software-pc-description git">
<p><a href="https://git-scm.com/">Git</a>
is highly-flexible and feature-rich version control software
which allows fast, cheap branching for any source code
development use case, allowing rapid, flexible development in
either centralised or decentralised configurations, whether
client-server model or peer-to-peer.</p>
</td>
<td headers="software-pc-source_model git">
Open-source<br/>
(GPL-2.0-only)</td>
</tr>
<tr>
<th id="gitea" headers="software-pc software-vcs">
<img src="asset/img/logo/gitea.png" width="100" height="100" alt="Gitea logo"/><br/>
Gitea</th>
<td class="desc" headers="software-pc-description software-vcs">
<p><a href="https://gitea.com/">Gitea</a>
is a self-hosted, all-in-one development platform with Git
hosting, code review, team collaboration, package registry and
CI/CD.</p>
</td>
<td headers="software-pc-source_model gitea">
Open-source<br/>
(MIT)</td>
</tr>
</tbody>
</table>
</div>