Summit no longer accepting users

This commit is contained in:
Anton McClure 2020-11-29 15:04:45 +00:00
parent 21852f0a78
commit b7abba1eb1
No known key found for this signature in database
GPG Key ID: 1603F41AB3C2B11E
1 changed files with 2 additions and 17 deletions

View File

@ -1,21 +1,6 @@
<?php require_once '/var/www/tilde/server/header1.php';
$PageTitle = "Join summit";
require_once '/var/www/tilde/server/header2.php'; ?>
<p><strong>Thank you for your interest in joining summit!</strong></p>
<p>Please fill out this form and we will get back to you as soon as possible.</p>
<p>Note: What you enter for "Your full name or pseudonym" and "Your desired username" if accepted will be visible on the home page in the Users section as "Fullname/pseudonym (~username)". If you do not wish to enter your full name, your username will be sufficient.
<hr>
<?php
echo '<form method="post">';
include './signup-handler.php';
echo '<p><input name="fullname" type="text" class="form-control" placeholder="Your Full Name" required=""></p>';
echo '<p><input name="username" type="text" class="form-control" placeholder="Your Desired Username (numbers and lowercase letters only, no spaces)" required=""></p>';
echo '<p><input name="email" type="text" class="form-control" placeholder="Contact Email Address" required=""></p>';
echo '<p><textarea name="interest" class="form-control" rows="10" placeholder="What Interests You About Summit" required=""></textarea></p>';
echo '<p><textarea name="sshkey" class="form-control" rows="10" placeholder="Your SSH Public Key (ED25519 Preferred)" required=""></textarea></p>';
echo '<p><em>By signing up and using summit, I agree to the <a href="https://summit.tildex.com/legal/terms">Terms of Use</a>, <a href="https://summit.tildex.com/legal/conduct">Code of Conduct</a>, and <a href="https://summit.tildex.com/legal/privacy">Privacy Policy</a> for summit services.</label></p>';
echo '</em></p>';
echo '<p><input name="submit" type="submit" class="btn-block" value="Send Message"></p>';
echo '</form>';
?>
<p><strong>Summit Pubnix is no longer accepting new users.</strong></p>
<p>On 28 November 2020, the provider for the subdomain Summit Pubnix is using sent a notice that the domain will be shut down at some time in 2021 since they're planning on using <code>tildex.com</code> for some of their own projects. We are no longer accepting new users to Summit Pubnix for this reason. New and existing users are encouraged to join <strong><code><a href="//tilde.pw">tilde.pw</a></code></strong> instead. We hope to see you there!</p>
<?php require_once '/var/www/tilde/server/footer.php' ?>