site: add a page for the .ttrs document source format, plus robots.txt and sitemap.xml - #45
Merged
Merged
Conversation
…t 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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What this adds
/ttrs/and/de/ttrs/— a canonical page for the document source format, for a reader arriving cold from a search for the extension. It covers what a source file contains (YAML header plus prose with{{ … }}directives), how<basename>.<kind>.ttrsis read — the middle segment is the document kind, never a notation — the directive language with its inline and block forms, the committed conformance fragment, the six reference states an implementation must keep distinct, and the strict/lenient profile pair. It links the normative specification, the reference implementation and the conformance fixture.llms.txt— it stated that every source file carries*.<notation>.transitrix.yaml, which is no longer the whole picture. It now states both canonical extensions, records that which one a notation takes is a property of that notation, and adds the new page to the canonical-reference list.sitemap.xmlandrobots.txt— neither existed, so the sitemap URL 404'd. The sitemap lists all fourteen published pages with their language alternates;robots.txtreferences it and deliberately leaves the/install/go/redirects crawlable, since they carry their ownnoindex.Scope decisions
Verified, not assumed
blob/URLs, nottree/.sitemap.xmlparses as well-formed XML and its fourteen locations match the fourteen published pages one to one.Work item: transitrix-hq#69.