Skip to content

Commit f1d6368

Browse files
docs(readme): convert README.adoc -> Markdown (renders on Glama/profile/community-health) (#39)
README was AsciiDoc → renders as raw markup in Markdown consumers (Glama MCP directory, GitHub community-health, GitHub profile). pandoc asciidoc→GFM (badges → clickable), SPDX header kept, duplicate `.adoc` removed. Part of the estate README-format fix. Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
1 parent fa18e2e commit f1d6368

2 files changed

Lines changed: 17 additions & 40 deletions

File tree

README.adoc

Lines changed: 0 additions & 24 deletions
This file was deleted.

README.md

Lines changed: 17 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,27 @@
1-
[![Sponsor](https://img.shields.io/badge/Sponsor-%E2%9D%A4-pink?logo=github)](https://github.com/sponsors/hyperpolymath)
1+
<!--
2+
SPDX-License-Identifier: CC-BY-SA-4.0
3+
SPDX-FileCopyrightText: 2025-2026 Jonathan D.A. Jewell <j.d.a.jewell@open.ac.uk>
4+
-->
25

3-
// SPDX-License-Identifier: CC-BY-SA-4.0
4-
// Copyright (c) 2026 Jonathan D.A. Jewell (hyperpolymath)
6+
Showcase examples and templates for A2ML (AI Attestation Markup
7+
Language).
58

6-
= a2ml-showcase
9+
[![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/hyperpolymath/a2ml-showcase/badge)](https://securityscorecards.dev/viewer/?uri=github.com/hyperpolymath/a2ml-showcase)
710

8-
Showcase examples and templates for A2ML (AI Attestation Markup Language).
11+
# About
912

10-
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]
13+
This repository contains example A2ML documents, templates, and rendered
14+
output demonstrating the capabilities of the A2ML format. It is a
15+
content/showcase repository — there is no executable code.
1116

12-
== About
17+
# Structure
1318

14-
This repository contains example A2ML documents, templates, and rendered output
15-
demonstrating the capabilities of the A2ML format. It is a content/showcase
16-
repository -- there is no executable code.
19+
- `content/` — A2ML source documents
1720

18-
== Structure
21+
- `output/` — Rendered output
1922

20-
* `content/` -- A2ML source documents
21-
* `output/` -- Rendered output
22-
* `template.html` -- HTML rendering template
23+
- `template.html` — HTML rendering template
2324

24-
== License
25+
# License
2526

26-
MPL-2.0. See link:LICENSE[LICENSE].
27+
MPL-2.0. See [LICENSE](LICENSE).

0 commit comments

Comments
 (0)