code wiki / _hdl_build / nx_cms_seo_team.nx
nx_cms_seo_team.nx
buildroot/runtime/_hdl_build/nx_cms_seo_team.nx
about
nx_cms_seo_team.nx -- the TEAM authoring the SEO META renderer core (W2, no Claude logic). This is
the SECOND independent use of emit12 TEMPLATE_TABLE (after _pe_blockr) -- proof the new emitter
shape generalizes. The table IS the head-tag vocabulary (Yoast-class, as DATA): each meta/link tag
is one single-slot ESCAPED template (raw=0 -- attribute-safe). Per-tag markup lives nowhere but the
table; adding a tag = adding a row. The admin composes these (with field fallbacks) into
{{seo_head_html}}. Engineer verifies the emitted byte-exact KATs (incl. attribute escaping +
unknown-kind refusal).
dependencies 2 imports · 0 importers
imports: nx_pattern_emit12.nxnx_syscalls.nx
imported by: nobody (leaf or entry point)
call flow from main pre-order; caps 40 nodes / depth 6 declared; ↻ = already shown
structs
| none |
consts
| none |
functions
| 11 | func cst_w(s: *u8) -> i64 { var n: i64=0; while s[n]!=(0 as u8){n=n+1} sys_write(1,s,n); return 0 } |
| 13 | func main() -> i64 |