source: postlfs/editors/joe.xml@ be2215e

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 8.4 9.0 9.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 be2215e was be2215e, checked in by Bruce Dubbs <bdubbs@…>, 5 years ago

Tag packages in postlfs part

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

  • Property mode set to 100644
File size: 8.2 KB
RevLine 
[b5951ec]1<?xml version="1.0" encoding="ISO-8859-1"?>
[6732c094]2<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
[b5951ec]4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
[8dfc5c3]7 <!ENTITY joe-download-http "&sourceforge-dl;/joe-editor/joe-&joe-version;.tar.gz">
[d1c51434]8 <!ENTITY joe-download-ftp " ">
[5cdbb1b]9 <!ENTITY joe-md5sum "9017484e6116830d846678b625ea5c43">
10 <!ENTITY joe-size "1.8 MB">
11 <!ENTITY joe-buildsize "22 MB">
[d339952]12 <!ENTITY joe-time "0.2 SBU">
[b5951ec]13]>
14
[c0a34eb]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
[3aa07d1]32 <para><application>JOE</application> (Joe's own editor) is a small text
[c0a34eb]33 editor capable of emulating WordStar, <application>Pico</application>,
34 and <application>Emacs</application>.</para>
35
[be2215e]36 &lfs84_checked;
[d339952]37
[c0a34eb]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
[3597eb6]60 <para condition="html" role="usernotes">User Notes:
61 <ulink url="&blfs-wiki;/joe"/></para>
62
[c0a34eb]63 </sect2>
64
65 <sect2 role="installation">
66 <title>Installation of JOE</title>
67
[3aa07d1]68 <para>Install <application>JOE</application> by running the
[c0a34eb]69 following commands:</para>
70
[04f35fe3]71<screen><userinput>./configure --prefix=/usr \
[1a60f8aa]72 --sysconfdir=/etc \
73 --docdir=/usr/share/doc/joe-&joe-version; &amp;&amp;
[c0a34eb]74make</userinput></screen>
75
[47793d9]76 <para>This package does not come with a test suite.</para>
77
[c0a34eb]78 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
79
[d1c51434]80<screen role="root"><userinput>make install &amp;&amp;
81
[5cdbb1b]82install -vm 755 joe/util/{stringify,termidx,uniproc} /usr/bin</userinput></screen>
[d1c51434]83
[5cdbb1b]84<!-- These do not appear to be useful. There are txt files in
85 joe/util/unicode*/ bit I cannot we where they are used.
[b7a300f7]86install -vdm755 /usr/share/doc/joe-&joe-version;/util &amp;&amp;
87install -vm 644 joe/util/{*.txt,README} /usr/share/doc/joe-&joe-version;/util</userinput></screen>
[5cdbb1b]88-->
[c0a34eb]89 </sect2>
90
91 <sect2 role="configuration">
92 <title>Configuring JOE</title>
93
94 <sect3 id="joe-config">
95 <title>Config Files</title>
96
97 <para><filename>/etc/joe/jmacsrc</filename>,
98 <filename>/etc/joe/joerc</filename>, <filename>/etc/joe/jpicorc</filename>,
99 <filename>/etc/joe/jstarrc</filename>, <filename>/etc/joe/rjoerc</filename>,
100 and <filename>~/.joerc</filename></para>
101
102 <indexterm zone="joe joe-config">
103 <primary sortas="e-etc-joe-jmacsrc">/etc/joe/jmacsrc</primary>
104 </indexterm>
105
106 <indexterm zone="joe joe-config">
107 <primary sortas="e-etc-joe-joerc">/etc/joe/joerc</primary>
108 </indexterm>
109
110 <indexterm zone="joe joe-config">
111 <primary sortas="e-etc-joe-jpicorc">/etc/joe/jpicorc</primary>
112 </indexterm>
113
114 <indexterm zone="joe joe-config">
115 <primary sortas="e-etc-joe-jstarrc">/etc/joe/jstarrc</primary>
116 </indexterm>
117
118 <indexterm zone="joe joe-config">
119 <primary sortas="e-etc-joe-rjoerc">/etc/joe/rjoerc</primary>
120 </indexterm>
121
122 <indexterm zone="joe joe-config">
123 <primary sortas="e-AA.joerc">~/.joerc</primary>
124 </indexterm>
125
126 </sect3>
127
128 </sect2>
129
130 <sect2 role="content">
131 <title>Contents</title>
132
133 <segmentedlist>
134 <segtitle>Installed Programs</segtitle>
135 <segtitle>Installed Libraries</segtitle>
[d339952]136 <segtitle>Installed Directories</segtitle>
[c0a34eb]137
138 <seglistitem>
[d1c51434]139 <seg>
140 jmacs,
141 joe,
142 jpico,
143 jstar,
144 rjoe,
145 stringify,
146 termidx, and
147 uniproc
148 </seg>
149 <seg>
150 None
151 </seg>
152 <seg>
[f7b80c39]153 /etc/joe,
154 /usr/share/joe, and
[d1c51434]155 /usr/share/doc/joe-&joe-version;
156 </seg>
[c0a34eb]157 </seglistitem>
158 </segmentedlist>
159
160 <variablelist>
161 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
162 <?dbfo list-presentation="list"?>
163 <?dbhtml list-presentation="table"?>
164
165 <varlistentry id="jmacs">
166 <term><command>jmacs</command></term>
167 <listitem>
[3aa07d1]168 <para>is a symbolic link to <command>joe</command> used to
[c0a34eb]169 launch <application>Emacs</application> emulation mode.</para>
170 <indexterm zone="joe jmacs">
171 <primary sortas="b-jmacs">jmacs</primary>
172 </indexterm>
173 </listitem>
174 </varlistentry>
175
176 <varlistentry id="joe-prog">
177 <term><command>joe</command></term>
178 <listitem>
179 <para>is a small text editor capable of emulating
180 WordStar, <application>Pico</application>, and
181 <application>Emacs</application>.</para>
182 <indexterm zone="joe joe-prog">
183 <primary sortas="b-joe">joe</primary>
184 </indexterm>
185 </listitem>
186 </varlistentry>
187
188 <varlistentry id="jpico">
189 <term><command>jpico</command></term>
190 <listitem>
[3aa07d1]191 <para>is a symbolic link to <command>joe</command> used to
[c0a34eb]192 launch <application>Pico</application> emulation mode.</para>
193 <indexterm zone="joe jpico">
194 <primary sortas="b-jpico">jpico</primary>
195 </indexterm>
196 </listitem>
197 </varlistentry>
198
199 <varlistentry id="jstar">
200 <term><command>jstar</command></term>
201 <listitem>
[3aa07d1]202 <para>is a symbolic link to <command>joe</command> used to
[c0a34eb]203 launch WordStar emulation mode.</para>
204 <indexterm zone="joe jstar">
205 <primary sortas="b-jstar">jstar</primary>
206 </indexterm>
207 </listitem>
208 </varlistentry>
209
210 <varlistentry id="rjoe">
211 <term><command>rjoe</command></term>
212 <listitem>
213 <para>is a symbolic link to <command>joe</command> that restricts
[3aa07d1]214 <application>JOE</application> to editing only files which are
[c0a34eb]215 specified on the command-line.</para>
216 <indexterm zone="joe rjoe">
217 <primary sortas="b-rjoe">rjoe</primary>
218 </indexterm>
219 </listitem>
220 </varlistentry>
221
[d1c51434]222 <varlistentry id="stringify">
223 <term><command>stringify</command></term>
224 <listitem>
225 <para>is a program used by <command>joe</command> to convert rc and
[b7a300f7]226 .jsf files into a C file (see
227 /usr/share/doc/joe-&joe-version;/util/README).</para>
[d1c51434]228 <indexterm zone="joe stringify">
229 <primary sortas="b-stringify">stringify</primary>
230 </indexterm>
231 </listitem>
232 </varlistentry>
233
[c0a34eb]234 <varlistentry id="termidx">
235 <term><command>termidx</command></term>
236 <listitem>
[3aa07d1]237 <para>is a program used by <command>joe</command> to generate the
[b7a300f7]238 termcap index file (see
239 /usr/share/doc/joe-&joe-version;/util/README).</para>
[c0a34eb]240 <indexterm zone="joe termidx">
241 <primary sortas="b-termidx">termidx</primary>
242 </indexterm>
243 </listitem>
244 </varlistentry>
245
[d1c51434]246 <varlistentry id="uniproc">
247 <term><command>uniproc</command></term>
248 <listitem>
249 <para>is a program used by <command>joe</command> to generate joe's
250 unicode database file unicat.c from Blocks.txt CaseFolding.txt
251 EastAsianWidth.txt and UnicodeData.txt (find them at
[b7a300f7]252 /usr/share/doc/joe-&joe-version;/util; see
253 usr/share/doc/joe-&joe-version;/util/README).</para>
[d1c51434]254 <indexterm zone="joe uniproc">
255 <primary sortas="b-uniproc">uniproc</primary>
256 </indexterm>
257 </listitem>
258 </varlistentry>
259
[c0a34eb]260 </variablelist>
261
262 </sect2>
[f45b1953]263
264</sect1>
Note: See TracBrowser for help on using the repository browser.