T
texed.co.uk Code Documentation www.texed.co.uk ยท 1.0.0-initial-record

Monthly code record.

This page is the initial code documentation record for texed.co.uk. It gives the refined file system a stable public record for what exists, why each file exists, and how future monthly code summaries can be added without a database.

Records3
Visible1
ModeHTTPS

Find a record

Text Reversion interface code record

text-reversion-interface-2026-07-code-record 2026-07 active interface_code_summary

Text Reversion is the public interface concept for navigating texed.co.uk through a Turing-tape style sequence, a searchable tool list, and file-based navigation records. It treats each public tool as an addressable text record with a label, URL, description, and tags, while the refined index page remains dependency-free and suitable for the Bluehost Ubuntu VPS environment.

Record identity

Sitetexed.co.uk
Created2026-07-06
Updated2026-07-06
Tagstext-reversion, interface, index, navigation, turing-tape, menu, tools, documentation

Environment

hostingBluehost Enhanced VPS - NVMe 8
server modelself-managed Ubuntu VPS
runtimeself-contained PHP, HTML, CSS, and minimal JavaScript
data modelbuttons.txt, menu.json, and tools.json feed the public navigation layer
interface modelTuring tape, searchable menu, and public tool launcher
PathRoleStateNote
index.php Text Reversion public entry interface refined Renders the public navigation surface and safely reads file-based menu records.
buttons.txt plain-text tape/navigation source active Provides the Code Documentation link in a compact label, URL, description, tags format.
menu.json structured public menu source active Defines the Code Summary item for the public menu.
tools.json structured public tools source active Defines the Code Summary item for the public tool catalogue.
documentation/code.php documentation target launched from Text Reversion active Displays monthly code records, including this Text Reversion interface entry.

Changes

  • Documented Text Reversion as the public navigation interface for texed.co.uk.
  • Recorded the file-based navigation sources that feed the interface: buttons.txt, menu.json, and tools.json.
  • Connected the Code Summary route to documentation/code.php so future interface changes can be documented monthly.

Next actions

  • Add more public tools to buttons.txt, menu.json, and tools.json using relative local links only.
  • Keep Text Reversion entries small, readable, and aligned with the black, white, and faded-purple visual system.
  • Add a new code.records.json entry whenever the public navigation contract or supported file formats change.
  • Validate JSON before deployment so the documentation page can load the records without falling back silently.

Future record format

To add future records, create documentation/code.records.json beside this file. Use a top-level records array. Each record may contain id, period, title, summary, environment, components, changes, next_actions, and tags.