forked from Thunix/www
First site 2.0 copy
This commit is contained in:
11
old_site/FOOTER.php
Executable file
11
old_site/FOOTER.php
Executable file
@@ -0,0 +1,11 @@
|
||||
<hr>
|
||||
<p><address>
|
||||
<p>Copyright © 2018 <a href="/~amcclure">Anton McClure</a> <a href="mailto:amcclure@ttm.sh"><amcclure@ttm.sh></a><br>
|
||||
Copyright © 2018 <a href="/~ubergeek">Ubergeek</a> <a href="mailto:ubergeek@yourtilde.com"><ubergeek@yourtilde.com></a></p>
|
||||
<p>This page is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-nc-nd/4.0/">Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International License</a>. Permissions beyond the scope of this license may be available at <a xmlns:cc="http://creativecommons.org/ns#" href="/copyright.php" rel="cc:morePermissions">https://www.thunix.cf/copyright.php</a>.</p>
|
||||
<p><?php echo "Page last updated on " . date ("Y-m-d\TH:i:sO.", getlastmod());?></p>
|
||||
<p>You may have to refresh the page to see any changes or updates.</p>
|
||||
<p>All questions, comments, and concerns about this site should be emailed to <a href="mailto:amcclure@ttm.sh">amcclure@ttm.sh</a>.</p>
|
||||
</address></p>
|
||||
</body>
|
||||
</html>
|
||||
4
old_site/HEADER.php
Executable file
4
old_site/HEADER.php
Executable file
@@ -0,0 +1,4 @@
|
||||
<?php include 'HEADERS.php';?>
|
||||
<center><h1>thunix Shell Provider and Web Host</h1></center><hr>
|
||||
<center><p><?php include 'MENU.php';?></p></center>
|
||||
<hr>
|
||||
14
old_site/HEADERS.php
Executable file
14
old_site/HEADERS.php
Executable file
@@ -0,0 +1,14 @@
|
||||
<!DOCTYPE html>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
||||
<head>
|
||||
<link rev="made" href="mailto:amcclure@ttm.sh">
|
||||
<meta name="description" content="thunix Shell Provider and Web Host & thunix Phoenix Project">
|
||||
<meta name="author" content="Anton McClure">
|
||||
<meta name="keywords" content="thunix,Shell,Provider,And,Web,Host,Phoenix,UNIX,Linux,HTML,CSS,XML,JavaScript,Gnu,Ubuntu,Debian,Arch,Mirrors,Mirror,Forums,Tildeverse">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<link href="/site.css" rel="stylesheet" type="text/css" media="all">
|
||||
<script src=/site.js"></script>
|
||||
<link href="/favicon.png" rel="icon">
|
||||
</head>
|
||||
<body>
|
||||
5
old_site/MENU.php
Executable file
5
old_site/MENU.php
Executable file
@@ -0,0 +1,5 @@
|
||||
<a href="index.php">Home</a> |
|
||||
<a href="faq.php">FAQ</a> |
|
||||
<a href="tos.php">Terms of Service</a> |
|
||||
<a href="contact.php">Contact Us</a> |
|
||||
<a href="signup.php">Sign Up</a>
|
||||
5
old_site/contact.php
Executable file
5
old_site/contact.php
Executable file
@@ -0,0 +1,5 @@
|
||||
<?php include 'HEADER.php';?>
|
||||
<title>Contact Us - thunix Shell Provider and Web Host</title>
|
||||
<h2>Contact Us</h2>
|
||||
<p>(Coming soon)</p>
|
||||
<?php include 'FOOTER.php';?>
|
||||
5
old_site/copyright.php
Executable file
5
old_site/copyright.php
Executable file
@@ -0,0 +1,5 @@
|
||||
<?php include 'HEADER.php';?>
|
||||
<title>Copyright Notices and Acknowledgements - thunix Shell Provider and Web Host</title>
|
||||
<h2>Copyright Notices and Acknowledgements</h2>
|
||||
<p>(Coming soon)</p>
|
||||
<?php include 'FOOTER.php';?>
|
||||
8
old_site/donate.php
Executable file
8
old_site/donate.php
Executable file
@@ -0,0 +1,8 @@
|
||||
<?php include 'HEADER.php';?>
|
||||
<title> - thunix Shell Provider and Web Host</title>
|
||||
<h2>Donations</h2>
|
||||
<p>This server costs money to operate. It's also operated as a labor of love and goodwill for the community</p>
|
||||
<p>That being said, the price breakdown right now is 38Euro/month. So help with server costs, and time spent, for now, you can send some BTC my (ubergeek's) way</p>
|
||||
<p>1DFM3qY7XmCxGTFPATSQJVCNjvmWiVubGN</p>
|
||||
<p>I'll set up a Patreon or Liberapay soonish.</p>
|
||||
<?php include 'FOOTER.php';?>
|
||||
13
old_site/faq.php
Executable file
13
old_site/faq.php
Executable file
@@ -0,0 +1,13 @@
|
||||
<?php include 'HEADER.php';?>
|
||||
<title>Frequently Asked Questions - thunix Shell Provider and Web Host</title>
|
||||
<h2>Frequently Asked Questions</h2>
|
||||
|
||||
<p><b>How do I sign up for an account?</b><br>
|
||||
You can ask in #thunix on tilde.chat, or you can email amcclure (with the instructions on the main page).
|
||||
<p><b>Who is running thunix?</b><br>
|
||||
The current system administrators are <a href="/~amcclure">amcclure</a> and <a href="/~ubergeek">ubergeek</a>.
|
||||
<p><b>What happened to the old thunix? Why the name change?</b><br>
|
||||
The original machine and founder dissappeared without any warning to anyone, including server staff.
|
||||
For this reason, most things were not backed up. The founder hexhaxtron is currently not reachable,
|
||||
so we needed to obtain a new domain name, and a new set of machines.
|
||||
<?php include 'FOOTER.php';?>
|
||||
65
old_site/index.php
Executable file
65
old_site/index.php
Executable file
@@ -0,0 +1,65 @@
|
||||
<?php include 'HEADER.php';?>
|
||||
<title>thunix Home Page - thunix Shell Provider and Web Host</title>
|
||||
<h2>Welcome to thunix Shell Provider and Web Host!</h2>
|
||||
<h3>Main Resource On This Site</h3>
|
||||
<p>
|
||||
<ul>
|
||||
<li><a href="users.php">User Web Directories</a>;</li>
|
||||
<li><a href="server.php">Status of thunix Servers and Services</a>;</li>
|
||||
</ul>
|
||||
</p>
|
||||
|
||||
<h3>About thunix Shell Provider and Web Host</h3>
|
||||
<p>thunix offers Secure Shell (SSH) accounts, Web Hosting, Email Accounts,
|
||||
and many other services. It was founded by hexhaxtron in the Summer of 2017,
|
||||
and was continued by <a href="/~amcclure">amcclure</a> and <a href="/~ubergeek">ubergeek</a>
|
||||
since 2018. We aim to provide the best service possible with a wide variety of features,
|
||||
and we hope you have fun with it!</p>
|
||||
<h3>thunix Phoenix</h3>
|
||||
<p>The thunix Phoenix project aims to provide a new user experience for shell users, with
|
||||
integration into Ben Harris's Tildeverse network.</p>
|
||||
<p>Join us on IRC at tilde.chat in these channels:
|
||||
<ul>
|
||||
<li>#thunix - General discussion about thunix and thunix services, including issues. Shell-specific issues go in #phoenix.</li>
|
||||
<li>#phoenix - Discussion about the phoenix shell server, including issues.</li>
|
||||
</ul>
|
||||
</p>
|
||||
<p>If you want to sign up for an account, send an email to <a href="mailto:newuser@thunix.cf"><code><newuser@thunix.cf></code></a> with:
|
||||
<ul>
|
||||
<li>Your desired username (all lowercase, alphanumeric characters only, no spaces)</li>
|
||||
<li>An alternate username (in case the desired username is unavailable) (all lowercase, alphanumeric characters only, no spaces)</li>
|
||||
<li>Contact email address</li>
|
||||
<li>How you heard about thunix</li>
|
||||
<li>What interests you in thunix</li>
|
||||
<li>Public SSH Key</li>
|
||||
</ul>
|
||||
</p>
|
||||
<p>thunix tries to adhere to the values and philosophy of the Hacker Ethic whenever possible. The hacker ethics and beliefs as described by Levy are:
|
||||
<ul>
|
||||
<li>Access to computers - and anything which might teach you something about the way the world works - should be unlimited and total. Always yield to the Hands-On Imperative!</li>
|
||||
<li>All information should be free</li>
|
||||
<li>Mistrust authority - promote decentralization</li>
|
||||
<li>Hackers should be judged by their hacking, not criteria such as degrees, age, race, sex, or position</li>
|
||||
<li>You can create art and beauty on a computer</li>
|
||||
<li>Computers can change your life for the better</li>
|
||||
</ul>
|
||||
</p>
|
||||
<p>thunix will never use proprietary software but users can do that if they wish. This is something they should avoid however.</p>
|
||||
<p>If you want to help keep thunix running, please consider <a href="donate.php">donating</a>.</p>
|
||||
|
||||
<h3>Server Staff</h3>
|
||||
<ul>
|
||||
<li><a href="/~amcclure/"><b>Head Administrator:</b> Anton McClure</a></li>
|
||||
<li><a href="/~ubergeek/"><b>Administrator & Server Host:</b> Ubergeek</a></li>
|
||||
</ul>
|
||||
|
||||
<h3>Other information and resources</h3>
|
||||
<ul>
|
||||
<li>(Coming soon)</li>
|
||||
<!--<li><a href=""></a>;</li>-->
|
||||
</ul>
|
||||
<p>Note that most content on thunix are provided by thunix's users, not the owner of
|
||||
the server. Comments should be addressed to the owner of the web directory in the
|
||||
first instance - their email address here is <code><username>@thunix.cf</code>
|
||||
unless otherwise specified within their web directory.</p>
|
||||
<?php include 'FOOTER.php';?>
|
||||
5
old_site/page.php
Executable file
5
old_site/page.php
Executable file
@@ -0,0 +1,5 @@
|
||||
<?php include 'HEADER.php';?>
|
||||
<title> - thunix Shell Provider and Web Host</title>
|
||||
<h2></h2>
|
||||
<p></p>
|
||||
<?php include 'FOOTER.php';?>
|
||||
5
old_site/server.php
Executable file
5
old_site/server.php
Executable file
@@ -0,0 +1,5 @@
|
||||
<?php include 'HEADER.php';?>
|
||||
<title>Information and Announcements - thunix Shell Provider and Web Host</title>
|
||||
<h2>Information and Announcements</h2>
|
||||
<p>(Coming soon)</p>
|
||||
<?php include 'FOOTER.php';?>
|
||||
5
old_site/signup.php
Executable file
5
old_site/signup.php
Executable file
@@ -0,0 +1,5 @@
|
||||
<?php include 'HEADER.php';?>
|
||||
<title>Signup - thunix Shell Provider and Web Host</title>
|
||||
<h2>Signup</h2>
|
||||
<p>(Coming soon)</p>
|
||||
<?php include 'FOOTER.php';?>
|
||||
175
old_site/site.css
Normal file
175
old_site/site.css
Normal file
@@ -0,0 +1,175 @@
|
||||
/*
|
||||
COPYRIGHT (C) 2006-2018 Anton McClure
|
||||
Anton McClure - https://gozips.uakron.edu/~asm135
|
||||
|
||||
*/
|
||||
|
||||
body {
|
||||
color: #000000;
|
||||
background-color: #FFFFFF;
|
||||
/* font-family: "Times, Times New Roman", serif;*/
|
||||
margin: 0px 20px 0px 20px;
|
||||
}
|
||||
|
||||
a.glossary {
|
||||
border: 1px solid red;
|
||||
padding: 2px 2px;
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
/* Need hover for accessibility */
|
||||
a:link:hover {
|
||||
color: #9932CC;
|
||||
}
|
||||
|
||||
/* Larger font for mobile devices */
|
||||
@media screen and (max-device-width: 480px) {
|
||||
body {
|
||||
font-size: 175%;
|
||||
}
|
||||
}
|
||||
|
||||
li {
|
||||
margin-bottom: 8px;
|
||||
}
|
||||
|
||||
/* Header columns */
|
||||
|
||||
.columnt1 {
|
||||
width: 66%;
|
||||
float: left;
|
||||
text-align: center;
|
||||
border: solid 1px;
|
||||
border-radius: 4px 4px 4px 4px;
|
||||
}
|
||||
|
||||
.columnt1 a:link:hover, .columnt1 a:visited:hover {
|
||||
font-style: italic;
|
||||
text-shadow: 2px 2px 9px #f44;
|
||||
}
|
||||
|
||||
.columnt2 {
|
||||
width: 33%;
|
||||
float: right;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.nobr {
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
/* urgent action items*/
|
||||
.column1 {
|
||||
width: 31%;
|
||||
float: left;
|
||||
}
|
||||
|
||||
/* long term action items */
|
||||
.column2 {
|
||||
width: 31%;
|
||||
float: left;
|
||||
border-left: solid 1px;
|
||||
border-right: solid 1px;
|
||||
margin: 0px 10px 0px 10px;
|
||||
padding: 0px 10px 0px 10px;
|
||||
}
|
||||
|
||||
/* misc */
|
||||
.column3 {
|
||||
width: 31%;
|
||||
float: left;
|
||||
}
|
||||
|
||||
/* rest */
|
||||
.rest {
|
||||
width: 100%;
|
||||
float: left;
|
||||
}
|
||||
|
||||
:link { color: #1F00FF }
|
||||
:visited { color: #9900DD }
|
||||
div.c3 { margin-left: 2em }
|
||||
.c2 {
|
||||
text-align: center;
|
||||
width: 100%;
|
||||
font-weight: bold;
|
||||
font-style: italic;
|
||||
}
|
||||
h3.c1 {
|
||||
text-align: center;
|
||||
font-size: 30px;
|
||||
text-decoration: underline;
|
||||
}
|
||||
.titlelink { color: #000000 }
|
||||
.fullwide { width: 900px; }
|
||||
|
||||
#comic-container {
|
||||
position: relative;
|
||||
width: 100%;
|
||||
height: 122px;
|
||||
margin-bottom: 4px;
|
||||
}
|
||||
#comic {
|
||||
position: absolute;
|
||||
max-width: 406px;
|
||||
width: 100%;
|
||||
height: 122px;
|
||||
overflow: hidden;
|
||||
background-color: #fff;
|
||||
}
|
||||
#comic-expand img {
|
||||
display: none;
|
||||
}
|
||||
@media screen and (max-width: 1300px) {
|
||||
#comic { right: 0px; }
|
||||
#comic:hover {
|
||||
width: 406px;
|
||||
padding: 0;
|
||||
transition: width .4s ease-out, box-shadow 1s ease, transform .8s ease;
|
||||
}
|
||||
#comic-expand {
|
||||
position: absolute;
|
||||
display: block;
|
||||
right: 0;
|
||||
width: 32px;
|
||||
height: 160px;
|
||||
border-right: 1px solid blue;
|
||||
}
|
||||
#comic-expand img {
|
||||
position: absolute;
|
||||
display: block;
|
||||
bottom: 35px;
|
||||
}
|
||||
}
|
||||
|
||||
sub {
|
||||
line-height: 0.25em;
|
||||
font-size: 70%;
|
||||
vertical-align: -.05em;
|
||||
}
|
||||
sup {
|
||||
line-height: 0.25em;
|
||||
font-size: 70%;
|
||||
vertical-align: 0.7em;
|
||||
}
|
||||
.footnote {
|
||||
font-size: 90%;
|
||||
padding-left: 0.9em;
|
||||
text-indent: -0.9em;
|
||||
}
|
||||
.footnote sup {
|
||||
line-height: 0.25em;
|
||||
font-size: 78%;
|
||||
vertical-align: 0.4em;
|
||||
}
|
||||
|
||||
.vol {
|
||||
margin-left: 5%;
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
}
|
||||
|
||||
div.comp {
|
||||
margin: 0 auto;
|
||||
width: 98%;
|
||||
}
|
||||
|
||||
0
old_site/site.js
Normal file
0
old_site/site.js
Normal file
26
old_site/tos.php
Executable file
26
old_site/tos.php
Executable file
@@ -0,0 +1,26 @@
|
||||
<?php include 'HEADER.php';?>
|
||||
<title>Terms of Service and Privacy Policy - thunix Shell Provider and Web Host</title>
|
||||
<h2>Terms of Service and Privacy Policy</h2>
|
||||
<p>Nothing is without its rules & regulations; thunix is no exception. Below are the site's service terms & privacy policy. Everything in this page should be clear to everyone who wishes to use thunix's services, especially the service terms; failure to abide by them can result in such penalties as service bans & even legal action, depending on the severity of a violation. Be sure to read the terms carefully & understand them.</p>
|
||||
<h3>Terms of Service</h3>
|
||||
<p>thunix relies on the common courtesy and consideration of users to make its services fair for everyone. The following offences will result in a service ban:</p>
|
||||
<ol>
|
||||
<li>Deliberately defacing the accounts of other users</li>
|
||||
<li>Deliberately trying to disrupt thunix's server</li>
|
||||
<li>Using thunix as a launch pad for disrupting other servers</li>
|
||||
<li>Using thunix to impersonate other websites and businesses for criminal purposes</li>
|
||||
<li>Storing/distributing pornography of any genre and medium (especially child pornography)</li>
|
||||
<li>Storing/distributing content that defames any individual</li>
|
||||
<li>Promoting racial, ethnic, religious, political & other forms of bigotry</li>
|
||||
<li>Mining cryptocurrencies</li>
|
||||
</ol>
|
||||
<p>Items 4, 5, 6 & 7 may also result in legal action against any offending users, depending on the severity of each case and any other individuals who may have been affected.</p>
|
||||
<p>Copyright infringement is not allowed on thunix, and we will not allow any illegal content to be distributed.</p>
|
||||
<p>It's also expected that all users respect the copyrights of those who produce original content of any kind (only share if the author or license grants you permission). However, using accounts for external file storage is permissible, under fair use & other laws promoting consumer rights. Note that original content from other users must also be respected, though creating/sharing public domain content is highly encouraged.</p>
|
||||
<p>If you want to request for content you own the copyright for to be removed from thunix, please email <a href="mailto:amcclure@ttm.sh"><code><amcclure@ttm.sh></code></a>.
|
||||
In the email, please identify who you are, if you are the copyright holder or legally representing them, the exact files you want removed with links to the files and infringed content, and contact information such as phone numbers or a reply-to email address.</p>
|
||||
<p>Users that repeatedly infringe copyrights will have their account removed. Depending on the degree of the offense, their account may be removed immediately.</p>
|
||||
<h3>Privacy Policy</h3>
|
||||
<p>Privacy is a major concern for everyone. thunix respects the privacy rights of others & refuses to collect/store/distribute anyone's private information, except when necessary; thunix collects usernames & encrypted passwords for account registration purposes only, while logging IP addresses for server administration & policy enforcement purposes. The privacy rights of individual users may be overturned ONLY when it is known that they have violated the service terms; this is done strictly to uphold the service terms as well as the law.</p>
|
||||
</p>
|
||||
<?php include 'FOOTER.php';?>
|
||||
49
old_site/users.php
Executable file
49
old_site/users.php
Executable file
@@ -0,0 +1,49 @@
|
||||
<?php include 'HEADER.php';?>
|
||||
<title>User Web Directories - thunix Shell Provider and Web Host</title>
|
||||
<h2>User Web Directories</h2>
|
||||
<!-- Leave this section for now.
|
||||
<h3>Summit</h3>
|
||||
<ul>
|
||||
<li><a href="/~amcclure/">Anton McClure</a> (amcclure)</li>
|
||||
<li><a href="/~ubergeek/">~Ubergeek</a> (ubergeek)</li>
|
||||
</ul>
|
||||
-->
|
||||
<h3>Phoenix</h3>
|
||||
<ul>
|
||||
<!--<li><a href="//phoenix.thunix.cf/~/"></a></li>-->
|
||||
<li><a href="/~amcclure/">amcclure</a></li>
|
||||
<li><a href="/~ubergeek/">ubergeek</a></li>
|
||||
<li><a href="/~naglfar/">naglfar</a></li>
|
||||
<li><a href="/~parik/">parik</a></li>
|
||||
<li><a href="/~fosslinux/">fosslinux</a></li>
|
||||
<li><a href="/~slip/">slip</a></li>
|
||||
<li><a href="/~quetzalcoatl/">quetzalcoatl</a></li>
|
||||
<li><a href="/~redhat/">redhat</a></li>
|
||||
<li><a href="/~gokce/">gokce</a></li>
|
||||
<li><a href="/~r/">r</a></li>
|
||||
<li><a href="/~brendantcc/">brendantcc</a></li>
|
||||
<li><a href="/~dragon/">dragon</a></li>
|
||||
<li><a href="/~spanmer/">spanmer</a></li>
|
||||
<li><a href="/~panzer/">panzer</a></li>
|
||||
<li><a href="/~hawaii/">hawaii</a></li>
|
||||
<li><a href="/~trip/">trip</a></li>
|
||||
<li><a href="/~xenialito69/">xenialito69</a></li>
|
||||
<li><a href="/~freuddy/">freuddy</a></li>
|
||||
<li><a href="/~ringo/">ringo</a></li>
|
||||
<li><a href="/~hexhaxtron/">hexhaxtron</a></li>
|
||||
</ul>
|
||||
|
||||
<p>Note that most content on thunix are provided by thunix's users, not the owner of
|
||||
the server. Comments should be addressed to the owner of the web directory in the
|
||||
first instance - their email address here is
|
||||
<code><username>@thunix.cf</code>,
|
||||
unless otherwise specified within their web directory.</p>
|
||||
<p>
|
||||
If there is a problem which is not resolved by
|
||||
the owner of the web directory, please contact
|
||||
<a href="mailto:amcclure@ttm.sh"><code>amcclure@ttm.sh</code></a>.
|
||||
</p>
|
||||
|
||||
<p>If you want to be added or removed from this list, please contact
|
||||
<a href="mailto:amcclure@ttm.sh"><code>amcclure@ttm.sh</code></a>.
|
||||
<?php include 'FOOTER.php';?>
|
||||
Reference in New Issue
Block a user