code wiki / _hdl_build / nx_cms_seo_team.nx

nx_cms_seo_team.nx

buildroot/runtime/_hdl_build/nx_cms_seo_team.nx

2386 B30 linesdepth 4pulls 4 transitivereach 0 importersview sourcekind tooltopic cms
docsdependenciesstructsconstsfunctions

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

nx_pattern_emit12.nx nx_syscalls.nx nx_cms_seo_team.nx

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

main sys_mmap pe12_author_template_table sys_openat_wr pe12_emit_template_table pe_w sys_write pe12_slen pe_wn sys_mmap ↻ sys_write ↻ pe12_wq pe_w ↻ sys_mmap ↻ sys_close pe12_emit_template_table_t pe_w ↻ pe12_slen ↻ pe_wn ↻ pe12_wqbody pe_w ↻ sys_mmap ↻ cst_w sys_write ↻ sys_exit

structs

none

consts

none

functions

11func 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 }
called by 1: main calls 1: sys_write
13func main() -> i64