-
-
Notifications
You must be signed in to change notification settings - Fork 0
Replace RSR template placeholders with actual values #7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
5 commits
Select commit
Hold shift + click to select a range
4505cd6
chore: RSR compliance — delete AI.djot, rename AI manifest, remove st…
hyperpolymath 50313ad
fix(license): SPDX AGPL-3.0 → PMPL-1.0-or-later in dotfiles
hyperpolymath cdf214f
refactor: migrate 6SCM → 6A2 (.scm → .a2ml format)
hyperpolymath b0f1d9f
fix: SPDX headers (AGPL→PMPL), email, author name
hyperpolymath a9716ef
Replace RSR template placeholders with actual values
hyperpolymath File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,14 +1,10 @@ | ||
| # Accessibility Everywhere Ecosystem Manifest (A2ML) | ||
| @ecosystem { version: "0.1.0", last-updated: "2026-03-03" } | ||
| # SPDX-License-Identifier: PMPL-1.0-or-later | ||
| # ECOSYSTEM.a2ml — Ecosystem position | ||
| # Converted from ECOSYSTEM.scm on 2026-03-15 | ||
|
|
||
| @project: | ||
| name: "accessibility-everywhere" | ||
| purpose: "Standardize and rank web accessibility" | ||
| role: "standards-platform" | ||
| @end | ||
| [metadata] | ||
| project = "accessibility-everywhere" | ||
| ecosystem = "hyperpolymath" | ||
|
|
||
| @attestation: | ||
| originalBytes: [Attested by Gemini CLI] | ||
| signature: PLACEHOLDER-ED25519-SIGNATURE | ||
| timestamp: 2026-03-03T12:00:00Z | ||
| @end | ||
| [position] | ||
| type = "component" |
This file was deleted.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,14 +1,9 @@ | ||
| # Accessibility Everywhere Meta Manifest (A2ML) | ||
| @meta { version: "0.1.0", last-updated: "2026-03-03" } | ||
| # SPDX-License-Identifier: PMPL-1.0-or-later | ||
| # META.a2ml — Project meta-information | ||
| # Converted from META.scm on 2026-03-15 | ||
|
|
||
| @project-info: | ||
| type: "platform" | ||
| languages: ["typescript", "javascript", "deno", "bash"] | ||
| license: "MPL-2.0-or-later" | ||
| @end | ||
|
|
||
| @attestation: | ||
| originalBytes: [Attested by Gemini CLI] | ||
| signature: PLACEHOLDER-ED25519-SIGNATURE | ||
| timestamp: 2026-03-03T12:00:00Z | ||
| @end | ||
| [metadata] | ||
| project = "accessibility-everywhere" | ||
| author = "Jonathan D.A. Jewell <j.d.a.jewell@open.ac.uk>" | ||
| license = "PMPL-1.0-or-later" | ||
| standard = "RSR 2026" |
This file was deleted.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,16 +1,14 @@ | ||
| # Accessibility Everywhere State Manifest (A2ML) | ||
| @state { version: "0.0.1", last-updated: "2026-03-03", status: "active" } | ||
| # SPDX-License-Identifier: PMPL-1.0-or-later | ||
| # STATE.a2ml — Project state checkpoint | ||
| # Converted from STATE.scm on 2026-03-15 | ||
|
|
||
| @project-context: | ||
| name: "accessibility-everywhere" | ||
| tagline: "Web accessibility as a ranking factor" | ||
| repo: "github.com/hyperpolymath/accessibility-everywhere" | ||
| completion-percentage: 10 | ||
| phase: "initial" | ||
| @end | ||
| [metadata] | ||
| project = "accessibility-everywhere" | ||
| version = "0.1.0" | ||
| last-updated = "2026-03-15" | ||
| status = "active" | ||
|
|
||
| @attestation: | ||
| originalBytes: [Attested by Gemini CLI] | ||
| signature: PLACEHOLDER-ED25519-SIGNATURE | ||
| timestamp: 2026-03-03T12:00:00Z | ||
| @end | ||
| [project-context] | ||
| name = "accessibility-everywhere" | ||
| completion-percentage = 0 | ||
| phase = "In development" | ||
This file was deleted.
Oops, something went wrong.
File renamed without changes.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -374,7 +374,7 @@ When modifying the ABI/FFI: | |
|
|
||
| ## License | ||
|
|
||
| {{LICENSE}} | ||
| PMPL-1.0-or-later | ||
|
|
||
| ## See Also | ||
|
|
||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.