diff --git a/.github/workflows/links.yml b/.github/workflows/links.yml index 3027970..a03395d 100644 --- a/.github/workflows/links.yml +++ b/.github/workflows/links.yml @@ -45,6 +45,7 @@ jobs: --accept 200,202,206,403,429 --exclude https://www.expresslang.org --exclude https://www.mbx-if.org + --exclude https://www.jotne.com --base http://localhost:3000 'dist/**/*.html' fail: true diff --git a/content/languages/express-q.adoc b/content/languages/express-q.adoc index 3023b74..b6ba4e8 100644 --- a/content/languages/express-q.adoc +++ b/content/languages/express-q.adoc @@ -143,11 +143,11 @@ REFPATH: { [[standardization]] == Standardization -EXPRESS-Q is defined within ISO 10303: +EXPRESS-Q is an EXPRESS Language Foundation specification, developed alongside EXPRESS-X: -* *ISO 10303-14* — Description methods: The EXPRESS-X language reference manual, including EXPRESS-Q definitions -* *ISO 10303-11:2004* — The EXPRESS language reference manual (normative reference) -* *ISO 10303-1:2024* — Overview and fundamental principles +* *EXPRESS-Q Language Specification* — Published by the EXPRESS Language Foundation +* *ISO 10303-11:2004* — The EXPRESS language reference manual (reference) +* *ISO 10303-1:2024* — Overview and fundamental principles (reference) [[validation]] == Validation rules @@ -218,14 +218,14 @@ The YAML fields correspond to the EBNF constructs: [[history]] == History -EXPRESS-Q was developed alongside EXPRESS-X as part of ISO 10303-14, recognizing that schema mapping and querying are complementary operations in the EXPRESS data management lifecycle. +EXPRESS-Q was developed alongside EXPRESS-X, recognizing that schema mapping and querying are complementary operations in the EXPRESS data management lifecycle. === Timeline [cols="1,4"] |=== -| *2001* | EXPRESS-Q published as part of ISO 10303-14 alongside EXPRESS-X -| *Present* | Supported by commercial and open-source EXPRESS tooling; YAML serialization defined +| *2001* | EXPRESS-Q developed alongside EXPRESS-X for ARM-to-MIM schema mapping +| *Present* | Published as an ELF specification; YAML serialization defined; supported by commercial and open-source EXPRESS tooling |=== [[resources]] diff --git a/src/components/layout/TheFooter.vue b/src/components/layout/TheFooter.vue index e306ba6..7bbbb02 100644 --- a/src/components/layout/TheFooter.vue +++ b/src/components/layout/TheFooter.vue @@ -9,8 +9,8 @@ import { siteData } from '@/data/site'