From 2866399df4f8add73cf5a9629d1f3fca65539041 Mon Sep 17 00:00:00 2001 From: Deon George Date: Sat, 29 Oct 2022 13:46:45 +1100 Subject: [PATCH] Retire leenooks.net for dege.au --- _config.yml | 2 +- source/_posts/alterant.md | 2 +- source/_posts/ansitex.md | 2 +- source/_posts/oztex.md | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/_config.yml b/_config.yml index 33a6984..d8752bd 100644 --- a/_config.yml +++ b/_config.yml @@ -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: diff --git a/source/_posts/alterant.md b/source/_posts/alterant.md index ea485ea..413bb47 100644 --- a/source/_posts/alterant.md +++ b/source/_posts/alterant.md @@ -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 = ''; diff --git a/source/_posts/ansitex.md b/source/_posts/ansitex.md index 502c169..cfa4d18 100644 --- a/source/_posts/ansitex.md +++ b/source/_posts/ansitex.md @@ -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 = ''; diff --git a/source/_posts/oztex.md b/source/_posts/oztex.md index 98d3932..4ea98a2 100644 --- a/source/_posts/oztex.md +++ b/source/_posts/oztex.md @@ -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 alterant.leenooks.net port 516. 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 ansitex.bbs.dege.au port 516. Otherwise you can see it in action by pressing the **Connect** button below. **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. **TIP:** You can click inside the terminal to zoom full screen. Click outside to unzoom. @@ -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';