Update readme.

This commit is contained in:
inference 2023-05-09 16:49:25 +01:00
parent 3971e6488b
commit 6d8fc0a377
Signed by: inference
SSH Key Fingerprint: SHA256:9Pl0nZ2UJacgm+IeEtLSZ4FOESgP1eKCtRflfPfdX9M

View File

@ -1,26 +1,33 @@
<h1>Documentation</h1> # Documentation
<p>Inferencium documentation.</p> Inferencium documentation.<br>
<br> <br>
## Licensing
All content is licensed under <a href="https://git.inferencium.net/Inferencium/doc/src/branch/stable/license/CC-BY-4.0.txt">Creative Commons Attribution 4.0 International</a> license&#42;.<br>
<br> <br>
<h2>Licensing</h2> ## Security
<p>All content is licensed under CC-BY-4.0 license.</p> All files are checked for security issues; however, it is always the user's responsibility to
<br>
<br>
<h2>Security</h2>
<p>All files are checked for security issues; however, it is always the user's responsibility to
audit the code before installing and/or executing it.<br> audit the code before installing and/or executing it.<br>
<br> <br>
Inferencium takes no responsibility for any security issues which may arise due to usage of this Inferencium takes no responsibility for any security issues which may arise due to usage of this
repository.</p> repository.<br>
<br> <br>
## Branches
### <a href="https://git.inferencium.net/Inferencium/doc/src/branch/main/">main</a>
Documentation root directory files pre-alpha development and alpha testing occurs in this
branch.<br>
Feature-complete modifications of this branch are merged to beta branch for beta testing.<br>
<br> <br>
<h2>Branches</h2> ### <a href="https://git.inferencium.net/Inferencium/doc/src/branch/license/">license</a>
<h3>dev</h3> Documentation license files pre-alpha and alpha testing occurs in this branch.<br>
<p>Development branch. All pre-alpha development and alpha testing happens here.<br/> Feature-complete modifications of this branch are merged to beta branch for beta testing.<br>
<br> <br>
<h3>beta</h3> ### <a href="https://git.inferencium.net/Inferencium/doc/src/branch/beta/">beta</a>
<p>Beta branch. All beta testing happens here.</p> Feature-complete beta testing of merged code from development branches occurs in this branch.<br>
Merges from development branches to this branch are squashed, and the updated versions of the
individual files are mentioned in the commit messages.<br>
<br> <br>
<h3>stable</h3> ### <a href="https://git.inferencium.net/Inferencium/doc/src/branch/stable/">stable</a>
<p>Stable branch. Complete and stable versions are stored here.</p> Feature-complete and tested versions from beta branch are stored in this branch.<br>
<br/> Merges from beta branch to this branch are squashed, and the updated versions of the individual
files are mentioned in the commit messages.<br>
This branch contains code used in production.