source: postlfs/editors/joe.xml@ fad9b8d

11.3 12.0 12.1 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt plabs/newcss python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk xry111/llvm18 xry111/xf86-video-removal
Last change on this file since fad9b8d was 3f2db3a6, checked in by Pierre Labastie <pierre.labastie@…>, 20 months ago

Remove sect1info tags

They only contain a date tag that is nowhere used.

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