1 | <?xml version="1.0" encoding="ISO-8859-1"?>
|
---|
2 | <!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
|
---|
3 | "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
|
---|
4 | <!ENTITY % general-entities SYSTEM "../../general.ent">
|
---|
5 | %general-entities;
|
---|
6 |
|
---|
7 | <!ENTITY joe-download-http "&sourceforge-repo;/joe-editor/joe-&joe-version;.tar.gz">
|
---|
8 | <!ENTITY joe-download-ftp " ">
|
---|
9 | <!ENTITY joe-md5sum "0a70057cc4493320f9838822451857ef">
|
---|
10 | <!ENTITY joe-size "1.3 MB">
|
---|
11 | <!ENTITY joe-buildsize "20 MB">
|
---|
12 | <!ENTITY joe-time "0.2 SBU">
|
---|
13 | ]>
|
---|
14 |
|
---|
15 | <sect1 id="joe" xreflabel="JOE-&joe-version;">
|
---|
16 | <?dbhtml filename="joe.html"?>
|
---|
17 |
|
---|
18 | <sect1info>
|
---|
19 | <othername>$LastChangedBy$</othername>
|
---|
20 | <date>$Date$</date>
|
---|
21 | </sect1info>
|
---|
22 |
|
---|
23 | <title>JOE-&joe-version;</title>
|
---|
24 |
|
---|
25 | <indexterm zone="joe">
|
---|
26 | <primary sortas="a-JOE">JOE</primary>
|
---|
27 | </indexterm>
|
---|
28 |
|
---|
29 | <sect2 role="package">
|
---|
30 | <title>Introduction to JOE</title>
|
---|
31 |
|
---|
32 | <para><application>JOE</application> (Joe's own editor) is a small text
|
---|
33 | editor capable of emulating WordStar, <application>Pico</application>,
|
---|
34 | and <application>Emacs</application>.</para>
|
---|
35 |
|
---|
36 | &lfs77_checked;
|
---|
37 |
|
---|
38 | <bridgehead renderas="sect3">Package Information</bridgehead>
|
---|
39 | <itemizedlist spacing="compact">
|
---|
40 | <listitem>
|
---|
41 | <para>Download (HTTP): <ulink url="&joe-download-http;"/></para>
|
---|
42 | </listitem>
|
---|
43 | <listitem>
|
---|
44 | <para>Download (FTP): <ulink url="&joe-download-ftp;"/></para>
|
---|
45 | </listitem>
|
---|
46 | <listitem>
|
---|
47 | <para>Download MD5 sum: &joe-md5sum;</para>
|
---|
48 | </listitem>
|
---|
49 | <listitem>
|
---|
50 | <para>Download size: &joe-size;</para>
|
---|
51 | </listitem>
|
---|
52 | <listitem>
|
---|
53 | <para>Estimated disk space required: &joe-buildsize;</para>
|
---|
54 | </listitem>
|
---|
55 | <listitem>
|
---|
56 | <para>Estimated build time: &joe-time;</para>
|
---|
57 | </listitem>
|
---|
58 | </itemizedlist>
|
---|
59 |
|
---|
60 | <para condition="html" role="usernotes">User Notes:
|
---|
61 | <ulink url="&blfs-wiki;/joe"/></para>
|
---|
62 |
|
---|
63 | </sect2>
|
---|
64 |
|
---|
65 | <sect2 role="installation">
|
---|
66 | <title>Installation of JOE</title>
|
---|
67 |
|
---|
68 | <para>Install <application>JOE</application> by running the
|
---|
69 | following commands:</para>
|
---|
70 |
|
---|
71 | <screen><userinput>./configure --prefix=/usr \
|
---|
72 | --sysconfdir=/etc \
|
---|
73 | --docdir=/usr/share/doc/joe-&joe-version; &&
|
---|
74 | make</userinput></screen>
|
---|
75 |
|
---|
76 | <para>This package does not come with a test suite.</para>
|
---|
77 |
|
---|
78 | <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
|
---|
79 |
|
---|
80 | <screen role="root"><userinput>make install &&
|
---|
81 |
|
---|
82 | install -vm 755 joe/util/{stringify,termidx,uniproc} /usr/bin &&
|
---|
83 | install -vdm755 /usr/share/joe/util &&
|
---|
84 | install -vm 644 joe/util/{*.txt,README} /usr/share/joe/util</userinput></screen>
|
---|
85 |
|
---|
86 | </sect2>
|
---|
87 |
|
---|
88 | <sect2 role="configuration">
|
---|
89 | <title>Configuring JOE</title>
|
---|
90 |
|
---|
91 | <sect3 id="joe-config">
|
---|
92 | <title>Config Files</title>
|
---|
93 |
|
---|
94 | <para><filename>/etc/joe/jmacsrc</filename>,
|
---|
95 | <filename>/etc/joe/joerc</filename>, <filename>/etc/joe/jpicorc</filename>,
|
---|
96 | <filename>/etc/joe/jstarrc</filename>, <filename>/etc/joe/rjoerc</filename>,
|
---|
97 | and <filename>~/.joerc</filename></para>
|
---|
98 |
|
---|
99 | <indexterm zone="joe joe-config">
|
---|
100 | <primary sortas="e-etc-joe-jmacsrc">/etc/joe/jmacsrc</primary>
|
---|
101 | </indexterm>
|
---|
102 |
|
---|
103 | <indexterm zone="joe joe-config">
|
---|
104 | <primary sortas="e-etc-joe-joerc">/etc/joe/joerc</primary>
|
---|
105 | </indexterm>
|
---|
106 |
|
---|
107 | <indexterm zone="joe joe-config">
|
---|
108 | <primary sortas="e-etc-joe-jpicorc">/etc/joe/jpicorc</primary>
|
---|
109 | </indexterm>
|
---|
110 |
|
---|
111 | <indexterm zone="joe joe-config">
|
---|
112 | <primary sortas="e-etc-joe-jstarrc">/etc/joe/jstarrc</primary>
|
---|
113 | </indexterm>
|
---|
114 |
|
---|
115 | <indexterm zone="joe joe-config">
|
---|
116 | <primary sortas="e-etc-joe-rjoerc">/etc/joe/rjoerc</primary>
|
---|
117 | </indexterm>
|
---|
118 |
|
---|
119 | <indexterm zone="joe joe-config">
|
---|
120 | <primary sortas="e-AA.joerc">~/.joerc</primary>
|
---|
121 | </indexterm>
|
---|
122 |
|
---|
123 | </sect3>
|
---|
124 |
|
---|
125 | </sect2>
|
---|
126 |
|
---|
127 | <sect2 role="content">
|
---|
128 | <title>Contents</title>
|
---|
129 |
|
---|
130 | <segmentedlist>
|
---|
131 | <segtitle>Installed Programs</segtitle>
|
---|
132 | <segtitle>Installed Libraries</segtitle>
|
---|
133 | <segtitle>Installed Directories</segtitle>
|
---|
134 |
|
---|
135 | <seglistitem>
|
---|
136 | <seg>jmacs,
|
---|
137 | joe,
|
---|
138 | jpico,
|
---|
139 | jstar,
|
---|
140 | rjoe,
|
---|
141 | stringify,
|
---|
142 | termidx, and
|
---|
143 | uniproc</seg>
|
---|
144 | <seg>None</seg>
|
---|
145 | <seg>/etc/joe,
|
---|
146 | /usr/share/joe, and
|
---|
147 | /usr/share/doc/joe-&joe-version;</seg>
|
---|
148 | </seglistitem>
|
---|
149 | </segmentedlist>
|
---|
150 |
|
---|
151 | <variablelist>
|
---|
152 | <bridgehead renderas="sect3">Short Descriptions</bridgehead>
|
---|
153 | <?dbfo list-presentation="list"?>
|
---|
154 | <?dbhtml list-presentation="table"?>
|
---|
155 |
|
---|
156 | <varlistentry id="jmacs">
|
---|
157 | <term><command>jmacs</command></term>
|
---|
158 | <listitem>
|
---|
159 | <para>is a symbolic link to <command>joe</command> used to
|
---|
160 | launch <application>Emacs</application> emulation mode.</para>
|
---|
161 | <indexterm zone="joe jmacs">
|
---|
162 | <primary sortas="b-jmacs">jmacs</primary>
|
---|
163 | </indexterm>
|
---|
164 | </listitem>
|
---|
165 | </varlistentry>
|
---|
166 |
|
---|
167 | <varlistentry id="joe-prog">
|
---|
168 | <term><command>joe</command></term>
|
---|
169 | <listitem>
|
---|
170 | <para>is a small text editor capable of emulating
|
---|
171 | WordStar, <application>Pico</application>, and
|
---|
172 | <application>Emacs</application>.</para>
|
---|
173 | <indexterm zone="joe joe-prog">
|
---|
174 | <primary sortas="b-joe">joe</primary>
|
---|
175 | </indexterm>
|
---|
176 | </listitem>
|
---|
177 | </varlistentry>
|
---|
178 |
|
---|
179 | <varlistentry id="jpico">
|
---|
180 | <term><command>jpico</command></term>
|
---|
181 | <listitem>
|
---|
182 | <para>is a symbolic link to <command>joe</command> used to
|
---|
183 | launch <application>Pico</application> emulation mode.</para>
|
---|
184 | <indexterm zone="joe jpico">
|
---|
185 | <primary sortas="b-jpico">jpico</primary>
|
---|
186 | </indexterm>
|
---|
187 | </listitem>
|
---|
188 | </varlistentry>
|
---|
189 |
|
---|
190 | <varlistentry id="jstar">
|
---|
191 | <term><command>jstar</command></term>
|
---|
192 | <listitem>
|
---|
193 | <para>is a symbolic link to <command>joe</command> used to
|
---|
194 | launch WordStar emulation mode.</para>
|
---|
195 | <indexterm zone="joe jstar">
|
---|
196 | <primary sortas="b-jstar">jstar</primary>
|
---|
197 | </indexterm>
|
---|
198 | </listitem>
|
---|
199 | </varlistentry>
|
---|
200 |
|
---|
201 | <varlistentry id="rjoe">
|
---|
202 | <term><command>rjoe</command></term>
|
---|
203 | <listitem>
|
---|
204 | <para>is a symbolic link to <command>joe</command> that restricts
|
---|
205 | <application>JOE</application> to editing only files which are
|
---|
206 | specified on the command-line.</para>
|
---|
207 | <indexterm zone="joe rjoe">
|
---|
208 | <primary sortas="b-rjoe">rjoe</primary>
|
---|
209 | </indexterm>
|
---|
210 | </listitem>
|
---|
211 | </varlistentry>
|
---|
212 |
|
---|
213 | <varlistentry id="stringify">
|
---|
214 | <term><command>stringify</command></term>
|
---|
215 | <listitem>
|
---|
216 | <para>is a program used by <command>joe</command> to convert rc and
|
---|
217 | .jsf files into a C file (see /usr/share/joe/util/README).</para>
|
---|
218 | <indexterm zone="joe stringify">
|
---|
219 | <primary sortas="b-stringify">stringify</primary>
|
---|
220 | </indexterm>
|
---|
221 | </listitem>
|
---|
222 | </varlistentry>
|
---|
223 |
|
---|
224 | <varlistentry id="termidx">
|
---|
225 | <term><command>termidx</command></term>
|
---|
226 | <listitem>
|
---|
227 | <para>is a program used by <command>joe</command> to generate the
|
---|
228 | termcap index file (see /usr/share/joe/util/README).</para>
|
---|
229 | <indexterm zone="joe termidx">
|
---|
230 | <primary sortas="b-termidx">termidx</primary>
|
---|
231 | </indexterm>
|
---|
232 | </listitem>
|
---|
233 | </varlistentry>
|
---|
234 |
|
---|
235 | <varlistentry id="uniproc">
|
---|
236 | <term><command>uniproc</command></term>
|
---|
237 | <listitem>
|
---|
238 | <para>is a program used by <command>joe</command> to generate joe's
|
---|
239 | unicode database file unicat.c from Blocks.txt, CaseFolding.txt,
|
---|
240 | EastAsianWidth.txt, and UnicodeData.txt (find them at
|
---|
241 | /usr/share/joe/util; see /usr/share/joe/util/README).</para>
|
---|
242 | <indexterm zone="joe uniproc">
|
---|
243 | <primary sortas="b-uniproc">uniproc</primary>
|
---|
244 | </indexterm>
|
---|
245 | </listitem>
|
---|
246 | </varlistentry>
|
---|
247 | </variablelist>
|
---|
248 |
|
---|
249 | </sect2>
|
---|
250 |
|
---|
251 | </sect1>
|
---|