The XT Git repository is published through the site Git app and supports normal HTTP clone access.
git clone https://xt-emporium.com/git/word-unperfect.git cd word-unperfect
The Unix port builds with the GNU toolchain and libc file/terminal I/O. It keeps the existing DOS-oriented port separate and exercises the current TUI menu, mouse, print, export, and document-preservation paths in smoke tests.
make -C unix-word-unperfect clean all make -C unix-word-unperfect smoke syntax-check audit-io
| Path | Purpose | |||
|---|---|---|---|---|
| unix-word-unperfect | Host launcher | CLI | printer bridge | and TUI integration |
| rev | Shared reconstructed WordPerfect logic | |||
| tests | Host smoke tests for parser | renderer | document model | and editor behavior |
| wp_c/WP51/LEARN/MEMO.WKB | Bundled smoke-test input |
The Unix clone is expected to use libc streams and host terminal APIs. DOS interrupts, Linux raw syscalls, and compiler-private I/O shims should stay out of this host port unless explicitly isolated behind a compatibility layer.