mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-03 14:47:17 +08:00
reformat joe
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@3436 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
563441fa87
commit
36d9b2bf9b
@ -19,6 +19,9 @@
|
|||||||
</sect1info>
|
</sect1info>
|
||||||
<?dbhtml filename="ed.html"?>
|
<?dbhtml filename="ed.html"?>
|
||||||
<title>Ed-&ed-version;</title>
|
<title>Ed-&ed-version;</title>
|
||||||
|
<indexterm zone="ed"><primary
|
||||||
|
sortas="a-Ed">Ed</primary></indexterm>
|
||||||
|
|
||||||
|
|
||||||
<sect2>
|
<sect2>
|
||||||
<title>Introduction to <application>Ed</application></title>
|
<title>Introduction to <application>Ed</application></title>
|
||||||
@ -70,8 +73,11 @@ files:</para>
|
|||||||
commands:</para>
|
commands:</para>
|
||||||
|
|
||||||
<screen><userinput><command>./configure --prefix=/usr --exec-prefix="" &&
|
<screen><userinput><command>./configure --prefix=/usr --exec-prefix="" &&
|
||||||
make &&
|
make</command></userinput></screen>
|
||||||
make install</command></userinput></screen>
|
|
||||||
|
<para>Now, as the root user:</para>
|
||||||
|
|
||||||
|
<screen><userinput role='root'><command>make install</command></userinput></screen>
|
||||||
|
|
||||||
</sect2>
|
</sect2>
|
||||||
|
|
||||||
@ -89,24 +95,36 @@ unavailable.</para>
|
|||||||
<sect2>
|
<sect2>
|
||||||
<title>Contents</title>
|
<title>Contents</title>
|
||||||
|
|
||||||
<para>The <application>Ed</application> package contains
|
<segmentedlist>
|
||||||
<command>ed</command> and
|
<segtitle>Installed Programs</segtitle>
|
||||||
<command>red</command>.</para>
|
<seglistitem>
|
||||||
|
<seg>ed and red</seg>
|
||||||
|
</seglistitem>
|
||||||
|
</segmentedlist>
|
||||||
|
|
||||||
</sect2>
|
<variablelist>
|
||||||
|
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
|
||||||
|
<?dbfo list-presentation="list"?>
|
||||||
|
|
||||||
<sect2><title>Description</title>
|
<varlistentry id="ed-prog">
|
||||||
|
<term><filename>ed</filename></term>
|
||||||
|
<listitem><para>is a line-oriented text editor.</para>
|
||||||
|
<indexterm zone="ed ed-prog">
|
||||||
|
<primary sortas="b-ed">ed</primary></indexterm>
|
||||||
|
</listitem>
|
||||||
|
</varlistentry>
|
||||||
|
|
||||||
<sect3><title>ed</title>
|
<varlistentry id="red">
|
||||||
<para><command>ed</command>
|
<term><filename>red</filename></term>
|
||||||
is a line-oriented text editor.
|
<listitem><para>is a restricted ed—it can only edit files in the
|
||||||
</para></sect3>
|
current directory and cannot execute shell commands.
|
||||||
|
</para>
|
||||||
|
<indexterm zone="ed red">
|
||||||
|
<primary sortas="b-red">red</primary></indexterm>
|
||||||
|
</listitem>
|
||||||
|
</varlistentry>
|
||||||
|
|
||||||
<sect3><title>red</title>
|
</variablelist>
|
||||||
<para><command>red</command>
|
|
||||||
is a restricted ed—it can only edit files in the current directory
|
|
||||||
and cannot execute shell commands.
|
|
||||||
</para></sect3>
|
|
||||||
|
|
||||||
</sect2>
|
</sect2>
|
||||||
|
|
||||||
|
@ -12,13 +12,15 @@
|
|||||||
<!ENTITY joe-time "0.11 SBU">
|
<!ENTITY joe-time "0.11 SBU">
|
||||||
]>
|
]>
|
||||||
|
|
||||||
<sect1 id="postlfs-editors-joe">
|
<sect1 id="joe">
|
||||||
<sect1info>
|
<sect1info>
|
||||||
<othername>$LastChangedBy$</othername>
|
<othername>$LastChangedBy$</othername>
|
||||||
<date>$Date$</date>
|
<date>$Date$</date>
|
||||||
</sect1info>
|
</sect1info>
|
||||||
<?dbhtml filename="joe.html"?>
|
<?dbhtml filename="joe.html"?>
|
||||||
<title>JOE-&joe-version;</title>
|
<title>JOE-&joe-version;</title>
|
||||||
|
<indexterm zone="joe"><primary
|
||||||
|
sortas="a-JOE">JOE</primary></indexterm>
|
||||||
|
|
||||||
<sect2>
|
<sect2>
|
||||||
<title>Introduction to <application><acronym>JOE</acronym></application></title>
|
<title>Introduction to <application><acronym>JOE</acronym></application></title>
|
||||||
@ -50,68 +52,121 @@ url="&joe-download-ftp;"/></para></listitem>
|
|||||||
following commands:</para>
|
following commands:</para>
|
||||||
|
|
||||||
<screen><userinput><command>./configure --sysconfdir=/etc --prefix=/usr &&
|
<screen><userinput><command>./configure --sysconfdir=/etc --prefix=/usr &&
|
||||||
make &&
|
make</command></userinput></screen>
|
||||||
make install</command></userinput></screen>
|
|
||||||
|
<para>Now, as the root user:</para>
|
||||||
|
|
||||||
|
<screen><userinput role='root'><command>make install</command></userinput></screen>
|
||||||
|
|
||||||
</sect2>
|
</sect2>
|
||||||
|
|
||||||
<sect2>
|
<sect2>
|
||||||
<title>Configuration files</title>
|
<title>Configuration files</title>
|
||||||
|
|
||||||
<para><application><acronym>JOE</acronym></application> can make use of
|
<sect3 id="joe-config"><title>Config files</title>
|
||||||
several configuration files. Information about these files may be found in the
|
<para><filename>/etc/jmacsrc</filename>,
|
||||||
joe man page. These files are <filename>/etc/jmacsrc</filename>,
|
|
||||||
<filename>/etc/joerc</filename>, <filename>/etc/jpicorc</filename>,
|
<filename>/etc/joerc</filename>, <filename>/etc/jpicorc</filename>,
|
||||||
<filename>/etc/jstarrc</filename>, and <filename>/etc/rjoerc</filename>.
|
<filename>/etc/jstarrc</filename>, <filename>/etc/rjoerc</filename>,
|
||||||
<application><acronym>JOE</acronym></application> can also make use of
|
<filename>~/.joerc</filename></para>
|
||||||
<filename>~/.joerc</filename>, which may be copied from
|
<indexterm zone="joe joe-config">
|
||||||
<filename>/etc/joerc</filename> and customized for each user's
|
<primary sortas="e-etc-jmacsrc">/etc/jmacsrcrc</primary>
|
||||||
taste.</para>
|
</indexterm>
|
||||||
|
<indexterm zone="joe joe-config">
|
||||||
|
<primary sortas="e-etc-joerc">/etc/joerc</primary>
|
||||||
|
</indexterm>
|
||||||
|
<indexterm zone="joe joe-config">
|
||||||
|
<primary sortas="e-etc-jpicorc">/etc/jpicorc</primary>
|
||||||
|
</indexterm>
|
||||||
|
<indexterm zone="joe joe-config">
|
||||||
|
<primary sortas="e-etc-jstarrc">/etc/jstarrc</primary>
|
||||||
|
</indexterm>
|
||||||
|
<indexterm zone="joe joe-config">
|
||||||
|
<primary sortas="e-etc-rjoerc">/etc/rjoerc</primary>
|
||||||
|
</indexterm>
|
||||||
|
<indexterm zone="joe joe-config">
|
||||||
|
<primary sortas="e-AA.joerc">~/.joerc</primary>
|
||||||
|
</indexterm>
|
||||||
|
</sect3>
|
||||||
|
|
||||||
</sect2>
|
</sect2>
|
||||||
|
|
||||||
<sect2>
|
<sect2>
|
||||||
<title>Contents</title>
|
<title>Contents</title>
|
||||||
|
|
||||||
<para>The <application><acronym>JOE</acronym></application> package contains
|
<segmentedlist>
|
||||||
<command>jmacs</command>,
|
<segtitle>Installed Programs</segtitle>
|
||||||
<command>joe</command>, <command>jpico</command>,
|
<segtitle>Installed Directory</segtitle>
|
||||||
<command>jstar</command>, <command>rjoe</command> and
|
<seglistitem>
|
||||||
<command>termidx</command>.</para>
|
<seg>jmacs, joe, jpico, jstar, rjoe and termidx</seg>
|
||||||
</sect2>
|
<seg>/etc/joe</seg>
|
||||||
|
</seglistitem>
|
||||||
|
</segmentedlist>
|
||||||
|
|
||||||
<sect2><title>Description</title>
|
<variablelist>
|
||||||
|
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
|
||||||
|
<?dbfo list-presentation="list"?>
|
||||||
|
|
||||||
<sect3><title>jmacs</title>
|
<varlistentry id="jmacs">
|
||||||
<para><command>jmacs</command> is a symbolic link to
|
<term><filename>jmacs</filename></term>
|
||||||
|
<listitem><para>is a symbolic link to
|
||||||
<command>joe</command> used to launch <application>Emacs</application>
|
<command>joe</command> used to launch <application>Emacs</application>
|
||||||
emulation mode.</para></sect3>
|
emulation mode.</para>
|
||||||
|
<indexterm zone="joe jmacs">
|
||||||
|
<primary sortas="b-jmacs">jmacs</primary></indexterm>
|
||||||
|
</listitem>
|
||||||
|
</varlistentry>
|
||||||
|
|
||||||
<sect3><title>joe</title>
|
<varlistentry id="joe-prog">
|
||||||
<para><command>joe</command> is a small text editor capable of emulating
|
<term><filename>joe</filename></term>
|
||||||
|
<listitem><para>is a small text editor capable of emulating
|
||||||
WordStar, <application>Pico</application>, and
|
WordStar, <application>Pico</application>, and
|
||||||
<application>Emacs</application>.</para></sect3>
|
<application>Emacs</application>.</para>
|
||||||
|
<indexterm zone="joe joe-prog">
|
||||||
|
<primary sortas="b-joe">joe</primary></indexterm>
|
||||||
|
</listitem>
|
||||||
|
</varlistentry>
|
||||||
|
|
||||||
<sect3><title>jpico</title>
|
<varlistentry id="jpico">
|
||||||
<para><command>jpico</command> is a symbolic link to
|
<term><filename>jpico</filename></term>
|
||||||
|
<listitem><para>is a symbolic link to
|
||||||
<command>joe</command> used to launch <application>Pico</application>
|
<command>joe</command> used to launch <application>Pico</application>
|
||||||
emulation mode.</para></sect3>
|
emulation mode.</para>
|
||||||
|
<indexterm zone="joe jpico">
|
||||||
|
<primary sortas="b-jpico">jpico</primary></indexterm>
|
||||||
|
</listitem>
|
||||||
|
</varlistentry>
|
||||||
|
|
||||||
<sect3><title>jstar</title>
|
<varlistentry id="jstar">
|
||||||
<para><command>jstar</command> is a symbolic link to
|
<term><filename>jstar</filename></term>
|
||||||
|
<listitem><para>is a symbolic link to
|
||||||
<command>joe</command> used to launch WordStar
|
<command>joe</command> used to launch WordStar
|
||||||
emulation mode.</para></sect3>
|
emulation mode.</para>
|
||||||
|
<indexterm zone="joe jstar">
|
||||||
|
<primary sortas="b-jstar">jstar</primary></indexterm>
|
||||||
|
</listitem>
|
||||||
|
</varlistentry>
|
||||||
|
|
||||||
<sect3><title>rjoe</title>
|
<varlistentry id="rjoe">
|
||||||
<para><command>rjoe</command> is a symbolic link to
|
<term><filename>rjoe</filename></term>
|
||||||
|
<listitem><para>is a symbolic link to
|
||||||
<command>joe</command> that restricts
|
<command>joe</command> that restricts
|
||||||
<application><acronym>JOE</acronym></application> to editing
|
<application><acronym>JOE</acronym></application> to editing
|
||||||
only files which are specified on the command-line.</para></sect3>
|
only files which are specified on the command-line.</para>
|
||||||
|
<indexterm zone="joe rjoe">
|
||||||
|
<primary sortas="b-rjoe">rjoe</primary></indexterm>
|
||||||
|
</listitem>
|
||||||
|
</varlistentry>
|
||||||
|
|
||||||
<sect3><title>termidx</title>
|
<varlistentry id="termidx">
|
||||||
<para><command>termidx</command> is a program used by
|
<term><filename>termidx</filename></term>
|
||||||
<command>joe</command> to generate the termcap index
|
<listitem><para>is a program used by
|
||||||
file.</para></sect3>
|
<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>
|
</sect2>
|
||||||
|
|
||||||
|
@ -105,8 +105,10 @@ configurations and has some documentation included in the comments.</para>
|
|||||||
|
|
||||||
<segmentedlist>
|
<segmentedlist>
|
||||||
<segtitle>Installed Programs</segtitle>
|
<segtitle>Installed Programs</segtitle>
|
||||||
|
<segtitle>Installed Directory</segtitle>
|
||||||
<seglistitem>
|
<seglistitem>
|
||||||
<seg>nano</seg>
|
<seg>nano</seg>
|
||||||
|
<seg>/usr/share/doc/nano</seg>
|
||||||
</seglistitem>
|
</seglistitem>
|
||||||
</segmentedlist>
|
</segmentedlist>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user