2004-06-11 14:33:09 +08:00
|
|
|
<?xml version="1.0" encoding="ISO-8859-1"?>
|
2007-04-05 03:42:53 +08:00
|
|
|
<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
|
|
|
|
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
|
2004-06-11 14:33:09 +08:00
|
|
|
<!ENTITY % general-entities SYSTEM "../../general.ent">
|
|
|
|
%general-entities;
|
|
|
|
|
2017-08-16 02:49:48 +08:00
|
|
|
<!ENTITY joe-download-http "&sourceforge-dl;/joe-editor/joe-&joe-version;.tar.gz">
|
2015-09-10 19:09:47 +08:00
|
|
|
<!ENTITY joe-download-ftp " ">
|
2017-01-27 05:12:48 +08:00
|
|
|
<!ENTITY joe-md5sum "59e63debe60b456a6ee5c0c27a756a47">
|
|
|
|
<!ENTITY joe-size "1.3 MB">
|
2016-09-03 01:32:57 +08:00
|
|
|
<!ENTITY joe-buildsize "14 MB">
|
2009-08-07 01:06:42 +08:00
|
|
|
<!ENTITY joe-time "0.2 SBU">
|
2004-06-11 14:33:09 +08:00
|
|
|
]>
|
|
|
|
|
2005-05-14 01:43:03 +08:00
|
|
|
<sect1 id="joe" xreflabel="JOE-&joe-version;">
|
|
|
|
<?dbhtml filename="joe.html"?>
|
|
|
|
|
|
|
|
<sect1info>
|
|
|
|
<othername>$LastChangedBy$</othername>
|
|
|
|
<date>$Date$</date>
|
|
|
|
</sect1info>
|
|
|
|
|
|
|
|
<title>JOE-&joe-version;</title>
|
|
|
|
|
|
|
|
<indexterm zone="joe">
|
|
|
|
<primary sortas="a-JOE">JOE</primary>
|
|
|
|
</indexterm>
|
|
|
|
|
|
|
|
<sect2 role="package">
|
|
|
|
<title>Introduction to JOE</title>
|
|
|
|
|
2005-05-31 05:56:54 +08:00
|
|
|
<para><application>JOE</application> (Joe's own editor) is a small text
|
2005-05-14 01:43:03 +08:00
|
|
|
editor capable of emulating WordStar, <application>Pico</application>,
|
|
|
|
and <application>Emacs</application>.</para>
|
|
|
|
|
2017-08-29 06:14:37 +08:00
|
|
|
&lfs81_checked;
|
2009-08-07 01:06:42 +08:00
|
|
|
|
2005-05-14 01:43:03 +08:00
|
|
|
<bridgehead renderas="sect3">Package Information</bridgehead>
|
|
|
|
<itemizedlist spacing="compact">
|
|
|
|
<listitem>
|
|
|
|
<para>Download (HTTP): <ulink url="&joe-download-http;"/></para>
|
|
|
|
</listitem>
|
|
|
|
<listitem>
|
|
|
|
<para>Download (FTP): <ulink url="&joe-download-ftp;"/></para>
|
|
|
|
</listitem>
|
|
|
|
<listitem>
|
|
|
|
<para>Download MD5 sum: &joe-md5sum;</para>
|
|
|
|
</listitem>
|
|
|
|
<listitem>
|
|
|
|
<para>Download size: &joe-size;</para>
|
|
|
|
</listitem>
|
|
|
|
<listitem>
|
|
|
|
<para>Estimated disk space required: &joe-buildsize;</para>
|
|
|
|
</listitem>
|
|
|
|
<listitem>
|
|
|
|
<para>Estimated build time: &joe-time;</para>
|
|
|
|
</listitem>
|
|
|
|
</itemizedlist>
|
|
|
|
|
2006-04-11 02:38:22 +08:00
|
|
|
<para condition="html" role="usernotes">User Notes:
|
|
|
|
<ulink url="&blfs-wiki;/joe"/></para>
|
|
|
|
|
2005-05-14 01:43:03 +08:00
|
|
|
</sect2>
|
|
|
|
|
|
|
|
<sect2 role="installation">
|
|
|
|
<title>Installation of JOE</title>
|
|
|
|
|
2005-05-31 05:56:54 +08:00
|
|
|
<para>Install <application>JOE</application> by running the
|
2005-05-14 01:43:03 +08:00
|
|
|
following commands:</para>
|
|
|
|
|
2015-02-21 04:02:49 +08:00
|
|
|
<screen><userinput>./configure --prefix=/usr \
|
2014-09-30 10:33:02 +08:00
|
|
|
--sysconfdir=/etc \
|
|
|
|
--docdir=/usr/share/doc/joe-&joe-version; &&
|
2005-05-14 01:43:03 +08:00
|
|
|
make</userinput></screen>
|
|
|
|
|
2005-06-13 01:21:37 +08:00
|
|
|
<para>This package does not come with a test suite.</para>
|
|
|
|
|
2005-05-14 01:43:03 +08:00
|
|
|
<para>Now, as the <systemitem class="username">root</systemitem> user:</para>
|
|
|
|
|
2015-09-10 19:09:47 +08:00
|
|
|
<screen role="root"><userinput>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</userinput></screen>
|
2005-05-14 01:43:03 +08:00
|
|
|
|
|
|
|
</sect2>
|
|
|
|
|
|
|
|
<sect2 role="configuration">
|
|
|
|
<title>Configuring JOE</title>
|
|
|
|
|
|
|
|
<sect3 id="joe-config">
|
|
|
|
<title>Config Files</title>
|
|
|
|
|
|
|
|
<para><filename>/etc/joe/jmacsrc</filename>,
|
|
|
|
<filename>/etc/joe/joerc</filename>, <filename>/etc/joe/jpicorc</filename>,
|
|
|
|
<filename>/etc/joe/jstarrc</filename>, <filename>/etc/joe/rjoerc</filename>,
|
|
|
|
and <filename>~/.joerc</filename></para>
|
|
|
|
|
|
|
|
<indexterm zone="joe joe-config">
|
|
|
|
<primary sortas="e-etc-joe-jmacsrc">/etc/joe/jmacsrc</primary>
|
|
|
|
</indexterm>
|
|
|
|
|
|
|
|
<indexterm zone="joe joe-config">
|
|
|
|
<primary sortas="e-etc-joe-joerc">/etc/joe/joerc</primary>
|
|
|
|
</indexterm>
|
|
|
|
|
|
|
|
<indexterm zone="joe joe-config">
|
|
|
|
<primary sortas="e-etc-joe-jpicorc">/etc/joe/jpicorc</primary>
|
|
|
|
</indexterm>
|
|
|
|
|
|
|
|
<indexterm zone="joe joe-config">
|
|
|
|
<primary sortas="e-etc-joe-jstarrc">/etc/joe/jstarrc</primary>
|
|
|
|
</indexterm>
|
|
|
|
|
|
|
|
<indexterm zone="joe joe-config">
|
|
|
|
<primary sortas="e-etc-joe-rjoerc">/etc/joe/rjoerc</primary>
|
|
|
|
</indexterm>
|
|
|
|
|
|
|
|
<indexterm zone="joe joe-config">
|
|
|
|
<primary sortas="e-AA.joerc">~/.joerc</primary>
|
|
|
|
</indexterm>
|
|
|
|
|
|
|
|
</sect3>
|
|
|
|
|
|
|
|
</sect2>
|
|
|
|
|
|
|
|
<sect2 role="content">
|
|
|
|
<title>Contents</title>
|
|
|
|
|
|
|
|
<segmentedlist>
|
|
|
|
<segtitle>Installed Programs</segtitle>
|
|
|
|
<segtitle>Installed Libraries</segtitle>
|
2009-08-07 01:06:42 +08:00
|
|
|
<segtitle>Installed Directories</segtitle>
|
2005-05-14 01:43:03 +08:00
|
|
|
|
|
|
|
<seglistitem>
|
2015-09-10 19:09:47 +08:00
|
|
|
<seg>
|
|
|
|
jmacs,
|
|
|
|
joe,
|
|
|
|
jpico,
|
|
|
|
jstar,
|
|
|
|
rjoe,
|
|
|
|
stringify,
|
|
|
|
termidx, and
|
|
|
|
uniproc
|
|
|
|
</seg>
|
|
|
|
<seg>
|
|
|
|
None
|
|
|
|
</seg>
|
|
|
|
<seg>
|
2016-03-12 06:16:49 +08:00
|
|
|
/etc/joe,
|
|
|
|
/usr/share/joe, and
|
2015-09-10 19:09:47 +08:00
|
|
|
/usr/share/doc/joe-&joe-version;
|
|
|
|
</seg>
|
2005-05-14 01:43:03 +08:00
|
|
|
</seglistitem>
|
|
|
|
</segmentedlist>
|
|
|
|
|
|
|
|
<variablelist>
|
|
|
|
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
|
|
|
|
<?dbfo list-presentation="list"?>
|
|
|
|
<?dbhtml list-presentation="table"?>
|
|
|
|
|
|
|
|
<varlistentry id="jmacs">
|
|
|
|
<term><command>jmacs</command></term>
|
|
|
|
<listitem>
|
2005-05-31 05:56:54 +08:00
|
|
|
<para>is a symbolic link to <command>joe</command> used to
|
2005-05-14 01:43:03 +08:00
|
|
|
launch <application>Emacs</application> emulation mode.</para>
|
|
|
|
<indexterm zone="joe jmacs">
|
|
|
|
<primary sortas="b-jmacs">jmacs</primary>
|
|
|
|
</indexterm>
|
|
|
|
</listitem>
|
|
|
|
</varlistentry>
|
|
|
|
|
|
|
|
<varlistentry id="joe-prog">
|
|
|
|
<term><command>joe</command></term>
|
|
|
|
<listitem>
|
|
|
|
<para>is a small text editor capable of emulating
|
|
|
|
WordStar, <application>Pico</application>, and
|
|
|
|
<application>Emacs</application>.</para>
|
|
|
|
<indexterm zone="joe joe-prog">
|
|
|
|
<primary sortas="b-joe">joe</primary>
|
|
|
|
</indexterm>
|
|
|
|
</listitem>
|
|
|
|
</varlistentry>
|
|
|
|
|
|
|
|
<varlistentry id="jpico">
|
|
|
|
<term><command>jpico</command></term>
|
|
|
|
<listitem>
|
2005-05-31 05:56:54 +08:00
|
|
|
<para>is a symbolic link to <command>joe</command> used to
|
2005-05-14 01:43:03 +08:00
|
|
|
launch <application>Pico</application> emulation mode.</para>
|
|
|
|
<indexterm zone="joe jpico">
|
|
|
|
<primary sortas="b-jpico">jpico</primary>
|
|
|
|
</indexterm>
|
|
|
|
</listitem>
|
|
|
|
</varlistentry>
|
|
|
|
|
|
|
|
<varlistentry id="jstar">
|
|
|
|
<term><command>jstar</command></term>
|
|
|
|
<listitem>
|
2005-05-31 05:56:54 +08:00
|
|
|
<para>is a symbolic link to <command>joe</command> used to
|
2005-05-14 01:43:03 +08:00
|
|
|
launch WordStar emulation mode.</para>
|
|
|
|
<indexterm zone="joe jstar">
|
|
|
|
<primary sortas="b-jstar">jstar</primary>
|
|
|
|
</indexterm>
|
|
|
|
</listitem>
|
|
|
|
</varlistentry>
|
|
|
|
|
|
|
|
<varlistentry id="rjoe">
|
|
|
|
<term><command>rjoe</command></term>
|
|
|
|
<listitem>
|
|
|
|
<para>is a symbolic link to <command>joe</command> that restricts
|
2005-05-31 05:56:54 +08:00
|
|
|
<application>JOE</application> to editing only files which are
|
2005-05-14 01:43:03 +08:00
|
|
|
specified on the command-line.</para>
|
|
|
|
<indexterm zone="joe rjoe">
|
|
|
|
<primary sortas="b-rjoe">rjoe</primary>
|
|
|
|
</indexterm>
|
|
|
|
</listitem>
|
|
|
|
</varlistentry>
|
|
|
|
|
2015-09-10 19:09:47 +08:00
|
|
|
<varlistentry id="stringify">
|
|
|
|
<term><command>stringify</command></term>
|
|
|
|
<listitem>
|
|
|
|
<para>is a program used by <command>joe</command> to convert rc and
|
|
|
|
.jsf files into a C file (see /usr/share/joe/util/README).</para>
|
|
|
|
<indexterm zone="joe stringify">
|
|
|
|
<primary sortas="b-stringify">stringify</primary>
|
|
|
|
</indexterm>
|
|
|
|
</listitem>
|
|
|
|
</varlistentry>
|
|
|
|
|
2005-05-14 01:43:03 +08:00
|
|
|
<varlistentry id="termidx">
|
|
|
|
<term><command>termidx</command></term>
|
|
|
|
<listitem>
|
2005-05-31 05:56:54 +08:00
|
|
|
<para>is a program used by <command>joe</command> to generate the
|
2015-09-10 19:09:47 +08:00
|
|
|
termcap index file (see /usr/share/joe/util/README).</para>
|
2005-05-14 01:43:03 +08:00
|
|
|
<indexterm zone="joe termidx">
|
|
|
|
<primary sortas="b-termidx">termidx</primary>
|
|
|
|
</indexterm>
|
|
|
|
</listitem>
|
|
|
|
</varlistentry>
|
|
|
|
|
2015-09-10 19:09:47 +08:00
|
|
|
<varlistentry id="uniproc">
|
|
|
|
<term><command>uniproc</command></term>
|
|
|
|
<listitem>
|
|
|
|
<para>is a program used by <command>joe</command> 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).</para>
|
|
|
|
<indexterm zone="joe uniproc">
|
|
|
|
<primary sortas="b-uniproc">uniproc</primary>
|
|
|
|
</indexterm>
|
|
|
|
</listitem>
|
|
|
|
</varlistentry>
|
|
|
|
|
2005-05-14 01:43:03 +08:00
|
|
|
</variablelist>
|
|
|
|
|
|
|
|
</sect2>
|
2002-07-08 04:28:42 +08:00
|
|
|
|
|
|
|
</sect1>
|