source: postlfs/editors/joe.xml@ ac38e9dc

systemd-13485
Last change on this file since ac38e9dc was ac38e9dc, checked in by Douglas R. Reno <renodr@…>, 9 years ago

Import back into SVN from Github

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/systemd@16309 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">
[ac38e9dc]9 <!ENTITY joe-md5sum "3c3b6d5089a29ddc746ee89bab59286e">
10 <!ENTITY joe-size "820 KB">
11 <!ENTITY joe-buildsize "12 MB">
[d339952]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
[ac38e9dc]36 &lfs77_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
[ac38e9dc]71<screen><userinput>./configure --prefix=/usr \
72 --sysconfdir=/etc \
73 --docdir=/usr/share/doc/joe-&joe-version; &amp;&amp;
[c0a34eb]74make</userinput></screen>
75
[47793d9]76 <para>This package does not come with a test suite.</para>
77
[c0a34eb]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>
[d339952]129 <segtitle>Installed Directories</segtitle>
[c0a34eb]130
131 <seglistitem>
[8607f108]132 <seg>jmacs,
133 joe,
134 jpico,
135 jstar,
136 rjoe, and
137 termidx</seg>
[c0a34eb]138 <seg>None</seg>
[8607f108]139 <seg>/etc/joe,
140 /usr/share/joe, and
141 /usr/share/doc/joe</seg>
[c0a34eb]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>
[3aa07d1]153 <para>is a symbolic link to <command>joe</command> used to
[c0a34eb]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>
[3aa07d1]176 <para>is a symbolic link to <command>joe</command> used to
[c0a34eb]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>
[3aa07d1]187 <para>is a symbolic link to <command>joe</command> used to
[c0a34eb]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
[3aa07d1]199 <application>JOE</application> to editing only files which are
[c0a34eb]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>
[3aa07d1]210 <para>is a program used by <command>joe</command> to generate the
[c0a34eb]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>
[f45b1953]221
222</sect1>
Note: See TracBrowser for help on using the repository browser.