diff options
| author | Andrew Lee <[email protected]> | 2020-09-03 12:00:48 -0400 |
|---|---|---|
| committer | Andrew Lee <[email protected]> | 2020-09-03 12:00:48 -0400 |
| commit | 627ade31e2e89cea2267566da09dfb7861e73f4c (patch) | |
| tree | 6ab5fbdd74f1aab0d53a6a3a59171c5492856794 | |
| parent | a4eaec365e94c4eb3ad1dd951e47141af79733ce (diff) | |
| download | shiftos-archive-website-627ade31e2e89cea2267566da09dfb7861e73f4c.tar.gz shiftos-archive-website-627ade31e2e89cea2267566da09dfb7861e73f4c.tar.bz2 shiftos-archive-website-627ade31e2e89cea2267566da09dfb7861e73f4c.zip | |
Added binaries and started download page
27 files changed, 86 insertions, 1 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..ff13d5d --- /dev/null +++ b/README.md @@ -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)`.
\ No newline at end of file diff --git a/assets/downloads/0.0.x/AxInterop.WMPLib.dll b/assets/downloads/0.0.x/AxInterop.WMPLib.dll Binary files differnew file mode 100755 index 0000000..0d8a4ce --- /dev/null +++ b/assets/downloads/0.0.x/AxInterop.WMPLib.dll diff --git a/assets/downloads/0.0.x/Interop.WMPLib.dll b/assets/downloads/0.0.x/Interop.WMPLib.dll Binary files differnew file mode 100755 index 0000000..d53b3b9 --- /dev/null +++ b/assets/downloads/0.0.x/Interop.WMPLib.dll diff --git a/assets/downloads/0.0.x/ShiftOS 0.0.6.2.exe b/assets/downloads/0.0.x/ShiftOS 0.0.6.2.exe Binary files differnew file mode 100755 index 0000000..8b49057 --- /dev/null +++ b/assets/downloads/0.0.x/ShiftOS 0.0.6.2.exe diff --git a/assets/downloads/0.0.x/ShiftOS 0.0.7 Alpha 4 Skin Pack.zip b/assets/downloads/0.0.x/ShiftOS 0.0.7 Alpha 4 Skin Pack.zip Binary files differnew file mode 100755 index 0000000..d577681 --- /dev/null +++ b/assets/downloads/0.0.x/ShiftOS 0.0.7 Alpha 4 Skin Pack.zip diff --git a/assets/downloads/0.0.x/ShiftOS 0.0.7 Alpha 4.1.exe b/assets/downloads/0.0.x/ShiftOS 0.0.7 Alpha 4.1.exe Binary files differnew file mode 100755 index 0000000..a5a7ffe --- /dev/null +++ b/assets/downloads/0.0.x/ShiftOS 0.0.7 Alpha 4.1.exe diff --git a/assets/downloads/0.0.x/ShiftOS 0.0.9 Alpha 1.exe b/assets/downloads/0.0.x/ShiftOS 0.0.9 Alpha 1.exe Binary files differnew file mode 100755 index 0000000..c419c91 --- /dev/null +++ b/assets/downloads/0.0.x/ShiftOS 0.0.9 Alpha 1.exe diff --git a/assets/downloads/0.0.x/ShiftOS License.txt b/assets/downloads/0.0.x/ShiftOS License.txt new file mode 100755 index 0000000..00424e7 --- /dev/null +++ b/assets/downloads/0.0.x/ShiftOS License.txt @@ -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
\ No newline at end of file diff --git a/assets/downloads/0.0.x/ShiftOS Mod Development package/Mod Packer.exe b/assets/downloads/0.0.x/ShiftOS Mod Development package/Mod Packer.exe Binary files differnew file mode 100755 index 0000000..79340ce --- /dev/null +++ b/assets/downloads/0.0.x/ShiftOS Mod Development package/Mod Packer.exe diff --git a/assets/downloads/0.0.x/ShiftOS Mod Development package/ShiftOS - Modding enabled.exe b/assets/downloads/0.0.x/ShiftOS Mod Development package/ShiftOS - Modding enabled.exe Binary files differnew file mode 100755 index 0000000..03702af --- /dev/null +++ b/assets/downloads/0.0.x/ShiftOS Mod Development package/ShiftOS - Modding enabled.exe diff --git a/assets/downloads/0.0.x/ShiftOS Mod Development package/ShiftOS Mod Template version 0.1.zip b/assets/downloads/0.0.x/ShiftOS Mod Development package/ShiftOS Mod Template version 0.1.zip Binary files differnew file mode 100755 index 0000000..9944797 --- /dev/null +++ b/assets/downloads/0.0.x/ShiftOS Mod Development package/ShiftOS Mod Template version 0.1.zip diff --git a/assets/downloads/0.0.x/ShiftOS Mod Development package/ShiftOS Modding documentation.odt b/assets/downloads/0.0.x/ShiftOS Mod Development package/ShiftOS Modding documentation.odt Binary files differnew file mode 100755 index 0000000..10a4903 --- /dev/null +++ b/assets/downloads/0.0.x/ShiftOS Mod Development package/ShiftOS Modding documentation.odt diff --git a/assets/downloads/0.0.x/ShiftOS_0.0.8_Public_Release.exe b/assets/downloads/0.0.x/ShiftOS_0.0.8_Public_Release.exe Binary files differnew file mode 100755 index 0000000..cddbcba --- /dev/null +++ b/assets/downloads/0.0.x/ShiftOS_0.0.8_Public_Release.exe diff --git a/assets/downloads/0.0.x/shiftos 0.0.4.1 (run as admin!).exe b/assets/downloads/0.0.x/shiftos 0.0.4.1 (run as admin!).exe Binary files differnew file mode 100755 index 0000000..1a55080 --- /dev/null +++ b/assets/downloads/0.0.x/shiftos 0.0.4.1 (run as admin!).exe diff --git a/assets/downloads/0.0.x/shiftos-skins.tar.gz b/assets/downloads/0.0.x/shiftos-skins.tar.gz Binary files differnew file mode 100755 index 0000000..75809e0 --- /dev/null +++ b/assets/downloads/0.0.x/shiftos-skins.tar.gz diff --git a/assets/downloads/0.0.x/shiftos-src.tar.gz b/assets/downloads/0.0.x/shiftos-src.tar.gz Binary files differnew file mode 100755 index 0000000..5b56c00 --- /dev/null +++ b/assets/downloads/0.0.x/shiftos-src.tar.gz diff --git a/assets/downloads/0.0.x/shiftos_0.0.7_rc4.exe b/assets/downloads/0.0.x/shiftos_0.0.7_rc4.exe Binary files differnew file mode 100644 index 0000000..088d568 --- /dev/null +++ b/assets/downloads/0.0.x/shiftos_0.0.7_rc4.exe diff --git a/assets/downloads/next/ShiftOS Next 0.0.1 Alpha 2.exe b/assets/downloads/next/ShiftOS Next 0.0.1 Alpha 2.exe Binary files differnew file mode 100644 index 0000000..27ace56 --- /dev/null +++ b/assets/downloads/next/ShiftOS Next 0.0.1 Alpha 2.exe diff --git a/assets/downloads/next/ShiftOS Next 0.0.1 Beta 1.1.exe b/assets/downloads/next/ShiftOS Next 0.0.1 Beta 1.1.exe Binary files differnew file mode 100644 index 0000000..e5e9a13 --- /dev/null +++ b/assets/downloads/next/ShiftOS Next 0.0.1 Beta 1.1.exe diff --git a/assets/downloads/next/ShiftOS Next 0.0.1 Beta 1.exe b/assets/downloads/next/ShiftOS Next 0.0.1 Beta 1.exe Binary files differnew file mode 100644 index 0000000..c5ea941 --- /dev/null +++ b/assets/downloads/next/ShiftOS Next 0.0.1 Beta 1.exe diff --git a/assets/downloads/next/ShiftOS Next 0.0.1 Beta 2.exe b/assets/downloads/next/ShiftOS Next 0.0.1 Beta 2.exe Binary files differnew file mode 100644 index 0000000..b36d342 --- /dev/null +++ b/assets/downloads/next/ShiftOS Next 0.0.1 Beta 2.exe diff --git a/assets/downloads/next/ShiftOS Next 0.0.1 RC1.exe b/assets/downloads/next/ShiftOS Next 0.0.1 RC1.exe Binary files differnew file mode 100644 index 0000000..fcffa79 --- /dev/null +++ b/assets/downloads/next/ShiftOS Next 0.0.1 RC1.exe diff --git a/assets/downloads/next/ShiftOS-Next.0.0.2.Alpha.1.exe b/assets/downloads/next/ShiftOS-Next.0.0.2.Alpha.1.exe Binary files differnew file mode 100644 index 0000000..8dc92ac --- /dev/null +++ b/assets/downloads/next/ShiftOS-Next.0.0.2.Alpha.1.exe diff --git a/assets/downloads/next/ShiftOS.Next.0.0.2.Alpha.2.1.exe b/assets/downloads/next/ShiftOS.Next.0.0.2.Alpha.2.1.exe Binary files differnew file mode 100644 index 0000000..2017ce4 --- /dev/null +++ b/assets/downloads/next/ShiftOS.Next.0.0.2.Alpha.2.1.exe diff --git a/assets/downloads/next/shiftos_next.0.0.2.Alpha.3.1.exe b/assets/downloads/next/shiftos_next.0.0.2.Alpha.3.1.exe Binary files differnew file mode 100644 index 0000000..9e4cf94 --- /dev/null +++ b/assets/downloads/next/shiftos_next.0.0.2.Alpha.3.1.exe diff --git a/assets/downloads/shiftos_dotnet.zip b/assets/downloads/shiftos_dotnet.zip Binary files differnew file mode 100644 index 0000000..d50539b --- /dev/null +++ b/assets/downloads/shiftos_dotnet.zip diff --git a/downloads.html b/downloads.html index f7522c2..c49e359 100644 --- a/downloads.html +++ b/downloads.html @@ -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>
\ No newline at end of file |
