|
1 | | -;; SPDX-License-Identifier: PMPL-1.0-or-later |
2 | | -(ecosystem |
3 | | - (metadata |
4 | | - (version "0.3.0") |
5 | | - (last-updated "2026-02-14")) |
6 | | - (project |
7 | | - (name "indieweb2-bastion") |
8 | | - (purpose "Multi-chain blockchain IndieWeb platform with sovereign DNS, consent, and policy enforcement") |
9 | | - (role application-platform)) |
10 | | - (related-projects |
11 | | - (project (name "indieweb") (relationship "implements-standard") (url "https://indieweb.org")) |
12 | | - (project (name "surrealdb") (relationship "database-dependency") (url "https://surrealdb.com")) |
13 | | - (project (name "ethereum") (relationship "blockchain-target") (notes "Provenance anchoring")) |
14 | | - (project (name "polygon") (relationship "blockchain-target") (notes "L2 provenance")) |
15 | | - (project (name "internet-computer") (relationship "blockchain-target") (notes "Motoko canisters")) |
16 | | - (project (name "hypatia") (relationship "ci-integration") (notes "Neurosymbolic CI/CD scanning")) |
17 | | - (project (name "gitbot-fleet") (relationship "bot-orchestration") (notes "Enrolled: findings submitted")) |
18 | | - (project (name "echidna") (relationship "security-scanning") (notes "Configured: .echidnabot.toml")) |
19 | | - (project (name "git-private-farm") (relationship "forge-mirroring") (notes "Enrolled: GitHub + GitLab mirrors")) |
20 | | - (project (name "verisimdb") (relationship "security-scanning") (notes "Vulnerability similarity database")) |
21 | | - (project (name "panic-attacker") (relationship "security-scanning") (notes "assail scan: 3 medium findings"))) |
22 | | - (standards |
23 | | - (standard "Rhodium 0.5" "Compliance framework") |
24 | | - (standard "CRYPTO-POLICY.adoc" "Post-quantum + classical hybrid cryptographic standard") |
25 | | - (standard "CURPS" "Consent, User Rights, and Policy Standard"))) |
| 1 | +# SPDX-License-Identifier: PMPL-1.0-or-later |
| 2 | +# Copyright (c) 2026 Jonathan D.A. Jewell (hyperpolymath) <j.d.a.jewell@open.ac.uk> |
| 3 | +# |
| 4 | +# ECOSYSTEM.a2ml — Indieweb2 Bastion ecosystem position |
| 5 | +[metadata] |
| 6 | +version = "0.3.0" |
| 7 | +last-updated = "2026-02-14" |
| 8 | + |
| 9 | +[project] |
| 10 | +name = "Indieweb2 Bastion" |
| 11 | +purpose = "Multi-chain blockchain IndieWeb platform with sovereign DNS, consent, and policy enforcement" |
| 12 | +role = "" |
| 13 | + |
| 14 | +[position-in-ecosystem] |
| 15 | +category = "" |
| 16 | + |
| 17 | +[related-projects] |
| 18 | +projects = [ |
| 19 | + # No related projects recorded |
| 20 | +] |
0 commit comments