Update webpage "About" from version "10.0.2" to "10.1.0"
This commit is contained in:
parent
3a0fb1a49e
commit
9fdf761f9c
33
about.xhtml
33
about.xhtml
@ -1,7 +1,7 @@
|
||||
<!DOCTYPE html>
|
||||
|
||||
<!-- Inferencium - Website - About -->
|
||||
<!-- Version: 10.0.2 -->
|
||||
<!-- Version: 10.1.0 -->
|
||||
|
||||
<!-- 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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user