source: postlfs/editors/joe.xml@ a14f8e11

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 7.8 7.9 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt nosym perl-modules 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 a14f8e11 was d1c51434, checked in by Fernando de Oliveira <fernando@…>, 9 years ago
  • Update to x264-snapshot-20150908-2245.
  • Update to mplayer-SVN-r37520.
  • Remove "CVS-1.11.23" and "Running a CVS Server".
  • Update to joe-4.1.

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

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