Update readme to clarify new branch structure. Add links to license and branches for faster and easier navigation.
This commit is contained in:
commit
aa452c1788
39
README.md
39
README.md
@ -3,7 +3,8 @@
|
||||
<br>
|
||||
<br>
|
||||
<h2>Licensing</h2>
|
||||
<p>All content is licensed under BSD-3-Clause-Clear license*.<br>
|
||||
<p>All content is licensed under <a href="https://git.inferencium.net/Inferencium/website/src/branch/stable/license/BSD-3-Clause-Clear.txt"
|
||||
>BSD-3-Clause-Clear</a> license*.<br>
|
||||
<br>
|
||||
*Exceptions:<br>
|
||||
<ol>
|
||||
@ -21,12 +22,34 @@ repository.</p>
|
||||
<br>
|
||||
<br>
|
||||
<h2>Branches</h2>
|
||||
<h3>dev</h3>
|
||||
<p>Development branch. All pre-alpha development and alpha testing happens here.<br>
|
||||
<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>beta</h3>
|
||||
<p>Beta branch. All beta testing happens here.</p>
|
||||
<h3><a href="https://git.inferencium.net/Inferencium/website/src/branch/asset/"
|
||||
>asset</a></h3>
|
||||
<p>Website asset, including multimedia, files pre-alpha development and alpha testing happens in
|
||||
this branch.</p>
|
||||
<br>
|
||||
<h3><a href="https://git.inferencium.net/Inferencium/website/src/branch/blog/"
|
||||
>blog</a></h3>
|
||||
<p>Website blog files pre-alpha development and alpha testing happens in this branch.</p>
|
||||
<br>
|
||||
<h3><a href="https://git.inferencium.net/Inferencium/website/src/branch/contact/"
|
||||
>contact</a></h3>
|
||||
<p>Website contact files pre-alpha development and alpha testing happens in this branch.</p>
|
||||
<br>
|
||||
<h3><a href="https://git.inferencium.net/Inferencium/website/src/branch/license/"
|
||||
>license</a></h3>
|
||||
<p>Website license files pre-alpha and alpha testing happens in this branch.</p>
|
||||
<br>
|
||||
<h3><a href="https://git.inferencium.net/Inferencium/website/src/branch/beta/"
|
||||
>beta</a></h3>
|
||||
<p>Feature-complete beta testing of merged code from development branches happens in this
|
||||
branch.</p>
|
||||
<br>
|
||||
<h3><a href="https://git.inferencium.net/Inferencium/website/src/branch/"
|
||||
>stable</a></h3>
|
||||
<p>Completed and tested versions from beta branch are stored in this branch.<br>
|
||||
This branch contains files used in production.</p>
|
||||
<br>
|
||||
<h3>stable</h3>
|
||||
<p>Stable branch. Complete and stable versions are stored here.<br/>
|
||||
<br/>
|
||||
|
Loading…
x
Reference in New Issue
Block a user