%general-entities; ]> $LastChangedBy$ $Date$ JOE-&joe-version; JOE Introduction to JOE JOE (Joe's own editor) is a small text editor capable of emulating WordStar, Pico, and Emacs. &lfs77_checked; Package Information Download (HTTP): Download (FTP): Download MD5 sum: &joe-md5sum; Download size: &joe-size; Estimated disk space required: &joe-buildsize; Estimated build time: &joe-time; User Notes: Installation of JOE Install JOE by running the following commands: ./configure --prefix=/usr \ --sysconfdir=/etc \ --docdir=/usr/share/doc/joe-&joe-version; && make This package does not come with a test suite. Now, as the root user: make install && install -vm 755 joe/util/{stringify,termidx,uniproc} /usr/bin && install -vdm755 /usr/share/joe/util && install -vm 644 joe/util/{*.txt,README} /usr/share/joe/util Configuring JOE Config Files /etc/joe/jmacsrc, /etc/joe/joerc, /etc/joe/jpicorc, /etc/joe/jstarrc, /etc/joe/rjoerc, and ~/.joerc /etc/joe/jmacsrc /etc/joe/joerc /etc/joe/jpicorc /etc/joe/jstarrc /etc/joe/rjoerc ~/.joerc Contents Installed Programs Installed Libraries Installed Directories jmacs, joe, jpico, jstar, rjoe, stringify, termidx, and uniproc None /{etc,/usr/share}/joe and /usr/share/doc/joe-&joe-version; Short Descriptions jmacs is a symbolic link to joe used to launch Emacs emulation mode. jmacs joe is a small text editor capable of emulating WordStar, Pico, and Emacs. joe jpico is a symbolic link to joe used to launch Pico emulation mode. jpico jstar is a symbolic link to joe used to launch WordStar emulation mode. jstar rjoe is a symbolic link to joe that restricts JOE to editing only files which are specified on the command-line. rjoe stringify is a program used by joe to convert rc and .jsf files into a C file (see /usr/share/joe/util/README). stringify termidx is a program used by joe to generate the termcap index file (see /usr/share/joe/util/README). termidx uniproc is a program used by joe to generate joe's unicode database file unicat.c from Blocks.txt CaseFolding.txt EastAsianWidth.txt and UnicodeData.txt (find them at /usr/share/joe/util; see /usr/share/joe/util/README). uniproc