docs: fix repo owner path (jason -> mpm)

This commit is contained in:
2026-05-25 12:28:44 -05:00
parent 5008075ca6
commit f3318b0987
+2 -2
View File
@@ -205,7 +205,7 @@ The tool is intended to live inside the existing ADA Signage Guidelines article
**Embedding method:** Odoo Knowledge supports iframe embedding via the HTML block element (insert via `/` command → HTML block). The recommended iframe tag is in `ada_tool_context.md`.
**Hosting requirement:** The HTML file needs to be served from a URL accessible to the Odoo portal's browser context. Options in priority order:
1. Gitea raw file URL — `https://git.mpm.to/jason/ada-font-analyzer/raw/branch/main/ada-font-analyzer.html`
1. Gitea raw file URL — `https://git.mpm.to/mpm/ada-font-analyzer/raw/branch/main/ada-font-analyzer.html`
2. MPM web server / CDN
3. Odoo attachment with a raw file URL (check whether `portal.mpmedia.tv` serves raw attachment content)
@@ -237,7 +237,7 @@ In priority order:
1. **Register in CoWork Project Registry** — ✅ Done as CW-005. Drive folder, Gitea repo, and Wiki created 2026-05-05.
2. **Establish hosting** — Gitea raw URL is available: `https://git.mpm.to/jason/ada-font-analyzer/raw/branch/main/ada-font-analyzer.html`. Test whether this URL works from within the Odoo Knowledge iframe context.
2. **Establish hosting** — Gitea raw URL is available: `https://git.mpm.to/mpm/ada-font-analyzer/raw/branch/main/ada-font-analyzer.html`. Test whether this URL works from within the Odoo Knowledge iframe context.
3. **Verify CSP compatibility** — Check if Odoo's Content Security Policy blocks requests to `fonts.googleapis.com` from within the iframe. If it does, Tab 2 needs a fallback (either CSP header adjustment or a note in the UI).