source: postlfs/editors/joe.xml@ 5f01a66

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 7.7 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 5f01a66 was 1a60f8aa, checked in by Bruce Dubbs <bdubbs@…>, 10 years ago

Fix joe docdir

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

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