source: postlfs/editors/joe.xml@ 64218c2

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 64218c2 was 64218c2, checked in by Bruce Dubbs <bdubbs@…>, 4 years ago

Jist tags

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

  • Property mode set to 100644
File size: 8.7 KB
Line 
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-dl;/joe-editor/joe-&joe-version;.tar.gz">
8 <!ENTITY joe-download-ftp " ">
9 <!ENTITY joe-md5sum "9017484e6116830d846678b625ea5c43">
10 <!ENTITY joe-size "1.8 MB">
11 <!ENTITY joe-buildsize "22 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>
33 <application>JOE</application> (Joe's own editor) is a small text
34 editor capable of emulating WordStar, <application>Pico</application>,
35 and <application>Emacs</application>.
36 </para>
37
38 &lfs10_checked;
39
40 <bridgehead renderas="sect3">Package Information</bridgehead>
41 <itemizedlist spacing="compact">
42 <listitem>
43 <para>
44 Download (HTTP): <ulink url="&joe-download-http;"/>
45 </para>
46 </listitem>
47 <listitem>
48 <para>
49 Download (FTP): <ulink url="&joe-download-ftp;"/>
50 </para>
51 </listitem>
52 <listitem>
53 <para>
54 Download MD5 sum: &joe-md5sum;
55 </para>
56 </listitem>
57 <listitem>
58 <para>
59 Download size: &joe-size;
60 </para>
61 </listitem>
62 <listitem>
63 <para>
64 Estimated disk space required: &joe-buildsize;
65 </para>
66 </listitem>
67 <listitem>
68 <para>
69 Estimated build time: &joe-time;
70 </para>
71 </listitem>
72 </itemizedlist>
73
74 <para condition="html" role="usernotes">User Notes:
75 <ulink url="&blfs-wiki;/joe"/></para>
76
77 </sect2>
78
79 <sect2 role="installation">
80 <title>Installation of JOE</title>
81
82 <para>
83 Install <application>JOE</application> by running the
84 following commands:
85 </para>
86
87<screen><userinput>./configure --prefix=/usr \
88 --sysconfdir=/etc \
89 --docdir=/usr/share/doc/joe-&joe-version; &amp;&amp;
90make</userinput></screen>
91
92 <para>
93 This package does not come with a test suite.
94 </para>
95
96 <para>
97 Now, as the <systemitem class="username">root</systemitem> user:
98 </para>
99
100<screen role="root"><userinput>make install &amp;&amp;
101
102install -vm 755 joe/util/{stringify,termidx,uniproc} /usr/bin</userinput></screen>
103
104<!-- These do not appear to be useful. There are txt files in
105 joe/util/unicode*/ bit I cannot we where they are used.
106install -vdm755 /usr/share/doc/joe-&joe-version;/util &amp;&amp;
107install -vm 644 joe/util/{*.txt,README} /usr/share/doc/joe-&joe-version;/util</userinput></screen>
108-->
109 </sect2>
110
111 <sect2 role="configuration">
112 <title>Configuring JOE</title>
113
114 <sect3 id="joe-config">
115 <title>Config Files</title>
116
117 <para>
118 <filename>/etc/joe/jmacsrc</filename>,
119 <filename>/etc/joe/joerc</filename>,
120 <filename>/etc/joe/jpicorc</filename>,
121 <filename>/etc/joe/jstarrc</filename>,
122 <filename>/etc/joe/rjoerc</filename>,
123 and <filename>~/.joerc</filename>
124 </para>
125
126 <indexterm zone="joe joe-config">
127 <primary sortas="e-etc-joe-jmacsrc">/etc/joe/jmacsrc</primary>
128 </indexterm>
129
130 <indexterm zone="joe joe-config">
131 <primary sortas="e-etc-joe-joerc">/etc/joe/joerc</primary>
132 </indexterm>
133
134 <indexterm zone="joe joe-config">
135 <primary sortas="e-etc-joe-jpicorc">/etc/joe/jpicorc</primary>
136 </indexterm>
137
138 <indexterm zone="joe joe-config">
139 <primary sortas="e-etc-joe-jstarrc">/etc/joe/jstarrc</primary>
140 </indexterm>
141
142 <indexterm zone="joe joe-config">
143 <primary sortas="e-etc-joe-rjoerc">/etc/joe/rjoerc</primary>
144 </indexterm>
145
146 <indexterm zone="joe joe-config">
147 <primary sortas="e-AA.joerc">~/.joerc</primary>
148 </indexterm>
149
150 </sect3>
151
152 </sect2>
153
154 <sect2 role="content">
155 <title>Contents</title>
156
157 <segmentedlist>
158 <segtitle>Installed Programs</segtitle>
159 <segtitle>Installed Libraries</segtitle>
160 <segtitle>Installed Directories</segtitle>
161
162 <seglistitem>
163 <seg>
164 jmacs,
165 joe,
166 jpico,
167 jstar,
168 rjoe,
169 stringify,
170 termidx, and
171 uniproc
172 </seg>
173 <seg>
174 None
175 </seg>
176 <seg>
177 /etc/joe,
178 /usr/share/joe, and
179 /usr/share/doc/joe-&joe-version;
180 </seg>
181 </seglistitem>
182 </segmentedlist>
183
184 <variablelist>
185 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
186 <?dbfo list-presentation="list"?>
187 <?dbhtml list-presentation="table"?>
188
189 <varlistentry id="jmacs">
190 <term><command>jmacs</command></term>
191 <listitem>
192 <para>
193 is a symbolic link to <command>joe</command> used to
194 launch <application>Emacs</application> emulation mode.
195 </para>
196 <indexterm zone="joe jmacs">
197 <primary sortas="b-jmacs">jmacs</primary>
198 </indexterm>
199 </listitem>
200 </varlistentry>
201
202 <varlistentry id="joe-prog">
203 <term><command>joe</command></term>
204 <listitem>
205 <para>
206 is a small text editor capable of emulating
207 WordStar, <application>Pico</application>, and
208 <application>Emacs</application>.
209 </para>
210 <indexterm zone="joe joe-prog">
211 <primary sortas="b-joe">joe</primary>
212 </indexterm>
213 </listitem>
214 </varlistentry>
215
216 <varlistentry id="jpico">
217 <term><command>jpico</command></term>
218 <listitem>
219 <para>
220 is a symbolic link to <command>joe</command> used to
221 launch <application>Pico</application> emulation mode.
222 </para>
223 <indexterm zone="joe jpico">
224 <primary sortas="b-jpico">jpico</primary>
225 </indexterm>
226 </listitem>
227 </varlistentry>
228
229 <varlistentry id="jstar">
230 <term><command>jstar</command></term>
231 <listitem>
232 <para>
233 is a symbolic link to <command>joe</command> used to
234 launch WordStar emulation mode.
235 </para>
236 <indexterm zone="joe jstar">
237 <primary sortas="b-jstar">jstar</primary>
238 </indexterm>
239 </listitem>
240 </varlistentry>
241
242 <varlistentry id="rjoe">
243 <term><command>rjoe</command></term>
244 <listitem>
245 <para>
246 is a symbolic link to <command>joe</command> that restricts
247 <application>JOE</application> to editing only files which are
248 specified on the command-line.
249 </para>
250 <indexterm zone="joe rjoe">
251 <primary sortas="b-rjoe">rjoe</primary>
252 </indexterm>
253 </listitem>
254 </varlistentry>
255
256 <varlistentry id="stringify">
257 <term><command>stringify</command></term>
258 <listitem>
259 <para>
260 is a program used by <command>joe</command> to convert rc and
261 .jsf files into a C file (see
262 /usr/share/doc/joe-&joe-version;/util/README).
263 </para>
264 <indexterm zone="joe stringify">
265 <primary sortas="b-stringify">stringify</primary>
266 </indexterm>
267 </listitem>
268 </varlistentry>
269
270 <varlistentry id="termidx">
271 <term><command>termidx</command></term>
272 <listitem>
273 <para>
274 is a program used by <command>joe</command> to generate the
275 termcap index file (see
276 /usr/share/doc/joe-&joe-version;/util/README).
277 </para>
278 <indexterm zone="joe termidx">
279 <primary sortas="b-termidx">termidx</primary>
280 </indexterm>
281 </listitem>
282 </varlistentry>
283
284 <varlistentry id="uniproc">
285 <term><command>uniproc</command></term>
286 <listitem>
287 <para>
288 is a program used by <command>joe</command> to generate joe's
289 unicode database file unicat.c from Blocks.txt CaseFolding.txt
290 EastAsianWidth.txt and UnicodeData.txt (find them at
291 /usr/share/doc/joe-&joe-version;/util; see
292 usr/share/doc/joe-&joe-version;/util/README).
293 </para>
294 <indexterm zone="joe uniproc">
295 <primary sortas="b-uniproc">uniproc</primary>
296 </indexterm>
297 </listitem>
298 </varlistentry>
299
300 </variablelist>
301
302 </sect2>
303
304</sect1>
Note: See TracBrowser for help on using the repository browser.