Deletion log
Jump to navigation
Jump to search
Below is a list of the most recent deletions.
- 22:03, 29 September 2025 John talk contribs deleted page Pre-1980 Personal and home Computers (content was: "==Introduction== What follows is a list of personal computers available to the public in one form or another to members of the public. The term Personal Computer in this context refers to a general purpose computer that was designed to be used by a single person typically in their home or place of work or study. === 1959 === ==== DEC PDP 1 ==== The company’s first Programmed Data...", and the only contributor was "John" (talk))
- 17:44, 29 September 2025 John talk contribs deleted page Telstar Viewdata System (content was: "=Computers Available to the Public in the UK during the 1970s= This is a **comprehensive catalogue** of computers that were available in the **United Kingdom during the 1970s** — spanning mainframes, minicomputers, hobbyist kits, and early consumer microcomputers. == UK-made & UK-launched microcomputer kits / single-board systems== *Science of Cambridge / Sinclair MK14 (1977)**...", and the only contributor was "John" (talk))
- 17:44, 29 September 2025 John talk contribs deleted page Version Differences (content was: "Version 2 of the Telstar Videotex Service components. Ignore everything you have learn't !!! == Main Differences between v1.0 and 2.0. == == Settings == * Settings should be set using environment variables (see https://wiki.glasstty.com/index.php/Configuration_Options#Environment_Variables). Environment Variables can be specified in the docker-compose.yml file if appropriate (https:...", and the only contributor was "John" (talk))
- 17:43, 29 September 2025 John talk contribs deleted page Telstar Viewdata Client (content was: "thumb To experience Telstar properly it needs to be accessed by an early microcomputer from the videotex era. However for a simple way to get started, the Telstar Viewdata Client can be used. Although an early release, the software is available for Mac, Linux and Windows and has no dependancies nor installation requirements (see below). The Tel...", and the only contributor was "John" (talk))
- 17:43, 29 September 2025 John talk contribs deleted page Telesoftware (content was: "== Telesoftware == To follow...", and the only contributor was "John" (talk))
- 17:43, 29 September 2025 John talk contribs deleted page Orchestrating Telstar with Kubernetes (content was: "== Using Kubernetes == Although not officially supported, Telstar can be managed by Kubernetes if required and the following configuration files present an example of how this could be achieved using either Node ports or a cloud provider's Load Balancer. === Telstar Namspace === { "apiVersion": "v1", "kind": "Namespace", "metadata": { "name": "telstar",...", and the only contributor was "John" (talk))
- 17:43, 29 September 2025 John talk contribs deleted page Markup (content was: "== Markup == thumb|Double Height Yellow writing on a blue background. Markup can be used in the content and title data fields and is a quick and easy way to create viewdata frame content. The following example shows the definition for Double Height Yellow writing on a blue background. "[B][n][Y][D]Hello World" The markup definitio...", and the only contributor was "John" (talk))
- 17:43, 29 September 2025 John talk contribs deleted page Managing Telstar with Portainer (content was: "Portainer simplifies container management in Docker, Swarm, Kubernetes, ACI and Edge environments. It can be used to speed up software deployments and troubleshoot problems. Running Portainer on a local secure network is very simple as it can run within its own Docker container. Full details can be found at https://www.portainer.io/. When using Portainer on a remote public server suc...", and the only contributor was "John" (talk))
- 17:42, 29 September 2025 John talk contribs deleted page Frame Schema (content was: "With thanks to https://www.liquid-technologies.com/online-json-to-schema-converter { "$schema": "http://json-schema.org/draft-04/schema#", "type": "object", "properties": { "pid": { "type": "object", "properties": { "page-no": { "type": "integer" }, "frame-id": { "type": "...", and the only contributor was "John" (talk))
- 17:42, 29 September 2025 John talk contribs deleted page Example Content (content was: "When starting the Telstar server, the following switch can be used to generate some example content. --init This switch will add the following frames; 0a Redirect Page to 9a 9a Engineering Menu 99a Entry Page 90a Exit Page 93a System Info Page 990a Login Page 91a Test Card Page 92a Don’t Panic Test Card Page 97a Contact Details...", and the only contributor was "John" (talk))
- 17:42, 29 September 2025 John talk contribs deleted page Computers Available to the Public in the UK during the 1970s
- 15:55, 11 April 2022 John talk contribs deleted page Changes between 1.0 and 2.0 (content was: "Version 2 of the Telstar Videotex Service components. Ignore everything you have learn't !!! == Main Differences between v1.0 and 2.0. == == Settings == * Settings should be set using environment variables (see https://wiki.glasstty.com/index.php/Configuration_Options#Environment_Variables). Environment Variables can be specified in the docker-compose.yml file if appropriate (https:...", and the only contributor was "John" (talk))
- 20:47, 9 April 2022 John talk contribs deleted page Implementing Plugins (content before blanking was: "# Telstar Plugins __*** Please note TELSTAR as an application is still under development and subject to change. ***__ Whilst there are several ways to add frames to a TELSTAR based videotex system, one such way is to use the telstar.frame object in conjunction with a *plugin* programmed in python. Telstar plugins are simply python files that contain one or more functions. These functions can be called from Telstar at specific points in the servers life cycle....")
- 20:36, 9 April 2022 John talk contribs deleted page Response Frames (content was: "Response frames are frames that allow a user to enter data to be processed i.e. a frame where a user enters data such as a form. The data from these frames wouldt typically be processed using an external program or script referred to as a plugin. The plugin can be any software that can be executed, all that is required is that the plugin can return a json result. The Telstar system htt...", and the only contributor was "John" (talk))
- 23:25, 2 April 2022 John talk contribs deleted page Telstar api (content was: " # TELSTAR Viewdata API (Under Development) __*** Please note TELSTAR as an application is still under development and subject to change. ***__ ## Introduction The TELSTAR API can be used to retrieve and update TELSTAR frames for the purpose of updating viewdata content and routing etc. The API is a restful API that uses the GET, PUT and DELETE HTTP methods. This makes it a simple...", and the only contributor was "John" (talk))
- 22:57, 2 April 2022 John talk contribs deleted page Telstar plugins (content was: "# Telstar Plugins __*** Please note TELSTAR as an application is still under development and subject to change. ***__ Whilst there are several ways to add frames to a TELSTAR based videotex system, one such way is to use the telstar.frame object in conjunction with a *plugin* programmed in python. Telstar plugins are simply python files that contain one or more functions. These func...", and the only contributor was "John" (talk))
- 22:54, 2 April 2022 John talk contribs deleted page Configuration options (content was: "# Configuration Options __*** Please note TELSTAR as an application is still under development and subject to change. ***__ ## Container Types The same Telstar image is used to host different container types, for example a the Telstar image can be used to create videotex server container and an API server container. The first argument passed to the container determines the specific...", and the only contributor was "John" (talk))
- 22:52, 2 April 2022 John talk contribs deleted page Portainer (content was: "# Managing Telstar with Portainer  Portainer simplifies container management in Docker, Swarm, Kubernetes, ACI and Edge environments. It can be used to speed up software deployments and troubleshoot problems. Running Portainer on a local secure network is very simple as it can run within its own Dock...", and the only contributor was "John" (talk))
- 16:44, 2 April 2022 John talk contribs deleted page The Telstar Viiewdata System (content was: " File:987672554-Pages wide.png == Introduction == <strong>Please note TELSTAR 2.0 Alpha is still under development and subject to change.</strong> TELSTAR is both a a videotex application and a videotex service. Details of the current videotex service can be found at [https://glasstty.com](https://glasstty.com). The TELSTAR videotex system, is a modern application that provides a simple viewdata/videotext platform similar to those that were prevalent during the 1980s su...")