code wiki / _hdl_build / nx_genealogy_publish.nx
nx_genealogy_publish.nx
buildroot/runtime/_hdl_build/nx_genealogy_publish.nx
about
nx_genealogy_publish.nx -- publish web_assets/genealogy_tree.html to the LIVE wiki through the GUARDED
publisher: pub_publish -> pg_decide (freshness/placeholder/cite/dead-link guard, fail-closed) -> on ALLOW
stage awpush.src/dst + fork the proven nx_aw_push (vault auth + SSH stream) -> NAS wiki docroot. Serves at
nishifamily.com/wiki/genealogy_tree.html. The page now carries an epoch= freshness stamp so the guard ALLOWs;
no [[cite:]] tokens + no /wiki/ links so the cite/dead-link checks are vacuously satisfied (empty corpus).
expect_exit: 0 license_tier: ORIGINAL
dependencies 3 imports · 0 importers
imports: nx_wiki_publish.nxnx_itoa_lib.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 gp_puts(s: *u8) -> i64 { var n: i64=0; while s[n]!=(0 as u8){n=n+1} sys_write(1,s,n); return 0 } |
| 16 | func gp_pn(v: i64) -> i64 { nxi_out(v); return 0 } |
| 18 | func main() -> i64 |