source: postlfs/editors/joe.xml@ 563441f

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 6.0 6.1 6.2 6.2.0 6.2.0-rc1 6.2.0-rc2 6.3 6.3-rc1 6.3-rc2 6.3-rc3 7.10 7.4 7.5 7.6 7.6-blfs 7.6-systemd 7.7 7.8 7.9 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind gnome kde5-13430 kde5-14269 kde5-14686 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts krejzi/svn lazarus lxqt nosym perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition systemd-11177 systemd-13485 trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 563441f was d4afab2, checked in by Randy McMurchy <randy@…>, 19 years ago

Added md5sums to Emacs, Ed, nano, Vim and JOE instructions

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@3397 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 3.9 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
3 "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7 <!ENTITY joe-download-http "http://prdownloads.sourceforge.net/joe-editor/joe-&joe-version;.tar.gz">
8 <!ENTITY joe-download-ftp " ">
9 <!ENTITY joe-md5sum "2a6ef018870fca9b7df85401994fb0e0">
10 <!ENTITY joe-size "380 KB">
11 <!ENTITY joe-buildsize "5.7 MB">
12 <!ENTITY joe-time "0.11 SBU">
13]>
14
15<sect1 id="postlfs-editors-joe">
16<sect1info>
17<othername>$LastChangedBy$</othername>
18<date>$Date$</date>
19</sect1info>
20<?dbhtml filename="joe.html"?>
21<title>JOE-&joe-version;</title>
22
23<sect2>
24<title>Introduction to <application><acronym>JOE</acronym></application></title>
25
26<para><application>JOE</application> (Joe's own editor) is a small text editor
27capable of emulating WordStar, <application>Pico</application>,
28and <application>Emacs</application>.</para>
29
30<sect3><title>Package information</title>
31<itemizedlist spacing='compact'>
32<listitem><para>Download (HTTP): <ulink
33url="&joe-download-http;"/></para></listitem>
34<listitem><para>Download (FTP): <ulink
35url="&joe-download-ftp;"/></para></listitem>
36<listitem><para>Download MD5 sum: &joe-md5sum;</para></listitem>
37<listitem><para>Download size: &joe-size;</para></listitem>
38<listitem><para>Estimated disk space required:
39&joe-buildsize;</para></listitem>
40<listitem><para>Estimated build time:
41&joe-time;</para></listitem></itemizedlist>
42</sect3>
43
44</sect2>
45
46<sect2>
47<title>Installation of <application><acronym>JOE</acronym></application></title>
48
49<para>Install <application><acronym>JOE</acronym></application> by running the
50following commands:</para>
51
52<screen><userinput><command>./configure --sysconfdir=/etc --prefix=/usr &amp;&amp;
53make &amp;&amp;
54make install</command></userinput></screen>
55
56</sect2>
57
58<sect2>
59<title>Configuration files</title>
60
61<para><application><acronym>JOE</acronym></application> can make use of
62several configuration files. Information about these files may be found in the
63joe man page. These files are <filename>/etc/jmacsrc</filename>,
64<filename>/etc/joerc</filename>, <filename>/etc/jpicorc</filename>,
65<filename>/etc/jstarrc</filename>, and <filename>/etc/rjoerc</filename>.
66<application><acronym>JOE</acronym></application> can also make use of
67<filename>~/.joerc</filename>, which may be copied from
68<filename>/etc/joerc</filename> and customized for each user's
69taste.</para>
70
71</sect2>
72
73<sect2>
74<title>Contents</title>
75
76<para>The <application><acronym>JOE</acronym></application> package contains
77<command>jmacs</command>,
78<command>joe</command>, <command>jpico</command>,
79<command>jstar</command>, <command>rjoe</command> and
80<command>termidx</command>.</para>
81</sect2>
82
83<sect2><title>Description</title>
84
85<sect3><title>jmacs</title>
86<para><command>jmacs</command> is a symbolic link to
87<command>joe</command> used to launch <application>Emacs</application>
88emulation mode.</para></sect3>
89
90<sect3><title>joe</title>
91<para><command>joe</command> is a small text editor capable of emulating
92WordStar, <application>Pico</application>, and
93<application>Emacs</application>.</para></sect3>
94
95<sect3><title>jpico</title>
96<para><command>jpico</command> is a symbolic link to
97<command>joe</command> used to launch <application>Pico</application>
98emulation mode.</para></sect3>
99
100<sect3><title>jstar</title>
101<para><command>jstar</command> is a symbolic link to
102<command>joe</command> used to launch WordStar
103emulation mode.</para></sect3>
104
105<sect3><title>rjoe</title>
106<para><command>rjoe</command> is a symbolic link to
107<command>joe</command> that restricts
108<application><acronym>JOE</acronym></application> to editing
109only files which are specified on the command-line.</para></sect3>
110
111<sect3><title>termidx</title>
112<para><command>termidx</command> is a program used by
113<command>joe</command> to generate the termcap index
114file.</para></sect3>
115
116</sect2>
117
118</sect1>
Note: See TracBrowser for help on using the repository browser.