Changeset 36d9b2b
- Timestamp:
- 02/11/2005 03:46:30 AM (20 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 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, gimp3, 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/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- dcbbcc4a
- Parents:
- 563441f
- Location:
- postlfs/editors
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
postlfs/editors/ed.xml
r563441f r36d9b2b 20 20 <?dbhtml filename="ed.html"?> 21 21 <title>Ed-&ed-version;</title> 22 <indexterm zone="ed"><primary 23 sortas="a-Ed">Ed</primary></indexterm> 24 22 25 23 26 <sect2> … … 71 74 72 75 <screen><userinput><command>./configure --prefix=/usr --exec-prefix="" && 73 make && 74 make install</command></userinput></screen> 76 make</command></userinput></screen> 77 78 <para>Now, as the root user:</para> 79 80 <screen><userinput role='root'><command>make install</command></userinput></screen> 75 81 76 82 </sect2> … … 90 96 <title>Contents</title> 91 97 92 <para>The <application>Ed</application> package contains 93 <command>ed</command> and 94 <command>red</command>.</para> 98 <segmentedlist> 99 <segtitle>Installed Programs</segtitle> 100 <seglistitem> 101 <seg>ed and red</seg> 102 </seglistitem> 103 </segmentedlist> 95 104 96 </sect2> 105 <variablelist> 106 <bridgehead renderas="sect3">Short Descriptions</bridgehead> 107 <?dbfo list-presentation="list"?> 97 108 98 <sect2><title>Description</title> 109 <varlistentry id="ed-prog"> 110 <term><filename>ed</filename></term> 111 <listitem><para>is a line-oriented text editor.</para> 112 <indexterm zone="ed ed-prog"> 113 <primary sortas="b-ed">ed</primary></indexterm> 114 </listitem> 115 </varlistentry> 99 116 100 <sect3><title>ed</title> 101 <para><command>ed</command> 102 is a line-oriented text editor. 103 </para></sect3> 117 <varlistentry id="red"> 118 <term><filename>red</filename></term> 119 <listitem><para>is a restricted ed—it can only edit files in the 120 current directory and cannot execute shell commands. 121 </para> 122 <indexterm zone="ed red"> 123 <primary sortas="b-red">red</primary></indexterm> 124 </listitem> 125 </varlistentry> 104 126 105 <sect3><title>red</title> 106 <para><command>red</command> 107 is a restricted ed—it can only edit files in the current directory 108 and cannot execute shell commands. 109 </para></sect3> 127 </variablelist> 110 128 111 129 </sect2> -
postlfs/editors/joe.xml
r563441f r36d9b2b 13 13 ]> 14 14 15 <sect1 id=" postlfs-editors-joe">15 <sect1 id="joe"> 16 16 <sect1info> 17 17 <othername>$LastChangedBy$</othername> … … 20 20 <?dbhtml filename="joe.html"?> 21 21 <title>JOE-&joe-version;</title> 22 <indexterm zone="joe"><primary 23 sortas="a-JOE">JOE</primary></indexterm> 22 24 23 25 <sect2> … … 51 53 52 54 <screen><userinput><command>./configure --sysconfdir=/etc --prefix=/usr && 53 make && 54 make install</command></userinput></screen> 55 make</command></userinput></screen> 56 57 <para>Now, as the root user:</para> 58 59 <screen><userinput role='root'><command>make install</command></userinput></screen> 55 60 56 61 </sect2> … … 59 64 <title>Configuration files</title> 60 65 61 <para><application><acronym>JOE</acronym></application> can make use of 62 several configuration files. Information about these files may be found in the 63 joe man page. These files are <filename>/etc/jmacsrc</filename>, 64 <filename>/etc/joerc</filename>, <filename>/etc/jpicorc</filename>, 65 <filename>/etc/jstarrc</filename>, and <filename>/etc/rjoerc</filename>. 66 <application><acronym>JOE</acronym></application> can also make use of 67 <filename>~/.joerc</filename>, which may be copied from 68 <filename>/etc/joerc</filename> and customized for each user's 69 taste.</para> 66 <sect3 id="joe-config"><title>Config files</title> 67 <para><filename>/etc/jmacsrc</filename>, 68 <filename>/etc/joerc</filename>, <filename>/etc/jpicorc</filename>, 69 <filename>/etc/jstarrc</filename>, <filename>/etc/rjoerc</filename>, 70 <filename>~/.joerc</filename></para> 71 <indexterm zone="joe joe-config"> 72 <primary sortas="e-etc-jmacsrc">/etc/jmacsrcrc</primary> 73 </indexterm> 74 <indexterm zone="joe joe-config"> 75 <primary sortas="e-etc-joerc">/etc/joerc</primary> 76 </indexterm> 77 <indexterm zone="joe joe-config"> 78 <primary sortas="e-etc-jpicorc">/etc/jpicorc</primary> 79 </indexterm> 80 <indexterm zone="joe joe-config"> 81 <primary sortas="e-etc-jstarrc">/etc/jstarrc</primary> 82 </indexterm> 83 <indexterm zone="joe joe-config"> 84 <primary sortas="e-etc-rjoerc">/etc/rjoerc</primary> 85 </indexterm> 86 <indexterm zone="joe joe-config"> 87 <primary sortas="e-AA.joerc">~/.joerc</primary> 88 </indexterm> 89 </sect3> 70 90 71 91 </sect2> … … 74 94 <title>Contents</title> 75 95 76 <para>The <application><acronym>JOE</acronym></application> package contains 77 <command>jmacs</command>, 78 <command>joe</command>, <command>jpico</command>, 79 <command>jstar</command>, <command>rjoe</command> and 80 <command>termidx</command>.</para> 81 </sect2> 96 <segmentedlist> 97 <segtitle>Installed Programs</segtitle> 98 <segtitle>Installed Directory</segtitle> 99 <seglistitem> 100 <seg>jmacs, joe, jpico, jstar, rjoe and termidx</seg> 101 <seg>/etc/joe</seg> 102 </seglistitem> 103 </segmentedlist> 82 104 83 <sect2><title>Description</title> 105 <variablelist> 106 <bridgehead renderas="sect3">Short Descriptions</bridgehead> 107 <?dbfo list-presentation="list"?> 84 108 85 <sect3><title>jmacs</title> 86 <para><command>jmacs</command> is a symbolic link to 109 <varlistentry id="jmacs"> 110 <term><filename>jmacs</filename></term> 111 <listitem><para>is a symbolic link to 87 112 <command>joe</command> used to launch <application>Emacs</application> 88 emulation mode.</para></sect3> 113 emulation mode.</para> 114 <indexterm zone="joe jmacs"> 115 <primary sortas="b-jmacs">jmacs</primary></indexterm> 116 </listitem> 117 </varlistentry> 89 118 90 <sect3><title>joe</title> 91 <para><command>joe</command> is a small text editor capable of emulating 119 <varlistentry id="joe-prog"> 120 <term><filename>joe</filename></term> 121 <listitem><para>is a small text editor capable of emulating 92 122 WordStar, <application>Pico</application>, and 93 <application>Emacs</application>.</para></sect3> 123 <application>Emacs</application>.</para> 124 <indexterm zone="joe joe-prog"> 125 <primary sortas="b-joe">joe</primary></indexterm> 126 </listitem> 127 </varlistentry> 94 128 95 <sect3><title>jpico</title> 96 <para><command>jpico</command> is a symbolic link to 129 <varlistentry id="jpico"> 130 <term><filename>jpico</filename></term> 131 <listitem><para>is a symbolic link to 97 132 <command>joe</command> used to launch <application>Pico</application> 98 emulation mode.</para></sect3> 133 emulation mode.</para> 134 <indexterm zone="joe jpico"> 135 <primary sortas="b-jpico">jpico</primary></indexterm> 136 </listitem> 137 </varlistentry> 99 138 100 <sect3><title>jstar</title> 101 <para><command>jstar</command> is a symbolic link to 139 <varlistentry id="jstar"> 140 <term><filename>jstar</filename></term> 141 <listitem><para>is a symbolic link to 102 142 <command>joe</command> used to launch WordStar 103 emulation mode.</para></sect3> 143 emulation mode.</para> 144 <indexterm zone="joe jstar"> 145 <primary sortas="b-jstar">jstar</primary></indexterm> 146 </listitem> 147 </varlistentry> 104 148 105 <sect3><title>rjoe</title> 106 <para><command>rjoe</command> is a symbolic link to 149 <varlistentry id="rjoe"> 150 <term><filename>rjoe</filename></term> 151 <listitem><para>is a symbolic link to 107 152 <command>joe</command> that restricts 108 153 <application><acronym>JOE</acronym></application> to editing 109 only files which are specified on the command-line.</para></sect3> 154 only files which are specified on the command-line.</para> 155 <indexterm zone="joe rjoe"> 156 <primary sortas="b-rjoe">rjoe</primary></indexterm> 157 </listitem> 158 </varlistentry> 110 159 111 <sect3><title>termidx</title> 112 <para><command>termidx</command> is a program used by 113 <command>joe</command> to generate the termcap index 114 file.</para></sect3> 160 <varlistentry id="termidx"> 161 <term><filename>termidx</filename></term> 162 <listitem><para>is a program used by 163 <command>joe</command> to generate the termcap index file.</para> 164 <indexterm zone="joe termidx"> 165 <primary sortas="b-termidx">termidx</primary></indexterm> 166 </listitem> 167 </varlistentry> 168 169 </variablelist> 115 170 116 171 </sect2> -
postlfs/editors/nano.xml
r563441f r36d9b2b 106 106 <segmentedlist> 107 107 <segtitle>Installed Programs</segtitle> 108 <segtitle>Installed Directory</segtitle> 108 109 <seglistitem> 109 110 <seg>nano</seg> 111 <seg>/usr/share/doc/nano</seg> 110 112 </seglistitem> 111 113 </segmentedlist>
Note:
See TracChangeset
for help on using the changeset viewer.