mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-03 23:07:23 +08:00
Tagged joe.xml
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@4186 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
ed59474e91
commit
c0a34eb5ca
@ -54,7 +54,7 @@
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
|
||||
<bridgehead renderas="sect3">TEMPLATE Dependencies</bridgehead>
|
||||
<bridgehead renderas="sect3">Emacs Dependencies</bridgehead>
|
||||
|
||||
<bridgehead renderas="sect4">Optional</bridgehead>
|
||||
<para>X (<xref linkend="xfree86"/> or <xref linkend="xorg"/>),
|
||||
|
@ -12,164 +12,195 @@
|
||||
<!ENTITY joe-time "0.11 SBU">
|
||||
]>
|
||||
|
||||
<sect1 id="joe">
|
||||
<sect1info>
|
||||
<othername>$LastChangedBy$</othername>
|
||||
<date>$Date$</date>
|
||||
</sect1info>
|
||||
<?dbhtml filename="joe.html"?>
|
||||
<title>JOE-&joe-version;</title>
|
||||
<indexterm zone="joe"><primary
|
||||
sortas="a-JOE">JOE</primary></indexterm>
|
||||
<sect1 id="joe" xreflabel="JOE-&joe-version;">
|
||||
<?dbhtml filename="joe.html"?>
|
||||
|
||||
<sect2>
|
||||
<title>Introduction to <application><acronym>JOE</acronym></application></title>
|
||||
<sect1info>
|
||||
<othername>$LastChangedBy$</othername>
|
||||
<date>$Date$</date>
|
||||
</sect1info>
|
||||
|
||||
<para><application>JOE</application> (Joe's own editor) is a small text editor
|
||||
capable of emulating WordStar, <application>Pico</application>,
|
||||
and <application>Emacs</application>.</para>
|
||||
<title>JOE-&joe-version;</title>
|
||||
|
||||
<sect3><title>Package information</title>
|
||||
<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>
|
||||
</sect3>
|
||||
<indexterm zone="joe">
|
||||
<primary sortas="a-JOE">JOE</primary>
|
||||
</indexterm>
|
||||
|
||||
</sect2>
|
||||
<sect2 role="package">
|
||||
<title>Introduction to JOE</title>
|
||||
|
||||
<sect2>
|
||||
<title>Installation of <application><acronym>JOE</acronym></application></title>
|
||||
<para><application>JOE</application> (Joe's own editor) is a small text
|
||||
editor capable of emulating WordStar, <application>Pico</application>,
|
||||
and <application>Emacs</application>.</para>
|
||||
|
||||
<para>Install <application><acronym>JOE</acronym></application> by running the
|
||||
following commands:</para>
|
||||
<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>
|
||||
|
||||
<screen><userinput><command>./configure --sysconfdir=/etc --prefix=/usr &&
|
||||
make</command></userinput></screen>
|
||||
</sect2>
|
||||
|
||||
<para>Now, as the root user:</para>
|
||||
<sect2 role="installation">
|
||||
<title>Installation of JOE</title>
|
||||
|
||||
<screen><userinput role='root'><command>make install</command></userinput></screen>
|
||||
<para>Install <application>JOE</application> by running the
|
||||
following commands:</para>
|
||||
|
||||
</sect2>
|
||||
<screen><userinput>./configure --sysconfdir=/etc --prefix=/usr &&
|
||||
make</userinput></screen>
|
||||
|
||||
<sect2>
|
||||
<title>Configuration files</title>
|
||||
<para>Now, as the <systemitem class="username">root</systemitem> user:</para>
|
||||
|
||||
<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>,
|
||||
<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>
|
||||
<screen role="root"><userinput>make install</userinput></screen>
|
||||
|
||||
</sect2>
|
||||
</sect2>
|
||||
|
||||
<sect2>
|
||||
<title>Contents</title>
|
||||
<sect2 role="configuration">
|
||||
<title>Configuring JOE</title>
|
||||
|
||||
<segmentedlist>
|
||||
<segtitle>Installed Programs</segtitle>
|
||||
<segtitle>Installed Libraries</segtitle>
|
||||
<segtitle>Installed Directory</segtitle>
|
||||
<seglistitem>
|
||||
<seg>jmacs, joe, jpico, jstar, rjoe and termidx</seg>
|
||||
<seg>None</seg>
|
||||
<seg>/etc/joe</seg>
|
||||
</seglistitem>
|
||||
</segmentedlist>
|
||||
<sect3 id="joe-config">
|
||||
<title>Config Files</title>
|
||||
|
||||
<variablelist>
|
||||
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
|
||||
<?dbfo list-presentation="list"?>
|
||||
<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>
|
||||
|
||||
<varlistentry id="jmacs">
|
||||
<term><filename>jmacs</filename></term>
|
||||
<listitem><para>is a symbolic link to
|
||||
<command>joe</command> used to launch <application>Emacs</application>
|
||||
emulation mode.</para>
|
||||
<indexterm zone="joe jmacs">
|
||||
<primary sortas="b-jmacs">jmacs</primary></indexterm>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<indexterm zone="joe joe-config">
|
||||
<primary sortas="e-etc-joe-jmacsrc">/etc/joe/jmacsrc</primary>
|
||||
</indexterm>
|
||||
|
||||
<varlistentry id="joe-prog">
|
||||
<term><filename>joe</filename></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>
|
||||
<indexterm zone="joe joe-config">
|
||||
<primary sortas="e-etc-joe-joerc">/etc/joe/joerc</primary>
|
||||
</indexterm>
|
||||
|
||||
<varlistentry id="jpico">
|
||||
<term><filename>jpico</filename></term>
|
||||
<listitem><para>is a symbolic link to
|
||||
<command>joe</command> used to launch <application>Pico</application>
|
||||
emulation mode.</para>
|
||||
<indexterm zone="joe jpico">
|
||||
<primary sortas="b-jpico">jpico</primary></indexterm>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<indexterm zone="joe joe-config">
|
||||
<primary sortas="e-etc-joe-jpicorc">/etc/joe/jpicorc</primary>
|
||||
</indexterm>
|
||||
|
||||
<varlistentry id="jstar">
|
||||
<term><filename>jstar</filename></term>
|
||||
<listitem><para>is a symbolic link to
|
||||
<command>joe</command> used to launch WordStar
|
||||
emulation mode.</para>
|
||||
<indexterm zone="joe jstar">
|
||||
<primary sortas="b-jstar">jstar</primary></indexterm>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<indexterm zone="joe joe-config">
|
||||
<primary sortas="e-etc-joe-jstarrc">/etc/joe/jstarrc</primary>
|
||||
</indexterm>
|
||||
|
||||
<varlistentry id="rjoe">
|
||||
<term><filename>rjoe</filename></term>
|
||||
<listitem><para>is a symbolic link to
|
||||
<command>joe</command> that restricts
|
||||
<application><acronym>JOE</acronym></application> to editing
|
||||
only files which are specified on the command-line.</para>
|
||||
<indexterm zone="joe rjoe">
|
||||
<primary sortas="b-rjoe">rjoe</primary></indexterm>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<indexterm zone="joe joe-config">
|
||||
<primary sortas="e-etc-joe-rjoerc">/etc/joe/rjoerc</primary>
|
||||
</indexterm>
|
||||
|
||||
<varlistentry id="termidx">
|
||||
<term><filename>termidx</filename></term>
|
||||
<listitem><para>is a program used by
|
||||
<command>joe</command> to generate the termcap index file.</para>
|
||||
<indexterm zone="joe termidx">
|
||||
<primary sortas="b-termidx">termidx</primary></indexterm>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<indexterm zone="joe joe-config">
|
||||
<primary sortas="e-AA.joerc">~/.joerc</primary>
|
||||
</indexterm>
|
||||
|
||||
</variablelist>
|
||||
</sect3>
|
||||
|
||||
</sect2>
|
||||
</sect2>
|
||||
|
||||
<sect2 role="content">
|
||||
<title>Contents</title>
|
||||
|
||||
<segmentedlist>
|
||||
<segtitle>Installed Programs</segtitle>
|
||||
<segtitle>Installed Libraries</segtitle>
|
||||
<segtitle>Installed Directory</segtitle>
|
||||
|
||||
<seglistitem>
|
||||
<seg>jmacs, joe, jpico, jstar, rjoe, and termidx</seg>
|
||||
<seg>None</seg>
|
||||
<seg>/etc/joe</seg>
|
||||
</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>
|
||||
<para>is a symbolic link to <command>joe</command> used to
|
||||
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>
|
||||
<para>is a symbolic link to <command>joe</command> used to
|
||||
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>
|
||||
<para>is a symbolic link to <command>joe</command> used to
|
||||
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
|
||||
<application>JOE</application> to editing only files which are
|
||||
specified on the command-line.</para>
|
||||
<indexterm zone="joe rjoe">
|
||||
<primary sortas="b-rjoe">rjoe</primary>
|
||||
</indexterm>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry id="termidx">
|
||||
<term><command>termidx</command></term>
|
||||
<listitem>
|
||||
<para>is a program used by <command>joe</command> to generate the
|
||||
termcap index file.</para>
|
||||
<indexterm zone="joe termidx">
|
||||
<primary sortas="b-termidx">termidx</primary>
|
||||
</indexterm>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
</variablelist>
|
||||
|
||||
</sect2>
|
||||
|
||||
</sect1>
|
||||
|
Loading…
Reference in New Issue
Block a user