topic: archive
17 modules sharing the archive name family (derived from the tree's prefix discipline).
The 'archive' topic family in the Nishi sovereign ecosystem focuses on preserving and reconstructing historical web content through a series of interdependent processes. The nx_archive module builds static libraries in BSD ar(1) format, while nx_archive_capture binds session extractors to a WARC store, enabling capture of web content. nx_archive_live serves as the front-end for live preservation, fetching URLs over sovereign TLS and initiating the archive pipeline. These modules work together to ensure accurate, secure, and enduring storage of digital artifacts.
auto-narrated by the local model from this topic's module headers; links verified against the wiki index.
narrated overview -- maintained by the narration lane, module links verified against this wiki.
| module | description | lines | funcs |
|---|---|---|---|
| nx_archive.nx | BSD-format ar(1) static library builder. | 228 | 8 |
| nx_archive_capture.nx | the CAPTURE step that binds this session's extractor to the WARC store: given a | 25 | 1 |
| nx_archive_capture_demo.nx | R4 LIVE end-to-end: browse page3.com AS IT EXISTED in 1997, with its media list. | 120 | 10 |
| nx_archive_capture_gate.nx | 61 | 5 | |
| nx_archive_census.nx | Evaluates historical web archive capabilities using disk facts to grade and attest competitor systems. | 171 | 6 |
| nx_archive_daemon.nx | the LIVE preservation service, expanded per operator: a TRUE archive (keeps the clean | 510 | 36 |
| nx_archive_live.nx | the LIVE network front of the archive pipeline: fetch a real URL over sovereign TLS, run | 62 | 5 |
| nx_archive_media_fetch.nx | R6 step A (fetch half): pull the ACTUAL media bytes of the reconstructed page3.com | 171 | 15 |
| nx_archive_media_recovery.nx | R6 step B (recovery half): the DIFFERENTIATOR. Reads media/manifest.tsv + the | 166 | 10 |
| nx_archive_probe.nx | R4 step 1: a SOVEREIGN, read-only live probe that resolves the time-machine's live-source | 37 | 2 |
| nx_archive_research.nx | THIN structured TIME-MACHINE / WEB-ARCHIVE research source organ. COMPOSES | 54 | 1 |
| nx_archive_resolve.nx | SERVE-FROM-ARCHIVE, the payoff that connects preservation to the search engine: | 32 | 4 |
| nx_archive_resolve_gate.nx | 63 | 6 | |
| nx_archive_server.nx | sovereign localhost HTTP server for the time machine (R5 serve side). Binds 0.0.0.0:18801 (ARCSRV_PORT -- the bind DERIVES from that const, see below), | 311 | 11 |
| nx_archive_site_viewer.nx | DOMAIN-GENERAL time-machine viewer with LOCAL MEDIA (no broken images). Reads the | 279 | 15 |
| nx_archive_viewer.nx | make the time-machine VISIBLE. Pulls page3.com's real Wayback CDX, browses as-of-1997, | 194 | 14 |
| nx_archive_xcapture_fetch.nx | fetch mast3.gif from a SECOND (later) capture so we can prove a TRUE cross-capture | 83 | 10 |