Ignore:
Timestamp:
03/26/2020 01:13:18 PM (4 years ago)
Author:
Pierre Labastie <pieere@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
3defb8db
Parents:
29244b7
Message:

Format "editors"

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • postlfs/editors/joe.xml

    r29244b7 rf716ef4  
    3030    <title>Introduction to JOE</title>
    3131
    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>
     32    <para>
     33      <application>JOE</application> (Joe's own editor) is a small text
     34      editor capable of emulating WordStar, <application>Pico</application>,
     35      and <application>Emacs</application>.
     36    </para>
    3537
    3638    &lfs91_checked;
     
    3941    <itemizedlist spacing="compact">
    4042      <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>
     43        <para>
     44          Download (HTTP): <ulink url="&joe-download-http;"/>
     45        </para>
     46      </listitem>
     47      <listitem>
     48        <para>
     49          Download (FTP): <ulink url="&joe-download-ftp;"/>
     50        </para>
     51      </listitem>
     52      <listitem>
     53        <para>
     54          Download MD5 sum: &joe-md5sum;
     55        </para>
     56      </listitem>
     57      <listitem>
     58        <para>
     59          Download size: &joe-size;
     60        </para>
     61      </listitem>
     62      <listitem>
     63        <para>
     64          Estimated disk space required: &joe-buildsize;
     65        </para>
     66      </listitem>
     67      <listitem>
     68        <para>
     69          Estimated build time: &joe-time;
     70        </para>
    5771      </listitem>
    5872    </itemizedlist>
     
    6680    <title>Installation of JOE</title>
    6781
    68     <para>Install <application>JOE</application> by running the
    69     following commands:</para>
     82    <para>
     83      Install <application>JOE</application> by running the
     84      following commands:
     85    </para>
    7086
    7187<screen><userinput>./configure --prefix=/usr     \
     
    7490make</userinput></screen>
    7591
    76     <para>This package does not come with a test suite.</para>
    77 
    78     <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
     92    <para>
     93      This package does not come with a test suite.
     94    </para>
     95
     96    <para>
     97      Now, as the <systemitem class="username">root</systemitem> user:
     98    </para>
    7999
    80100<screen role="root"><userinput>make install &amp;&amp;
     
    95115      <title>Config Files</title>
    96116
    97       <para><filename>/etc/joe/jmacsrc</filename>,
    98       <filename>/etc/joe/joerc</filename>, <filename>/etc/joe/jpicorc</filename>,
    99       <filename>/etc/joe/jstarrc</filename>, <filename>/etc/joe/rjoerc</filename>,
    100       and <filename>~/.joerc</filename></para>
     117      <para>
     118        <filename>/etc/joe/jmacsrc</filename>,
     119        <filename>/etc/joe/joerc</filename>,
     120        <filename>/etc/joe/jpicorc</filename>,
     121        <filename>/etc/joe/jstarrc</filename>,
     122        <filename>/etc/joe/rjoerc</filename>,
     123        and <filename>~/.joerc</filename>
     124      </para>
    101125
    102126      <indexterm zone="joe joe-config">
     
    166190        <term><command>jmacs</command></term>
    167191        <listitem>
    168           <para>is a symbolic link to <command>joe</command> used to
    169           launch <application>Emacs</application> emulation mode.</para>
     192          <para>
     193            is a symbolic link to <command>joe</command> used to
     194            launch <application>Emacs</application> emulation mode.
     195          </para>
    170196          <indexterm zone="joe jmacs">
    171197            <primary sortas="b-jmacs">jmacs</primary>
     
    177203        <term><command>joe</command></term>
    178204        <listitem>
    179           <para>is a small text editor capable of emulating
    180           WordStar, <application>Pico</application>, and
    181           <application>Emacs</application>.</para>
     205          <para>
     206            is a small text editor capable of emulating
     207            WordStar, <application>Pico</application>, and
     208            <application>Emacs</application>.
     209          </para>
    182210          <indexterm zone="joe joe-prog">
    183211            <primary sortas="b-joe">joe</primary>
     
    189217        <term><command>jpico</command></term>
    190218        <listitem>
    191           <para>is a symbolic link to <command>joe</command> used to
    192           launch <application>Pico</application> emulation mode.</para>
     219          <para>
     220            is a symbolic link to <command>joe</command> used to
     221            launch <application>Pico</application> emulation mode.
     222          </para>
    193223          <indexterm zone="joe jpico">
    194224            <primary sortas="b-jpico">jpico</primary>
     
    200230        <term><command>jstar</command></term>
    201231        <listitem>
    202           <para>is a symbolic link to <command>joe</command> used to
    203           launch WordStar emulation mode.</para>
     232          <para>
     233            is a symbolic link to <command>joe</command> used to
     234            launch WordStar emulation mode.
     235          </para>
    204236          <indexterm zone="joe jstar">
    205237            <primary sortas="b-jstar">jstar</primary>
     
    211243        <term><command>rjoe</command></term>
    212244        <listitem>
    213           <para>is a symbolic link to <command>joe</command> that restricts
    214           <application>JOE</application> to editing only files which are
    215           specified on the command-line.</para>
     245          <para>
     246            is a symbolic link to <command>joe</command> that restricts
     247            <application>JOE</application> to editing only files which are
     248            specified on the command-line.
     249          </para>
    216250          <indexterm zone="joe rjoe">
    217251            <primary sortas="b-rjoe">rjoe</primary>
     
    223257        <term><command>stringify</command></term>
    224258        <listitem>
    225           <para>is a program used by <command>joe</command> to convert rc and
    226           .jsf files into a C file (see
    227           /usr/share/doc/joe-&joe-version;/util/README).</para>
     259          <para>
     260            is a program used by <command>joe</command> to convert rc and
     261            .jsf files into a C file (see
     262            /usr/share/doc/joe-&joe-version;/util/README).
     263          </para>
    228264          <indexterm zone="joe stringify">
    229265            <primary sortas="b-stringify">stringify</primary>
     
    235271        <term><command>termidx</command></term>
    236272        <listitem>
    237           <para>is a program used by <command>joe</command> to generate the
    238           termcap index file (see
    239           /usr/share/doc/joe-&joe-version;/util/README).</para>
     273          <para>
     274            is a program used by <command>joe</command> to generate the
     275            termcap index file (see
     276            /usr/share/doc/joe-&joe-version;/util/README).
     277          </para>
    240278          <indexterm zone="joe termidx">
    241279            <primary sortas="b-termidx">termidx</primary>
     
    247285        <term><command>uniproc</command></term>
    248286        <listitem>
    249           <para>is a program used by <command>joe</command> to generate joe's
    250           unicode database file unicat.c from Blocks.txt CaseFolding.txt
    251           EastAsianWidth.txt and UnicodeData.txt (find them at
    252           /usr/share/doc/joe-&joe-version;/util; see
    253           usr/share/doc/joe-&joe-version;/util/README).</para>
     287          <para>
     288            is a program used by <command>joe</command> to generate joe's
     289            unicode database file unicat.c from Blocks.txt CaseFolding.txt
     290            EastAsianWidth.txt and UnicodeData.txt (find them at
     291            /usr/share/doc/joe-&joe-version;/util; see
     292            usr/share/doc/joe-&joe-version;/util/README).
     293          </para>
    254294          <indexterm zone="joe uniproc">
    255295            <primary sortas="b-uniproc">uniproc</primary>
Note: See TracChangeset for help on using the changeset viewer.