website/README.md

50 lines
1.6 KiB
Markdown

<h1>Website</h1>
<p>Inferencium website.</p>
<br>
<br>
<h2>Licensing</h2>
<p>All content is licensed under <a href="stable/license/BSD-3-Clause-Clear.txt"
>BSD-3-Clause-Clear</a> license&#42;.<br>
<br>
&#42;Exceptions:<br>
<ol>
<li>All content outside of code, including personal content such as blog posts, is copyrighted and
cannot be distributed or modified without explicit consent from Inferencium.</li></p>
</ol>
<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>
<br>
Inferencium takes no responsibility for any security issues which may arise due to usage of this
repository.</p>
<br>
<br>
<h2>Branches</h2>
<h3><a href="https://git.inferencium.net/Inferencium/website/src/branch/main/"
>main</a></h3>
<p>Website root directory files pre-alpha development and alpha testing happens in this branch.</p>
<br>
<h3>asset</h3>
<p>Website asset, including multimedia, files pre-alpha development and alpha testing happens in
this branch.</p>
<br>
<h3>blog</h3>
<p>Website blog files pre-alpha development and alpha testing happens in this branch.</p>
<br>
<h3>contact</h3>
<p>Website contact files pre-alpha development and alpha testing happens in this branch.</p>
<br>
<h3>license</h3>
<p>Website license files pre-alpha and alpha testing happens in this branch.</p>
<br>
<h3>beta</h3>
<p>Feature-complete beta testing of merged code from development branches happens in this
branch.</p>
<br>
<h3>stable</h3>
<p>Completed and tested versions from beta branch are stored in this branch.<br>
This branch contains files used in production.</p>
<br>