From bac9884f9806c1b9d9272311f922dce7298d219e Mon Sep 17 00:00:00 2001 From: hyperpolymath <6759885+hyperpolymath@users.noreply.github.com> Date: Thu, 25 Jun 2026 19:50:11 +0100 Subject: [PATCH] docs(readme): convert README.adoc -> Markdown README.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit README must be real Markdown to render in GitHub community-health, the GitHub profile, and external MCP directories (Glama) — AsciiDoc shows as raw markup there. pandoc asciidoc->GFM, badges fixed to clickable, SPDX header kept as an HTML comment, duplicate README.adoc removed. Co-Authored-By: Claude Opus 4.8 --- README.adoc | 24 ------------------------ README.md | 33 +++++++++++++++++---------------- 2 files changed, 17 insertions(+), 40 deletions(-) delete mode 100644 README.adoc diff --git a/README.adoc b/README.adoc deleted file mode 100644 index 8e6f3a9..0000000 --- a/README.adoc +++ /dev/null @@ -1,24 +0,0 @@ -// SPDX-License-Identifier: CC-BY-SA-4.0 -// Copyright (c) 2026 Jonathan D.A. Jewell (hyperpolymath) - -= a2ml-showcase - -Showcase examples and templates for A2ML (AI Attestation Markup Language). - -image:https://api.securityscorecards.dev/projects/github.com/hyperpolymath/a2ml-showcase/badge[OpenSSF Scorecard,link=https://securityscorecards.dev/viewer/?uri=github.com/hyperpolymath/a2ml-showcase] - -== About - -This repository contains example A2ML documents, templates, and rendered output -demonstrating the capabilities of the A2ML format. It is a content/showcase -repository -- there is no executable code. - -== Structure - -* `content/` -- A2ML source documents -* `output/` -- Rendered output -* `template.html` -- HTML rendering template - -== License - -MPL-2.0. See link:LICENSE[LICENSE]. diff --git a/README.md b/README.md index c9ea8c3..58d8a22 100644 --- a/README.md +++ b/README.md @@ -1,26 +1,27 @@ -[![Sponsor](https://img.shields.io/badge/Sponsor-%E2%9D%A4-pink?logo=github)](https://github.com/sponsors/hyperpolymath) + -// SPDX-License-Identifier: CC-BY-SA-4.0 -// Copyright (c) 2026 Jonathan D.A. Jewell (hyperpolymath) +Showcase examples and templates for A2ML (AI Attestation Markup +Language). -= a2ml-showcase +[![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/hyperpolymath/a2ml-showcase/badge)](https://securityscorecards.dev/viewer/?uri=github.com/hyperpolymath/a2ml-showcase) -Showcase examples and templates for A2ML (AI Attestation Markup Language). +# About -image:https://api.securityscorecards.dev/projects/github.com/hyperpolymath/a2ml-showcase/badge[OpenSSF Scorecard,link=https://securityscorecards.dev/viewer/?uri=github.com/hyperpolymath/a2ml-showcase] +This repository contains example A2ML documents, templates, and rendered +output demonstrating the capabilities of the A2ML format. It is a +content/showcase repository — there is no executable code. -== About +# Structure -This repository contains example A2ML documents, templates, and rendered output -demonstrating the capabilities of the A2ML format. It is a content/showcase -repository -- there is no executable code. +- `content/` — A2ML source documents -== Structure +- `output/` — Rendered output -* `content/` -- A2ML source documents -* `output/` -- Rendered output -* `template.html` -- HTML rendering template +- `template.html` — HTML rendering template -== License +# License -MPL-2.0. See link:LICENSE[LICENSE]. +MPL-2.0. See [LICENSE](LICENSE).