diff options
| author | Ralph Amissah <ralph.amissah@gmail.com> | 2026-08-30 13:28:10 -0400 |
|---|---|---|
| committer | Ralph Amissah <ralph.amissah@gmail.com> | 2026-08-30 13:28:10 -0400 |
| commit | 8944b13ecdfeb4908cb70974e57d905775055ccf (patch) | |
| tree | af039241a98863e7eeeb2ba0cd852838419422a3 /org/out_metadata.org | |
| parent | file rename: out_src_abstraction_ocda_peg_ssp.org (diff) | |
abstraction/.ssp: fix doc structure representation
fix to --abstraction/.ssp: fix document structure, representation
parent, ancestors, children. Make parent_ocn, the marked-up and
collapsed ancestor arrays, and the children correctly represent
the document structure. fixed
(assisted by Claude-Code)
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01836BxBb8LvVKJ8sBg7Dx6U
Diffstat (limited to 'org/out_metadata.org')
| -rw-r--r-- | org/out_metadata.org | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/org/out_metadata.org b/org/out_metadata.org index dcd7c51..8606c69 100644 --- a/org/out_metadata.org +++ b/org/out_metadata.org @@ -176,6 +176,10 @@ if (doc_matters.opt.action.html_link_markup_source) { ~ " 🫛 zipped </a>| " ~ "<a href=\"../../" ~ pth_pod.internal_base ~ "/" ~ doc_matters.src.filename_base ~ "/\" class=\"lnkicon\">" ~ " 🫛 tree </a>] "; + /+ .ssp peg parsable source, interesting (path may be of interest for downloading) but renders poorly visually in browser +/ + // metadata_ ~= "<p class=\"lev1\">● .ssp [peg parsable source]:" + // ~ "<a href=\"../../" ~ pth_pod.internal_base ~ "/" ~ doc_matters.src.filename_base ~ "/media/abstraction/" ~ doc_matters.src.filename_base ~ "." ~ doc_matters.src.language ~ ".ssp\" class=\"lnkicon\">" + // ~ " 🗎 .ssp [peg parsable source] </a>]</p>"; metadata_ ~= "<p class=\"lev1\">● source digests:" ~ " [ <a href=\"../../" ~ pth_pod.internal_base ~ "/" ~ doc_matters.src.filename_base ~ ".digests.txt\" class=\"lnkizipcon\">" ~ " # digests </a>]</p>"; |
