source: postlfs/editors/joe.xml@ cedda6d2

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 cedda6d2 was 04f35fe3, checked in by Bruce Dubbs <bdubbs@…>, 9 years ago

Mostly tags for packages without dependencies

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

  • Property mode set to 100644
File size: 6.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-repo;/joe-editor/joe-&joe-version;.tar.gz">
8 <!ENTITY joe-download-ftp "&gentoo-ftp-repo;/joe-&joe-version;.tar.gz">
9 <!ENTITY joe-md5sum "66de1b073e869ba12abbfcde3885c577">
10 <!ENTITY joe-size "680 KB">
11 <!ENTITY joe-buildsize "9 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 &lfs77_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</userinput></screen>
81
82 </sect2>
83
84 <sect2 role="configuration">
85 <title>Configuring JOE</title>
86
87 <sect3 id="joe-config">
88 <title>Config Files</title>
89
90 <para><filename>/etc/joe/jmacsrc</filename>,
91 <filename>/etc/joe/joerc</filename>, <filename>/etc/joe/jpicorc</filename>,
92 <filename>/etc/joe/jstarrc</filename>, <filename>/etc/joe/rjoerc</filename>,
93 and <filename>~/.joerc</filename></para>
94
95 <indexterm zone="joe joe-config">
96 <primary sortas="e-etc-joe-jmacsrc">/etc/joe/jmacsrc</primary>
97 </indexterm>
98
99 <indexterm zone="joe joe-config">
100 <primary sortas="e-etc-joe-joerc">/etc/joe/joerc</primary>
101 </indexterm>
102
103 <indexterm zone="joe joe-config">
104 <primary sortas="e-etc-joe-jpicorc">/etc/joe/jpicorc</primary>
105 </indexterm>
106
107 <indexterm zone="joe joe-config">
108 <primary sortas="e-etc-joe-jstarrc">/etc/joe/jstarrc</primary>
109 </indexterm>
110
111 <indexterm zone="joe joe-config">
112 <primary sortas="e-etc-joe-rjoerc">/etc/joe/rjoerc</primary>
113 </indexterm>
114
115 <indexterm zone="joe joe-config">
116 <primary sortas="e-AA.joerc">~/.joerc</primary>
117 </indexterm>
118
119 </sect3>
120
121 </sect2>
122
123 <sect2 role="content">
124 <title>Contents</title>
125
126 <segmentedlist>
127 <segtitle>Installed Programs</segtitle>
128 <segtitle>Installed Libraries</segtitle>
129 <segtitle>Installed Directories</segtitle>
130
131 <seglistitem>
132 <seg>jmacs,
133 joe,
134 jpico,
135 jstar,
136 rjoe, and
137 termidx</seg>
138 <seg>None</seg>
139 <seg>/etc/joe,
140 /usr/share/joe, and
141 /usr/share/doc/joe</seg>
142 </seglistitem>
143 </segmentedlist>
144
145 <variablelist>
146 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
147 <?dbfo list-presentation="list"?>
148 <?dbhtml list-presentation="table"?>
149
150 <varlistentry id="jmacs">
151 <term><command>jmacs</command></term>
152 <listitem>
153 <para>is a symbolic link to <command>joe</command> used to
154 launch <application>Emacs</application> emulation mode.</para>
155 <indexterm zone="joe jmacs">
156 <primary sortas="b-jmacs">jmacs</primary>
157 </indexterm>
158 </listitem>
159 </varlistentry>
160
161 <varlistentry id="joe-prog">
162 <term><command>joe</command></term>
163 <listitem>
164 <para>is a small text editor capable of emulating
165 WordStar, <application>Pico</application>, and
166 <application>Emacs</application>.</para>
167 <indexterm zone="joe joe-prog">
168 <primary sortas="b-joe">joe</primary>
169 </indexterm>
170 </listitem>
171 </varlistentry>
172
173 <varlistentry id="jpico">
174 <term><command>jpico</command></term>
175 <listitem>
176 <para>is a symbolic link to <command>joe</command> used to
177 launch <application>Pico</application> emulation mode.</para>
178 <indexterm zone="joe jpico">
179 <primary sortas="b-jpico">jpico</primary>
180 </indexterm>
181 </listitem>
182 </varlistentry>
183
184 <varlistentry id="jstar">
185 <term><command>jstar</command></term>
186 <listitem>
187 <para>is a symbolic link to <command>joe</command> used to
188 launch WordStar emulation mode.</para>
189 <indexterm zone="joe jstar">
190 <primary sortas="b-jstar">jstar</primary>
191 </indexterm>
192 </listitem>
193 </varlistentry>
194
195 <varlistentry id="rjoe">
196 <term><command>rjoe</command></term>
197 <listitem>
198 <para>is a symbolic link to <command>joe</command> that restricts
199 <application>JOE</application> to editing only files which are
200 specified on the command-line.</para>
201 <indexterm zone="joe rjoe">
202 <primary sortas="b-rjoe">rjoe</primary>
203 </indexterm>
204 </listitem>
205 </varlistentry>
206
207 <varlistentry id="termidx">
208 <term><command>termidx</command></term>
209 <listitem>
210 <para>is a program used by <command>joe</command> to generate the
211 termcap index file.</para>
212 <indexterm zone="joe termidx">
213 <primary sortas="b-termidx">termidx</primary>
214 </indexterm>
215 </listitem>
216 </varlistentry>
217
218 </variablelist>
219
220 </sect2>
221
222</sect1>
Note: See TracBrowser for help on using the repository browser.