source: postlfs/editors/joe.xml@ 3ee805c8

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 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 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 3ee805c8 was 8dfc5c3, checked in by Krejzi <krejzi@…>, 7 years ago

Fix some URLs

  • Switch to https:// scheme where possible to avoid redirects
  • Unify all kernel.org, Sourceforge and GNU URLs
  • Fix python and perl module URLs to be consistent
  • Fix github provided URLs to properly download tarballs instead of vFOO.tar.gz
  • Use upstream locations for some packages or better/shorter URLs if available
  • Add https:// URLs for gnupg packages

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@19022 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-dl;/joe-editor/joe-&joe-version;.tar.gz">
8 <!ENTITY joe-download-ftp " ">
9 <!ENTITY joe-md5sum "59e63debe60b456a6ee5c0c27a756a47">
10 <!ENTITY joe-size "1.3 MB">
11 <!ENTITY joe-buildsize "14 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 &lfs80_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; &amp;&amp;
74make</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 &amp;&amp;
81
82install -vm 755 joe/util/{stringify,termidx,uniproc} /usr/bin &amp;&amp;
83
84install -vdm755 /usr/share/joe/util &amp;&amp;
85install -vm 644 joe/util/{*.txt,README} /usr/share/joe/util</userinput></screen>
86
87 </sect2>
88
89 <sect2 role="configuration">
90 <title>Configuring JOE</title>
91
92 <sect3 id="joe-config">
93 <title>Config Files</title>
94
95 <para><filename>/etc/joe/jmacsrc</filename>,
96 <filename>/etc/joe/joerc</filename>, <filename>/etc/joe/jpicorc</filename>,
97 <filename>/etc/joe/jstarrc</filename>, <filename>/etc/joe/rjoerc</filename>,
98 and <filename>~/.joerc</filename></para>
99
100 <indexterm zone="joe joe-config">
101 <primary sortas="e-etc-joe-jmacsrc">/etc/joe/jmacsrc</primary>
102 </indexterm>
103
104 <indexterm zone="joe joe-config">
105 <primary sortas="e-etc-joe-joerc">/etc/joe/joerc</primary>
106 </indexterm>
107
108 <indexterm zone="joe joe-config">
109 <primary sortas="e-etc-joe-jpicorc">/etc/joe/jpicorc</primary>
110 </indexterm>
111
112 <indexterm zone="joe joe-config">
113 <primary sortas="e-etc-joe-jstarrc">/etc/joe/jstarrc</primary>
114 </indexterm>
115
116 <indexterm zone="joe joe-config">
117 <primary sortas="e-etc-joe-rjoerc">/etc/joe/rjoerc</primary>
118 </indexterm>
119
120 <indexterm zone="joe joe-config">
121 <primary sortas="e-AA.joerc">~/.joerc</primary>
122 </indexterm>
123
124 </sect3>
125
126 </sect2>
127
128 <sect2 role="content">
129 <title>Contents</title>
130
131 <segmentedlist>
132 <segtitle>Installed Programs</segtitle>
133 <segtitle>Installed Libraries</segtitle>
134 <segtitle>Installed Directories</segtitle>
135
136 <seglistitem>
137 <seg>
138 jmacs,
139 joe,
140 jpico,
141 jstar,
142 rjoe,
143 stringify,
144 termidx, and
145 uniproc
146 </seg>
147 <seg>
148 None
149 </seg>
150 <seg>
151 /etc/joe,
152 /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.