doc/README.md

34 lines
1.8 KiB
Markdown
Raw Normal View History

2023-05-09 16:49:25 +01:00
# Documentation
Inferencium documentation.<br>
2022-12-17 23:08:43 +00:00
<br>
2023-05-09 16:49:25 +01:00
## 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>
2022-12-17 23:08:43 +00:00
<br>
2023-05-09 16:49:25 +01:00
## Security
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>
2022-12-17 23:08:43 +00:00
<br>
2023-03-05 03:59:23 +00:00
Inferencium takes no responsibility for any security issues which may arise due to usage of this
2023-05-09 16:49:25 +01:00
repository.<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>
### <a href="https://git.inferencium.net/Inferencium/doc/src/branch/license/">license</a>
Documentation license files pre-alpha and alpha testing occurs in this branch.<br>
Feature-complete modifications of this branch are merged to beta branch for beta testing.<br>
<br>
### <a href="https://git.inferencium.net/Inferencium/doc/src/branch/beta/">beta</a>
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>
### <a href="https://git.inferencium.net/Inferencium/doc/src/branch/stable/">stable</a>
Feature-complete and tested versions from beta branch are stored in this branch.<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.