source: postlfs/editors/joe.xml@ 4e8ad2b

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 4e8ad2b was 4e8ad2b, checked in by David Jensen <djensen@…>, 19 years ago

update to joe-3.3

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

  • Property mode set to 100644
File size: 6.3 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 "2a6ef018870fca9b7df85401994fb0e0">
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>Now, as the <systemitem class="username">root</systemitem> user:</para>
70
71<screen role="root"><userinput>make install</userinput></screen>
72
73 </sect2>
74
75 <sect2 role="configuration">
76 <title>Configuring JOE</title>
77
78 <sect3 id="joe-config">
79 <title>Config Files</title>
80
81 <para><filename>/etc/joe/jmacsrc</filename>,
82 <filename>/etc/joe/joerc</filename>, <filename>/etc/joe/jpicorc</filename>,
83 <filename>/etc/joe/jstarrc</filename>, <filename>/etc/joe/rjoerc</filename>,
84 and <filename>~/.joerc</filename></para>
85
86 <indexterm zone="joe joe-config">
87 <primary sortas="e-etc-joe-jmacsrc">/etc/joe/jmacsrc</primary>
88 </indexterm>
89
90 <indexterm zone="joe joe-config">
91 <primary sortas="e-etc-joe-joerc">/etc/joe/joerc</primary>
92 </indexterm>
93
94 <indexterm zone="joe joe-config">
95 <primary sortas="e-etc-joe-jpicorc">/etc/joe/jpicorc</primary>
96 </indexterm>
97
98 <indexterm zone="joe joe-config">
99 <primary sortas="e-etc-joe-jstarrc">/etc/joe/jstarrc</primary>
100 </indexterm>
101
102 <indexterm zone="joe joe-config">
103 <primary sortas="e-etc-joe-rjoerc">/etc/joe/rjoerc</primary>
104 </indexterm>
105
106 <indexterm zone="joe joe-config">
107 <primary sortas="e-AA.joerc">~/.joerc</primary>
108 </indexterm>
109
110 </sect3>
111
112 </sect2>
113
114 <sect2 role="content">
115 <title>Contents</title>
116
117 <segmentedlist>
118 <segtitle>Installed Programs</segtitle>
119 <segtitle>Installed Libraries</segtitle>
120 <segtitle>Installed Directory</segtitle>
121
122 <seglistitem>
123 <seg>jmacs, joe, jpico, jstar, rjoe, and termidx</seg>
124 <seg>None</seg>
125 <seg>/etc/joe</seg>
126 </seglistitem>
127 </segmentedlist>
128
129 <variablelist>
130 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
131 <?dbfo list-presentation="list"?>
132 <?dbhtml list-presentation="table"?>
133
134 <varlistentry id="jmacs">
135 <term><command>jmacs</command></term>
136 <listitem>
137 <para>is a symbolic link to <command>joe</command> used to
138 launch <application>Emacs</application> emulation mode.</para>
139 <indexterm zone="joe jmacs">
140 <primary sortas="b-jmacs">jmacs</primary>
141 </indexterm>
142 </listitem>
143 </varlistentry>
144
145 <varlistentry id="joe-prog">
146 <term><command>joe</command></term>
147 <listitem>
148 <para>is a small text editor capable of emulating
149 WordStar, <application>Pico</application>, and
150 <application>Emacs</application>.</para>
151 <indexterm zone="joe joe-prog">
152 <primary sortas="b-joe">joe</primary>
153 </indexterm>
154 </listitem>
155 </varlistentry>
156
157 <varlistentry id="jpico">
158 <term><command>jpico</command></term>
159 <listitem>
160 <para>is a symbolic link to <command>joe</command> used to
161 launch <application>Pico</application> emulation mode.</para>
162 <indexterm zone="joe jpico">
163 <primary sortas="b-jpico">jpico</primary>
164 </indexterm>
165 </listitem>
166 </varlistentry>
167
168 <varlistentry id="jstar">
169 <term><command>jstar</command></term>
170 <listitem>
171 <para>is a symbolic link to <command>joe</command> used to
172 launch WordStar emulation mode.</para>
173 <indexterm zone="joe jstar">
174 <primary sortas="b-jstar">jstar</primary>
175 </indexterm>
176 </listitem>
177 </varlistentry>
178
179 <varlistentry id="rjoe">
180 <term><command>rjoe</command></term>
181 <listitem>
182 <para>is a symbolic link to <command>joe</command> that restricts
183 <application>JOE</application> to editing only files which are
184 specified on the command-line.</para>
185 <indexterm zone="joe rjoe">
186 <primary sortas="b-rjoe">rjoe</primary>
187 </indexterm>
188 </listitem>
189 </varlistentry>
190
191 <varlistentry id="termidx">
192 <term><command>termidx</command></term>
193 <listitem>
194 <para>is a program used by <command>joe</command> to generate the
195 termcap index file.</para>
196 <indexterm zone="joe termidx">
197 <primary sortas="b-termidx">termidx</primary>
198 </indexterm>
199 </listitem>
200 </varlistentry>
201
202 </variablelist>
203
204 </sect2>
205
206</sect1>
Note: See TracBrowser for help on using the repository browser.