source: postlfs/editors/joe.xml@ 25d03a51

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 6.0 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 25d03a51 was 25d03a51, checked in by Larry Lawrence <larry@…>, 19 years ago

made contents consistant

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

  • Property mode set to 100644
File size: 5.3 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
3 "http://www.oasis-open.org/docbook/xml/4.3/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 "380 KB">
11 <!ENTITY joe-buildsize "5.7 MB">
12 <!ENTITY joe-time "0.11 SBU">
13]>
14
15<sect1 id="joe">
16<sect1info>
17<othername>$LastChangedBy$</othername>
18<date>$Date$</date>
19</sect1info>
20<?dbhtml filename="joe.html"?>
21<title>JOE-&joe-version;</title>
22<indexterm zone="joe"><primary
23sortas="a-JOE">JOE</primary></indexterm>
24
25<sect2>
26<title>Introduction to <application><acronym>JOE</acronym></application></title>
27
28<para><application>JOE</application> (Joe's own editor) is a small text editor
29capable of emulating WordStar, <application>Pico</application>,
30and <application>Emacs</application>.</para>
31
32<sect3><title>Package information</title>
33<itemizedlist spacing='compact'>
34<listitem><para>Download (HTTP): <ulink
35url="&joe-download-http;"/></para></listitem>
36<listitem><para>Download (FTP): <ulink
37url="&joe-download-ftp;"/></para></listitem>
38<listitem><para>Download MD5 sum: &joe-md5sum;</para></listitem>
39<listitem><para>Download size: &joe-size;</para></listitem>
40<listitem><para>Estimated disk space required:
41&joe-buildsize;</para></listitem>
42<listitem><para>Estimated build time:
43&joe-time;</para></listitem></itemizedlist>
44</sect3>
45
46</sect2>
47
48<sect2>
49<title>Installation of <application><acronym>JOE</acronym></application></title>
50
51<para>Install <application><acronym>JOE</acronym></application> by running the
52following commands:</para>
53
54<screen><userinput><command>./configure --sysconfdir=/etc --prefix=/usr &amp;&amp;
55make</command></userinput></screen>
56
57<para>Now, as the root user:</para>
58
59<screen><userinput role='root'><command>make install</command></userinput></screen>
60
61</sect2>
62
63<sect2>
64<title>Configuration files</title>
65
66<sect3 id="joe-config"><title>Config files</title>
67<para><filename>/etc/joe/jmacsrc</filename>,
68<filename>/etc/joe/joerc</filename>, <filename>/etc/joe/jpicorc</filename>,
69<filename>/etc/joe/jstarrc</filename>, <filename>/etc/joe/rjoerc</filename>,
70<filename>~/.joerc</filename></para>
71<indexterm zone="joe joe-config">
72<primary sortas="e-etc-joe-jmacsrc">/etc/joe/jmacsrc</primary>
73</indexterm>
74<indexterm zone="joe joe-config">
75<primary sortas="e-etc-joe-joerc">/etc/joe/joerc</primary>
76</indexterm>
77<indexterm zone="joe joe-config">
78<primary sortas="e-etc-joe-jpicorc">/etc/joe/jpicorc</primary>
79</indexterm>
80<indexterm zone="joe joe-config">
81<primary sortas="e-etc-joe-jstarrc">/etc/joe/jstarrc</primary>
82</indexterm>
83<indexterm zone="joe joe-config">
84<primary sortas="e-etc-joe-rjoerc">/etc/joe/rjoerc</primary>
85</indexterm>
86<indexterm zone="joe joe-config">
87<primary sortas="e-AA.joerc">~/.joerc</primary>
88</indexterm>
89</sect3>
90
91</sect2>
92
93<sect2>
94<title>Contents</title>
95
96<segmentedlist>
97<segtitle>Installed Programs</segtitle>
98<segtitle>Installed Libraries</segtitle>
99<segtitle>Installed Directory</segtitle>
100<seglistitem>
101<seg>jmacs, joe, jpico, jstar, rjoe and termidx</seg>
102<seg>None</seg>
103<seg>/etc/joe</seg>
104</seglistitem>
105</segmentedlist>
106
107<variablelist>
108<bridgehead renderas="sect3">Short Descriptions</bridgehead>
109<?dbfo list-presentation="list"?>
110
111<varlistentry id="jmacs">
112<term><filename>jmacs</filename></term>
113<listitem><para>is a symbolic link to
114<command>joe</command> used to launch <application>Emacs</application>
115emulation mode.</para>
116<indexterm zone="joe jmacs">
117<primary sortas="b-jmacs">jmacs</primary></indexterm>
118</listitem>
119</varlistentry>
120
121<varlistentry id="joe-prog">
122<term><filename>joe</filename></term>
123<listitem><para>is a small text editor capable of emulating
124WordStar, <application>Pico</application>, and
125<application>Emacs</application>.</para>
126<indexterm zone="joe joe-prog">
127<primary sortas="b-joe">joe</primary></indexterm>
128</listitem>
129</varlistentry>
130
131<varlistentry id="jpico">
132<term><filename>jpico</filename></term>
133<listitem><para>is a symbolic link to
134<command>joe</command> used to launch <application>Pico</application>
135emulation mode.</para>
136<indexterm zone="joe jpico">
137<primary sortas="b-jpico">jpico</primary></indexterm>
138</listitem>
139</varlistentry>
140
141<varlistentry id="jstar">
142<term><filename>jstar</filename></term>
143<listitem><para>is a symbolic link to
144<command>joe</command> used to launch WordStar
145emulation mode.</para>
146<indexterm zone="joe jstar">
147<primary sortas="b-jstar">jstar</primary></indexterm>
148</listitem>
149</varlistentry>
150
151<varlistentry id="rjoe">
152<term><filename>rjoe</filename></term>
153<listitem><para>is a symbolic link to
154<command>joe</command> that restricts
155<application><acronym>JOE</acronym></application> to editing
156only files which are specified on the command-line.</para>
157<indexterm zone="joe rjoe">
158<primary sortas="b-rjoe">rjoe</primary></indexterm>
159</listitem>
160</varlistentry>
161
162<varlistentry id="termidx">
163<term><filename>termidx</filename></term>
164<listitem><para>is a program used by
165<command>joe</command> to generate the termcap index file.</para>
166<indexterm zone="joe termidx">
167<primary sortas="b-termidx">termidx</primary></indexterm>
168</listitem>
169</varlistentry>
170
171</variablelist>
172
173</sect2>
174
175</sect1>
Note: See TracBrowser for help on using the repository browser.