Compare commits

..

16 Commits
main ... main

Author SHA1 Message Date
Brendan Webb 76bc2c91f0 Merge remote-tracking branch 'origin/main' into main 2021-11-25 19:58:27 +11:00
Brendan Webb 73eef5f7d1 update 20210120-rip-tilde-tel.txt
reflects changes made on the original phlog post, available at gopher://brendo.org/0/phlog/20210120-rip-tilde-tel.txt
2021-11-25 19:58:12 +11:00
Brendan Webb 706a3577c9 attempt to merge fixes 2021-11-25 19:57:53 +11:00
Brendan Webb fe7da2edc0 add "register" link to the homepage
so darcy doesn't have to! :D
2021-11-25 19:54:38 +11:00
Brendan Webb 535cb7962a add register link
so darcy doesn't have to
2021-11-25 19:52:53 +11:00
Brendan Webb d46636df9c fix tiny little typo in my post
i'll update this on my phlog right after submitting the PR.
if you don't see the change, please remind me.
2021-11-25 19:52:53 +11:00
Brendan Webb c167dfe4ed updated mirror 2021-11-25 19:51:42 +11:00
Brendan Webb 0fe699d838 add register link
so darcy doesn't have to
2021-11-25 19:49:57 +11:00
Brendan Webb 7dd44491c4 fix tiny little typo in my post
i'll update this on my phlog right after submitting the PR.
if you don't see the change, please remind me.
2021-11-25 19:49:57 +11:00
Brendan Webb 96b9ca917d update 20210120-rip-tilde-tel.txt
reflects changes made on the original phlog post, available at gopher://brendo.org/0/phlog/20210120-rip-tilde-tel.txt
2021-11-25 08:38:54 +00:00
Brendan Webb 1f64b85aa6 pull from upstream
resolves #1.
2021-11-25 08:36:09 +00:00
Brendan Webb c28509204a Revert "add "register" link to the homepage"
This reverts commit 3f3b0720e6.
2021-11-25 19:34:53 +11:00
Brendan Webb e2c05c232a add register link
so darcy doesn't have to
2021-09-03 00:33:15 +00:00
Brendan Webb c20b57ab9a fix tiny little typo in my post
i'll update this on my phlog right after submitting the PR.
if you don't see the change, please remind me.
2021-09-03 00:30:07 +00:00
Brendan Webb 2cfe2a8c25 replace "message darcy..." with "simply register here" with link
again, so darcy doesn't have to! :D
2021-09-03 00:28:52 +00:00
Brendan Webb 3f3b0720e6 add "register" link to the homepage
so darcy doesn't have to! :D
2021-09-03 00:25:57 +00:00
8 changed files with 62 additions and 46 deletions

View File

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

View File

@ -6,7 +6,7 @@
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>{% if page.title %}{{ page.title }} &raquo; {% endif %}{{ site.name }}</title>
<title>{% if page.title %}{{ page.title }} &raquo; {% endif %}tel.tilde.org.nz</title>
<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>">
</head>

View File

@ -8,6 +8,10 @@ layout: base
<ul class="inline-list">
<li><a href="/phonebook/">phonebook</a></li>
<li><a href="/the-original/">the original</a></li>
<<<<<<< HEAD
<<<<<<< HEAD
<li><a href="https://tel.tilde.org.nz/register/">request account</a></li>
=======
>>>>>>> Revert "add "register" link to the homepage"
</ul>
</main>

View File

@ -27,10 +27,20 @@ title: phonebook
<h2>The community</h2>
<p>
Want a <code>neotilde.tel</code> number?
<a href="https://neotilde.tel/register/">
<<<<<<< HEAD
Want a <code>tel.tilde.org.nz</code> number?
<a href="https://tel.tilde.org.nz/register/">
Click here for the registration form!
</a>
=======
To get a <code>tel.tilde.org.nz</code> number, please message <code>darcy</code>
in <code>#tildetel</code> on <a href="https://tilde.chat">the tilde.chat IRC</a>.
</p>
<p>
If you had a <code>tilde.tel</code> number, in most cases, you can use that number
on <code>tel.tilde.org.nz</code>! Just let <code>darcy</code> know when asking for
an account.
>>>>>>> Revert "add "register" link to the homepage"
</p>
<table>
@ -59,7 +69,7 @@ title: phonebook
<h2>PSTN dial-in</h2>
<p>
You can dial in to a <code>neotilde.tel</code> number from the PSTN
You can dial in to a <code>tel.tilde.org.nz</code> number from the PSTN
by calling one of these numbers, then entering an extension.
</p>
<p>

View File

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

View File

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

View File

@ -1,34 +1,36 @@
----------------------------------------
rip tilde.tel
January 20th, 2021
----------------------------------------
yesterday, the almighty tilde.tel[1] was shuttered.
not gonna lie, by the time i found out, i was quite saddened.
dammit, cat! now i've gotta go delete all my softphones! :p
in all seriousness, despite its deadness, it was fun while it
lasted.
rest in peace, tilde.tel.
------
/ \
/ RIP \
/ \
| TILDE.TEL |
| |
| 2019-2021 |
| |
| "ring ring, |
| mother- |
| fucker." |
| |
----------------
----------------------------------------
rip tilde.tel
January 20th, 2021
----------------------------------------
yesterday, the almighty tilde.tel was shuttered.
not gonna lie, by the time i found out, i was quite saddened.
dammit, cat! now i've gotta go delete all my softphones! :p
in all seriousness, despite its deadness, it was fun while it
lasted.
rest in peace, tilde.tel.
-----------
/ \
/ HERE \
/ LIES \
/ \
| TILDE.TEL |
| |
| 2019-2021 |
| |
| "ring ring, |
| mother- |
| fucker." |
| |
---------------------
(edit: 2021-11-25 08:22 UTC:
made the gravestone a bit bigger, and changed wording a bit)

View File

@ -25,7 +25,7 @@ title: what happened to tilde.tel?
<p>
If you had a <code>tilde.tel</code> account, you can request an account on
<code>neotilde.tel</code> with the same phone number (all previous ~tel
<code>tel.tilde.org.nz</code> <a href="/register/">here</a> with the same phone number (all previous ~tel
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
created for you.
@ -33,7 +33,7 @@ title: what happened to tilde.tel?
<p>
cat has (very kindly) handed over control of the <code>#tildetel</code> IRC
channel, so that's the place for <code>neotilde.tel</code> support (and
channel, so that's the place for <code>tel.tilde.org.nz</code> support (and
general chat about telephony and such!)
</p>
</section>