Retire leenooks.net for dege.au

This commit is contained in:
Deon George 2022-10-29 13:46:45 +11:00
parent 71fb43d875
commit 2866399df4
4 changed files with 5 additions and 5 deletions

View File

@ -13,7 +13,7 @@ timezone: Australia/Melbourne
# URL
## If your site is put in a subdirectory, set url as 'http://yoursite.com/child' and root as '/child/'
url: https://alterant.static.leenooks.net
url: https://alterant.bbs.dege.au
root: /
permalink: :year/:month/:day/:title/
permalink_defaults:

View File

@ -23,7 +23,7 @@ Just press the *Connect* button below, and create an account. The first time you
Options.Enter = '\r';
Options.Font = 'CP437';
Options.ForceWss = true;
Options.Hostname = 'alterant.static.leenooks.net';
Options.Hostname = 'alterant.bbs.dege.au';
Options.LocalEcho = false;
Options.Port = 443;
Options.ProxyHostname = '';

View File

@ -26,7 +26,7 @@ If you are interested in taking a look at what I have so far, just press the *Co
Options.Enter = '#';
Options.Font = 'CP437';
Options.ForceWss = true;
Options.Hostname = 'alterant.static.leenooks.net';
Options.Hostname = 'alterant.bbs.dege.au';
Options.LocalEcho = false;
Options.Port = 443;
Options.ProxyHostname = '';

View File

@ -11,7 +11,7 @@ ANSItex Videotex is a re-invention of Viewdata/Videotex - which dominated many c
It is still being developed, so the current functionality is very limited. If you have some Videotex/Viewdata frames from the 1990's and/or you would like to help with bringing this old technology back to life, let me know!
If you have a Viewdata/Videotex emulation software, you can connect directly to <strong>alterant.leenooks.net</strong> port <strong>516</strong>. Otherwise you can see it in action by pressing the **Connect** button below.
If you have a Viewdata/Videotex emulation software, you can connect directly to <strong>ansitex.bbs.dege.au</strong> port <strong>516</strong>. Otherwise you can see it in action by pressing the **Connect** button below.
<small>**NOTE:** For some keyboards, the hash (#) key is the UK Pound (£) symbol. If you need a (#) symbol, you should be able to use your **'** (apostrophe) key.</small>
<small>**TIP:** You can click inside the terminal to zoom full screen. Click outside to unzoom.</small>
@ -67,7 +67,7 @@ var telnet;
window.onload = function() {
console.log("onload");
var url = document.location.href;
$D('host').value = 'alterant.static.leenooks.net';
$D('host').value = 'alterant.bbs.dege.au';
$D('port').value = '443';
$D('encrypt').checked = true;
$D('url').value = '/ws/videotex/516';