From 84c6e20bcb7d50f4fd1e64c069489a7ecccceaed Mon Sep 17 00:00:00 2001 From: Dan Allen <dan@opendevise.com> Date: Mon, 10 Apr 2023 19:16:05 -0600 Subject: [PATCH] add link to asciidoc-tck repository --- README.adoc | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.adoc b/README.adoc index 61f4b22..f905233 100644 --- a/README.adoc +++ b/README.adoc @@ -1,6 +1,6 @@ = AsciiDoc Language Project -This project maintains the AsciiDoc Language Specification, Technology Compatibility Kit (TCK), user documentation, and their related materials. +This project maintains the AsciiDoc Language Specification, Technology Compatibility Kit (TCK) (separate repository), user documentation, and their related materials. The AsciiDoc Language Specification describes the syntax and grammar, Abstract Semantic Graph (ASG), Document Object Model (DOM), referencing system, and APIs for processing, converting, and extending the language. The TCK is used to verify and certify that an AsciiDoc processor implementation is compatible with this specification. For further details, see the xref:process/scope.adoc[project's approved scope]. @@ -14,6 +14,13 @@ Development of the specification takes place in the [.path]_spec_ folder as well This project adheres to the Eclipse Foundation Specification Process (EFSP), which extends the Eclipse Foundation Development Process (EFDP). A summary of this process, as well as specific details that pertain to this project, can be found in the [.path]_process_ folder. +== TCK + +Although part of the same project, the TCK (both harness and tests) is maintained in a separate repository. +See https://gitlab.eclipse.org/eclipse/asciidoc-lang/asciidoc-tck. + +The schema for the ASG, however, is maintained in this repository. + == User Documentation In addition to the AsciiDoc Language Specification, this project maintains the user documentation for the AsciiDoc language. -- GitLab