source: postlfs/editors/joe.xml@ 6732c094

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 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 6732c094 was 6732c094, checked in by Randy McMurchy <randy@…>, 17 years ago

Updated all the XML files (and the one stylesheet) to use the 4.5 version of DocBook XML DTD

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

  • Property mode set to 100644
File size: 6.5 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 "http://downloads.sourceforge.net/joe-editor/joe-&joe-version;.tar.gz">
8 <!ENTITY joe-download-ftp " ">
9 <!ENTITY joe-md5sum "9bdffecce7ef910feaa06452d48843de">
10 <!ENTITY joe-size "600 KB">
11 <!ENTITY joe-buildsize "8.4 MB">
12 <!ENTITY joe-time "0.13 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 <para condition="html" role="usernotes">User Notes:
59 <ulink url="&blfs-wiki;/joe"/></para>
60
61 </sect2>
62
63 <sect2 role="installation">
64 <title>Installation of JOE</title>
65
66 <para>Install <application>JOE</application> by running the
67 following commands:</para>
68
69<screen><userinput>./configure --sysconfdir=/etc --prefix=/usr &amp;&amp;
70make</userinput></screen>
71
72 <para>This package does not come with a test suite.</para>
73
74 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
75
76<screen role="root"><userinput>make install</userinput></screen>
77
78 </sect2>
79
80 <sect2 role="configuration">
81 <title>Configuring JOE</title>
82
83 <sect3 id="joe-config">
84 <title>Config Files</title>
85
86 <para><filename>/etc/joe/jmacsrc</filename>,
87 <filename>/etc/joe/joerc</filename>, <filename>/etc/joe/jpicorc</filename>,
88 <filename>/etc/joe/jstarrc</filename>, <filename>/etc/joe/rjoerc</filename>,
89 and <filename>~/.joerc</filename></para>
90
91 <indexterm zone="joe joe-config">
92 <primary sortas="e-etc-joe-jmacsrc">/etc/joe/jmacsrc</primary>
93 </indexterm>
94
95 <indexterm zone="joe joe-config">
96 <primary sortas="e-etc-joe-joerc">/etc/joe/joerc</primary>
97 </indexterm>
98
99 <indexterm zone="joe joe-config">
100 <primary sortas="e-etc-joe-jpicorc">/etc/joe/jpicorc</primary>
101 </indexterm>
102
103 <indexterm zone="joe joe-config">
104 <primary sortas="e-etc-joe-jstarrc">/etc/joe/jstarrc</primary>
105 </indexterm>
106
107 <indexterm zone="joe joe-config">
108 <primary sortas="e-etc-joe-rjoerc">/etc/joe/rjoerc</primary>
109 </indexterm>
110
111 <indexterm zone="joe joe-config">
112 <primary sortas="e-AA.joerc">~/.joerc</primary>
113 </indexterm>
114
115 </sect3>
116
117 </sect2>
118
119 <sect2 role="content">
120 <title>Contents</title>
121
122 <segmentedlist>
123 <segtitle>Installed Programs</segtitle>
124 <segtitle>Installed Libraries</segtitle>
125 <segtitle>Installed Directory</segtitle>
126
127 <seglistitem>
128 <seg>jmacs, joe, jpico, jstar, rjoe, and termidx</seg>
129 <seg>None</seg>
130 <seg>/etc/joe</seg>
131 </seglistitem>
132 </segmentedlist>
133
134 <variablelist>
135 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
136 <?dbfo list-presentation="list"?>
137 <?dbhtml list-presentation="table"?>
138
139 <varlistentry id="jmacs">
140 <term><command>jmacs</command></term>
141 <listitem>
142 <para>is a symbolic link to <command>joe</command> used to
143 launch <application>Emacs</application> emulation mode.</para>
144 <indexterm zone="joe jmacs">
145 <primary sortas="b-jmacs">jmacs</primary>
146 </indexterm>
147 </listitem>
148 </varlistentry>
149
150 <varlistentry id="joe-prog">
151 <term><command>joe</command></term>
152 <listitem>
153 <para>is a small text editor capable of emulating
154 WordStar, <application>Pico</application>, and
155 <application>Emacs</application>.</para>
156 <indexterm zone="joe joe-prog">
157 <primary sortas="b-joe">joe</primary>
158 </indexterm>
159 </listitem>
160 </varlistentry>
161
162 <varlistentry id="jpico">
163 <term><command>jpico</command></term>
164 <listitem>
165 <para>is a symbolic link to <command>joe</command> used to
166 launch <application>Pico</application> emulation mode.</para>
167 <indexterm zone="joe jpico">
168 <primary sortas="b-jpico">jpico</primary>
169 </indexterm>
170 </listitem>
171 </varlistentry>
172
173 <varlistentry id="jstar">
174 <term><command>jstar</command></term>
175 <listitem>
176 <para>is a symbolic link to <command>joe</command> used to
177 launch WordStar emulation mode.</para>
178 <indexterm zone="joe jstar">
179 <primary sortas="b-jstar">jstar</primary>
180 </indexterm>
181 </listitem>
182 </varlistentry>
183
184 <varlistentry id="rjoe">
185 <term><command>rjoe</command></term>
186 <listitem>
187 <para>is a symbolic link to <command>joe</command> that restricts
188 <application>JOE</application> to editing only files which are
189 specified on the command-line.</para>
190 <indexterm zone="joe rjoe">
191 <primary sortas="b-rjoe">rjoe</primary>
192 </indexterm>
193 </listitem>
194 </varlistentry>
195
196 <varlistentry id="termidx">
197 <term><command>termidx</command></term>
198 <listitem>
199 <para>is a program used by <command>joe</command> to generate the
200 termcap index file.</para>
201 <indexterm zone="joe termidx">
202 <primary sortas="b-termidx">termidx</primary>
203 </indexterm>
204 </listitem>
205 </varlistentry>
206
207 </variablelist>
208
209 </sect2>
210
211</sect1>
Note: See TracBrowser for help on using the repository browser.