source: postlfs/editors/joe.xml@ 0290a023

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 0290a023 was 518538f, checked in by Randy McMurchy <randy@…>, 19 years ago

Standardized the 'Estimated disk space required' text

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

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