source: postlfs/editors/joe.xml@ 47793d9

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 6.1 6.2 6.2.0 6.2.0-rc1 6.2.0-rc2 6.3 6.3-rc1 6.3-rc2 6.3-rc3 7.10 7.4 7.5 7.6 7.6-blfs 7.6-systemd 7.7 7.8 7.9 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind gnome kde5-13430 kde5-14269 kde5-14686 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts krejzi/svn lazarus lxqt nosym perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition systemd-11177 systemd-13485 trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 47793d9 was 47793d9, checked in by David Jensen <djensen@…>, 19 years ago

Noted no test suite in Joe

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

  • Property mode set to 100644
File size: 6.4 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
3 "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7 <!ENTITY joe-download-http "http://prdownloads.sourceforge.net/joe-editor/joe-&joe-version;.tar.gz">
8 <!ENTITY joe-download-ftp " ">
9 <!ENTITY joe-md5sum "02221716679c039c5da00c275d61dbf4">
10 <!ENTITY joe-size "468 KB">
11 <!ENTITY joe-buildsize "6.4 MB">
12 <!ENTITY joe-time "0.15 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 <bridgehead renderas="sect3">Package Information</bridgehead>
37 <itemizedlist spacing="compact">
38 <listitem>
39 <para>Download (HTTP): <ulink url="&joe-download-http;"/></para>
40 </listitem>
41 <listitem>
42 <para>Download (FTP): <ulink url="&joe-download-ftp;"/></para>
43 </listitem>
44 <listitem>
45 <para>Download MD5 sum: &joe-md5sum;</para>
46 </listitem>
47 <listitem>
48 <para>Download size: &joe-size;</para>
49 </listitem>
50 <listitem>
51 <para>Estimated disk space required: &joe-buildsize;</para>
52 </listitem>
53 <listitem>
54 <para>Estimated build time: &joe-time;</para>
55 </listitem>
56 </itemizedlist>
57
58 </sect2>
59
60 <sect2 role="installation">
61 <title>Installation of JOE</title>
62
63 <para>Install <application>JOE</application> by running the
64 following commands:</para>
65
66<screen><userinput>./configure --sysconfdir=/etc --prefix=/usr &amp;&amp;
67make</userinput></screen>
68
69 <para>This package does not come with a test suite.</para>
70
71 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
72
73<screen role="root"><userinput>make install</userinput></screen>
74
75 </sect2>
76
77 <sect2 role="configuration">
78 <title>Configuring JOE</title>
79
80 <sect3 id="joe-config">
81 <title>Config Files</title>
82
83 <para><filename>/etc/joe/jmacsrc</filename>,
84 <filename>/etc/joe/joerc</filename>, <filename>/etc/joe/jpicorc</filename>,
85 <filename>/etc/joe/jstarrc</filename>, <filename>/etc/joe/rjoerc</filename>,
86 and <filename>~/.joerc</filename></para>
87
88 <indexterm zone="joe joe-config">
89 <primary sortas="e-etc-joe-jmacsrc">/etc/joe/jmacsrc</primary>
90 </indexterm>
91
92 <indexterm zone="joe joe-config">
93 <primary sortas="e-etc-joe-joerc">/etc/joe/joerc</primary>
94 </indexterm>
95
96 <indexterm zone="joe joe-config">
97 <primary sortas="e-etc-joe-jpicorc">/etc/joe/jpicorc</primary>
98 </indexterm>
99
100 <indexterm zone="joe joe-config">
101 <primary sortas="e-etc-joe-jstarrc">/etc/joe/jstarrc</primary>
102 </indexterm>
103
104 <indexterm zone="joe joe-config">
105 <primary sortas="e-etc-joe-rjoerc">/etc/joe/rjoerc</primary>
106 </indexterm>
107
108 <indexterm zone="joe joe-config">
109 <primary sortas="e-AA.joerc">~/.joerc</primary>
110 </indexterm>
111
112 </sect3>
113
114 </sect2>
115
116 <sect2 role="content">
117 <title>Contents</title>
118
119 <segmentedlist>
120 <segtitle>Installed Programs</segtitle>
121 <segtitle>Installed Libraries</segtitle>
122 <segtitle>Installed Directory</segtitle>
123
124 <seglistitem>
125 <seg>jmacs, joe, jpico, jstar, rjoe, and termidx</seg>
126 <seg>None</seg>
127 <seg>/etc/joe</seg>
128 </seglistitem>
129 </segmentedlist>
130
131 <variablelist>
132 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
133 <?dbfo list-presentation="list"?>
134 <?dbhtml list-presentation="table"?>
135
136 <varlistentry id="jmacs">
137 <term><command>jmacs</command></term>
138 <listitem>
139 <para>is a symbolic link to <command>joe</command> used to
140 launch <application>Emacs</application> emulation mode.</para>
141 <indexterm zone="joe jmacs">
142 <primary sortas="b-jmacs">jmacs</primary>
143 </indexterm>
144 </listitem>
145 </varlistentry>
146
147 <varlistentry id="joe-prog">
148 <term><command>joe</command></term>
149 <listitem>
150 <para>is a small text editor capable of emulating
151 WordStar, <application>Pico</application>, and
152 <application>Emacs</application>.</para>
153 <indexterm zone="joe joe-prog">
154 <primary sortas="b-joe">joe</primary>
155 </indexterm>
156 </listitem>
157 </varlistentry>
158
159 <varlistentry id="jpico">
160 <term><command>jpico</command></term>
161 <listitem>
162 <para>is a symbolic link to <command>joe</command> used to
163 launch <application>Pico</application> emulation mode.</para>
164 <indexterm zone="joe jpico">
165 <primary sortas="b-jpico">jpico</primary>
166 </indexterm>
167 </listitem>
168 </varlistentry>
169
170 <varlistentry id="jstar">
171 <term><command>jstar</command></term>
172 <listitem>
173 <para>is a symbolic link to <command>joe</command> used to
174 launch WordStar emulation mode.</para>
175 <indexterm zone="joe jstar">
176 <primary sortas="b-jstar">jstar</primary>
177 </indexterm>
178 </listitem>
179 </varlistentry>
180
181 <varlistentry id="rjoe">
182 <term><command>rjoe</command></term>
183 <listitem>
184 <para>is a symbolic link to <command>joe</command> that restricts
185 <application>JOE</application> to editing only files which are
186 specified on the command-line.</para>
187 <indexterm zone="joe rjoe">
188 <primary sortas="b-rjoe">rjoe</primary>
189 </indexterm>
190 </listitem>
191 </varlistentry>
192
193 <varlistentry id="termidx">
194 <term><command>termidx</command></term>
195 <listitem>
196 <para>is a program used by <command>joe</command> to generate the
197 termcap index file.</para>
198 <indexterm zone="joe termidx">
199 <primary sortas="b-termidx">termidx</primary>
200 </indexterm>
201 </listitem>
202 </varlistentry>
203
204 </variablelist>
205
206 </sect2>
207
208</sect1>
Note: See TracBrowser for help on using the repository browser.