From 4b987c8a55b361a11b0d8959bd4f83b258bdfce5 Mon Sep 17 00:00:00 2001 From: Valerii Korobeinikov Date: Fri, 7 Aug 2026 23:59:23 +0400 Subject: [PATCH] site: add a page for the .ttrs document source format, plus robots.txt and sitemap.xml The document source format had no public explanation at a stable address. This adds one at /ttrs/ (and /de/ttrs/): what a source file contains, how the filename's middle segment names the document kind rather than a notation, the directive language with the committed conformance fragment, the reference states an implementation must keep distinct, and the two render profiles. It links the normative specification, the reference implementation and the conformance fixture. llms.txt stated that every source file carries the YAML suffix. It now states both canonical extensions, that which one a notation takes is a property of that notation, and links the new page. sitemap.xml lists all fourteen published pages with their language alternates; robots.txt references it. Neither file existed. --- de/dsl-examples/index.html | 1 + de/index.html | 2 +- de/ttrs/index.html | 200 +++++++++++++++++++++++++++++++++++++ dsl-examples/index.html | 1 + index.html | 2 +- llms.txt | 5 +- robots.txt | 8 ++ sitemap.xml | 77 ++++++++++++++ ttrs/index.html | 200 +++++++++++++++++++++++++++++++++++++ 9 files changed, 493 insertions(+), 3 deletions(-) create mode 100644 de/ttrs/index.html create mode 100644 robots.txt create mode 100644 sitemap.xml create mode 100644 ttrs/index.html diff --git a/de/dsl-examples/index.html b/de/dsl-examples/index.html index 38594d6..633ff72 100644 --- a/de/dsl-examples/index.html +++ b/de/dsl-examples/index.html @@ -486,6 +486,7 @@

Weiterführend