source: postlfs/editors/joe.xml@ 714d067

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 714d067 was 714d067, checked in by Larry Lawrence <larry@…>, 20 years ago

update libxml2 and libxslt

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

  • Property mode set to 100644
File size: 3.7 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-size "380 KB">
10 <!ENTITY joe-buildsize "5.7 MB">
11 <!ENTITY joe-time "0.11 SBU">
12]>
13
14<sect1 id="postlfs-editors-joe">
15<?dbhtml filename="joe.html"?>
16<title>JOE-&joe-version;</title>
17
18<sect2>
19<title>Introduction to <application><acronym>JOE</acronym></application></title>
20
21<para><application>JOE</application> (Joe's own editor) is a small text editor
22capable of emulating WordStar, <application>Pico</application>,
23and <application>Emacs</application>.</para>
24
25<sect3><title>Package information</title>
26<itemizedlist spacing='compact'>
27<listitem><para>Download (HTTP): <ulink
28url="&joe-download-http;"/></para></listitem>
29<listitem><para>Download (FTP): <ulink
30url="&joe-download-ftp;"/></para></listitem>
31<listitem><para>Download size: &joe-size;</para></listitem>
32<listitem><para>Estimated Disk space required:
33&joe-buildsize;</para></listitem>
34<listitem><para>Estimated build time:
35&joe-time;</para></listitem></itemizedlist>
36</sect3>
37
38</sect2>
39
40<sect2>
41<title>Installation of <application><acronym>JOE</acronym></application></title>
42
43<para>Install <application><acronym>JOE</acronym></application> by running the following commands:</para>
44
45<screen><userinput><command>./configure --sysconfdir=/etc --prefix=/usr &amp;&amp;
46make &amp;&amp;
47make install</command></userinput></screen>
48
49</sect2>
50
51<sect2>
52<title>Configuration files</title>
53
54<para><application><acronym>JOE</acronym></application> can make use of several configuration files. Information
55about these files may be found in the joe man page. These files
56are <filename>/etc/jmacsrc</filename>, <filename>/etc/joerc</filename>,
57<filename>/etc/jpicorc</filename>, <filename>/etc/jstarrc</filename>,
58and <filename>/etc/rjoerc</filename>.
59<application><acronym>JOE</acronym></application> can also make use of
60<filename>~/.joerc</filename>, which may be copied from
61<filename>/etc/joerc</filename> and customized for each user's
62taste.</para>
63
64</sect2>
65
66<sect2>
67<title>Contents</title>
68
69<para>The <application><acronym>JOE</acronym></application> package contains <command>jmacs</command>,
70<command>joe</command>, <command>jpico</command>,
71<command>jstar</command>, <command>rjoe</command> and
72<command>termidx</command>.</para>
73</sect2>
74
75<sect2><title>Description</title>
76
77<sect3><title>jmacs</title>
78<para><command>jmacs</command> is a symbolic link to
79<command>joe</command> used to launch <application>Emacs</application>
80emulation mode.</para></sect3>
81
82<sect3><title>joe</title>
83<para><command>joe</command> is a small text editor capable of emulating
84WordStar, <application>Pico</application>, and
85<application>Emacs</application>.</para></sect3>
86
87<sect3><title>jpico</title>
88<para><command>jpico</command> is a symbolic link to
89<command>joe</command> used to launch <application>Pico</application>
90emulation mode.</para></sect3>
91
92<sect3><title>jstar</title>
93<para><command>jstar</command> is a symbolic link to
94<command>joe</command> used to launch WordStar
95emulation mode.</para></sect3>
96
97<sect3><title>rjoe</title>
98<para><command>rjoe</command> is a symbolic link to
99<command>joe</command> that restricts
100<application><acronym>JOE</acronym></application> to editing
101only files which are specified on the command-line.</para></sect3>
102
103<sect3><title>termidx</title>
104<para><command>termidx</command> is a program used by
105<command>joe</command> to generate the termcap index
106file.</para></sect3>
107
108</sect2>
109
110</sect1>
Note: See TracBrowser for help on using the repository browser.