Added binaries and started download page

This commit is contained in:
Andrew Lee 2020-09-03 12:00:48 -04:00
parent a4eaec365e
commit 627ade31e2
Signed by: andrew
GPG key ID: 4DCE67C47836D125
27 changed files with 86 additions and 1 deletions

5
README.md Normal file
View file

@ -0,0 +1,5 @@
# ShiftOS Archive
Where you see information about ShiftOS.
# Submitting a ShiftOS binary
If you have a ShiftOS binary, zip it (if it has dependencies) then put it on `assets/downloads/(version here)`.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View file

@ -0,0 +1,58 @@
ShiftOS 0.0.8 license
This document is auto-extracted from the ShiftOS executable, by using ShiftOS you are agreeing to these terms:
## Definitions
- "The program", "the executable" or "ShiftOS" refers to the distributed ShiftOS binary executable program. (e.g: ShiftOS.exe)
- "Source" code refers to the decompiled code of ShiftOS (e.g: ShiftOSDesktop.vb)
## You can:
- Redistribute the executable for free provided this license in included
- Use ShiftOS for any purpose provide you do not modify the program in any way
## You cannot:
- Use this program to restrict users (e.g. using this software to implement DRM standards)
- Redistribute copies of this source code to non-maintainers
- Decompile the executable or attempt to view/access the source code in any other way without the prior permission of a lead developer.
- Modify the program in anyway*
- Sublicense
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE
FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
*Excludes Developers
Credits:
Phillip Adams (DevX) - Founder, Developer of versions 0.0.1 to 0.0.8 beta 1.1
William Satterthwaite (william.1008) - Donator, Lead Developer (of 0.0.8 beta 2 onwards)
Rhobariii - Developer
NarodGaming - Developer
Pfgshiftos - Developer
phillips1012 - setup bitbucket repositories
PCTransformer - Developed OrcWrite program
Cattacus - Donator
Kiwi7 - Donator
A Big Thanks to all member of the ShiftOS forums member for your support to the development of ShiftOS
http://shiftos.net

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View file

@ -9,6 +9,28 @@
<title>ShiftOS: Downloads</title>
</head>
<body>
<h1>ShiftOS Downloads</h1>
<p><a href="/">Return to homepage</a></p>
<p>Download ShiftOS here! This contains the ShiftOS 0.0.x source code and ShiftOS 0.0.x files.</p>
<p>If you have files for ShiftOS, feel free to make a pull request to this repo!</p>
<h1>ShiftOS 0.0.x</h1>
<p>NOTE: From ShiftOS 0.0.4.1 to 0.0.6.2, it used to send user's information to the ShiftOS email. As of 2020, this no longer works.</p>
<ul>
<li>ShiftOS Source Code</li>
<li>ShiftOS 0.0.8 Skins</li>
<li>ShiftOS 0.0.4.1</li>
<li>ShiftOS 0.0.6.2</li>
<li>ShiftOS 0.0.7 Alpha 4.1</li>
<li>ShiftOS 0.0.7 RC 4</li>
<li>ShiftOS 0.0.8</li>
<li>ShiftOS 0.0.9 Alpha 1</li>
</ul>
<h1>ShiftOS-Next</h1>
<h1>ShiftOS C#</h1>
<h1>ShiftOS 1.0</h1>
<h1>ShiftOS Rewind</h1>
<h1>ShiftOS Challenge (.NET Core)</h1>
<p>This was originally made by Alkaline Thunder. But it was ported to .NET Core by Alee14</p>
<a href="https://github.com/Alee14/shiftos-challenge">Source code</a>
</body>
</html>