Delete 'old_site/index.php'

This commit is contained in:
TechEmporium 2019-01-12 15:21:29 -05:00
parent 6b8c92161e
commit 5931e8f613
1 changed files with 0 additions and 65 deletions

View File

@ -1,65 +0,0 @@
<?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>&lt;newuser@thunix.cf&gt;</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>&lt;username&gt;@thunix.cf</code>
unless otherwise specified within their web directory.</p>
<?php include 'FOOTER.php';?>