Compare commits

...

4 Commits
main ... main

6 changed files with 12 additions and 12 deletions

View File

@ -1,6 +1,6 @@
name: tel.tilde.org.nz name: neotilde.tel
description: neo-tildetel - a PBX for the tildeverse description: neo-tildetel - a PBX for the tildeverse
url: https://tel.tilde.org.nz url: https://neotilde.tel
baseurl: '' baseurl: ''
smolcaptcha_url: "https://httpbin.org/status/418" smolcaptcha_url: "https://httpbin.org/status/418"

View File

@ -6,7 +6,7 @@
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>{% if page.title %}{{ page.title }} &raquo; {% endif %}tel.tilde.org.nz</title> <title>{% if page.title %}{{ page.title }} &raquo; {% endif %}{{ site.name }}</title>
<link rel="stylesheet" href="{{ site.baseurl }}/styles.css"> <link rel="stylesheet" href="{{ site.baseurl }}/styles.css">
<link rel="icon" href="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22><text y=%22.9em%22 font-size=%2280%22>☎️</text></svg>"> <link rel="icon" href="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22><text y=%22.9em%22 font-size=%2280%22>☎️</text></svg>">
</head> </head>

View File

@ -27,8 +27,8 @@ title: phonebook
<h2>The community</h2> <h2>The community</h2>
<p> <p>
Want a <code>tel.tilde.org.nz</code> number? Want a <code>neotilde.tel</code> number?
<a href="https://tel.tilde.org.nz/register/"> <a href="https://neotilde.tel/register/">
Click here for the registration form! Click here for the registration form!
</a> </a>
</p> </p>
@ -59,7 +59,7 @@ title: phonebook
<h2>PSTN dial-in</h2> <h2>PSTN dial-in</h2>
<p> <p>
You can dial in to a <code>tel.tilde.org.nz</code> number from the PSTN You can dial in to a <code>neotilde.tel</code> number from the PSTN
by calling one of these numbers, then entering an extension. by calling one of these numbers, then entering an extension.
</p> </p>
<p> <p>

View File

@ -1,9 +1,9 @@
--- ---
layout: page layout: page
title: register for tel.tilde.org.nz title: register for neotilde.tel
--- ---
Registrations for `tel.tilde.org.nz` Registrations for `neotilde.tel`
are currently unavailable. are currently unavailable.
Please check back later, Please check back later,

View File

@ -1,6 +1,6 @@
--- ---
layout: page layout: page
title: register for tel.tilde.org.nz title: register for neotilde.tel
php_session: true php_session: true
--- ---
@ -95,7 +95,7 @@ if ($_SERVER['REQUEST_METHOD'] === 'POST') {
<input id="reg_tilde" name="tilde" type="text" placeholder="Tilde / Pubnix"> <input id="reg_tilde" name="tilde" type="text" placeholder="Tilde / Pubnix">
<label for="reg_msg">Message (optional):</label> <label for="reg_msg">Message (optional):</label>
<textarea id="reg_msg" name="reg_msg"></textarea> <textarea id="reg_msg" name="msg"></textarea>
<div class="form-captcha"> <div class="form-captcha">
<label for="reg_captcha">What is the answer to the below equation?</label> <label for="reg_captcha">What is the answer to the below equation?</label>

View File

@ -25,7 +25,7 @@ title: what happened to tilde.tel?
<p> <p>
If you had a <code>tilde.tel</code> account, you can request an account on If you had a <code>tilde.tel</code> account, you can request an account on
<code>tel.tilde.org.nz</code> with the same phone number (all previous ~tel <code>neotilde.tel</code> with the same phone number (all previous ~tel
numbers have been reserved), just mention your old ~tel number(s) - or your numbers have been reserved), just mention your old ~tel number(s) - or your
tilde and username if you don't remember your number - to have an account tilde and username if you don't remember your number - to have an account
created for you. created for you.
@ -33,7 +33,7 @@ title: what happened to tilde.tel?
<p> <p>
cat has (very kindly) handed over control of the <code>#tildetel</code> IRC cat has (very kindly) handed over control of the <code>#tildetel</code> IRC
channel, so that's the place for <code>tel.tilde.org.nz</code> support (and channel, so that's the place for <code>neotilde.tel</code> support (and
general chat about telephony and such!) general chat about telephony and such!)
</p> </p>
</section> </section>