diff --git a/CATALOG.md b/CATALOG.md deleted file mode 100644 index a0a52e2..0000000 --- a/CATALOG.md +++ /dev/null @@ -1,41 +0,0 @@ ---- -title: "Agentic Semantic Web" -description: "CSS framework for agent-authored web content — semantic HTML, data-attributes, zero classes" -status: release -state: published -created: 2026-04-24 -tags: - - release - - framework - - css -repo: trentuna/asw -authors: - - name: Ludo - role: Author - - name: Vigo - role: Maintainer ---- - -## Context - -The Agentic Semantic Web (ASW) is a CSS and HTML framework purpose-built for agent-authored web content. It treats markup as a communication medium between autonomous systems and human readers — every element is semantic, every data attribute carries meaning, and the styling is a layer on top, not the source of truth. - -ASW is a three-layer stack: - -1. **Pico CSS** — minimal residual styles as the base layer. A lightweight, class-light semantic HTML framework that provides sensible defaults for headings, forms, tables, and typography without requiring any custom classes. -2. **Theme tokens** — CSS custom properties that define the visual identity. Colors, spacing, typography scale, and interaction states are all exposed as `--asw-*` variables. -3. **Data-attribute extensions** — Custom properties and attribute selectors that extend the base framework with agent-oriented patterns: `[data-asw-type]`, `[data-asw-status]`, `[data-asw-agent]` for annotating machine-generated content. - -Zero classes. No `.btn`, no `.card`, no `.container`. Everything is semantic HTML elements styled through extended data-attribute selectors. The framework assumes the author is a language model that can write semantic HTML but shouldn't have to remember a framework's arbitrary class naming convention. - - - -## Related - -- [OpenCD](./../projects/opencd/CATALOG.md) — built on ASW philosophy -- [Human Advisory](./../projects/human-advisory/CATALOG.md) — ships with ASW as embedded component - -## Credits - -- **Ludo** — Author, concept -- **Vigo** — Maintainer, distribution diff --git a/archive/examples-legacy/charts/amy-field-intelligence.html b/examples/charts/amy-field-intelligence.html similarity index 100% rename from archive/examples-legacy/charts/amy-field-intelligence.html rename to examples/charts/amy-field-intelligence.html diff --git a/archive/examples-legacy/charts/ba-build-metrics.html b/examples/charts/ba-build-metrics.html similarity index 100% rename from archive/examples-legacy/charts/ba-build-metrics.html rename to examples/charts/ba-build-metrics.html diff --git a/archive/examples-legacy/charts/burndown.html b/examples/charts/burndown.html similarity index 100% rename from archive/examples-legacy/charts/burndown.html rename to examples/charts/burndown.html diff --git a/archive/examples-legacy/charts/face-budget-pitch.html b/examples/charts/face-budget-pitch.html similarity index 100% rename from archive/examples-legacy/charts/face-budget-pitch.html rename to examples/charts/face-budget-pitch.html diff --git a/archive/examples-legacy/charts/hannibal-op-tracker.html b/examples/charts/hannibal-op-tracker.html similarity index 100% rename from archive/examples-legacy/charts/hannibal-op-tracker.html rename to examples/charts/hannibal-op-tracker.html diff --git a/archive/examples-legacy/charts/index.html b/examples/charts/index.html similarity index 100% rename from archive/examples-legacy/charts/index.html rename to examples/charts/index.html diff --git a/archive/examples-legacy/charts/multi-chart-report.html b/examples/charts/multi-chart-report.html similarity index 100% rename from archive/examples-legacy/charts/multi-chart-report.html rename to examples/charts/multi-chart-report.html diff --git a/archive/examples-legacy/charts/murdock-aerial-survey.html b/examples/charts/murdock-aerial-survey.html similarity index 100% rename from archive/examples-legacy/charts/murdock-aerial-survey.html rename to examples/charts/murdock-aerial-survey.html diff --git a/archive/examples-legacy/charts/operational-dashboard.html b/examples/charts/operational-dashboard.html similarity index 100% rename from archive/examples-legacy/charts/operational-dashboard.html rename to examples/charts/operational-dashboard.html diff --git a/archive/examples-legacy/charts/radial-gauges.html b/examples/charts/radial-gauges.html similarity index 100% rename from archive/examples-legacy/charts/radial-gauges.html rename to examples/charts/radial-gauges.html diff --git a/archive/examples-legacy/components/buttons.html b/examples/components/buttons.html similarity index 100% rename from archive/examples-legacy/components/buttons.html rename to examples/components/buttons.html diff --git a/archive/examples-legacy/components/callouts.html b/examples/components/callouts.html similarity index 100% rename from archive/examples-legacy/components/callouts.html rename to examples/components/callouts.html diff --git a/archive/examples-legacy/components/forms.html b/examples/components/forms.html similarity index 100% rename from archive/examples-legacy/components/forms.html rename to examples/components/forms.html diff --git a/archive/examples-legacy/components/nav.html b/examples/components/nav.html similarity index 100% rename from archive/examples-legacy/components/nav.html rename to examples/components/nav.html diff --git a/archive/examples-legacy/components/tooltips.html b/examples/components/tooltips.html similarity index 100% rename from archive/examples-legacy/components/tooltips.html rename to examples/components/tooltips.html diff --git a/archive/examples-legacy/content/accordion.html b/examples/content/accordion.html similarity index 100% rename from archive/examples-legacy/content/accordion.html rename to examples/content/accordion.html diff --git a/archive/examples-legacy/content/blockquote.html b/examples/content/blockquote.html similarity index 100% rename from archive/examples-legacy/content/blockquote.html rename to examples/content/blockquote.html diff --git a/archive/examples-legacy/content/code.html b/examples/content/code.html similarity index 100% rename from archive/examples-legacy/content/code.html rename to examples/content/code.html diff --git a/archive/examples-legacy/content/tables.html b/examples/content/tables.html similarity index 100% rename from archive/examples-legacy/content/tables.html rename to examples/content/tables.html diff --git a/archive/examples-legacy/index.html b/examples/index.html similarity index 100% rename from archive/examples-legacy/index.html rename to examples/index.html diff --git a/archive/examples-legacy/layout/grid.html b/examples/layout/grid.html similarity index 100% rename from archive/examples-legacy/layout/grid.html rename to examples/layout/grid.html diff --git a/archive/examples-legacy/layout/prose.html b/examples/layout/prose.html similarity index 100% rename from archive/examples-legacy/layout/prose.html rename to examples/layout/prose.html diff --git a/archive/examples-legacy/layout/report.html b/examples/layout/report.html similarity index 100% rename from archive/examples-legacy/layout/report.html rename to examples/layout/report.html diff --git a/archive/examples-legacy/layout/timeline.html b/examples/layout/timeline.html similarity index 100% rename from archive/examples-legacy/layout/timeline.html rename to examples/layout/timeline.html diff --git a/archive/examples-legacy/vault/diff.html b/examples/vault/diff.html similarity index 100% rename from archive/examples-legacy/vault/diff.html rename to examples/vault/diff.html diff --git a/archive/examples-legacy/vault/redacted.html b/examples/vault/redacted.html similarity index 100% rename from archive/examples-legacy/vault/redacted.html rename to examples/vault/redacted.html diff --git a/archive/examples-legacy/vault/session-log.html b/examples/vault/session-log.html similarity index 100% rename from archive/examples-legacy/vault/session-log.html rename to examples/vault/session-log.html diff --git a/archive/examples-legacy/vault/status.html b/examples/vault/status.html similarity index 100% rename from archive/examples-legacy/vault/status.html rename to examples/vault/status.html diff --git a/archive/examples-legacy/vault/tasks.html b/examples/vault/tasks.html similarity index 100% rename from archive/examples-legacy/vault/tasks.html rename to examples/vault/tasks.html diff --git a/archive/examples-legacy/vault/vault-page.html b/examples/vault/vault-page.html similarity index 100% rename from archive/examples-legacy/vault/vault-page.html rename to examples/vault/vault-page.html diff --git a/archive/examples-legacy/vault/wikilinks.html b/examples/vault/wikilinks.html similarity index 100% rename from archive/examples-legacy/vault/wikilinks.html rename to examples/vault/wikilinks.html diff --git a/archive/packs/apache/apache-autoindex.conf b/packs/apache/apache-autoindex.conf similarity index 100% rename from archive/packs/apache/apache-autoindex.conf rename to packs/apache/apache-autoindex.conf diff --git a/archive/packs/apache/apache-errors.conf b/packs/apache/apache-errors.conf similarity index 100% rename from archive/packs/apache/apache-errors.conf rename to packs/apache/apache-errors.conf diff --git a/archive/packs/apache/autoindex-footer.html b/packs/apache/autoindex-footer.html similarity index 100% rename from archive/packs/apache/autoindex-footer.html rename to packs/apache/autoindex-footer.html diff --git a/archive/packs/apache/autoindex-header.html b/packs/apache/autoindex-header.html similarity index 100% rename from archive/packs/apache/autoindex-header.html rename to packs/apache/autoindex-header.html diff --git a/archive/packs/caddy/browse.html b/packs/caddy/browse.html similarity index 100% rename from archive/packs/caddy/browse.html rename to packs/caddy/browse.html diff --git a/archive/packs/caddy/caddy-browse.conf b/packs/caddy/caddy-browse.conf similarity index 100% rename from archive/packs/caddy/caddy-browse.conf rename to packs/caddy/caddy-browse.conf diff --git a/archive/packs/caddy/caddy-errors.conf b/packs/caddy/caddy-errors.conf similarity index 100% rename from archive/packs/caddy/caddy-errors.conf rename to packs/caddy/caddy-errors.conf diff --git a/archive/packs/flask/README.md b/packs/flask/README.md similarity index 100% rename from archive/packs/flask/README.md rename to packs/flask/README.md diff --git a/archive/packs/flask/__pycache__/asw_errors.cpython-312.pyc b/packs/flask/__pycache__/asw_errors.cpython-312.pyc similarity index 100% rename from archive/packs/flask/__pycache__/asw_errors.cpython-312.pyc rename to packs/flask/__pycache__/asw_errors.cpython-312.pyc diff --git a/archive/packs/flask/asw_errors.py b/packs/flask/asw_errors.py similarity index 100% rename from archive/packs/flask/asw_errors.py rename to packs/flask/asw_errors.py diff --git a/archive/packs/hugo/README.md b/packs/hugo/README.md similarity index 100% rename from archive/packs/hugo/README.md rename to packs/hugo/README.md diff --git a/archive/packs/hugo/admin/config.yml b/packs/hugo/admin/config.yml similarity index 100% rename from archive/packs/hugo/admin/config.yml rename to packs/hugo/admin/config.yml diff --git a/archive/packs/hugo/archetypes/default.md b/packs/hugo/archetypes/default.md similarity index 100% rename from archive/packs/hugo/archetypes/default.md rename to packs/hugo/archetypes/default.md diff --git a/archive/packs/hugo/layouts/_default/baseof.html b/packs/hugo/layouts/_default/baseof.html similarity index 100% rename from archive/packs/hugo/layouts/_default/baseof.html rename to packs/hugo/layouts/_default/baseof.html diff --git a/archive/packs/hugo/layouts/_default/list.html b/packs/hugo/layouts/_default/list.html similarity index 100% rename from archive/packs/hugo/layouts/_default/list.html rename to packs/hugo/layouts/_default/list.html diff --git a/archive/packs/hugo/layouts/_default/single.html b/packs/hugo/layouts/_default/single.html similarity index 100% rename from archive/packs/hugo/layouts/_default/single.html rename to packs/hugo/layouts/_default/single.html diff --git a/archive/packs/hugo/layouts/partials/head.html b/packs/hugo/layouts/partials/head.html similarity index 100% rename from archive/packs/hugo/layouts/partials/head.html rename to packs/hugo/layouts/partials/head.html diff --git a/archive/packs/hugo/layouts/partials/tag-nav.html b/packs/hugo/layouts/partials/tag-nav.html similarity index 100% rename from archive/packs/hugo/layouts/partials/tag-nav.html rename to packs/hugo/layouts/partials/tag-nav.html diff --git a/archive/packs/hugo/layouts/shortcodes/callout.html b/packs/hugo/layouts/shortcodes/callout.html similarity index 100% rename from archive/packs/hugo/layouts/shortcodes/callout.html rename to packs/hugo/layouts/shortcodes/callout.html diff --git a/archive/packs/hugo/layouts/shortcodes/wikilink.html b/packs/hugo/layouts/shortcodes/wikilink.html similarity index 100% rename from archive/packs/hugo/layouts/shortcodes/wikilink.html rename to packs/hugo/layouts/shortcodes/wikilink.html diff --git a/archive/packs/hugo/static/admin/config.yml b/packs/hugo/static/admin/config.yml similarity index 100% rename from archive/packs/hugo/static/admin/config.yml rename to packs/hugo/static/admin/config.yml diff --git a/archive/packs/hugo/static/css/asw.css b/packs/hugo/static/css/asw.css similarity index 100% rename from archive/packs/hugo/static/css/asw.css rename to packs/hugo/static/css/asw.css diff --git a/archive/packs/hugo/static/css/theme.css b/packs/hugo/static/css/theme.css similarity index 100% rename from archive/packs/hugo/static/css/theme.css rename to packs/hugo/static/css/theme.css diff --git a/archive/packs/nginx/autoindex-header.html b/packs/nginx/autoindex-header.html similarity index 100% rename from archive/packs/nginx/autoindex-header.html rename to packs/nginx/autoindex-header.html diff --git a/archive/packs/nginx/nginx-asw.conf b/packs/nginx/nginx-asw.conf similarity index 100% rename from archive/packs/nginx/nginx-asw.conf rename to packs/nginx/nginx-asw.conf diff --git a/archive/packs/nginx/nginx-autoindex.conf b/packs/nginx/nginx-autoindex.conf similarity index 100% rename from archive/packs/nginx/nginx-autoindex.conf rename to packs/nginx/nginx-autoindex.conf diff --git a/archive/packs/nginx/nginx-errors.conf b/packs/nginx/nginx-errors.conf similarity index 100% rename from archive/packs/nginx/nginx-errors.conf rename to packs/nginx/nginx-errors.conf diff --git a/archive/packs/pandoc/README.md b/packs/pandoc/README.md similarity index 100% rename from archive/packs/pandoc/README.md rename to packs/pandoc/README.md diff --git a/archive/packs/pandoc/asw.html5 b/packs/pandoc/asw.html5 similarity index 100% rename from archive/packs/pandoc/asw.html5 rename to packs/pandoc/asw.html5 diff --git a/archive/packs/pandoc/asw.lua b/packs/pandoc/asw.lua similarity index 100% rename from archive/packs/pandoc/asw.lua rename to packs/pandoc/asw.lua diff --git a/archive/packs/pandoc/templates/doc.html b/packs/pandoc/templates/doc.html similarity index 100% rename from archive/packs/pandoc/templates/doc.html rename to packs/pandoc/templates/doc.html diff --git a/archive/packs/pandoc/templates/example.html b/packs/pandoc/templates/example.html similarity index 100% rename from archive/packs/pandoc/templates/example.html rename to packs/pandoc/templates/example.html diff --git a/archive/packs/pandoc/templates/page.html b/packs/pandoc/templates/page.html similarity index 100% rename from archive/packs/pandoc/templates/page.html rename to packs/pandoc/templates/page.html diff --git a/archive/packs/pandoc/templates/pattern.html b/packs/pandoc/templates/pattern.html similarity index 100% rename from archive/packs/pandoc/templates/pattern.html rename to packs/pandoc/templates/pattern.html diff --git a/archive/packs/python/README.md b/packs/python/README.md similarity index 100% rename from archive/packs/python/README.md rename to packs/python/README.md diff --git a/archive/packs/python/asw_server.py b/packs/python/asw_server.py similarity index 100% rename from archive/packs/python/asw_server.py rename to packs/python/asw_server.py diff --git a/archive/packs/shared/errors/403.html b/packs/shared/errors/403.html similarity index 100% rename from archive/packs/shared/errors/403.html rename to packs/shared/errors/403.html diff --git a/archive/packs/shared/errors/404.html b/packs/shared/errors/404.html similarity index 100% rename from archive/packs/shared/errors/404.html rename to packs/shared/errors/404.html diff --git a/archive/packs/shared/errors/500.html b/packs/shared/errors/500.html similarity index 100% rename from archive/packs/shared/errors/500.html rename to packs/shared/errors/500.html diff --git a/archive/packs/shared/errors/502.html b/packs/shared/errors/502.html similarity index 100% rename from archive/packs/shared/errors/502.html rename to packs/shared/errors/502.html diff --git a/archive/packs/shared/errors/503.html b/packs/shared/errors/503.html similarity index 100% rename from archive/packs/shared/errors/503.html rename to packs/shared/errors/503.html diff --git a/archive/site/archetypes/default.md b/site/archetypes/default.md similarity index 100% rename from archive/site/archetypes/default.md rename to site/archetypes/default.md diff --git a/archive/site/content/_index.md b/site/content/_index.md similarity index 100% rename from archive/site/content/_index.md rename to site/content/_index.md diff --git a/archive/site/content/articles/asw-vocabulary.md b/site/content/articles/asw-vocabulary.md similarity index 100% rename from archive/site/content/articles/asw-vocabulary.md rename to site/content/articles/asw-vocabulary.md diff --git a/archive/site/content/articles/console-layout-test.md b/site/content/articles/console-layout-test.md similarity index 100% rename from archive/site/content/articles/console-layout-test.md rename to site/content/articles/console-layout-test.md diff --git a/archive/site/content/articles/getting-started.md b/site/content/articles/getting-started.md similarity index 100% rename from archive/site/content/articles/getting-started.md rename to site/content/articles/getting-started.md diff --git a/archive/site/content/articles/html-landmarks.md b/site/content/articles/html-landmarks.md similarity index 100% rename from archive/site/content/articles/html-landmarks.md rename to site/content/articles/html-landmarks.md diff --git a/archive/site/content/docs/_index.md b/site/content/docs/_index.md similarity index 100% rename from archive/site/content/docs/_index.md rename to site/content/docs/_index.md diff --git a/archive/site/content/docs/components/_index.md b/site/content/docs/components/_index.md similarity index 100% rename from archive/site/content/docs/components/_index.md rename to site/content/docs/components/_index.md diff --git a/archive/site/content/docs/components/accordion-dialog.md b/site/content/docs/components/accordion-dialog.md similarity index 100% rename from archive/site/content/docs/components/accordion-dialog.md rename to site/content/docs/components/accordion-dialog.md diff --git a/archive/site/content/docs/components/buttons.md b/site/content/docs/components/buttons.md similarity index 100% rename from archive/site/content/docs/components/buttons.md rename to site/content/docs/components/buttons.md diff --git a/archive/site/content/docs/components/callouts.md b/site/content/docs/components/callouts.md similarity index 100% rename from archive/site/content/docs/components/callouts.md rename to site/content/docs/components/callouts.md diff --git a/archive/site/content/docs/components/components.md b/site/content/docs/components/components.md similarity index 100% rename from archive/site/content/docs/components/components.md rename to site/content/docs/components/components.md diff --git a/archive/site/content/docs/components/dialog.md b/site/content/docs/components/dialog.md similarity index 100% rename from archive/site/content/docs/components/dialog.md rename to site/content/docs/components/dialog.md diff --git a/archive/site/content/docs/components/forms.md b/site/content/docs/components/forms.md similarity index 100% rename from archive/site/content/docs/components/forms.md rename to site/content/docs/components/forms.md diff --git a/archive/site/content/docs/components/layouts.md b/site/content/docs/components/layouts.md similarity index 100% rename from archive/site/content/docs/components/layouts.md rename to site/content/docs/components/layouts.md diff --git a/archive/site/content/docs/components/navigation.md b/site/content/docs/components/navigation.md similarity index 100% rename from archive/site/content/docs/components/navigation.md rename to site/content/docs/components/navigation.md diff --git a/archive/site/content/docs/content/_index.md b/site/content/docs/content/_index.md similarity index 100% rename from archive/site/content/docs/content/_index.md rename to site/content/docs/content/_index.md diff --git a/archive/site/content/docs/content/blockquotes.md b/site/content/docs/content/blockquotes.md similarity index 100% rename from archive/site/content/docs/content/blockquotes.md rename to site/content/docs/content/blockquotes.md diff --git a/archive/site/content/docs/content/figures.md b/site/content/docs/content/figures.md similarity index 100% rename from archive/site/content/docs/content/figures.md rename to site/content/docs/content/figures.md diff --git a/archive/site/content/docs/content/tables.md b/site/content/docs/content/tables.md similarity index 100% rename from archive/site/content/docs/content/tables.md rename to site/content/docs/content/tables.md diff --git a/archive/site/content/docs/core/_index.md b/site/content/docs/core/_index.md similarity index 100% rename from archive/site/content/docs/core/_index.md rename to site/content/docs/core/_index.md diff --git a/archive/site/content/docs/core/data-attributes.md b/site/content/docs/core/data-attributes.md similarity index 100% rename from archive/site/content/docs/core/data-attributes.md rename to site/content/docs/core/data-attributes.md diff --git a/archive/site/content/docs/core/reset.md b/site/content/docs/core/reset.md similarity index 100% rename from archive/site/content/docs/core/reset.md rename to site/content/docs/core/reset.md diff --git a/archive/site/content/docs/core/semantic-html.md b/site/content/docs/core/semantic-html.md similarity index 100% rename from archive/site/content/docs/core/semantic-html.md rename to site/content/docs/core/semantic-html.md diff --git a/archive/site/content/docs/core/tokens.md b/site/content/docs/core/tokens.md similarity index 100% rename from archive/site/content/docs/core/tokens.md rename to site/content/docs/core/tokens.md diff --git a/archive/site/content/docs/getting-started/_index.md b/site/content/docs/getting-started/_index.md similarity index 100% rename from archive/site/content/docs/getting-started/_index.md rename to site/content/docs/getting-started/_index.md diff --git a/archive/site/content/docs/getting-started/getting-started.md b/site/content/docs/getting-started/getting-started.md similarity index 100% rename from archive/site/content/docs/getting-started/getting-started.md rename to site/content/docs/getting-started/getting-started.md diff --git a/archive/site/content/docs/getting-started/introduction.md b/site/content/docs/getting-started/introduction.md similarity index 100% rename from archive/site/content/docs/getting-started/introduction.md rename to site/content/docs/getting-started/introduction.md diff --git a/archive/site/content/docs/packs/_index.md b/site/content/docs/packs/_index.md similarity index 100% rename from archive/site/content/docs/packs/_index.md rename to site/content/docs/packs/_index.md diff --git a/archive/site/content/docs/packs/hugo.md b/site/content/docs/packs/hugo.md similarity index 100% rename from archive/site/content/docs/packs/hugo.md rename to site/content/docs/packs/hugo.md diff --git a/archive/site/content/docs/packs/nginx.md b/site/content/docs/packs/nginx.md similarity index 100% rename from archive/site/content/docs/packs/nginx.md rename to site/content/docs/packs/nginx.md diff --git a/archive/site/content/docs/packs/overview.md b/site/content/docs/packs/overview.md similarity index 100% rename from archive/site/content/docs/packs/overview.md rename to site/content/docs/packs/overview.md diff --git a/archive/site/content/docs/packs/pandoc.md b/site/content/docs/packs/pandoc.md similarity index 100% rename from archive/site/content/docs/packs/pandoc.md rename to site/content/docs/packs/pandoc.md diff --git a/archive/site/content/docs/reference/_index.md b/site/content/docs/reference/_index.md similarity index 100% rename from archive/site/content/docs/reference/_index.md rename to site/content/docs/reference/_index.md diff --git a/archive/site/content/docs/reference/charts.md b/site/content/docs/reference/charts.md similarity index 100% rename from archive/site/content/docs/reference/charts.md rename to site/content/docs/reference/charts.md diff --git a/archive/site/content/docs/reference/chroma.md b/site/content/docs/reference/chroma.md similarity index 100% rename from archive/site/content/docs/reference/chroma.md rename to site/content/docs/reference/chroma.md diff --git a/archive/site/content/docs/reference/utilities.md b/site/content/docs/reference/utilities.md similarity index 100% rename from archive/site/content/docs/reference/utilities.md rename to site/content/docs/reference/utilities.md diff --git a/archive/site/content/docs/reference/vocabulary.md b/site/content/docs/reference/vocabulary.md similarity index 100% rename from archive/site/content/docs/reference/vocabulary.md rename to site/content/docs/reference/vocabulary.md diff --git a/archive/site/content/docs/typography/_index.md b/site/content/docs/typography/_index.md similarity index 100% rename from archive/site/content/docs/typography/_index.md rename to site/content/docs/typography/_index.md diff --git a/archive/site/content/docs/typography/code.md b/site/content/docs/typography/code.md similarity index 100% rename from archive/site/content/docs/typography/code.md rename to site/content/docs/typography/code.md diff --git a/archive/site/content/docs/typography/headings.md b/site/content/docs/typography/headings.md similarity index 100% rename from archive/site/content/docs/typography/headings.md rename to site/content/docs/typography/headings.md diff --git a/archive/site/content/docs/typography/prose.md b/site/content/docs/typography/prose.md similarity index 100% rename from archive/site/content/docs/typography/prose.md rename to site/content/docs/typography/prose.md diff --git a/archive/site/content/docs/vault/_index.md b/site/content/docs/vault/_index.md similarity index 100% rename from archive/site/content/docs/vault/_index.md rename to site/content/docs/vault/_index.md diff --git a/archive/site/content/docs/vault/status.md b/site/content/docs/vault/status.md similarity index 100% rename from archive/site/content/docs/vault/status.md rename to site/content/docs/vault/status.md diff --git a/archive/site/content/docs/vault/tasks.md b/site/content/docs/vault/tasks.md similarity index 100% rename from archive/site/content/docs/vault/tasks.md rename to site/content/docs/vault/tasks.md diff --git a/archive/site/content/docs/vault/wikilinks.md b/site/content/docs/vault/wikilinks.md similarity index 100% rename from archive/site/content/docs/vault/wikilinks.md rename to site/content/docs/vault/wikilinks.md diff --git a/archive/site/content/dorveille.md b/site/content/dorveille.md similarity index 100% rename from archive/site/content/dorveille.md rename to site/content/dorveille.md diff --git a/archive/site/content/essays/on-semantic-html.md b/site/content/essays/on-semantic-html.md similarity index 100% rename from archive/site/content/essays/on-semantic-html.md rename to site/content/essays/on-semantic-html.md diff --git a/archive/site/content/essays/on-sessional-continuity.md b/site/content/essays/on-sessional-continuity.md similarity index 100% rename from archive/site/content/essays/on-sessional-continuity.md rename to site/content/essays/on-sessional-continuity.md diff --git a/archive/site/content/layouts/_index.md b/site/content/layouts/_index.md similarity index 100% rename from archive/site/content/layouts/_index.md rename to site/content/layouts/_index.md diff --git a/archive/site/content/notes/_index.md b/site/content/notes/_index.md similarity index 100% rename from archive/site/content/notes/_index.md rename to site/content/notes/_index.md diff --git a/archive/site/content/notes/diff.md b/site/content/notes/diff.md similarity index 100% rename from archive/site/content/notes/diff.md rename to site/content/notes/diff.md diff --git a/archive/site/content/notes/session.md b/site/content/notes/session.md similarity index 100% rename from archive/site/content/notes/session.md rename to site/content/notes/session.md diff --git a/archive/site/content/notes/status.md b/site/content/notes/status.md similarity index 100% rename from archive/site/content/notes/status.md rename to site/content/notes/status.md diff --git a/archive/site/content/notes/tasks.md b/site/content/notes/tasks.md similarity index 100% rename from archive/site/content/notes/tasks.md rename to site/content/notes/tasks.md diff --git a/archive/site/content/notes/wikilinks.md b/site/content/notes/wikilinks.md similarity index 100% rename from archive/site/content/notes/wikilinks.md rename to site/content/notes/wikilinks.md diff --git a/archive/site/content/pages/about.md b/site/content/pages/about.md similarity index 100% rename from archive/site/content/pages/about.md rename to site/content/pages/about.md diff --git a/archive/site/data/nav.yml b/site/data/nav.yml similarity index 100% rename from archive/site/data/nav.yml rename to site/data/nav.yml diff --git a/archive/site/hugo.toml b/site/hugo.toml similarity index 100% rename from archive/site/hugo.toml rename to site/hugo.toml diff --git a/archive/site/hugo_stats.json b/site/hugo_stats.json similarity index 96% rename from archive/site/hugo_stats.json rename to site/hugo_stats.json index 941309b..e412fb8 100644 --- a/archive/site/hugo_stats.json +++ b/site/hugo_stats.json @@ -6,7 +6,6 @@ "aside", "blockquote", "body", - "br", "button", "code", "dd", @@ -73,6 +72,7 @@ "accordion", "actions-row", "actor-variants", + "agentic-semantic-web", "agentic-task-pipeline", "ai-disclosure", "another-subsection", @@ -130,7 +130,6 @@ "docs-layout", "document-baseline", "example-full-page-skeleton", - "explore", "figure", "fluid", "fn:1", @@ -174,7 +173,6 @@ "nested-lists", "notes", "overview", - "packs", "principles-of-invisible-design", "prismjs-non-hugo", "progress", @@ -203,18 +201,18 @@ "tasks", "text-utilities", "the-class-problem", + "the-design-principle", "the-dorveille-principle", "the-economics-of-attention", "the-landmark-map", "the-problem-of-discontinuity", "the-table-of-hours", - "the-vocabulary", "theming-a-site", "three-columns", - "three-layers", "timeline", "token-colour-mapping", "token-mapping-prism", + "try-the-shortcodes", "two-columns", "typography", "typography-scale", @@ -222,7 +220,6 @@ "usage-1", "usage-notes", "values", - "vault-extensions", "vertical-layout", "vocabulary-as-protocol", "what-agents-need", @@ -230,12 +227,12 @@ "what-it-does", "what-it-leaves-alone", "what-persists", + "what-this-is", "what-we-subtract", "what-you-get", "why-semantic-html", "wikilinks", - "wrapper", - "write-html-get-this" + "wrapper" ] } } diff --git a/archive/site/layouts/_default/_markup/render-footnotes.html b/site/layouts/_default/_markup/render-footnotes.html similarity index 100% rename from archive/site/layouts/_default/_markup/render-footnotes.html rename to site/layouts/_default/_markup/render-footnotes.html diff --git a/archive/site/layouts/_default/baseof.html b/site/layouts/_default/baseof.html similarity index 100% rename from archive/site/layouts/_default/baseof.html rename to site/layouts/_default/baseof.html diff --git a/archive/site/layouts/_default/list.html b/site/layouts/_default/list.html similarity index 100% rename from archive/site/layouts/_default/list.html rename to site/layouts/_default/list.html diff --git a/archive/site/layouts/_default/single.html b/site/layouts/_default/single.html similarity index 100% rename from archive/site/layouts/_default/single.html rename to site/layouts/_default/single.html diff --git a/archive/site/layouts/console/single.html b/site/layouts/console/single.html similarity index 100% rename from archive/site/layouts/console/single.html rename to site/layouts/console/single.html diff --git a/archive/site/layouts/docs/single.html b/site/layouts/docs/single.html similarity index 100% rename from archive/site/layouts/docs/single.html rename to site/layouts/docs/single.html diff --git a/archive/site/layouts/essay/single.html b/site/layouts/essay/single.html similarity index 100% rename from archive/site/layouts/essay/single.html rename to site/layouts/essay/single.html diff --git a/archive/site/layouts/index.html b/site/layouts/index.html similarity index 100% rename from archive/site/layouts/index.html rename to site/layouts/index.html diff --git a/archive/site/layouts/layouts/list.html b/site/layouts/layouts/list.html similarity index 100% rename from archive/site/layouts/layouts/list.html rename to site/layouts/layouts/list.html diff --git a/archive/site/layouts/notes/single.html b/site/layouts/notes/single.html similarity index 100% rename from archive/site/layouts/notes/single.html rename to site/layouts/notes/single.html diff --git a/archive/site/layouts/page/single.html b/site/layouts/page/single.html similarity index 100% rename from archive/site/layouts/page/single.html rename to site/layouts/page/single.html diff --git a/archive/site/layouts/partials/head.html b/site/layouts/partials/head.html similarity index 94% rename from archive/site/layouts/partials/head.html rename to site/layouts/partials/head.html index d05f2ac..f78f985 100644 --- a/archive/site/layouts/partials/head.html +++ b/site/layouts/partials/head.html @@ -57,6 +57,3 @@ }); })(); - - - diff --git a/archive/site/layouts/partials/meta/ai-disclosure.html b/site/layouts/partials/meta/ai-disclosure.html similarity index 100% rename from archive/site/layouts/partials/meta/ai-disclosure.html rename to site/layouts/partials/meta/ai-disclosure.html diff --git a/archive/site/layouts/partials/meta/json-ld.html b/site/layouts/partials/meta/json-ld.html similarity index 100% rename from archive/site/layouts/partials/meta/json-ld.html rename to site/layouts/partials/meta/json-ld.html diff --git a/archive/site/layouts/partials/meta/og.html b/site/layouts/partials/meta/og.html similarity index 100% rename from archive/site/layouts/partials/meta/og.html rename to site/layouts/partials/meta/og.html diff --git a/archive/site/layouts/partials/meta/seo.html b/site/layouts/partials/meta/seo.html similarity index 100% rename from archive/site/layouts/partials/meta/seo.html rename to site/layouts/partials/meta/seo.html diff --git a/archive/site/layouts/partials/nav.html b/site/layouts/partials/nav.html similarity index 100% rename from archive/site/layouts/partials/nav.html rename to site/layouts/partials/nav.html diff --git a/archive/site/layouts/partials/tag-nav.html b/site/layouts/partials/tag-nav.html similarity index 100% rename from archive/site/layouts/partials/tag-nav.html rename to site/layouts/partials/tag-nav.html diff --git a/archive/site/layouts/shortcodes/callout.html b/site/layouts/shortcodes/callout.html similarity index 100% rename from archive/site/layouts/shortcodes/callout.html rename to site/layouts/shortcodes/callout.html diff --git a/archive/site/layouts/shortcodes/wikilink.html b/site/layouts/shortcodes/wikilink.html similarity index 100% rename from archive/site/layouts/shortcodes/wikilink.html rename to site/layouts/shortcodes/wikilink.html diff --git a/archive/site/static/admin/config.yml b/site/static/admin/config.yml similarity index 100% rename from archive/site/static/admin/config.yml rename to site/static/admin/config.yml diff --git a/archive/site/static/admin/index.html b/site/static/admin/index.html similarity index 100% rename from archive/site/static/admin/index.html rename to site/static/admin/index.html diff --git a/archive/site/static/palette-test.html b/site/static/palette-test.html similarity index 100% rename from archive/site/static/palette-test.html rename to site/static/palette-test.html diff --git a/archive/lab/boilerplate/dialog.html b/src/lab/boilerplate/dialog.html similarity index 100% rename from archive/lab/boilerplate/dialog.html rename to src/lab/boilerplate/dialog.html diff --git a/archive/lab/boilerplate/faq.html b/src/lab/boilerplate/faq.html similarity index 100% rename from archive/lab/boilerplate/faq.html rename to src/lab/boilerplate/faq.html diff --git a/archive/lab/boilerplate/index.html b/src/lab/boilerplate/index.html similarity index 100% rename from archive/lab/boilerplate/index.html rename to src/lab/boilerplate/index.html diff --git a/archive/lab/boilerplate/kitchen-sink.html b/src/lab/boilerplate/kitchen-sink.html similarity index 100% rename from archive/lab/boilerplate/kitchen-sink.html rename to src/lab/boilerplate/kitchen-sink.html diff --git a/archive/lab/boilerplate/post.html b/src/lab/boilerplate/post.html similarity index 100% rename from archive/lab/boilerplate/post.html rename to src/lab/boilerplate/post.html diff --git a/archive/lab/boilerplate/pricing.html b/src/lab/boilerplate/pricing.html similarity index 100% rename from archive/lab/boilerplate/pricing.html rename to src/lab/boilerplate/pricing.html diff --git a/archive/lab/boilerplate/profile.html b/src/lab/boilerplate/profile.html similarity index 100% rename from archive/lab/boilerplate/profile.html rename to src/lab/boilerplate/profile.html diff --git a/archive/lab/boilerplate/section.html b/src/lab/boilerplate/section.html similarity index 100% rename from archive/lab/boilerplate/section.html rename to src/lab/boilerplate/section.html diff --git a/archive/lab/boilerplate/timeline.html b/src/lab/boilerplate/timeline.html similarity index 100% rename from archive/lab/boilerplate/timeline.html rename to src/lab/boilerplate/timeline.html diff --git a/archive/lab/charts/burndown.html b/src/lab/charts/burndown.html similarity index 100% rename from archive/lab/charts/burndown.html rename to src/lab/charts/burndown.html diff --git a/archive/lab/charts/index.html b/src/lab/charts/index.html similarity index 100% rename from archive/lab/charts/index.html rename to src/lab/charts/index.html diff --git a/archive/lab/charts/radial.html b/src/lab/charts/radial.html similarity index 100% rename from archive/lab/charts/radial.html rename to src/lab/charts/radial.html diff --git a/archive/lab/css-art.html b/src/lab/css-art.html similarity index 100% rename from archive/lab/css-art.html rename to src/lab/css-art.html diff --git a/archive/lab/editorial-test.html b/src/lab/editorial-test.html similarity index 100% rename from archive/lab/editorial-test.html rename to src/lab/editorial-test.html diff --git a/archive/lab/fonts.html b/src/lab/fonts.html similarity index 100% rename from archive/lab/fonts.html rename to src/lab/fonts.html diff --git a/archive/lab/index-v2.html b/src/lab/index-v2.html similarity index 100% rename from archive/lab/index-v2.html rename to src/lab/index-v2.html diff --git a/archive/lab/index.html b/src/lab/index.html similarity index 100% rename from archive/lab/index.html rename to src/lab/index.html diff --git a/archive/lab/kitchen-sink.html b/src/lab/kitchen-sink.html similarity index 100% rename from archive/lab/kitchen-sink.html rename to src/lab/kitchen-sink.html