Changeset d7444dee
- Timestamp:
- 02/11/2005 02:36:50 AM (18 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 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, ken/inkscape-core-mods, krejzi/svn, lazarus, nosym, perl-modules, plabs/python-mods, qt5new, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226
- Children:
- 563441f
- Parents:
- a7a755a
- Location:
- postlfs/editors
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
postlfs/editors/emacs.xml
ra7a755a rd7444dee 20 20 <?dbhtml filename="emacs.html"?> 21 21 <title>Emacs-&emacs-version;</title> 22 <indexterm zone="emacs"><primary 23 sortas="a-Emacs">Emacs</primary></indexterm> 22 24 23 25 <sect2> -
postlfs/editors/nano.xml
ra7a755a rd7444dee 13 13 ]> 14 14 15 <sect1 id=" postlfs-editors-nano">15 <sect1 id="nano"> 16 16 <sect1info> 17 17 <othername>$LastChangedBy$</othername> … … 20 20 <?dbhtml filename="nano.html"?> 21 21 <title>nano-&nano-version;</title> 22 <indexterm zone="nano"><primary 23 sortas="a-nano">nano</primary></indexterm> 22 24 23 25 <sect2> … … 58 60 <screen><userinput><command>./configure --prefix=/usr --sysconfdir=/etc \ 59 61 --enable-color --enable-multibuffer --enable-nanorc && 60 make && 61 make install && 62 make</command></userinput></screen> 63 64 <para>Now, as the root user:</para> 65 66 <screen><userinput role='root'><command>make install && 62 67 mkdir -p /usr/share/doc/nano/examples && 63 68 cp nanorc.sample /usr/share/doc/nano/examples</command></userinput></screen> … … 68 73 <title>Configuring nano</title> 69 74 70 <sect3 ><title>Config files</title>75 <sect3 id="nano-config"><title>Config files</title> 71 76 <para><filename>/etc/nanorc</filename>, <filename>~/.nanorc</filename></para> 77 <indexterm zone="nano nano-config"> 78 <primary sortas="e-etc-nanorc">/etc/nanorc</primary> 79 </indexterm> 80 <indexterm zone="nano nano-config"> 81 <primary sortas="e-AA.nanorc">~/.nanorc</primary> 82 </indexterm> 72 83 73 84 <para>Example Configuration</para> … … 93 104 <title>Contents</title> 94 105 95 <para>The <application>nano</application> package contains 96 <command>nano</command>.</para> 106 <segmentedlist> 107 <segtitle>Installed Programs</segtitle> 108 <seglistitem> 109 <seg>nano</seg> 110 </seglistitem> 111 </segmentedlist> 97 112 98 </sect2> 113 <variablelist> 114 <bridgehead renderas="sect3">Short Descriptions</bridgehead> 115 <?dbfo list-presentation="list"?> 99 116 100 <sect2><title>Description</title> 117 <varlistentry id="nano-prog"> 118 <term><filename>nano</filename></term> 119 <listitem><para>is a small, simple text editor which aims to 120 replace <application>Pico</application>, the default editor in the 121 <application>Pine</application> package.</para> 122 <indexterm zone="nano nano-prog"> 123 <primary sortas="b-nano">nano</primary></indexterm> 124 </listitem> 125 </varlistentry> 101 126 102 <sect3><title>nano</title> 103 <para><command>nano</command> is a small, simple text editor which aims to 104 replace <application>Pico</application>, the default editor in the 105 <application>Pine</application> package.</para></sect3> 127 </variablelist> 106 128 107 129 </sect2> -
postlfs/editors/vim.xml
ra7a755a rd7444dee 20 20 <?dbhtml filename="vim.html"?> 21 21 <title>Vim-&vim-version;</title> 22 <indexterm zone="vim"><primary 23 sortas="a-Vim">Vim</primary></indexterm> 22 24 23 25 <sect2> … … 128 130 <segmentedlist> 129 131 <segtitle>Installed Programs</segtitle> 132 <segtitle>Installed Directory</segtitle> 130 133 <seglistitem> 131 134 <seg>gview, gvim, gvimdiff, rgview, rgvim</seg> 135 <seg>/usr/share/vim</seg> 132 136 </seglistitem> 133 137 </segmentedlist>
Note:
See TracChangeset
for help on using the changeset viewer.