Word Unperfect

publicRead
Owner: themasterBranch: mainCommits: 0
Git CLI clone URL
git clone https://www.xt-emporium.com/git/word-unperfect.git
Fullscreen desktop URL
/

README.md

# Word Unperfect

Word Unperfect is the Unix-hosted WordPerfect-style clone published through
XT-Emporium. This repository contains the libc host port plus the shared
reconstructed C logic it builds against.

## Build

```sh
make -C unix-word-unperfect clean all
make -C unix-word-unperfect smoke syntax-check audit-io
```

## Run

```sh
./unix-word-unperfect/build/unix-word-unperfect
./unix-word-unperfect/build/unix-word-unperfect --analyze wp_c/WP51/LEARN/MEMO.WKB
./unix-word-unperfect/build/unix-word-unperfect --export wp_c/WP51/LEARN/MEMO.WKB
```

The Unix port starts in the WordPerfect-style terminal UI by default. Host I/O
is expected to go through libc streams and terminal APIs, not DOS interrupts or
raw Linux syscall paths.

## License

Word Unperfect is distributed under the Word Unperfect XT-Emporium License. It
is MIT-like for non-commercial personal, educational, preservation, and research
use. Commercial use requires prior written permission from the XT-Emporium.com
site owner; contact the owner through https://xt-emporium.com/.

Repository snapshot

  • Current branch
    main
  • Visibility
    public
  • Your access
    Read
  • Remote
    None