aboutsummaryrefslogtreecommitdiffhomepage
path: root/org/out_metadata.org
diff options
context:
space:
mode:
authorRalph Amissah <ralph.amissah@gmail.com>2026-08-30 13:28:10 -0400
committerRalph Amissah <ralph.amissah@gmail.com>2026-08-30 13:28:10 -0400
commit8944b13ecdfeb4908cb70974e57d905775055ccf (patch)
treeaf039241a98863e7eeeb2ba0cd852838419422a3 /org/out_metadata.org
parentfile 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.org4
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) {
~ "&nbsp;🫛&nbsp;zipped&nbsp;</a>|&nbsp;"
~ "<a href=\"../../" ~ pth_pod.internal_base ~ "/" ~ doc_matters.src.filename_base ~ "/\" class=\"lnkicon\">"
~ "&nbsp;🫛&nbsp;tree&nbsp;</a>]&nbsp;";
+ /+ .ssp peg parsable source, interesting (path may be of interest for downloading) but renders poorly visually in browser +/
+ // metadata_ ~= "<p class=\"lev1\">●&nbsp;&nbsp;.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\">"
+ // ~ "&nbsp;🗎&nbsp;.ssp [peg parsable source]&nbsp;</a>]</p>";
metadata_ ~= "<p class=\"lev1\">●&nbsp;&nbsp;source digests:"
~ "&nbsp;[&nbsp;<a href=\"../../" ~ pth_pod.internal_base ~ "/" ~ doc_matters.src.filename_base ~ ".digests.txt\" class=\"lnkizipcon\">"
~ "&nbsp;#&nbsp;digests&nbsp;</a>]</p>";